section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  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%);
}

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

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

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

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

@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: 0;
    right: 0;
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

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

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bbbbbb !important;
}
.bg-success {
  background-color: #dc3b0f !important;
}
.bg-info {
  background-color: #140f51 !important;
}
.bg-warning {
  background-color: #e0c305 !important;
}
.bg-danger {
  background-color: #d04528 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7b7a7a !important;
  border-color: #7b7a7a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
}
.btn-info,
.btn-info:active {
  background-color: #140f51 !important;
  border-color: #140f51 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #020108 !important;
  border-color: #020108 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #020108 !important;
  border-color: #020108 !important;
}
.btn-success,
.btn-success:active {
  background-color: #dc3b0f !important;
  border-color: #dc3b0f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8b2509 !important;
  border-color: #8b2509 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8b2509 !important;
  border-color: #8b2509 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e0c305 !important;
  border-color: #e0c305 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8b7903 !important;
  border-color: #8b7903 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8b7903 !important;
  border-color: #8b7903 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d04528 !important;
  border-color: #d04528 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #872d1a !important;
  border-color: #872d1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #872d1a !important;
  border-color: #872d1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7b7a7a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4f4f4f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7b7a7a !important;
  border-color: #7b7a7a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #140f51;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #020108 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #140f51 !important;
  border-color: #140f51 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dc3b0f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8b2509 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #dc3b0f !important;
  border-color: #dc3b0f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e0c305;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8b7903 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e0c305 !important;
  border-color: #e0c305 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d04528;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #872d1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d04528 !important;
  border-color: #d04528 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bbbbbb !important;
}
.text-secondary {
  color: #7b7a7a !important;
}
.text-success {
  color: #dc3b0f !important;
}
.text-info {
  color: #140f51 !important;
}
.text-warning {
  color: #e0c305 !important;
}
.text-danger {
  color: #d04528 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #888888 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #484747 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7d2108 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7c6c03 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a2918 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bbbbbb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #140f51;
}
.alert-warning {
  background-color: #e0c305;
}
.alert-danger {
  background-color: #d04528;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #bbbbbb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #facabd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6d63e2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf4b4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f6d5ce;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bbbbbb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #bbbbbb;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bbbbbb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bbbbbb;
  border-bottom-color: #bbbbbb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #bbbbbb !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: #7b7a7a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23bbbbbb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sgqTgMWixd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgqTgMWixd nav.navbar {
  position: fixed;
}
.cid-sgqTgMWixd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqTgMWixd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgqTgMWixd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgqTgMWixd .dropdown-item:hover,
.cid-sgqTgMWixd .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sgqTgMWixd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgqTgMWixd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgqTgMWixd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgqTgMWixd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgqTgMWixd .nav-link {
  position: relative;
}
.cid-sgqTgMWixd .container {
  display: flex;
  margin: auto;
}
.cid-sgqTgMWixd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgqTgMWixd .dropdown-menu,
.cid-sgqTgMWixd .navbar.opened {
  background: #ffffff !important;
}
.cid-sgqTgMWixd .nav-item:focus,
.cid-sgqTgMWixd .nav-link:focus {
  outline: none;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqTgMWixd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgqTgMWixd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgqTgMWixd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgqTgMWixd .navbar.opened {
  transition: all 0.3s;
}
.cid-sgqTgMWixd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgqTgMWixd .navbar .navbar-logo img {
  width: auto;
}
.cid-sgqTgMWixd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgqTgMWixd .navbar.collapsed {
  justify-content: center;
}
.cid-sgqTgMWixd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgqTgMWixd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgqTgMWixd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgqTgMWixd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgqTgMWixd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgqTgMWixd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgqTgMWixd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgqTgMWixd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgqTgMWixd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgqTgMWixd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgqTgMWixd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgqTgMWixd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgqTgMWixd .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgqTgMWixd .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-sgqTgMWixd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgqTgMWixd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgqTgMWixd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgqTgMWixd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgqTgMWixd .dropdown-item.active,
.cid-sgqTgMWixd .dropdown-item:active {
  background-color: transparent;
}
.cid-sgqTgMWixd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgqTgMWixd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgqTgMWixd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgqTgMWixd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgqTgMWixd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgqTgMWixd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgqTgMWixd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgqTgMWixd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgqTgMWixd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d04528;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqTgMWixd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgqTgMWixd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgqTgMWixd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgqTgMWixd .navbar {
    height: 70px;
  }
  .cid-sgqTgMWixd .navbar.opened {
    height: auto;
  }
  .cid-sgqTgMWixd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8PiBLDJLw .modal-body .close {
  background: #1b1b1b;
}
.cid-t8PiBLDJLw .modal-body .close span {
  font-style: normal;
}
.cid-t8PiBLDJLw .carousel-inner > .active,
.cid-t8PiBLDJLw .carousel-inner > .next,
.cid-t8PiBLDJLw .carousel-inner > .prev {
  display: table;
}
.cid-t8PiBLDJLw .carousel-control .icon-next,
.cid-t8PiBLDJLw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t8PiBLDJLw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8PiBLDJLw .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t8PiBLDJLw .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t8PiBLDJLw .boxed-slider > div {
  position: relative;
}
.cid-t8PiBLDJLw .container img {
  width: 100%;
}
.cid-t8PiBLDJLw .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t8PiBLDJLw .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t8PiBLDJLw .mbr-table-cell {
  padding: 0;
}
.cid-t8PiBLDJLw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t8PiBLDJLw .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t8PiBLDJLw .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t8PiBLDJLw .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-t8PiBLDJLw .carousel-item .container {
    width: 100%;
  }
}
.cid-t8PiBLDJLw .carousel-item-next.carousel-item-left,
.cid-t8PiBLDJLw .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t8PiBLDJLw .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-t8PiBLDJLw .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8PiBLDJLw .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8PiBLDJLw .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-t8PiBLDJLw .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8PiBLDJLw .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8PiBLDJLw .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t8PiBLDJLw .mbr-slider .carousel-indicators li.active,
.cid-t8PiBLDJLw .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t8PiBLDJLw .mbr-slider .carousel-indicators li::after,
.cid-t8PiBLDJLw .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t8PiBLDJLw .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t8PiBLDJLw .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t8PiBLDJLw .mbr-slider > .container img {
  width: 100%;
}
.cid-t8PiBLDJLw .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t8PiBLDJLw .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t8PiBLDJLw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t8PiBLDJLw .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t8PiBLDJLw .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t8PiBLDJLw .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t8PiBLDJLw .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t8PiBLDJLw .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-t8PiBLDJLw .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t8PiBLDJLw .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t8PiBLDJLw .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t8PiBLDJLw .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t8PiBLDJLw .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t8PiBLDJLw H2 {
  color: #3e3e3e;
}
.cid-t8PiBLDJLw P {
  color: #dc3b0f;
  text-align: left;
}
.cid-siZ32Cl7xI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bk-cid-coimb-1920x1080.jpg");
}
.cid-siZ32Cl7xI .mbr-section-title,
.cid-siZ32Cl7xI .mbr-section-subtitle {
  color: #000000;
}
.cid-siZ32Cl7xI .mbr-section-text {
  color: #232323;
}
.cid-siZ32Cl7xI .mbr-text,
.cid-siZ32Cl7xI .typed-text,
.cid-siZ32Cl7xI .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-siZ32Cl7xI .btn {
  margin-left: 4px !important;
}
.cid-siZ32Cl7xI .animated-element {
  color: #d04528;
}
.cid-siZ32Cl7xI .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d04528;
}
.cid-siZ32Cl7xI .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-siZ32Cl7xI .typed-text,
  .cid-siZ32Cl7xI .mbr-section-subtitle,
  .cid-siZ32Cl7xI .mbr-section-text,
  .cid-siZ32Cl7xI .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-siZ32Cl7xI .mbr-section-subtitle,
.cid-siZ32Cl7xI .typed-text {
  color: #858484;
}
.cid-siZ32Cl7xI .mbr-section-text,
.cid-siZ32Cl7xI .mbr-section-btn {
  color: #5c5c5c;
}
.cid-sjgbb4C3gy {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f0f0f0;
}
.cid-sjgbb4C3gy img,
.cid-sjgbb4C3gy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sjgbb4C3gy .item:focus,
.cid-sjgbb4C3gy span:focus {
  outline: none;
}
.cid-sjgbb4C3gy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjgbb4C3gy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjgbb4C3gy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjgbb4C3gy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjgbb4C3gy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjgbb4C3gy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjgbb4C3gy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjgbb4C3gy .mbr-section-title {
  color: #858484;
}
.cid-sjgbb4C3gy .mbr-text,
.cid-sjgbb4C3gy .mbr-section-btn {
  text-align: left;
}
.cid-sjgbb4C3gy .item-title {
  text-align: left;
  color: #858484;
}
.cid-sjgbb4C3gy .item-subtitle {
  text-align: left;
  color: #d04528;
}
.cid-smQvKRowNq {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
@media (max-width: 767px) {
  .cid-smQvKRowNq .card-box {
    padding: 1rem;
  }
  .cid-smQvKRowNq .mbr-section-btn,
  .cid-smQvKRowNq .price {
    text-align: center;
  }
  .cid-smQvKRowNq .mbr-section-btn .btn {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cid-smQvKRowNq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-smQvKRowNq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-smQvKRowNq .card-wrapper {
  border-radius: 4px;
  background-color: #f0f0f0;
}
.cid-smQvKRowNq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-smQvKRowNq .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-smQvKRowNq .card-title {
  color: #d04528;
}
.cid-smQvKRowNq .mbr-text {
  color: #7b7a7a;
}
.cid-soDhtW4V2N {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-soDhtW4V2N .item {
  padding-bottom: 2rem;
}
.cid-soDhtW4V2N .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-soDhtW4V2N .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-soDhtW4V2N .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-soDhtW4V2N .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-soDhtW4V2N .carousel-control,
.cid-soDhtW4V2N .close {
  background: #1b1b1b;
}
.cid-soDhtW4V2N .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-soDhtW4V2N .carousel-control-prev span {
  margin-right: 5px;
}
.cid-soDhtW4V2N .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-soDhtW4V2N .carousel-control-next span {
  margin-left: 5px;
}
.cid-soDhtW4V2N .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-soDhtW4V2N .close::before {
  content: '\e91a';
}
.cid-soDhtW4V2N .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-soDhtW4V2N .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-soDhtW4V2N .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soDhtW4V2N .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-soDhtW4V2N .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-soDhtW4V2N .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-soDhtW4V2N .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-soDhtW4V2N .carousel-indicators li.active,
.cid-soDhtW4V2N .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-soDhtW4V2N .carousel-indicators li::after,
.cid-soDhtW4V2N .carousel-indicators li::before {
  content: none;
}
.cid-soDhtW4V2N .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-soDhtW4V2N .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-soDhtW4V2N .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-soDhtW4V2N .carousel-indicators {
    display: none;
  }
}
.cid-soDhtW4V2N .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-soDhtW4V2N .carousel-inner > .active {
  display: block;
}
.cid-soDhtW4V2N .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soDhtW4V2N .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-soDhtW4V2N .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-soDhtW4V2N .carousel-control,
  .cid-soDhtW4V2N .carousel-indicators,
  .cid-soDhtW4V2N .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-soDhtW4V2N .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-soDhtW4V2N .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-soDhtW4V2N .carousel-indicators .active,
.cid-soDhtW4V2N .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-soDhtW4V2N .carousel-indicators .active {
  background: #fff;
}
.cid-soDhtW4V2N .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-soDhtW4V2N .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-soDhtW4V2N .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-soDhtW4V2N .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-soDhtW4V2N .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-soDhtW4V2N .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-soDhtW4V2N .carousel {
  width: 100%;
}
.cid-soDhtW4V2N .modal-backdrop.in {
  opacity: 0.8;
}
.cid-soDhtW4V2N .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-soDhtW4V2N .modal.fade .modal-dialog,
.cid-soDhtW4V2N .modal.in .modal-dialog {
  transform: none;
}
.cid-soDhtW4V2N .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-soDhtW4V2N H6 {
  text-align: center;
}
.cid-soDhtW4V2N H3 {
  color: #858484;
}
.cid-siMT33I7RA {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siMT33I7RA .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siMT33I7RA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-siMT33I7RA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-siMT33I7RA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-siMT33I7RA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-siMT33I7RA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-siMT33I7RA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  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%);
}

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

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

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

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

@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: 0;
    right: 0;
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

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

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-sgqTgMWixd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgqTgMWixd nav.navbar {
  position: fixed;
}
.cid-sgqTgMWixd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqTgMWixd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgqTgMWixd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgqTgMWixd .dropdown-item:hover,
.cid-sgqTgMWixd .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sgqTgMWixd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgqTgMWixd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgqTgMWixd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgqTgMWixd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgqTgMWixd .nav-link {
  position: relative;
}
.cid-sgqTgMWixd .container {
  display: flex;
  margin: auto;
}
.cid-sgqTgMWixd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgqTgMWixd .dropdown-menu,
.cid-sgqTgMWixd .navbar.opened {
  background: #ffffff !important;
}
.cid-sgqTgMWixd .nav-item:focus,
.cid-sgqTgMWixd .nav-link:focus {
  outline: none;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqTgMWixd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgqTgMWixd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgqTgMWixd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgqTgMWixd .navbar.opened {
  transition: all 0.3s;
}
.cid-sgqTgMWixd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgqTgMWixd .navbar .navbar-logo img {
  width: auto;
}
.cid-sgqTgMWixd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgqTgMWixd .navbar.collapsed {
  justify-content: center;
}
.cid-sgqTgMWixd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgqTgMWixd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgqTgMWixd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgqTgMWixd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgqTgMWixd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgqTgMWixd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgqTgMWixd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgqTgMWixd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgqTgMWixd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgqTgMWixd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgqTgMWixd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgqTgMWixd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgqTgMWixd .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgqTgMWixd .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-sgqTgMWixd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgqTgMWixd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgqTgMWixd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgqTgMWixd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgqTgMWixd .dropdown-item.active,
.cid-sgqTgMWixd .dropdown-item:active {
  background-color: transparent;
}
.cid-sgqTgMWixd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgqTgMWixd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgqTgMWixd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgqTgMWixd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgqTgMWixd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgqTgMWixd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgqTgMWixd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgqTgMWixd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgqTgMWixd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d04528;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqTgMWixd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgqTgMWixd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgqTgMWixd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgqTgMWixd .navbar {
    height: 70px;
  }
  .cid-sgqTgMWixd .navbar.opened {
    height: auto;
  }
  .cid-sgqTgMWixd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sktYpSqDZt {
  background-image: url("../../../assets/images/ceramicas-cor-header-2-1920x1280.jpg");
}
.cid-sktYpSqDZt .mbr-section-title {
  text-align: center;
  color: #7b7a7a;
}
.cid-sktYpSqDZt .mbr-text,
.cid-sktYpSqDZt .mbr-section-btn {
  color: #5c5c5c;
}
.cid-sktYpSqDZt .mbr-section-subtitle {
  color: #d04528;
}
.cid-sku1cSZpbl {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-sku1cSZpbl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sku1cSZpbl .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sku1cSZpbl .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sku1cSZpbl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sku1cSZpbl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sku1cSZpbl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sku1cSZpbl .carousel-control,
.cid-sku1cSZpbl .close {
  background: #1b1b1b;
}
.cid-sku1cSZpbl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sku1cSZpbl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sku1cSZpbl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sku1cSZpbl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sku1cSZpbl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sku1cSZpbl .close::before {
  content: '\e91a';
}
.cid-sku1cSZpbl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sku1cSZpbl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sku1cSZpbl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sku1cSZpbl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sku1cSZpbl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sku1cSZpbl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sku1cSZpbl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sku1cSZpbl .carousel-indicators li.active,
.cid-sku1cSZpbl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sku1cSZpbl .carousel-indicators li::after,
.cid-sku1cSZpbl .carousel-indicators li::before {
  content: none;
}
.cid-sku1cSZpbl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sku1cSZpbl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sku1cSZpbl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sku1cSZpbl .carousel-indicators {
    display: none;
  }
}
.cid-sku1cSZpbl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sku1cSZpbl .carousel-inner > .active {
  display: block;
}
.cid-sku1cSZpbl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sku1cSZpbl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sku1cSZpbl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sku1cSZpbl .carousel-control,
  .cid-sku1cSZpbl .carousel-indicators,
  .cid-sku1cSZpbl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sku1cSZpbl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sku1cSZpbl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sku1cSZpbl .carousel-indicators .active,
.cid-sku1cSZpbl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sku1cSZpbl .carousel-indicators .active {
  background: #fff;
}
.cid-sku1cSZpbl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sku1cSZpbl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sku1cSZpbl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sku1cSZpbl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sku1cSZpbl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sku1cSZpbl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sku1cSZpbl .carousel {
  width: 100%;
}
.cid-sku1cSZpbl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sku1cSZpbl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sku1cSZpbl .modal.fade .modal-dialog,
.cid-sku1cSZpbl .modal.in .modal-dialog {
  transform: none;
}
.cid-sku1cSZpbl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sku1cSZpbl H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sku1cSZpbl H3 {
  color: #7b7a7a;
}
.cid-sku1cSZpbl H4 {
  color: #d04528;
}
.cid-skunENKLl3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-skunENKLl3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skunENKLl3 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-skunENKLl3 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-skunENKLl3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-skunENKLl3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-skunENKLl3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-skunENKLl3 .carousel-control,
.cid-skunENKLl3 .close {
  background: #1b1b1b;
}
.cid-skunENKLl3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skunENKLl3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-skunENKLl3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skunENKLl3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-skunENKLl3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-skunENKLl3 .close::before {
  content: '\e91a';
}
.cid-skunENKLl3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skunENKLl3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-skunENKLl3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skunENKLl3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skunENKLl3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skunENKLl3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-skunENKLl3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-skunENKLl3 .carousel-indicators li.active,
.cid-skunENKLl3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-skunENKLl3 .carousel-indicators li::after,
.cid-skunENKLl3 .carousel-indicators li::before {
  content: none;
}
.cid-skunENKLl3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-skunENKLl3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-skunENKLl3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skunENKLl3 .carousel-indicators {
    display: none;
  }
}
.cid-skunENKLl3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-skunENKLl3 .carousel-inner > .active {
  display: block;
}
.cid-skunENKLl3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skunENKLl3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skunENKLl3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skunENKLl3 .carousel-control,
  .cid-skunENKLl3 .carousel-indicators,
  .cid-skunENKLl3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skunENKLl3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skunENKLl3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skunENKLl3 .carousel-indicators .active,
.cid-skunENKLl3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-skunENKLl3 .carousel-indicators .active {
  background: #fff;
}
.cid-skunENKLl3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skunENKLl3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skunENKLl3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skunENKLl3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skunENKLl3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skunENKLl3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skunENKLl3 .carousel {
  width: 100%;
}
.cid-skunENKLl3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skunENKLl3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-skunENKLl3 .modal.fade .modal-dialog,
.cid-skunENKLl3 .modal.in .modal-dialog {
  transform: none;
}
.cid-skunENKLl3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-skunENKLl3 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-skunENKLl3 H3 {
  color: #7b7a7a;
}
.cid-skRWBm9VmH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-skRWBm9VmH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skRWBm9VmH .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-skRWBm9VmH .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-skRWBm9VmH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-skRWBm9VmH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-skRWBm9VmH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-skRWBm9VmH .carousel-control,
.cid-skRWBm9VmH .close {
  background: #1b1b1b;
}
.cid-skRWBm9VmH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skRWBm9VmH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-skRWBm9VmH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skRWBm9VmH .carousel-control-next span {
  margin-left: 5px;
}
.cid-skRWBm9VmH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-skRWBm9VmH .close::before {
  content: '\e91a';
}
.cid-skRWBm9VmH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skRWBm9VmH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-skRWBm9VmH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skRWBm9VmH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skRWBm9VmH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skRWBm9VmH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-skRWBm9VmH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-skRWBm9VmH .carousel-indicators li.active,
.cid-skRWBm9VmH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-skRWBm9VmH .carousel-indicators li::after,
.cid-skRWBm9VmH .carousel-indicators li::before {
  content: none;
}
.cid-skRWBm9VmH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-skRWBm9VmH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-skRWBm9VmH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skRWBm9VmH .carousel-indicators {
    display: none;
  }
}
.cid-skRWBm9VmH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-skRWBm9VmH .carousel-inner > .active {
  display: block;
}
.cid-skRWBm9VmH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skRWBm9VmH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skRWBm9VmH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skRWBm9VmH .carousel-control,
  .cid-skRWBm9VmH .carousel-indicators,
  .cid-skRWBm9VmH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skRWBm9VmH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skRWBm9VmH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skRWBm9VmH .carousel-indicators .active,
.cid-skRWBm9VmH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-skRWBm9VmH .carousel-indicators .active {
  background: #fff;
}
.cid-skRWBm9VmH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skRWBm9VmH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skRWBm9VmH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skRWBm9VmH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skRWBm9VmH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skRWBm9VmH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skRWBm9VmH .carousel {
  width: 100%;
}
.cid-skRWBm9VmH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skRWBm9VmH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-skRWBm9VmH .modal.fade .modal-dialog,
.cid-skRWBm9VmH .modal.in .modal-dialog {
  transform: none;
}
.cid-skRWBm9VmH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-skRWBm9VmH H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-skRWBm9VmH H3 {
  color: #7b7a7a;
}
.cid-skS2ELpraz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-skS2ELpraz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skS2ELpraz .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-skS2ELpraz .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-skS2ELpraz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-skS2ELpraz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-skS2ELpraz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-skS2ELpraz .carousel-control,
.cid-skS2ELpraz .close {
  background: #1b1b1b;
}
.cid-skS2ELpraz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skS2ELpraz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-skS2ELpraz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skS2ELpraz .carousel-control-next span {
  margin-left: 5px;
}
.cid-skS2ELpraz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-skS2ELpraz .close::before {
  content: '\e91a';
}
.cid-skS2ELpraz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skS2ELpraz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-skS2ELpraz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skS2ELpraz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skS2ELpraz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skS2ELpraz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-skS2ELpraz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-skS2ELpraz .carousel-indicators li.active,
.cid-skS2ELpraz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-skS2ELpraz .carousel-indicators li::after,
.cid-skS2ELpraz .carousel-indicators li::before {
  content: none;
}
.cid-skS2ELpraz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-skS2ELpraz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-skS2ELpraz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skS2ELpraz .carousel-indicators {
    display: none;
  }
}
.cid-skS2ELpraz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-skS2ELpraz .carousel-inner > .active {
  display: block;
}
.cid-skS2ELpraz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skS2ELpraz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skS2ELpraz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skS2ELpraz .carousel-control,
  .cid-skS2ELpraz .carousel-indicators,
  .cid-skS2ELpraz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skS2ELpraz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skS2ELpraz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skS2ELpraz .carousel-indicators .active,
.cid-skS2ELpraz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-skS2ELpraz .carousel-indicators .active {
  background: #fff;
}
.cid-skS2ELpraz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skS2ELpraz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skS2ELpraz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skS2ELpraz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skS2ELpraz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skS2ELpraz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skS2ELpraz .carousel {
  width: 100%;
}
.cid-skS2ELpraz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skS2ELpraz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-skS2ELpraz .modal.fade .modal-dialog,
.cid-skS2ELpraz .modal.in .modal-dialog {
  transform: none;
}
.cid-skS2ELpraz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-skS2ELpraz H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-skS2ELpraz H3 {
  color: #7b7a7a;
}
.cid-snXgDnhlWh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snXgDnhlWh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snXgDnhlWh .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snXgDnhlWh .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snXgDnhlWh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snXgDnhlWh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snXgDnhlWh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snXgDnhlWh .carousel-control,
.cid-snXgDnhlWh .close {
  background: #1b1b1b;
}
.cid-snXgDnhlWh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snXgDnhlWh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snXgDnhlWh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snXgDnhlWh .carousel-control-next span {
  margin-left: 5px;
}
.cid-snXgDnhlWh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snXgDnhlWh .close::before {
  content: '\e91a';
}
.cid-snXgDnhlWh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snXgDnhlWh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snXgDnhlWh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXgDnhlWh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snXgDnhlWh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snXgDnhlWh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snXgDnhlWh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snXgDnhlWh .carousel-indicators li.active,
.cid-snXgDnhlWh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snXgDnhlWh .carousel-indicators li::after,
.cid-snXgDnhlWh .carousel-indicators li::before {
  content: none;
}
.cid-snXgDnhlWh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snXgDnhlWh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snXgDnhlWh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snXgDnhlWh .carousel-indicators {
    display: none;
  }
}
.cid-snXgDnhlWh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snXgDnhlWh .carousel-inner > .active {
  display: block;
}
.cid-snXgDnhlWh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXgDnhlWh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snXgDnhlWh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snXgDnhlWh .carousel-control,
  .cid-snXgDnhlWh .carousel-indicators,
  .cid-snXgDnhlWh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snXgDnhlWh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snXgDnhlWh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snXgDnhlWh .carousel-indicators .active,
.cid-snXgDnhlWh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snXgDnhlWh .carousel-indicators .active {
  background: #fff;
}
.cid-snXgDnhlWh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snXgDnhlWh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snXgDnhlWh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snXgDnhlWh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snXgDnhlWh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snXgDnhlWh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snXgDnhlWh .carousel {
  width: 100%;
}
.cid-snXgDnhlWh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snXgDnhlWh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snXgDnhlWh .modal.fade .modal-dialog,
.cid-snXgDnhlWh .modal.in .modal-dialog {
  transform: none;
}
.cid-snXgDnhlWh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snXgDnhlWh H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snXgDnhlWh H3 {
  color: #7b7a7a;
}
.cid-snXmI0c5WK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snXmI0c5WK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snXmI0c5WK .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snXmI0c5WK .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snXmI0c5WK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snXmI0c5WK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snXmI0c5WK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snXmI0c5WK .carousel-control,
.cid-snXmI0c5WK .close {
  background: #1b1b1b;
}
.cid-snXmI0c5WK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snXmI0c5WK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snXmI0c5WK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snXmI0c5WK .carousel-control-next span {
  margin-left: 5px;
}
.cid-snXmI0c5WK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snXmI0c5WK .close::before {
  content: '\e91a';
}
.cid-snXmI0c5WK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snXmI0c5WK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snXmI0c5WK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXmI0c5WK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snXmI0c5WK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snXmI0c5WK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snXmI0c5WK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snXmI0c5WK .carousel-indicators li.active,
.cid-snXmI0c5WK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snXmI0c5WK .carousel-indicators li::after,
.cid-snXmI0c5WK .carousel-indicators li::before {
  content: none;
}
.cid-snXmI0c5WK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snXmI0c5WK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snXmI0c5WK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snXmI0c5WK .carousel-indicators {
    display: none;
  }
}
.cid-snXmI0c5WK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snXmI0c5WK .carousel-inner > .active {
  display: block;
}
.cid-snXmI0c5WK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXmI0c5WK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snXmI0c5WK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snXmI0c5WK .carousel-control,
  .cid-snXmI0c5WK .carousel-indicators,
  .cid-snXmI0c5WK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snXmI0c5WK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snXmI0c5WK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snXmI0c5WK .carousel-indicators .active,
.cid-snXmI0c5WK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snXmI0c5WK .carousel-indicators .active {
  background: #fff;
}
.cid-snXmI0c5WK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snXmI0c5WK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snXmI0c5WK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snXmI0c5WK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snXmI0c5WK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snXmI0c5WK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snXmI0c5WK .carousel {
  width: 100%;
}
.cid-snXmI0c5WK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snXmI0c5WK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snXmI0c5WK .modal.fade .modal-dialog,
.cid-snXmI0c5WK .modal.in .modal-dialog {
  transform: none;
}
.cid-snXmI0c5WK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snXmI0c5WK H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snXmI0c5WK H3 {
  color: #7b7a7a;
}
.cid-snXmIUJ1zo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snXmIUJ1zo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snXmIUJ1zo .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snXmIUJ1zo .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snXmIUJ1zo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snXmIUJ1zo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snXmIUJ1zo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snXmIUJ1zo .carousel-control,
.cid-snXmIUJ1zo .close {
  background: #1b1b1b;
}
.cid-snXmIUJ1zo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snXmIUJ1zo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snXmIUJ1zo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snXmIUJ1zo .carousel-control-next span {
  margin-left: 5px;
}
.cid-snXmIUJ1zo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snXmIUJ1zo .close::before {
  content: '\e91a';
}
.cid-snXmIUJ1zo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snXmIUJ1zo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snXmIUJ1zo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXmIUJ1zo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snXmIUJ1zo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snXmIUJ1zo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snXmIUJ1zo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snXmIUJ1zo .carousel-indicators li.active,
.cid-snXmIUJ1zo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snXmIUJ1zo .carousel-indicators li::after,
.cid-snXmIUJ1zo .carousel-indicators li::before {
  content: none;
}
.cid-snXmIUJ1zo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snXmIUJ1zo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snXmIUJ1zo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snXmIUJ1zo .carousel-indicators {
    display: none;
  }
}
.cid-snXmIUJ1zo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snXmIUJ1zo .carousel-inner > .active {
  display: block;
}
.cid-snXmIUJ1zo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXmIUJ1zo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snXmIUJ1zo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snXmIUJ1zo .carousel-control,
  .cid-snXmIUJ1zo .carousel-indicators,
  .cid-snXmIUJ1zo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snXmIUJ1zo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snXmIUJ1zo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snXmIUJ1zo .carousel-indicators .active,
.cid-snXmIUJ1zo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snXmIUJ1zo .carousel-indicators .active {
  background: #fff;
}
.cid-snXmIUJ1zo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snXmIUJ1zo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snXmIUJ1zo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snXmIUJ1zo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snXmIUJ1zo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snXmIUJ1zo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snXmIUJ1zo .carousel {
  width: 100%;
}
.cid-snXmIUJ1zo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snXmIUJ1zo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snXmIUJ1zo .modal.fade .modal-dialog,
.cid-snXmIUJ1zo .modal.in .modal-dialog {
  transform: none;
}
.cid-snXmIUJ1zo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snXmIUJ1zo H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snXmIUJ1zo H3 {
  color: #7b7a7a;
}
.cid-snYepubryT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snYepubryT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snYepubryT .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snYepubryT .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snYepubryT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snYepubryT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snYepubryT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snYepubryT .carousel-control,
.cid-snYepubryT .close {
  background: #1b1b1b;
}
.cid-snYepubryT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snYepubryT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snYepubryT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snYepubryT .carousel-control-next span {
  margin-left: 5px;
}
.cid-snYepubryT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snYepubryT .close::before {
  content: '\e91a';
}
.cid-snYepubryT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snYepubryT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snYepubryT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snYepubryT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snYepubryT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snYepubryT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snYepubryT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snYepubryT .carousel-indicators li.active,
.cid-snYepubryT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snYepubryT .carousel-indicators li::after,
.cid-snYepubryT .carousel-indicators li::before {
  content: none;
}
.cid-snYepubryT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snYepubryT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snYepubryT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snYepubryT .carousel-indicators {
    display: none;
  }
}
.cid-snYepubryT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snYepubryT .carousel-inner > .active {
  display: block;
}
.cid-snYepubryT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snYepubryT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snYepubryT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snYepubryT .carousel-control,
  .cid-snYepubryT .carousel-indicators,
  .cid-snYepubryT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snYepubryT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snYepubryT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snYepubryT .carousel-indicators .active,
.cid-snYepubryT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snYepubryT .carousel-indicators .active {
  background: #fff;
}
.cid-snYepubryT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snYepubryT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snYepubryT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snYepubryT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snYepubryT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snYepubryT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snYepubryT .carousel {
  width: 100%;
}
.cid-snYepubryT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snYepubryT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snYepubryT .modal.fade .modal-dialog,
.cid-snYepubryT .modal.in .modal-dialog {
  transform: none;
}
.cid-snYepubryT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snYepubryT H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snYepubryT H3 {
  color: #7b7a7a;
}
.cid-snYeqfSlPW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snYeqfSlPW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snYeqfSlPW .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snYeqfSlPW .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snYeqfSlPW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snYeqfSlPW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snYeqfSlPW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snYeqfSlPW .carousel-control,
.cid-snYeqfSlPW .close {
  background: #1b1b1b;
}
.cid-snYeqfSlPW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snYeqfSlPW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snYeqfSlPW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snYeqfSlPW .carousel-control-next span {
  margin-left: 5px;
}
.cid-snYeqfSlPW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snYeqfSlPW .close::before {
  content: '\e91a';
}
.cid-snYeqfSlPW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snYeqfSlPW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snYeqfSlPW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snYeqfSlPW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snYeqfSlPW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snYeqfSlPW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snYeqfSlPW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snYeqfSlPW .carousel-indicators li.active,
.cid-snYeqfSlPW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snYeqfSlPW .carousel-indicators li::after,
.cid-snYeqfSlPW .carousel-indicators li::before {
  content: none;
}
.cid-snYeqfSlPW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snYeqfSlPW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snYeqfSlPW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snYeqfSlPW .carousel-indicators {
    display: none;
  }
}
.cid-snYeqfSlPW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snYeqfSlPW .carousel-inner > .active {
  display: block;
}
.cid-snYeqfSlPW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snYeqfSlPW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snYeqfSlPW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snYeqfSlPW .carousel-control,
  .cid-snYeqfSlPW .carousel-indicators,
  .cid-snYeqfSlPW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snYeqfSlPW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snYeqfSlPW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snYeqfSlPW .carousel-indicators .active,
.cid-snYeqfSlPW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snYeqfSlPW .carousel-indicators .active {
  background: #fff;
}
.cid-snYeqfSlPW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snYeqfSlPW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snYeqfSlPW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snYeqfSlPW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snYeqfSlPW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snYeqfSlPW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snYeqfSlPW .carousel {
  width: 100%;
}
.cid-snYeqfSlPW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snYeqfSlPW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snYeqfSlPW .modal.fade .modal-dialog,
.cid-snYeqfSlPW .modal.in .modal-dialog {
  transform: none;
}
.cid-snYeqfSlPW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snYeqfSlPW H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snYeqfSlPW H3 {
  color: #7b7a7a;
}
.cid-snYeqVXKgz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snYeqVXKgz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snYeqVXKgz .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snYeqVXKgz .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snYeqVXKgz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snYeqVXKgz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snYeqVXKgz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snYeqVXKgz .carousel-control,
.cid-snYeqVXKgz .close {
  background: #1b1b1b;
}
.cid-snYeqVXKgz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snYeqVXKgz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snYeqVXKgz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snYeqVXKgz .carousel-control-next span {
  margin-left: 5px;
}
.cid-snYeqVXKgz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snYeqVXKgz .close::before {
  content: '\e91a';
}
.cid-snYeqVXKgz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snYeqVXKgz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snYeqVXKgz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snYeqVXKgz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snYeqVXKgz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snYeqVXKgz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snYeqVXKgz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snYeqVXKgz .carousel-indicators li.active,
.cid-snYeqVXKgz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snYeqVXKgz .carousel-indicators li::after,
.cid-snYeqVXKgz .carousel-indicators li::before {
  content: none;
}
.cid-snYeqVXKgz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snYeqVXKgz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snYeqVXKgz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snYeqVXKgz .carousel-indicators {
    display: none;
  }
}
.cid-snYeqVXKgz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snYeqVXKgz .carousel-inner > .active {
  display: block;
}
.cid-snYeqVXKgz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snYeqVXKgz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snYeqVXKgz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snYeqVXKgz .carousel-control,
  .cid-snYeqVXKgz .carousel-indicators,
  .cid-snYeqVXKgz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snYeqVXKgz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snYeqVXKgz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snYeqVXKgz .carousel-indicators .active,
.cid-snYeqVXKgz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snYeqVXKgz .carousel-indicators .active {
  background: #fff;
}
.cid-snYeqVXKgz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snYeqVXKgz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snYeqVXKgz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snYeqVXKgz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snYeqVXKgz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snYeqVXKgz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snYeqVXKgz .carousel {
  width: 100%;
}
.cid-snYeqVXKgz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snYeqVXKgz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snYeqVXKgz .modal.fade .modal-dialog,
.cid-snYeqVXKgz .modal.in .modal-dialog {
  transform: none;
}
.cid-snYeqVXKgz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snYeqVXKgz H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snYeqVXKgz H3 {
  color: #7b7a7a;
}
.cid-so3l0iRGba {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so3l0iRGba .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so3l0iRGba .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so3l0iRGba .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so3l0iRGba .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so3l0iRGba .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-so3l0iRGba .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so3l0iRGba .carousel-control,
.cid-so3l0iRGba .close {
  background: #1b1b1b;
}
.cid-so3l0iRGba .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so3l0iRGba .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so3l0iRGba .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so3l0iRGba .carousel-control-next span {
  margin-left: 5px;
}
.cid-so3l0iRGba .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-so3l0iRGba .close::before {
  content: '\e91a';
}
.cid-so3l0iRGba .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so3l0iRGba .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-so3l0iRGba .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3l0iRGba .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so3l0iRGba .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so3l0iRGba .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so3l0iRGba .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-so3l0iRGba .carousel-indicators li.active,
.cid-so3l0iRGba .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so3l0iRGba .carousel-indicators li::after,
.cid-so3l0iRGba .carousel-indicators li::before {
  content: none;
}
.cid-so3l0iRGba .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so3l0iRGba .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so3l0iRGba .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so3l0iRGba .carousel-indicators {
    display: none;
  }
}
.cid-so3l0iRGba .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so3l0iRGba .carousel-inner > .active {
  display: block;
}
.cid-so3l0iRGba .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3l0iRGba .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so3l0iRGba .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so3l0iRGba .carousel-control,
  .cid-so3l0iRGba .carousel-indicators,
  .cid-so3l0iRGba .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so3l0iRGba .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so3l0iRGba .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so3l0iRGba .carousel-indicators .active,
.cid-so3l0iRGba .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so3l0iRGba .carousel-indicators .active {
  background: #fff;
}
.cid-so3l0iRGba .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so3l0iRGba .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so3l0iRGba .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so3l0iRGba .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so3l0iRGba .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so3l0iRGba .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so3l0iRGba .carousel {
  width: 100%;
}
.cid-so3l0iRGba .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so3l0iRGba .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so3l0iRGba .modal.fade .modal-dialog,
.cid-so3l0iRGba .modal.in .modal-dialog {
  transform: none;
}
.cid-so3l0iRGba .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so3l0iRGba H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so3l0iRGba H3 {
  color: #7b7a7a;
}
.cid-so3l1fpar7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so3l1fpar7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so3l1fpar7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so3l1fpar7 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so3l1fpar7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so3l1fpar7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-so3l1fpar7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so3l1fpar7 .carousel-control,
.cid-so3l1fpar7 .close {
  background: #1b1b1b;
}
.cid-so3l1fpar7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so3l1fpar7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so3l1fpar7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so3l1fpar7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-so3l1fpar7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-so3l1fpar7 .close::before {
  content: '\e91a';
}
.cid-so3l1fpar7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so3l1fpar7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-so3l1fpar7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3l1fpar7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so3l1fpar7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so3l1fpar7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so3l1fpar7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-so3l1fpar7 .carousel-indicators li.active,
.cid-so3l1fpar7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so3l1fpar7 .carousel-indicators li::after,
.cid-so3l1fpar7 .carousel-indicators li::before {
  content: none;
}
.cid-so3l1fpar7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so3l1fpar7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so3l1fpar7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so3l1fpar7 .carousel-indicators {
    display: none;
  }
}
.cid-so3l1fpar7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so3l1fpar7 .carousel-inner > .active {
  display: block;
}
.cid-so3l1fpar7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3l1fpar7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so3l1fpar7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so3l1fpar7 .carousel-control,
  .cid-so3l1fpar7 .carousel-indicators,
  .cid-so3l1fpar7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so3l1fpar7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so3l1fpar7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so3l1fpar7 .carousel-indicators .active,
.cid-so3l1fpar7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so3l1fpar7 .carousel-indicators .active {
  background: #fff;
}
.cid-so3l1fpar7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so3l1fpar7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so3l1fpar7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so3l1fpar7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so3l1fpar7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so3l1fpar7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so3l1fpar7 .carousel {
  width: 100%;
}
.cid-so3l1fpar7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so3l1fpar7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so3l1fpar7 .modal.fade .modal-dialog,
.cid-so3l1fpar7 .modal.in .modal-dialog {
  transform: none;
}
.cid-so3l1fpar7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so3l1fpar7 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so3l1fpar7 H3 {
  color: #7b7a7a;
}
.cid-so3l358CPZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so3l358CPZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so3l358CPZ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so3l358CPZ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so3l358CPZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so3l358CPZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-so3l358CPZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so3l358CPZ .carousel-control,
.cid-so3l358CPZ .close {
  background: #1b1b1b;
}
.cid-so3l358CPZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so3l358CPZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so3l358CPZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so3l358CPZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-so3l358CPZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-so3l358CPZ .close::before {
  content: '\e91a';
}
.cid-so3l358CPZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so3l358CPZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-so3l358CPZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3l358CPZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so3l358CPZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so3l358CPZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so3l358CPZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-so3l358CPZ .carousel-indicators li.active,
.cid-so3l358CPZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so3l358CPZ .carousel-indicators li::after,
.cid-so3l358CPZ .carousel-indicators li::before {
  content: none;
}
.cid-so3l358CPZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so3l358CPZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so3l358CPZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so3l358CPZ .carousel-indicators {
    display: none;
  }
}
.cid-so3l358CPZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so3l358CPZ .carousel-inner > .active {
  display: block;
}
.cid-so3l358CPZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3l358CPZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so3l358CPZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so3l358CPZ .carousel-control,
  .cid-so3l358CPZ .carousel-indicators,
  .cid-so3l358CPZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so3l358CPZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so3l358CPZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so3l358CPZ .carousel-indicators .active,
.cid-so3l358CPZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so3l358CPZ .carousel-indicators .active {
  background: #fff;
}
.cid-so3l358CPZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so3l358CPZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so3l358CPZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so3l358CPZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so3l358CPZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so3l358CPZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so3l358CPZ .carousel {
  width: 100%;
}
.cid-so3l358CPZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so3l358CPZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so3l358CPZ .modal.fade .modal-dialog,
.cid-so3l358CPZ .modal.in .modal-dialog {
  transform: none;
}
.cid-so3l358CPZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so3l358CPZ H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so3l358CPZ H3 {
  color: #7b7a7a;
}
.cid-so3lyVWZ8b {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so3lyVWZ8b .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so3lyVWZ8b .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so3lyVWZ8b .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so3lyVWZ8b .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so3lyVWZ8b .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-so3lyVWZ8b .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so3lyVWZ8b .carousel-control,
.cid-so3lyVWZ8b .close {
  background: #1b1b1b;
}
.cid-so3lyVWZ8b .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so3lyVWZ8b .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so3lyVWZ8b .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so3lyVWZ8b .carousel-control-next span {
  margin-left: 5px;
}
.cid-so3lyVWZ8b .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-so3lyVWZ8b .close::before {
  content: '\e91a';
}
.cid-so3lyVWZ8b .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so3lyVWZ8b .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-so3lyVWZ8b .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3lyVWZ8b .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so3lyVWZ8b .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so3lyVWZ8b .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so3lyVWZ8b .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-so3lyVWZ8b .carousel-indicators li.active,
.cid-so3lyVWZ8b .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so3lyVWZ8b .carousel-indicators li::after,
.cid-so3lyVWZ8b .carousel-indicators li::before {
  content: none;
}
.cid-so3lyVWZ8b .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so3lyVWZ8b .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so3lyVWZ8b .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so3lyVWZ8b .carousel-indicators {
    display: none;
  }
}
.cid-so3lyVWZ8b .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so3lyVWZ8b .carousel-inner > .active {
  display: block;
}
.cid-so3lyVWZ8b .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3lyVWZ8b .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so3lyVWZ8b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so3lyVWZ8b .carousel-control,
  .cid-so3lyVWZ8b .carousel-indicators,
  .cid-so3lyVWZ8b .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so3lyVWZ8b .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so3lyVWZ8b .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so3lyVWZ8b .carousel-indicators .active,
.cid-so3lyVWZ8b .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so3lyVWZ8b .carousel-indicators .active {
  background: #fff;
}
.cid-so3lyVWZ8b .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so3lyVWZ8b .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so3lyVWZ8b .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so3lyVWZ8b .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so3lyVWZ8b .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so3lyVWZ8b .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so3lyVWZ8b .carousel {
  width: 100%;
}
.cid-so3lyVWZ8b .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so3lyVWZ8b .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so3lyVWZ8b .modal.fade .modal-dialog,
.cid-so3lyVWZ8b .modal.in .modal-dialog {
  transform: none;
}
.cid-so3lyVWZ8b .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so3lyVWZ8b H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so3lyVWZ8b H3 {
  color: #7b7a7a;
}
.cid-so4nEgrufv {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so4nEgrufv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so4nEgrufv .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so4nEgrufv .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so4nEgrufv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so4nEgrufv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-so4nEgrufv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so4nEgrufv .carousel-control,
.cid-so4nEgrufv .close {
  background: #1b1b1b;
}
.cid-so4nEgrufv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so4nEgrufv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so4nEgrufv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so4nEgrufv .carousel-control-next span {
  margin-left: 5px;
}
.cid-so4nEgrufv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-so4nEgrufv .close::before {
  content: '\e91a';
}
.cid-so4nEgrufv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so4nEgrufv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-so4nEgrufv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4nEgrufv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so4nEgrufv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so4nEgrufv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so4nEgrufv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-so4nEgrufv .carousel-indicators li.active,
.cid-so4nEgrufv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so4nEgrufv .carousel-indicators li::after,
.cid-so4nEgrufv .carousel-indicators li::before {
  content: none;
}
.cid-so4nEgrufv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so4nEgrufv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so4nEgrufv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so4nEgrufv .carousel-indicators {
    display: none;
  }
}
.cid-so4nEgrufv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so4nEgrufv .carousel-inner > .active {
  display: block;
}
.cid-so4nEgrufv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4nEgrufv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so4nEgrufv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so4nEgrufv .carousel-control,
  .cid-so4nEgrufv .carousel-indicators,
  .cid-so4nEgrufv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so4nEgrufv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so4nEgrufv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so4nEgrufv .carousel-indicators .active,
.cid-so4nEgrufv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so4nEgrufv .carousel-indicators .active {
  background: #fff;
}
.cid-so4nEgrufv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so4nEgrufv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so4nEgrufv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so4nEgrufv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so4nEgrufv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so4nEgrufv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so4nEgrufv .carousel {
  width: 100%;
}
.cid-so4nEgrufv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so4nEgrufv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so4nEgrufv .modal.fade .modal-dialog,
.cid-so4nEgrufv .modal.in .modal-dialog {
  transform: none;
}
.cid-so4nEgrufv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so4nEgrufv H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so4nEgrufv H3 {
  color: #7b7a7a;
}
.cid-so4nFdWL2B {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so4nFdWL2B .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so4nFdWL2B .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so4nFdWL2B .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so4nFdWL2B .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so4nFdWL2B .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-so4nFdWL2B .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so4nFdWL2B .carousel-control,
.cid-so4nFdWL2B .close {
  background: #1b1b1b;
}
.cid-so4nFdWL2B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so4nFdWL2B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so4nFdWL2B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so4nFdWL2B .carousel-control-next span {
  margin-left: 5px;
}
.cid-so4nFdWL2B .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-so4nFdWL2B .close::before {
  content: '\e91a';
}
.cid-so4nFdWL2B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so4nFdWL2B .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-so4nFdWL2B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4nFdWL2B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so4nFdWL2B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so4nFdWL2B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so4nFdWL2B .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-so4nFdWL2B .carousel-indicators li.active,
.cid-so4nFdWL2B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so4nFdWL2B .carousel-indicators li::after,
.cid-so4nFdWL2B .carousel-indicators li::before {
  content: none;
}
.cid-so4nFdWL2B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so4nFdWL2B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so4nFdWL2B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so4nFdWL2B .carousel-indicators {
    display: none;
  }
}
.cid-so4nFdWL2B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so4nFdWL2B .carousel-inner > .active {
  display: block;
}
.cid-so4nFdWL2B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4nFdWL2B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so4nFdWL2B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so4nFdWL2B .carousel-control,
  .cid-so4nFdWL2B .carousel-indicators,
  .cid-so4nFdWL2B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so4nFdWL2B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so4nFdWL2B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so4nFdWL2B .carousel-indicators .active,
.cid-so4nFdWL2B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so4nFdWL2B .carousel-indicators .active {
  background: #fff;
}
.cid-so4nFdWL2B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so4nFdWL2B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so4nFdWL2B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so4nFdWL2B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so4nFdWL2B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so4nFdWL2B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so4nFdWL2B .carousel {
  width: 100%;
}
.cid-so4nFdWL2B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so4nFdWL2B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so4nFdWL2B .modal.fade .modal-dialog,
.cid-so4nFdWL2B .modal.in .modal-dialog {
  transform: none;
}
.cid-so4nFdWL2B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so4nFdWL2B H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so4nFdWL2B H3 {
  color: #7b7a7a;
}
.cid-so4nGb047g {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so4nGb047g .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so4nGb047g .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so4nGb047g .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so4nGb047g .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so4nGb047g .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-so4nGb047g .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so4nGb047g .carousel-control,
.cid-so4nGb047g .close {
  background: #1b1b1b;
}
.cid-so4nGb047g .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so4nGb047g .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so4nGb047g .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so4nGb047g .carousel-control-next span {
  margin-left: 5px;
}
.cid-so4nGb047g .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-so4nGb047g .close::before {
  content: '\e91a';
}
.cid-so4nGb047g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so4nGb047g .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-so4nGb047g .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4nGb047g .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so4nGb047g .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so4nGb047g .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so4nGb047g .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-so4nGb047g .carousel-indicators li.active,
.cid-so4nGb047g .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so4nGb047g .carousel-indicators li::after,
.cid-so4nGb047g .carousel-indicators li::before {
  content: none;
}
.cid-so4nGb047g .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so4nGb047g .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so4nGb047g .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so4nGb047g .carousel-indicators {
    display: none;
  }
}
.cid-so4nGb047g .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so4nGb047g .carousel-inner > .active {
  display: block;
}
.cid-so4nGb047g .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4nGb047g .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so4nGb047g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so4nGb047g .carousel-control,
  .cid-so4nGb047g .carousel-indicators,
  .cid-so4nGb047g .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so4nGb047g .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so4nGb047g .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so4nGb047g .carousel-indicators .active,
.cid-so4nGb047g .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so4nGb047g .carousel-indicators .active {
  background: #fff;
}
.cid-so4nGb047g .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so4nGb047g .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so4nGb047g .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so4nGb047g .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so4nGb047g .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so4nGb047g .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so4nGb047g .carousel {
  width: 100%;
}
.cid-so4nGb047g .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so4nGb047g .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so4nGb047g .modal.fade .modal-dialog,
.cid-so4nGb047g .modal.in .modal-dialog {
  transform: none;
}
.cid-so4nGb047g .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so4nGb047g H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so4nGb047g H3 {
  color: #7b7a7a;
}
.cid-so4Q4LcKHp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so4Q4LcKHp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so4Q4LcKHp .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so4Q4LcKHp .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so4Q4LcKHp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so4Q4LcKHp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-so4Q4LcKHp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so4Q4LcKHp .carousel-control,
.cid-so4Q4LcKHp .close {
  background: #1b1b1b;
}
.cid-so4Q4LcKHp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so4Q4LcKHp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so4Q4LcKHp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so4Q4LcKHp .carousel-control-next span {
  margin-left: 5px;
}
.cid-so4Q4LcKHp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-so4Q4LcKHp .close::before {
  content: '\e91a';
}
.cid-so4Q4LcKHp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so4Q4LcKHp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-so4Q4LcKHp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4Q4LcKHp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so4Q4LcKHp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so4Q4LcKHp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so4Q4LcKHp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-so4Q4LcKHp .carousel-indicators li.active,
.cid-so4Q4LcKHp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so4Q4LcKHp .carousel-indicators li::after,
.cid-so4Q4LcKHp .carousel-indicators li::before {
  content: none;
}
.cid-so4Q4LcKHp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so4Q4LcKHp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so4Q4LcKHp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so4Q4LcKHp .carousel-indicators {
    display: none;
  }
}
.cid-so4Q4LcKHp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so4Q4LcKHp .carousel-inner > .active {
  display: block;
}
.cid-so4Q4LcKHp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4Q4LcKHp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so4Q4LcKHp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so4Q4LcKHp .carousel-control,
  .cid-so4Q4LcKHp .carousel-indicators,
  .cid-so4Q4LcKHp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so4Q4LcKHp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so4Q4LcKHp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so4Q4LcKHp .carousel-indicators .active,
.cid-so4Q4LcKHp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so4Q4LcKHp .carousel-indicators .active {
  background: #fff;
}
.cid-so4Q4LcKHp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so4Q4LcKHp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so4Q4LcKHp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so4Q4LcKHp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so4Q4LcKHp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so4Q4LcKHp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so4Q4LcKHp .carousel {
  width: 100%;
}
.cid-so4Q4LcKHp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so4Q4LcKHp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so4Q4LcKHp .modal.fade .modal-dialog,
.cid-so4Q4LcKHp .modal.in .modal-dialog {
  transform: none;
}
.cid-so4Q4LcKHp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so4Q4LcKHp H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so4Q4LcKHp H3 {
  color: #7b7a7a;
}
.cid-so4Q8Y74cp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so4Q8Y74cp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so4Q8Y74cp .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so4Q8Y74cp .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so4Q8Y74cp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so4Q8Y74cp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-so4Q8Y74cp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so4Q8Y74cp .carousel-control,
.cid-so4Q8Y74cp .close {
  background: #1b1b1b;
}
.cid-so4Q8Y74cp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so4Q8Y74cp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so4Q8Y74cp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so4Q8Y74cp .carousel-control-next span {
  margin-left: 5px;
}
.cid-so4Q8Y74cp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-so4Q8Y74cp .close::before {
  content: '\e91a';
}
.cid-so4Q8Y74cp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so4Q8Y74cp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-so4Q8Y74cp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4Q8Y74cp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so4Q8Y74cp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so4Q8Y74cp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so4Q8Y74cp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-so4Q8Y74cp .carousel-indicators li.active,
.cid-so4Q8Y74cp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so4Q8Y74cp .carousel-indicators li::after,
.cid-so4Q8Y74cp .carousel-indicators li::before {
  content: none;
}
.cid-so4Q8Y74cp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so4Q8Y74cp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so4Q8Y74cp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so4Q8Y74cp .carousel-indicators {
    display: none;
  }
}
.cid-so4Q8Y74cp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so4Q8Y74cp .carousel-inner > .active {
  display: block;
}
.cid-so4Q8Y74cp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4Q8Y74cp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so4Q8Y74cp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so4Q8Y74cp .carousel-control,
  .cid-so4Q8Y74cp .carousel-indicators,
  .cid-so4Q8Y74cp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so4Q8Y74cp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so4Q8Y74cp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so4Q8Y74cp .carousel-indicators .active,
.cid-so4Q8Y74cp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so4Q8Y74cp .carousel-indicators .active {
  background: #fff;
}
.cid-so4Q8Y74cp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so4Q8Y74cp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so4Q8Y74cp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so4Q8Y74cp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so4Q8Y74cp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so4Q8Y74cp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so4Q8Y74cp .carousel {
  width: 100%;
}
.cid-so4Q8Y74cp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so4Q8Y74cp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so4Q8Y74cp .modal.fade .modal-dialog,
.cid-so4Q8Y74cp .modal.in .modal-dialog {
  transform: none;
}
.cid-so4Q8Y74cp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so4Q8Y74cp H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so4Q8Y74cp H3 {
  color: #7b7a7a;
}
.cid-srrcXjEAOX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srrcXjEAOX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srrcXjEAOX .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srrcXjEAOX .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srrcXjEAOX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srrcXjEAOX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-srrcXjEAOX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srrcXjEAOX .carousel-control,
.cid-srrcXjEAOX .close {
  background: #1b1b1b;
}
.cid-srrcXjEAOX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srrcXjEAOX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srrcXjEAOX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srrcXjEAOX .carousel-control-next span {
  margin-left: 5px;
}
.cid-srrcXjEAOX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-srrcXjEAOX .close::before {
  content: '\e91a';
}
.cid-srrcXjEAOX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srrcXjEAOX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-srrcXjEAOX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srrcXjEAOX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srrcXjEAOX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srrcXjEAOX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srrcXjEAOX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-srrcXjEAOX .carousel-indicators li.active,
.cid-srrcXjEAOX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srrcXjEAOX .carousel-indicators li::after,
.cid-srrcXjEAOX .carousel-indicators li::before {
  content: none;
}
.cid-srrcXjEAOX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srrcXjEAOX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srrcXjEAOX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srrcXjEAOX .carousel-indicators {
    display: none;
  }
}
.cid-srrcXjEAOX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srrcXjEAOX .carousel-inner > .active {
  display: block;
}
.cid-srrcXjEAOX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srrcXjEAOX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srrcXjEAOX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srrcXjEAOX .carousel-control,
  .cid-srrcXjEAOX .carousel-indicators,
  .cid-srrcXjEAOX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srrcXjEAOX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srrcXjEAOX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srrcXjEAOX .carousel-indicators .active,
.cid-srrcXjEAOX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srrcXjEAOX .carousel-indicators .active {
  background: #fff;
}
.cid-srrcXjEAOX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srrcXjEAOX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srrcXjEAOX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srrcXjEAOX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srrcXjEAOX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srrcXjEAOX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srrcXjEAOX .carousel {
  width: 100%;
}
.cid-srrcXjEAOX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srrcXjEAOX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srrcXjEAOX .modal.fade .modal-dialog,
.cid-srrcXjEAOX .modal.in .modal-dialog {
  transform: none;
}
.cid-srrcXjEAOX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srrcXjEAOX H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srrcXjEAOX H3 {
  color: #7b7a7a;
}
.cid-stIPbj48Ae {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-stIPbj48Ae .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-stIPbj48Ae .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-stIPbj48Ae .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-stIPbj48Ae .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-stIPbj48Ae .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-stIPbj48Ae .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-stIPbj48Ae .carousel-control,
.cid-stIPbj48Ae .close {
  background: #1b1b1b;
}
.cid-stIPbj48Ae .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-stIPbj48Ae .carousel-control-prev span {
  margin-right: 5px;
}
.cid-stIPbj48Ae .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-stIPbj48Ae .carousel-control-next span {
  margin-left: 5px;
}
.cid-stIPbj48Ae .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-stIPbj48Ae .close::before {
  content: '\e91a';
}
.cid-stIPbj48Ae .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-stIPbj48Ae .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-stIPbj48Ae .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stIPbj48Ae .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-stIPbj48Ae .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-stIPbj48Ae .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-stIPbj48Ae .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-stIPbj48Ae .carousel-indicators li.active,
.cid-stIPbj48Ae .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-stIPbj48Ae .carousel-indicators li::after,
.cid-stIPbj48Ae .carousel-indicators li::before {
  content: none;
}
.cid-stIPbj48Ae .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-stIPbj48Ae .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-stIPbj48Ae .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-stIPbj48Ae .carousel-indicators {
    display: none;
  }
}
.cid-stIPbj48Ae .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-stIPbj48Ae .carousel-inner > .active {
  display: block;
}
.cid-stIPbj48Ae .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stIPbj48Ae .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stIPbj48Ae .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-stIPbj48Ae .carousel-control,
  .cid-stIPbj48Ae .carousel-indicators,
  .cid-stIPbj48Ae .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-stIPbj48Ae .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-stIPbj48Ae .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stIPbj48Ae .carousel-indicators .active,
.cid-stIPbj48Ae .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-stIPbj48Ae .carousel-indicators .active {
  background: #fff;
}
.cid-stIPbj48Ae .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-stIPbj48Ae .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-stIPbj48Ae .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-stIPbj48Ae .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-stIPbj48Ae .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-stIPbj48Ae .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-stIPbj48Ae .carousel {
  width: 100%;
}
.cid-stIPbj48Ae .modal-backdrop.in {
  opacity: 0.8;
}
.cid-stIPbj48Ae .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-stIPbj48Ae .modal.fade .modal-dialog,
.cid-stIPbj48Ae .modal.in .modal-dialog {
  transform: none;
}
.cid-stIPbj48Ae .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-stIPbj48Ae H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-stIPbj48Ae H3 {
  color: #7b7a7a;
}
.cid-slvgQ4seJo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1920x822.jpg");
}
.cid-slvgQ4seJo .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-slvgQ4seJo .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-slvgQ4seJo .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-slvgQ4seJo .mbr-text,
.cid-slvgQ4seJo .mbr-section-btn {
  color: #7b7a7a;
}
.cid-skA0S57lmT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-skA0S57lmT .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skA0S57lmT .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-skA0S57lmT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skA0S57lmT .inner-container {
    width: 100% !important;
  }
}
.cid-skuNjC9EdD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-skuNjC9EdD .img-wrapper {
  text-align: center;
}
.cid-skuNjC9EdD img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-skuNjC9EdD .row {
  align-items: flex-start;
}
.cid-skuNjC9EdD .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-skuNjC9EdD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-skuNjC9EdD .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skuNjC9EdD .card-wrapper {
    padding: 1rem;
  }
}
.cid-skuNjC9EdD .card-title {
  color: #7b7a7a;
}
.cid-skuNjC9EdD .mbr-text,
.cid-skuNjC9EdD .mbr-section-btn {
  color: #858484;
}
.cid-siMT33I7RA {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siMT33I7RA .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siMT33I7RA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-siMT33I7RA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-siMT33I7RA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-siMT33I7RA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-siMT33I7RA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-siMT33I7RA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  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%);
}

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

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

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

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

@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: 0;
    right: 0;
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

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

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-slpDbJldzu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-slpDbJldzu nav.navbar {
  position: fixed;
}
.cid-slpDbJldzu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-slpDbJldzu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-slpDbJldzu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-slpDbJldzu .dropdown-item:hover,
.cid-slpDbJldzu .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-slpDbJldzu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-slpDbJldzu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-slpDbJldzu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-slpDbJldzu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-slpDbJldzu .nav-link {
  position: relative;
}
.cid-slpDbJldzu .container {
  display: flex;
  margin: auto;
}
.cid-slpDbJldzu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-slpDbJldzu .dropdown-menu,
.cid-slpDbJldzu .navbar.opened {
  background: #ffffff !important;
}
.cid-slpDbJldzu .nav-item:focus,
.cid-slpDbJldzu .nav-link:focus {
  outline: none;
}
.cid-slpDbJldzu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-slpDbJldzu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slpDbJldzu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-slpDbJldzu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-slpDbJldzu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slpDbJldzu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slpDbJldzu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-slpDbJldzu .navbar.opened {
  transition: all 0.3s;
}
.cid-slpDbJldzu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-slpDbJldzu .navbar .navbar-logo img {
  width: auto;
}
.cid-slpDbJldzu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-slpDbJldzu .navbar.collapsed {
  justify-content: center;
}
.cid-slpDbJldzu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slpDbJldzu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slpDbJldzu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-slpDbJldzu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slpDbJldzu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slpDbJldzu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-slpDbJldzu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slpDbJldzu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-slpDbJldzu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-slpDbJldzu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slpDbJldzu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slpDbJldzu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slpDbJldzu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slpDbJldzu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-slpDbJldzu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-slpDbJldzu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slpDbJldzu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slpDbJldzu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-slpDbJldzu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-slpDbJldzu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-slpDbJldzu .navbar.navbar-short {
  min-height: 60px;
}
.cid-slpDbJldzu .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-slpDbJldzu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-slpDbJldzu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slpDbJldzu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slpDbJldzu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slpDbJldzu .dropdown-item.active,
.cid-slpDbJldzu .dropdown-item:active {
  background-color: transparent;
}
.cid-slpDbJldzu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slpDbJldzu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slpDbJldzu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slpDbJldzu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-slpDbJldzu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slpDbJldzu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slpDbJldzu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-slpDbJldzu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-slpDbJldzu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-slpDbJldzu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d04528;
}
.cid-slpDbJldzu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-slpDbJldzu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slpDbJldzu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slpDbJldzu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-slpDbJldzu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slpDbJldzu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-slpDbJldzu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-slpDbJldzu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slpDbJldzu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-slpDbJldzu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-slpDbJldzu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slpDbJldzu .navbar {
    height: 70px;
  }
  .cid-slpDbJldzu .navbar.opened {
    height: auto;
  }
  .cid-slpDbJldzu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slpDbJVLek {
  background-image: url("../../../assets/images/ceramicas-div-header1-3.jpg");
}
.cid-slpDbJVLek .mbr-section-title {
  text-align: center;
  color: #d04528;
}
.cid-slpDbJVLek .mbr-text,
.cid-slpDbJVLek .mbr-section-btn {
  color: #5c5c5c;
}
.cid-slpDbJVLek .mbr-section-subtitle {
  color: #353535;
}
.cid-slpDbKeyd5 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-slpDbKeyd5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-slpDbKeyd5 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-slpDbKeyd5 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-slpDbKeyd5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-slpDbKeyd5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-slpDbKeyd5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-slpDbKeyd5 .carousel-control,
.cid-slpDbKeyd5 .close {
  background: #1b1b1b;
}
.cid-slpDbKeyd5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-slpDbKeyd5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-slpDbKeyd5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-slpDbKeyd5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-slpDbKeyd5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-slpDbKeyd5 .close::before {
  content: '\e91a';
}
.cid-slpDbKeyd5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-slpDbKeyd5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-slpDbKeyd5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbKeyd5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-slpDbKeyd5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-slpDbKeyd5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-slpDbKeyd5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-slpDbKeyd5 .carousel-indicators li.active,
.cid-slpDbKeyd5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-slpDbKeyd5 .carousel-indicators li::after,
.cid-slpDbKeyd5 .carousel-indicators li::before {
  content: none;
}
.cid-slpDbKeyd5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-slpDbKeyd5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-slpDbKeyd5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-slpDbKeyd5 .carousel-indicators {
    display: none;
  }
}
.cid-slpDbKeyd5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-slpDbKeyd5 .carousel-inner > .active {
  display: block;
}
.cid-slpDbKeyd5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbKeyd5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slpDbKeyd5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-slpDbKeyd5 .carousel-control,
  .cid-slpDbKeyd5 .carousel-indicators,
  .cid-slpDbKeyd5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-slpDbKeyd5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-slpDbKeyd5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-slpDbKeyd5 .carousel-indicators .active,
.cid-slpDbKeyd5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-slpDbKeyd5 .carousel-indicators .active {
  background: #fff;
}
.cid-slpDbKeyd5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-slpDbKeyd5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-slpDbKeyd5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-slpDbKeyd5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-slpDbKeyd5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-slpDbKeyd5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-slpDbKeyd5 .carousel {
  width: 100%;
}
.cid-slpDbKeyd5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-slpDbKeyd5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-slpDbKeyd5 .modal.fade .modal-dialog,
.cid-slpDbKeyd5 .modal.in .modal-dialog {
  transform: none;
}
.cid-slpDbKeyd5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-slpDbKeyd5 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-slpDbKeyd5 H3 {
  color: #7b7a7a;
}
.cid-slpDbKeyd5 H4 {
  color: #d04528;
}
.cid-sHGySmbt72 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sHGySmbt72 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sHGySmbt72 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sHGySmbt72 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sHGySmbt72 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sHGySmbt72 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sHGySmbt72 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHGySmbt72 .carousel-control,
.cid-sHGySmbt72 .close {
  background: #1b1b1b;
}
.cid-sHGySmbt72 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHGySmbt72 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHGySmbt72 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHGySmbt72 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHGySmbt72 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sHGySmbt72 .close::before {
  content: '\e91a';
}
.cid-sHGySmbt72 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHGySmbt72 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHGySmbt72 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHGySmbt72 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHGySmbt72 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHGySmbt72 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHGySmbt72 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHGySmbt72 .carousel-indicators li.active,
.cid-sHGySmbt72 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHGySmbt72 .carousel-indicators li::after,
.cid-sHGySmbt72 .carousel-indicators li::before {
  content: none;
}
.cid-sHGySmbt72 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHGySmbt72 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHGySmbt72 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHGySmbt72 .carousel-indicators {
    display: none;
  }
}
.cid-sHGySmbt72 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHGySmbt72 .carousel-inner > .active {
  display: block;
}
.cid-sHGySmbt72 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHGySmbt72 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHGySmbt72 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHGySmbt72 .carousel-control,
  .cid-sHGySmbt72 .carousel-indicators,
  .cid-sHGySmbt72 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHGySmbt72 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHGySmbt72 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHGySmbt72 .carousel-indicators .active,
.cid-sHGySmbt72 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHGySmbt72 .carousel-indicators .active {
  background: #fff;
}
.cid-sHGySmbt72 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHGySmbt72 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHGySmbt72 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHGySmbt72 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHGySmbt72 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHGySmbt72 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHGySmbt72 .carousel {
  width: 100%;
}
.cid-sHGySmbt72 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHGySmbt72 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHGySmbt72 .modal.fade .modal-dialog,
.cid-sHGySmbt72 .modal.in .modal-dialog {
  transform: none;
}
.cid-sHGySmbt72 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHGySmbt72 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sHGySmbt72 H3 {
  color: #7b7a7a;
}
.cid-sHRJyOSUpm {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sHRJyOSUpm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sHRJyOSUpm .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sHRJyOSUpm .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sHRJyOSUpm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sHRJyOSUpm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sHRJyOSUpm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHRJyOSUpm .carousel-control,
.cid-sHRJyOSUpm .close {
  background: #1b1b1b;
}
.cid-sHRJyOSUpm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHRJyOSUpm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHRJyOSUpm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHRJyOSUpm .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHRJyOSUpm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sHRJyOSUpm .close::before {
  content: '\e91a';
}
.cid-sHRJyOSUpm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHRJyOSUpm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHRJyOSUpm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHRJyOSUpm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHRJyOSUpm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHRJyOSUpm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHRJyOSUpm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHRJyOSUpm .carousel-indicators li.active,
.cid-sHRJyOSUpm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHRJyOSUpm .carousel-indicators li::after,
.cid-sHRJyOSUpm .carousel-indicators li::before {
  content: none;
}
.cid-sHRJyOSUpm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHRJyOSUpm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHRJyOSUpm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHRJyOSUpm .carousel-indicators {
    display: none;
  }
}
.cid-sHRJyOSUpm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHRJyOSUpm .carousel-inner > .active {
  display: block;
}
.cid-sHRJyOSUpm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHRJyOSUpm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHRJyOSUpm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHRJyOSUpm .carousel-control,
  .cid-sHRJyOSUpm .carousel-indicators,
  .cid-sHRJyOSUpm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHRJyOSUpm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHRJyOSUpm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHRJyOSUpm .carousel-indicators .active,
.cid-sHRJyOSUpm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHRJyOSUpm .carousel-indicators .active {
  background: #fff;
}
.cid-sHRJyOSUpm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHRJyOSUpm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHRJyOSUpm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHRJyOSUpm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHRJyOSUpm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHRJyOSUpm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHRJyOSUpm .carousel {
  width: 100%;
}
.cid-sHRJyOSUpm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHRJyOSUpm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHRJyOSUpm .modal.fade .modal-dialog,
.cid-sHRJyOSUpm .modal.in .modal-dialog {
  transform: none;
}
.cid-sHRJyOSUpm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHRJyOSUpm H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sHRJyOSUpm H3 {
  color: #7b7a7a;
}
.cid-sIk3ywC26b {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sIk3ywC26b .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sIk3ywC26b .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sIk3ywC26b .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sIk3ywC26b .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sIk3ywC26b .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sIk3ywC26b .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sIk3ywC26b .carousel-control,
.cid-sIk3ywC26b .close {
  background: #1b1b1b;
}
.cid-sIk3ywC26b .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sIk3ywC26b .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sIk3ywC26b .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sIk3ywC26b .carousel-control-next span {
  margin-left: 5px;
}
.cid-sIk3ywC26b .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sIk3ywC26b .close::before {
  content: '\e91a';
}
.cid-sIk3ywC26b .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sIk3ywC26b .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sIk3ywC26b .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIk3ywC26b .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sIk3ywC26b .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sIk3ywC26b .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sIk3ywC26b .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sIk3ywC26b .carousel-indicators li.active,
.cid-sIk3ywC26b .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sIk3ywC26b .carousel-indicators li::after,
.cid-sIk3ywC26b .carousel-indicators li::before {
  content: none;
}
.cid-sIk3ywC26b .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sIk3ywC26b .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sIk3ywC26b .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sIk3ywC26b .carousel-indicators {
    display: none;
  }
}
.cid-sIk3ywC26b .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sIk3ywC26b .carousel-inner > .active {
  display: block;
}
.cid-sIk3ywC26b .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIk3ywC26b .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIk3ywC26b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sIk3ywC26b .carousel-control,
  .cid-sIk3ywC26b .carousel-indicators,
  .cid-sIk3ywC26b .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sIk3ywC26b .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sIk3ywC26b .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sIk3ywC26b .carousel-indicators .active,
.cid-sIk3ywC26b .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sIk3ywC26b .carousel-indicators .active {
  background: #fff;
}
.cid-sIk3ywC26b .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sIk3ywC26b .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sIk3ywC26b .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sIk3ywC26b .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sIk3ywC26b .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sIk3ywC26b .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sIk3ywC26b .carousel {
  width: 100%;
}
.cid-sIk3ywC26b .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sIk3ywC26b .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sIk3ywC26b .modal.fade .modal-dialog,
.cid-sIk3ywC26b .modal.in .modal-dialog {
  transform: none;
}
.cid-sIk3ywC26b .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sIk3ywC26b H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sIk3ywC26b H3 {
  color: #7b7a7a;
}
.cid-sIkYpNj2Sj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sIkYpNj2Sj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sIkYpNj2Sj .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sIkYpNj2Sj .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sIkYpNj2Sj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sIkYpNj2Sj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sIkYpNj2Sj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sIkYpNj2Sj .carousel-control,
.cid-sIkYpNj2Sj .close {
  background: #1b1b1b;
}
.cid-sIkYpNj2Sj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sIkYpNj2Sj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sIkYpNj2Sj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sIkYpNj2Sj .carousel-control-next span {
  margin-left: 5px;
}
.cid-sIkYpNj2Sj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sIkYpNj2Sj .close::before {
  content: '\e91a';
}
.cid-sIkYpNj2Sj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sIkYpNj2Sj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sIkYpNj2Sj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIkYpNj2Sj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sIkYpNj2Sj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sIkYpNj2Sj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sIkYpNj2Sj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sIkYpNj2Sj .carousel-indicators li.active,
.cid-sIkYpNj2Sj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sIkYpNj2Sj .carousel-indicators li::after,
.cid-sIkYpNj2Sj .carousel-indicators li::before {
  content: none;
}
.cid-sIkYpNj2Sj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sIkYpNj2Sj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sIkYpNj2Sj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sIkYpNj2Sj .carousel-indicators {
    display: none;
  }
}
.cid-sIkYpNj2Sj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sIkYpNj2Sj .carousel-inner > .active {
  display: block;
}
.cid-sIkYpNj2Sj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIkYpNj2Sj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIkYpNj2Sj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sIkYpNj2Sj .carousel-control,
  .cid-sIkYpNj2Sj .carousel-indicators,
  .cid-sIkYpNj2Sj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sIkYpNj2Sj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sIkYpNj2Sj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sIkYpNj2Sj .carousel-indicators .active,
.cid-sIkYpNj2Sj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sIkYpNj2Sj .carousel-indicators .active {
  background: #fff;
}
.cid-sIkYpNj2Sj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sIkYpNj2Sj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sIkYpNj2Sj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sIkYpNj2Sj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sIkYpNj2Sj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sIkYpNj2Sj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sIkYpNj2Sj .carousel {
  width: 100%;
}
.cid-sIkYpNj2Sj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sIkYpNj2Sj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sIkYpNj2Sj .modal.fade .modal-dialog,
.cid-sIkYpNj2Sj .modal.in .modal-dialog {
  transform: none;
}
.cid-sIkYpNj2Sj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sIkYpNj2Sj H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sIkYpNj2Sj H3 {
  color: #7b7a7a;
}
.cid-sITlCkRRXt {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sITlCkRRXt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sITlCkRRXt .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sITlCkRRXt .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sITlCkRRXt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sITlCkRRXt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sITlCkRRXt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sITlCkRRXt .carousel-control,
.cid-sITlCkRRXt .close {
  background: #1b1b1b;
}
.cid-sITlCkRRXt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sITlCkRRXt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sITlCkRRXt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sITlCkRRXt .carousel-control-next span {
  margin-left: 5px;
}
.cid-sITlCkRRXt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sITlCkRRXt .close::before {
  content: '\e91a';
}
.cid-sITlCkRRXt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sITlCkRRXt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sITlCkRRXt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sITlCkRRXt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sITlCkRRXt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sITlCkRRXt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sITlCkRRXt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sITlCkRRXt .carousel-indicators li.active,
.cid-sITlCkRRXt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sITlCkRRXt .carousel-indicators li::after,
.cid-sITlCkRRXt .carousel-indicators li::before {
  content: none;
}
.cid-sITlCkRRXt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sITlCkRRXt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sITlCkRRXt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sITlCkRRXt .carousel-indicators {
    display: none;
  }
}
.cid-sITlCkRRXt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sITlCkRRXt .carousel-inner > .active {
  display: block;
}
.cid-sITlCkRRXt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sITlCkRRXt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sITlCkRRXt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sITlCkRRXt .carousel-control,
  .cid-sITlCkRRXt .carousel-indicators,
  .cid-sITlCkRRXt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sITlCkRRXt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sITlCkRRXt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sITlCkRRXt .carousel-indicators .active,
.cid-sITlCkRRXt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sITlCkRRXt .carousel-indicators .active {
  background: #fff;
}
.cid-sITlCkRRXt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sITlCkRRXt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sITlCkRRXt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sITlCkRRXt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sITlCkRRXt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sITlCkRRXt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sITlCkRRXt .carousel {
  width: 100%;
}
.cid-sITlCkRRXt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sITlCkRRXt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sITlCkRRXt .modal.fade .modal-dialog,
.cid-sITlCkRRXt .modal.in .modal-dialog {
  transform: none;
}
.cid-sITlCkRRXt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sITlCkRRXt H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sITlCkRRXt H3 {
  color: #7b7a7a;
}
.cid-sIU7PDwoQw {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sIU7PDwoQw .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sIU7PDwoQw .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sIU7PDwoQw .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sIU7PDwoQw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sIU7PDwoQw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sIU7PDwoQw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sIU7PDwoQw .carousel-control,
.cid-sIU7PDwoQw .close {
  background: #1b1b1b;
}
.cid-sIU7PDwoQw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sIU7PDwoQw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sIU7PDwoQw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sIU7PDwoQw .carousel-control-next span {
  margin-left: 5px;
}
.cid-sIU7PDwoQw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sIU7PDwoQw .close::before {
  content: '\e91a';
}
.cid-sIU7PDwoQw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sIU7PDwoQw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sIU7PDwoQw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIU7PDwoQw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sIU7PDwoQw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sIU7PDwoQw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sIU7PDwoQw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sIU7PDwoQw .carousel-indicators li.active,
.cid-sIU7PDwoQw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sIU7PDwoQw .carousel-indicators li::after,
.cid-sIU7PDwoQw .carousel-indicators li::before {
  content: none;
}
.cid-sIU7PDwoQw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sIU7PDwoQw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sIU7PDwoQw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sIU7PDwoQw .carousel-indicators {
    display: none;
  }
}
.cid-sIU7PDwoQw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sIU7PDwoQw .carousel-inner > .active {
  display: block;
}
.cid-sIU7PDwoQw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIU7PDwoQw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIU7PDwoQw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sIU7PDwoQw .carousel-control,
  .cid-sIU7PDwoQw .carousel-indicators,
  .cid-sIU7PDwoQw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sIU7PDwoQw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sIU7PDwoQw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sIU7PDwoQw .carousel-indicators .active,
.cid-sIU7PDwoQw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sIU7PDwoQw .carousel-indicators .active {
  background: #fff;
}
.cid-sIU7PDwoQw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sIU7PDwoQw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sIU7PDwoQw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sIU7PDwoQw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sIU7PDwoQw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sIU7PDwoQw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sIU7PDwoQw .carousel {
  width: 100%;
}
.cid-sIU7PDwoQw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sIU7PDwoQw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sIU7PDwoQw .modal.fade .modal-dialog,
.cid-sIU7PDwoQw .modal.in .modal-dialog {
  transform: none;
}
.cid-sIU7PDwoQw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sIU7PDwoQw H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sIU7PDwoQw H3 {
  color: #7b7a7a;
}
.cid-sJlSGINRnC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sJlSGINRnC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sJlSGINRnC .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sJlSGINRnC .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sJlSGINRnC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sJlSGINRnC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJlSGINRnC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJlSGINRnC .carousel-control,
.cid-sJlSGINRnC .close {
  background: #1b1b1b;
}
.cid-sJlSGINRnC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJlSGINRnC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJlSGINRnC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJlSGINRnC .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJlSGINRnC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJlSGINRnC .close::before {
  content: '\e91a';
}
.cid-sJlSGINRnC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJlSGINRnC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJlSGINRnC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJlSGINRnC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJlSGINRnC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJlSGINRnC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJlSGINRnC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sJlSGINRnC .carousel-indicators li.active,
.cid-sJlSGINRnC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJlSGINRnC .carousel-indicators li::after,
.cid-sJlSGINRnC .carousel-indicators li::before {
  content: none;
}
.cid-sJlSGINRnC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJlSGINRnC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJlSGINRnC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJlSGINRnC .carousel-indicators {
    display: none;
  }
}
.cid-sJlSGINRnC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJlSGINRnC .carousel-inner > .active {
  display: block;
}
.cid-sJlSGINRnC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJlSGINRnC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJlSGINRnC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJlSGINRnC .carousel-control,
  .cid-sJlSGINRnC .carousel-indicators,
  .cid-sJlSGINRnC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJlSGINRnC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJlSGINRnC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJlSGINRnC .carousel-indicators .active,
.cid-sJlSGINRnC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJlSGINRnC .carousel-indicators .active {
  background: #fff;
}
.cid-sJlSGINRnC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJlSGINRnC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJlSGINRnC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJlSGINRnC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJlSGINRnC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJlSGINRnC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJlSGINRnC .carousel {
  width: 100%;
}
.cid-sJlSGINRnC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJlSGINRnC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJlSGINRnC .modal.fade .modal-dialog,
.cid-sJlSGINRnC .modal.in .modal-dialog {
  transform: none;
}
.cid-sJlSGINRnC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJlSGINRnC H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sJlSGINRnC H3 {
  color: #7b7a7a;
}
.cid-sJJMse9GLz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sJJMse9GLz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sJJMse9GLz .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sJJMse9GLz .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sJJMse9GLz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sJJMse9GLz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJJMse9GLz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJJMse9GLz .carousel-control,
.cid-sJJMse9GLz .close {
  background: #1b1b1b;
}
.cid-sJJMse9GLz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJJMse9GLz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJJMse9GLz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJJMse9GLz .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJJMse9GLz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJJMse9GLz .close::before {
  content: '\e91a';
}
.cid-sJJMse9GLz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJJMse9GLz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJJMse9GLz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJJMse9GLz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJJMse9GLz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJJMse9GLz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJJMse9GLz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sJJMse9GLz .carousel-indicators li.active,
.cid-sJJMse9GLz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJJMse9GLz .carousel-indicators li::after,
.cid-sJJMse9GLz .carousel-indicators li::before {
  content: none;
}
.cid-sJJMse9GLz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJJMse9GLz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJJMse9GLz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJJMse9GLz .carousel-indicators {
    display: none;
  }
}
.cid-sJJMse9GLz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJJMse9GLz .carousel-inner > .active {
  display: block;
}
.cid-sJJMse9GLz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJJMse9GLz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJJMse9GLz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJJMse9GLz .carousel-control,
  .cid-sJJMse9GLz .carousel-indicators,
  .cid-sJJMse9GLz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJJMse9GLz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJJMse9GLz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJJMse9GLz .carousel-indicators .active,
.cid-sJJMse9GLz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJJMse9GLz .carousel-indicators .active {
  background: #fff;
}
.cid-sJJMse9GLz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJJMse9GLz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJJMse9GLz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJJMse9GLz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJJMse9GLz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJJMse9GLz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJJMse9GLz .carousel {
  width: 100%;
}
.cid-sJJMse9GLz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJJMse9GLz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJJMse9GLz .modal.fade .modal-dialog,
.cid-sJJMse9GLz .modal.in .modal-dialog {
  transform: none;
}
.cid-sJJMse9GLz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJJMse9GLz H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sJJMse9GLz H3 {
  color: #7b7a7a;
}
.cid-sHGyo5McSH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sHGyo5McSH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sHGyo5McSH .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sHGyo5McSH .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sHGyo5McSH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sHGyo5McSH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sHGyo5McSH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHGyo5McSH .carousel-control,
.cid-sHGyo5McSH .close {
  background: #1b1b1b;
}
.cid-sHGyo5McSH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHGyo5McSH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHGyo5McSH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHGyo5McSH .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHGyo5McSH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sHGyo5McSH .close::before {
  content: '\e91a';
}
.cid-sHGyo5McSH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHGyo5McSH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHGyo5McSH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHGyo5McSH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHGyo5McSH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHGyo5McSH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHGyo5McSH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHGyo5McSH .carousel-indicators li.active,
.cid-sHGyo5McSH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHGyo5McSH .carousel-indicators li::after,
.cid-sHGyo5McSH .carousel-indicators li::before {
  content: none;
}
.cid-sHGyo5McSH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHGyo5McSH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHGyo5McSH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHGyo5McSH .carousel-indicators {
    display: none;
  }
}
.cid-sHGyo5McSH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHGyo5McSH .carousel-inner > .active {
  display: block;
}
.cid-sHGyo5McSH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHGyo5McSH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHGyo5McSH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHGyo5McSH .carousel-control,
  .cid-sHGyo5McSH .carousel-indicators,
  .cid-sHGyo5McSH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHGyo5McSH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHGyo5McSH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHGyo5McSH .carousel-indicators .active,
.cid-sHGyo5McSH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHGyo5McSH .carousel-indicators .active {
  background: #fff;
}
.cid-sHGyo5McSH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHGyo5McSH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHGyo5McSH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHGyo5McSH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHGyo5McSH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHGyo5McSH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHGyo5McSH .carousel {
  width: 100%;
}
.cid-sHGyo5McSH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHGyo5McSH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHGyo5McSH .modal.fade .modal-dialog,
.cid-sHGyo5McSH .modal.in .modal-dialog {
  transform: none;
}
.cid-sHGyo5McSH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHGyo5McSH H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sHGyo5McSH H3 {
  color: #7b7a7a;
}
.cid-sFNDIfhsJm {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sFNDIfhsJm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFNDIfhsJm .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFNDIfhsJm .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFNDIfhsJm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFNDIfhsJm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFNDIfhsJm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFNDIfhsJm .carousel-control,
.cid-sFNDIfhsJm .close {
  background: #1b1b1b;
}
.cid-sFNDIfhsJm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFNDIfhsJm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFNDIfhsJm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFNDIfhsJm .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFNDIfhsJm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFNDIfhsJm .close::before {
  content: '\e91a';
}
.cid-sFNDIfhsJm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFNDIfhsJm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFNDIfhsJm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFNDIfhsJm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFNDIfhsJm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFNDIfhsJm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFNDIfhsJm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFNDIfhsJm .carousel-indicators li.active,
.cid-sFNDIfhsJm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFNDIfhsJm .carousel-indicators li::after,
.cid-sFNDIfhsJm .carousel-indicators li::before {
  content: none;
}
.cid-sFNDIfhsJm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFNDIfhsJm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFNDIfhsJm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFNDIfhsJm .carousel-indicators {
    display: none;
  }
}
.cid-sFNDIfhsJm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFNDIfhsJm .carousel-inner > .active {
  display: block;
}
.cid-sFNDIfhsJm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFNDIfhsJm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFNDIfhsJm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFNDIfhsJm .carousel-control,
  .cid-sFNDIfhsJm .carousel-indicators,
  .cid-sFNDIfhsJm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFNDIfhsJm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFNDIfhsJm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFNDIfhsJm .carousel-indicators .active,
.cid-sFNDIfhsJm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFNDIfhsJm .carousel-indicators .active {
  background: #fff;
}
.cid-sFNDIfhsJm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFNDIfhsJm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFNDIfhsJm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFNDIfhsJm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFNDIfhsJm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFNDIfhsJm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFNDIfhsJm .carousel {
  width: 100%;
}
.cid-sFNDIfhsJm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFNDIfhsJm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFNDIfhsJm .modal.fade .modal-dialog,
.cid-sFNDIfhsJm .modal.in .modal-dialog {
  transform: none;
}
.cid-sFNDIfhsJm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFNDIfhsJm H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sFNDIfhsJm H3 {
  color: #7b7a7a;
}
.cid-sFSkoDpGzq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sFSkoDpGzq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFSkoDpGzq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFSkoDpGzq .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFSkoDpGzq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFSkoDpGzq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFSkoDpGzq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFSkoDpGzq .carousel-control,
.cid-sFSkoDpGzq .close {
  background: #1b1b1b;
}
.cid-sFSkoDpGzq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFSkoDpGzq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFSkoDpGzq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFSkoDpGzq .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFSkoDpGzq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFSkoDpGzq .close::before {
  content: '\e91a';
}
.cid-sFSkoDpGzq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFSkoDpGzq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFSkoDpGzq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFSkoDpGzq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFSkoDpGzq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFSkoDpGzq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFSkoDpGzq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFSkoDpGzq .carousel-indicators li.active,
.cid-sFSkoDpGzq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFSkoDpGzq .carousel-indicators li::after,
.cid-sFSkoDpGzq .carousel-indicators li::before {
  content: none;
}
.cid-sFSkoDpGzq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFSkoDpGzq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFSkoDpGzq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFSkoDpGzq .carousel-indicators {
    display: none;
  }
}
.cid-sFSkoDpGzq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFSkoDpGzq .carousel-inner > .active {
  display: block;
}
.cid-sFSkoDpGzq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFSkoDpGzq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFSkoDpGzq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFSkoDpGzq .carousel-control,
  .cid-sFSkoDpGzq .carousel-indicators,
  .cid-sFSkoDpGzq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFSkoDpGzq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFSkoDpGzq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFSkoDpGzq .carousel-indicators .active,
.cid-sFSkoDpGzq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFSkoDpGzq .carousel-indicators .active {
  background: #fff;
}
.cid-sFSkoDpGzq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFSkoDpGzq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFSkoDpGzq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFSkoDpGzq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFSkoDpGzq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFSkoDpGzq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFSkoDpGzq .carousel {
  width: 100%;
}
.cid-sFSkoDpGzq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFSkoDpGzq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFSkoDpGzq .modal.fade .modal-dialog,
.cid-sFSkoDpGzq .modal.in .modal-dialog {
  transform: none;
}
.cid-sFSkoDpGzq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFSkoDpGzq H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sFSkoDpGzq H3 {
  color: #7b7a7a;
}
.cid-sFXXjXKO2u {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sFXXjXKO2u .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFXXjXKO2u .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFXXjXKO2u .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFXXjXKO2u .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFXXjXKO2u .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFXXjXKO2u .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFXXjXKO2u .carousel-control,
.cid-sFXXjXKO2u .close {
  background: #1b1b1b;
}
.cid-sFXXjXKO2u .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFXXjXKO2u .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFXXjXKO2u .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFXXjXKO2u .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFXXjXKO2u .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFXXjXKO2u .close::before {
  content: '\e91a';
}
.cid-sFXXjXKO2u .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFXXjXKO2u .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFXXjXKO2u .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFXXjXKO2u .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFXXjXKO2u .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFXXjXKO2u .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFXXjXKO2u .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFXXjXKO2u .carousel-indicators li.active,
.cid-sFXXjXKO2u .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFXXjXKO2u .carousel-indicators li::after,
.cid-sFXXjXKO2u .carousel-indicators li::before {
  content: none;
}
.cid-sFXXjXKO2u .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFXXjXKO2u .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFXXjXKO2u .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFXXjXKO2u .carousel-indicators {
    display: none;
  }
}
.cid-sFXXjXKO2u .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFXXjXKO2u .carousel-inner > .active {
  display: block;
}
.cid-sFXXjXKO2u .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFXXjXKO2u .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFXXjXKO2u .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFXXjXKO2u .carousel-control,
  .cid-sFXXjXKO2u .carousel-indicators,
  .cid-sFXXjXKO2u .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFXXjXKO2u .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFXXjXKO2u .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFXXjXKO2u .carousel-indicators .active,
.cid-sFXXjXKO2u .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFXXjXKO2u .carousel-indicators .active {
  background: #fff;
}
.cid-sFXXjXKO2u .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFXXjXKO2u .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFXXjXKO2u .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFXXjXKO2u .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFXXjXKO2u .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFXXjXKO2u .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFXXjXKO2u .carousel {
  width: 100%;
}
.cid-sFXXjXKO2u .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFXXjXKO2u .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFXXjXKO2u .modal.fade .modal-dialog,
.cid-sFXXjXKO2u .modal.in .modal-dialog {
  transform: none;
}
.cid-sFXXjXKO2u .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFXXjXKO2u H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sFXXjXKO2u H3 {
  color: #7b7a7a;
}
.cid-sFY9uqr3E5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sFY9uqr3E5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFY9uqr3E5 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFY9uqr3E5 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFY9uqr3E5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFY9uqr3E5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFY9uqr3E5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFY9uqr3E5 .carousel-control,
.cid-sFY9uqr3E5 .close {
  background: #1b1b1b;
}
.cid-sFY9uqr3E5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFY9uqr3E5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFY9uqr3E5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFY9uqr3E5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFY9uqr3E5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFY9uqr3E5 .close::before {
  content: '\e91a';
}
.cid-sFY9uqr3E5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFY9uqr3E5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFY9uqr3E5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFY9uqr3E5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFY9uqr3E5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFY9uqr3E5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFY9uqr3E5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFY9uqr3E5 .carousel-indicators li.active,
.cid-sFY9uqr3E5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFY9uqr3E5 .carousel-indicators li::after,
.cid-sFY9uqr3E5 .carousel-indicators li::before {
  content: none;
}
.cid-sFY9uqr3E5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFY9uqr3E5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFY9uqr3E5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFY9uqr3E5 .carousel-indicators {
    display: none;
  }
}
.cid-sFY9uqr3E5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFY9uqr3E5 .carousel-inner > .active {
  display: block;
}
.cid-sFY9uqr3E5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFY9uqr3E5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFY9uqr3E5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFY9uqr3E5 .carousel-control,
  .cid-sFY9uqr3E5 .carousel-indicators,
  .cid-sFY9uqr3E5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFY9uqr3E5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFY9uqr3E5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFY9uqr3E5 .carousel-indicators .active,
.cid-sFY9uqr3E5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFY9uqr3E5 .carousel-indicators .active {
  background: #fff;
}
.cid-sFY9uqr3E5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFY9uqr3E5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFY9uqr3E5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFY9uqr3E5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFY9uqr3E5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFY9uqr3E5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFY9uqr3E5 .carousel {
  width: 100%;
}
.cid-sFY9uqr3E5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFY9uqr3E5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFY9uqr3E5 .modal.fade .modal-dialog,
.cid-sFY9uqr3E5 .modal.in .modal-dialog {
  transform: none;
}
.cid-sFY9uqr3E5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFY9uqr3E5 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sFY9uqr3E5 H3 {
  color: #7b7a7a;
}
.cid-sFM4sRE5tO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sFM4sRE5tO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFM4sRE5tO .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFM4sRE5tO .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFM4sRE5tO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFM4sRE5tO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFM4sRE5tO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFM4sRE5tO .carousel-control,
.cid-sFM4sRE5tO .close {
  background: #1b1b1b;
}
.cid-sFM4sRE5tO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFM4sRE5tO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFM4sRE5tO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFM4sRE5tO .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFM4sRE5tO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFM4sRE5tO .close::before {
  content: '\e91a';
}
.cid-sFM4sRE5tO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFM4sRE5tO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFM4sRE5tO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFM4sRE5tO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFM4sRE5tO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFM4sRE5tO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFM4sRE5tO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFM4sRE5tO .carousel-indicators li.active,
.cid-sFM4sRE5tO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFM4sRE5tO .carousel-indicators li::after,
.cid-sFM4sRE5tO .carousel-indicators li::before {
  content: none;
}
.cid-sFM4sRE5tO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFM4sRE5tO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFM4sRE5tO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFM4sRE5tO .carousel-indicators {
    display: none;
  }
}
.cid-sFM4sRE5tO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFM4sRE5tO .carousel-inner > .active {
  display: block;
}
.cid-sFM4sRE5tO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFM4sRE5tO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFM4sRE5tO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFM4sRE5tO .carousel-control,
  .cid-sFM4sRE5tO .carousel-indicators,
  .cid-sFM4sRE5tO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFM4sRE5tO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFM4sRE5tO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFM4sRE5tO .carousel-indicators .active,
.cid-sFM4sRE5tO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFM4sRE5tO .carousel-indicators .active {
  background: #fff;
}
.cid-sFM4sRE5tO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFM4sRE5tO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFM4sRE5tO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFM4sRE5tO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFM4sRE5tO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFM4sRE5tO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFM4sRE5tO .carousel {
  width: 100%;
}
.cid-sFM4sRE5tO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFM4sRE5tO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFM4sRE5tO .modal.fade .modal-dialog,
.cid-sFM4sRE5tO .modal.in .modal-dialog {
  transform: none;
}
.cid-sFM4sRE5tO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFM4sRE5tO H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sFM4sRE5tO H3 {
  color: #7b7a7a;
}
.cid-sF1xPQw4lx {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sF1xPQw4lx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sF1xPQw4lx .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sF1xPQw4lx .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sF1xPQw4lx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sF1xPQw4lx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sF1xPQw4lx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sF1xPQw4lx .carousel-control,
.cid-sF1xPQw4lx .close {
  background: #1b1b1b;
}
.cid-sF1xPQw4lx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sF1xPQw4lx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sF1xPQw4lx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sF1xPQw4lx .carousel-control-next span {
  margin-left: 5px;
}
.cid-sF1xPQw4lx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sF1xPQw4lx .close::before {
  content: '\e91a';
}
.cid-sF1xPQw4lx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sF1xPQw4lx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sF1xPQw4lx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF1xPQw4lx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sF1xPQw4lx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sF1xPQw4lx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sF1xPQw4lx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sF1xPQw4lx .carousel-indicators li.active,
.cid-sF1xPQw4lx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sF1xPQw4lx .carousel-indicators li::after,
.cid-sF1xPQw4lx .carousel-indicators li::before {
  content: none;
}
.cid-sF1xPQw4lx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sF1xPQw4lx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sF1xPQw4lx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sF1xPQw4lx .carousel-indicators {
    display: none;
  }
}
.cid-sF1xPQw4lx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sF1xPQw4lx .carousel-inner > .active {
  display: block;
}
.cid-sF1xPQw4lx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF1xPQw4lx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sF1xPQw4lx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sF1xPQw4lx .carousel-control,
  .cid-sF1xPQw4lx .carousel-indicators,
  .cid-sF1xPQw4lx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sF1xPQw4lx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sF1xPQw4lx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sF1xPQw4lx .carousel-indicators .active,
.cid-sF1xPQw4lx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sF1xPQw4lx .carousel-indicators .active {
  background: #fff;
}
.cid-sF1xPQw4lx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sF1xPQw4lx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sF1xPQw4lx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sF1xPQw4lx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sF1xPQw4lx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sF1xPQw4lx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sF1xPQw4lx .carousel {
  width: 100%;
}
.cid-sF1xPQw4lx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sF1xPQw4lx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sF1xPQw4lx .modal.fade .modal-dialog,
.cid-sF1xPQw4lx .modal.in .modal-dialog {
  transform: none;
}
.cid-sF1xPQw4lx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sF1xPQw4lx H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sF1xPQw4lx H3 {
  color: #7b7a7a;
}
.cid-sF1xSC2b4t {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sF1xSC2b4t .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sF1xSC2b4t .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sF1xSC2b4t .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sF1xSC2b4t .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sF1xSC2b4t .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sF1xSC2b4t .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sF1xSC2b4t .carousel-control,
.cid-sF1xSC2b4t .close {
  background: #1b1b1b;
}
.cid-sF1xSC2b4t .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sF1xSC2b4t .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sF1xSC2b4t .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sF1xSC2b4t .carousel-control-next span {
  margin-left: 5px;
}
.cid-sF1xSC2b4t .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sF1xSC2b4t .close::before {
  content: '\e91a';
}
.cid-sF1xSC2b4t .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sF1xSC2b4t .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sF1xSC2b4t .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF1xSC2b4t .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sF1xSC2b4t .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sF1xSC2b4t .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sF1xSC2b4t .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sF1xSC2b4t .carousel-indicators li.active,
.cid-sF1xSC2b4t .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sF1xSC2b4t .carousel-indicators li::after,
.cid-sF1xSC2b4t .carousel-indicators li::before {
  content: none;
}
.cid-sF1xSC2b4t .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sF1xSC2b4t .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sF1xSC2b4t .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sF1xSC2b4t .carousel-indicators {
    display: none;
  }
}
.cid-sF1xSC2b4t .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sF1xSC2b4t .carousel-inner > .active {
  display: block;
}
.cid-sF1xSC2b4t .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF1xSC2b4t .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sF1xSC2b4t .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sF1xSC2b4t .carousel-control,
  .cid-sF1xSC2b4t .carousel-indicators,
  .cid-sF1xSC2b4t .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sF1xSC2b4t .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sF1xSC2b4t .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sF1xSC2b4t .carousel-indicators .active,
.cid-sF1xSC2b4t .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sF1xSC2b4t .carousel-indicators .active {
  background: #fff;
}
.cid-sF1xSC2b4t .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sF1xSC2b4t .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sF1xSC2b4t .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sF1xSC2b4t .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sF1xSC2b4t .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sF1xSC2b4t .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sF1xSC2b4t .carousel {
  width: 100%;
}
.cid-sF1xSC2b4t .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sF1xSC2b4t .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sF1xSC2b4t .modal.fade .modal-dialog,
.cid-sF1xSC2b4t .modal.in .modal-dialog {
  transform: none;
}
.cid-sF1xSC2b4t .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sF1xSC2b4t H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sF1xSC2b4t H3 {
  color: #7b7a7a;
}
.cid-sF1xszU0ID {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sF1xszU0ID .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sF1xszU0ID .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sF1xszU0ID .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sF1xszU0ID .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sF1xszU0ID .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sF1xszU0ID .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sF1xszU0ID .carousel-control,
.cid-sF1xszU0ID .close {
  background: #1b1b1b;
}
.cid-sF1xszU0ID .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sF1xszU0ID .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sF1xszU0ID .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sF1xszU0ID .carousel-control-next span {
  margin-left: 5px;
}
.cid-sF1xszU0ID .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sF1xszU0ID .close::before {
  content: '\e91a';
}
.cid-sF1xszU0ID .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sF1xszU0ID .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sF1xszU0ID .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF1xszU0ID .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sF1xszU0ID .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sF1xszU0ID .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sF1xszU0ID .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sF1xszU0ID .carousel-indicators li.active,
.cid-sF1xszU0ID .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sF1xszU0ID .carousel-indicators li::after,
.cid-sF1xszU0ID .carousel-indicators li::before {
  content: none;
}
.cid-sF1xszU0ID .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sF1xszU0ID .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sF1xszU0ID .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sF1xszU0ID .carousel-indicators {
    display: none;
  }
}
.cid-sF1xszU0ID .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sF1xszU0ID .carousel-inner > .active {
  display: block;
}
.cid-sF1xszU0ID .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF1xszU0ID .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sF1xszU0ID .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sF1xszU0ID .carousel-control,
  .cid-sF1xszU0ID .carousel-indicators,
  .cid-sF1xszU0ID .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sF1xszU0ID .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sF1xszU0ID .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sF1xszU0ID .carousel-indicators .active,
.cid-sF1xszU0ID .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sF1xszU0ID .carousel-indicators .active {
  background: #fff;
}
.cid-sF1xszU0ID .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sF1xszU0ID .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sF1xszU0ID .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sF1xszU0ID .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sF1xszU0ID .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sF1xszU0ID .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sF1xszU0ID .carousel {
  width: 100%;
}
.cid-sF1xszU0ID .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sF1xszU0ID .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sF1xszU0ID .modal.fade .modal-dialog,
.cid-sF1xszU0ID .modal.in .modal-dialog {
  transform: none;
}
.cid-sF1xszU0ID .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sF1xszU0ID H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sF1xszU0ID H3 {
  color: #7b7a7a;
}
.cid-sDDpncuUjk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sDDpncuUjk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sDDpncuUjk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sDDpncuUjk .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sDDpncuUjk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sDDpncuUjk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sDDpncuUjk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sDDpncuUjk .carousel-control,
.cid-sDDpncuUjk .close {
  background: #1b1b1b;
}
.cid-sDDpncuUjk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sDDpncuUjk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sDDpncuUjk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sDDpncuUjk .carousel-control-next span {
  margin-left: 5px;
}
.cid-sDDpncuUjk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sDDpncuUjk .close::before {
  content: '\e91a';
}
.cid-sDDpncuUjk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sDDpncuUjk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDDpncuUjk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDDpncuUjk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDDpncuUjk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDDpncuUjk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sDDpncuUjk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sDDpncuUjk .carousel-indicators li.active,
.cid-sDDpncuUjk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDDpncuUjk .carousel-indicators li::after,
.cid-sDDpncuUjk .carousel-indicators li::before {
  content: none;
}
.cid-sDDpncuUjk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDDpncuUjk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sDDpncuUjk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sDDpncuUjk .carousel-indicators {
    display: none;
  }
}
.cid-sDDpncuUjk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sDDpncuUjk .carousel-inner > .active {
  display: block;
}
.cid-sDDpncuUjk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDDpncuUjk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sDDpncuUjk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sDDpncuUjk .carousel-control,
  .cid-sDDpncuUjk .carousel-indicators,
  .cid-sDDpncuUjk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sDDpncuUjk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sDDpncuUjk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sDDpncuUjk .carousel-indicators .active,
.cid-sDDpncuUjk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sDDpncuUjk .carousel-indicators .active {
  background: #fff;
}
.cid-sDDpncuUjk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sDDpncuUjk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sDDpncuUjk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sDDpncuUjk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sDDpncuUjk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sDDpncuUjk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sDDpncuUjk .carousel {
  width: 100%;
}
.cid-sDDpncuUjk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sDDpncuUjk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sDDpncuUjk .modal.fade .modal-dialog,
.cid-sDDpncuUjk .modal.in .modal-dialog {
  transform: none;
}
.cid-sDDpncuUjk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sDDpncuUjk H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sDDpncuUjk H3 {
  color: #7b7a7a;
}
.cid-sEmEHgNcjj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sEmEHgNcjj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sEmEHgNcjj .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sEmEHgNcjj .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sEmEHgNcjj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sEmEHgNcjj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEmEHgNcjj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEmEHgNcjj .carousel-control,
.cid-sEmEHgNcjj .close {
  background: #1b1b1b;
}
.cid-sEmEHgNcjj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEmEHgNcjj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEmEHgNcjj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEmEHgNcjj .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEmEHgNcjj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEmEHgNcjj .close::before {
  content: '\e91a';
}
.cid-sEmEHgNcjj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEmEHgNcjj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEmEHgNcjj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEmEHgNcjj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEmEHgNcjj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEmEHgNcjj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEmEHgNcjj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEmEHgNcjj .carousel-indicators li.active,
.cid-sEmEHgNcjj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEmEHgNcjj .carousel-indicators li::after,
.cid-sEmEHgNcjj .carousel-indicators li::before {
  content: none;
}
.cid-sEmEHgNcjj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEmEHgNcjj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEmEHgNcjj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEmEHgNcjj .carousel-indicators {
    display: none;
  }
}
.cid-sEmEHgNcjj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEmEHgNcjj .carousel-inner > .active {
  display: block;
}
.cid-sEmEHgNcjj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEmEHgNcjj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEmEHgNcjj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEmEHgNcjj .carousel-control,
  .cid-sEmEHgNcjj .carousel-indicators,
  .cid-sEmEHgNcjj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEmEHgNcjj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEmEHgNcjj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEmEHgNcjj .carousel-indicators .active,
.cid-sEmEHgNcjj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEmEHgNcjj .carousel-indicators .active {
  background: #fff;
}
.cid-sEmEHgNcjj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEmEHgNcjj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEmEHgNcjj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEmEHgNcjj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEmEHgNcjj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEmEHgNcjj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEmEHgNcjj .carousel {
  width: 100%;
}
.cid-sEmEHgNcjj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEmEHgNcjj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEmEHgNcjj .modal.fade .modal-dialog,
.cid-sEmEHgNcjj .modal.in .modal-dialog {
  transform: none;
}
.cid-sEmEHgNcjj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEmEHgNcjj H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sEmEHgNcjj H3 {
  color: #7b7a7a;
}
.cid-sEmELbjcQS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sEmELbjcQS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sEmELbjcQS .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sEmELbjcQS .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sEmELbjcQS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sEmELbjcQS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEmELbjcQS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEmELbjcQS .carousel-control,
.cid-sEmELbjcQS .close {
  background: #1b1b1b;
}
.cid-sEmELbjcQS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEmELbjcQS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEmELbjcQS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEmELbjcQS .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEmELbjcQS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEmELbjcQS .close::before {
  content: '\e91a';
}
.cid-sEmELbjcQS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEmELbjcQS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEmELbjcQS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEmELbjcQS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEmELbjcQS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEmELbjcQS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEmELbjcQS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEmELbjcQS .carousel-indicators li.active,
.cid-sEmELbjcQS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEmELbjcQS .carousel-indicators li::after,
.cid-sEmELbjcQS .carousel-indicators li::before {
  content: none;
}
.cid-sEmELbjcQS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEmELbjcQS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEmELbjcQS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEmELbjcQS .carousel-indicators {
    display: none;
  }
}
.cid-sEmELbjcQS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEmELbjcQS .carousel-inner > .active {
  display: block;
}
.cid-sEmELbjcQS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEmELbjcQS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEmELbjcQS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEmELbjcQS .carousel-control,
  .cid-sEmELbjcQS .carousel-indicators,
  .cid-sEmELbjcQS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEmELbjcQS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEmELbjcQS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEmELbjcQS .carousel-indicators .active,
.cid-sEmELbjcQS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEmELbjcQS .carousel-indicators .active {
  background: #fff;
}
.cid-sEmELbjcQS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEmELbjcQS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEmELbjcQS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEmELbjcQS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEmELbjcQS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEmELbjcQS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEmELbjcQS .carousel {
  width: 100%;
}
.cid-sEmELbjcQS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEmELbjcQS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEmELbjcQS .modal.fade .modal-dialog,
.cid-sEmELbjcQS .modal.in .modal-dialog {
  transform: none;
}
.cid-sEmELbjcQS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEmELbjcQS H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sEmELbjcQS H3 {
  color: #7b7a7a;
}
.cid-sEnIqNZHGE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sEnIqNZHGE .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sEnIqNZHGE .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sEnIqNZHGE .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sEnIqNZHGE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sEnIqNZHGE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEnIqNZHGE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEnIqNZHGE .carousel-control,
.cid-sEnIqNZHGE .close {
  background: #1b1b1b;
}
.cid-sEnIqNZHGE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEnIqNZHGE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEnIqNZHGE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEnIqNZHGE .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEnIqNZHGE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEnIqNZHGE .close::before {
  content: '\e91a';
}
.cid-sEnIqNZHGE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEnIqNZHGE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEnIqNZHGE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEnIqNZHGE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEnIqNZHGE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEnIqNZHGE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEnIqNZHGE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEnIqNZHGE .carousel-indicators li.active,
.cid-sEnIqNZHGE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEnIqNZHGE .carousel-indicators li::after,
.cid-sEnIqNZHGE .carousel-indicators li::before {
  content: none;
}
.cid-sEnIqNZHGE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEnIqNZHGE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEnIqNZHGE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEnIqNZHGE .carousel-indicators {
    display: none;
  }
}
.cid-sEnIqNZHGE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEnIqNZHGE .carousel-inner > .active {
  display: block;
}
.cid-sEnIqNZHGE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEnIqNZHGE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEnIqNZHGE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEnIqNZHGE .carousel-control,
  .cid-sEnIqNZHGE .carousel-indicators,
  .cid-sEnIqNZHGE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEnIqNZHGE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEnIqNZHGE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEnIqNZHGE .carousel-indicators .active,
.cid-sEnIqNZHGE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEnIqNZHGE .carousel-indicators .active {
  background: #fff;
}
.cid-sEnIqNZHGE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEnIqNZHGE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEnIqNZHGE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEnIqNZHGE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEnIqNZHGE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEnIqNZHGE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEnIqNZHGE .carousel {
  width: 100%;
}
.cid-sEnIqNZHGE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEnIqNZHGE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEnIqNZHGE .modal.fade .modal-dialog,
.cid-sEnIqNZHGE .modal.in .modal-dialog {
  transform: none;
}
.cid-sEnIqNZHGE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEnIqNZHGE H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sEnIqNZHGE H3 {
  color: #7b7a7a;
}
.cid-sEnItyw9xJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sEnItyw9xJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sEnItyw9xJ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sEnItyw9xJ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sEnItyw9xJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sEnItyw9xJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEnItyw9xJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEnItyw9xJ .carousel-control,
.cid-sEnItyw9xJ .close {
  background: #1b1b1b;
}
.cid-sEnItyw9xJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEnItyw9xJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEnItyw9xJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEnItyw9xJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEnItyw9xJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEnItyw9xJ .close::before {
  content: '\e91a';
}
.cid-sEnItyw9xJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEnItyw9xJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEnItyw9xJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEnItyw9xJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEnItyw9xJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEnItyw9xJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEnItyw9xJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEnItyw9xJ .carousel-indicators li.active,
.cid-sEnItyw9xJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEnItyw9xJ .carousel-indicators li::after,
.cid-sEnItyw9xJ .carousel-indicators li::before {
  content: none;
}
.cid-sEnItyw9xJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEnItyw9xJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEnItyw9xJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEnItyw9xJ .carousel-indicators {
    display: none;
  }
}
.cid-sEnItyw9xJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEnItyw9xJ .carousel-inner > .active {
  display: block;
}
.cid-sEnItyw9xJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEnItyw9xJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEnItyw9xJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEnItyw9xJ .carousel-control,
  .cid-sEnItyw9xJ .carousel-indicators,
  .cid-sEnItyw9xJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEnItyw9xJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEnItyw9xJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEnItyw9xJ .carousel-indicators .active,
.cid-sEnItyw9xJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEnItyw9xJ .carousel-indicators .active {
  background: #fff;
}
.cid-sEnItyw9xJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEnItyw9xJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEnItyw9xJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEnItyw9xJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEnItyw9xJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEnItyw9xJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEnItyw9xJ .carousel {
  width: 100%;
}
.cid-sEnItyw9xJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEnItyw9xJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEnItyw9xJ .modal.fade .modal-dialog,
.cid-sEnItyw9xJ .modal.in .modal-dialog {
  transform: none;
}
.cid-sEnItyw9xJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEnItyw9xJ H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sEnItyw9xJ H3 {
  color: #7b7a7a;
}
.cid-sDDpjBKiiP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sDDpjBKiiP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sDDpjBKiiP .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sDDpjBKiiP .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sDDpjBKiiP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sDDpjBKiiP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sDDpjBKiiP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sDDpjBKiiP .carousel-control,
.cid-sDDpjBKiiP .close {
  background: #1b1b1b;
}
.cid-sDDpjBKiiP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sDDpjBKiiP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sDDpjBKiiP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sDDpjBKiiP .carousel-control-next span {
  margin-left: 5px;
}
.cid-sDDpjBKiiP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sDDpjBKiiP .close::before {
  content: '\e91a';
}
.cid-sDDpjBKiiP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sDDpjBKiiP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDDpjBKiiP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDDpjBKiiP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDDpjBKiiP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDDpjBKiiP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sDDpjBKiiP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sDDpjBKiiP .carousel-indicators li.active,
.cid-sDDpjBKiiP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDDpjBKiiP .carousel-indicators li::after,
.cid-sDDpjBKiiP .carousel-indicators li::before {
  content: none;
}
.cid-sDDpjBKiiP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDDpjBKiiP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sDDpjBKiiP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sDDpjBKiiP .carousel-indicators {
    display: none;
  }
}
.cid-sDDpjBKiiP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sDDpjBKiiP .carousel-inner > .active {
  display: block;
}
.cid-sDDpjBKiiP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDDpjBKiiP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sDDpjBKiiP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sDDpjBKiiP .carousel-control,
  .cid-sDDpjBKiiP .carousel-indicators,
  .cid-sDDpjBKiiP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sDDpjBKiiP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sDDpjBKiiP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sDDpjBKiiP .carousel-indicators .active,
.cid-sDDpjBKiiP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sDDpjBKiiP .carousel-indicators .active {
  background: #fff;
}
.cid-sDDpjBKiiP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sDDpjBKiiP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sDDpjBKiiP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sDDpjBKiiP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sDDpjBKiiP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sDDpjBKiiP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sDDpjBKiiP .carousel {
  width: 100%;
}
.cid-sDDpjBKiiP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sDDpjBKiiP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sDDpjBKiiP .modal.fade .modal-dialog,
.cid-sDDpjBKiiP .modal.in .modal-dialog {
  transform: none;
}
.cid-sDDpjBKiiP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sDDpjBKiiP H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sDDpjBKiiP H3 {
  color: #7b7a7a;
}
.cid-sBJL8Nfspt {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sBJL8Nfspt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sBJL8Nfspt .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sBJL8Nfspt .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sBJL8Nfspt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sBJL8Nfspt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sBJL8Nfspt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sBJL8Nfspt .carousel-control,
.cid-sBJL8Nfspt .close {
  background: #1b1b1b;
}
.cid-sBJL8Nfspt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sBJL8Nfspt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sBJL8Nfspt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sBJL8Nfspt .carousel-control-next span {
  margin-left: 5px;
}
.cid-sBJL8Nfspt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sBJL8Nfspt .close::before {
  content: '\e91a';
}
.cid-sBJL8Nfspt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sBJL8Nfspt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBJL8Nfspt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBJL8Nfspt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBJL8Nfspt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBJL8Nfspt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sBJL8Nfspt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sBJL8Nfspt .carousel-indicators li.active,
.cid-sBJL8Nfspt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBJL8Nfspt .carousel-indicators li::after,
.cid-sBJL8Nfspt .carousel-indicators li::before {
  content: none;
}
.cid-sBJL8Nfspt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sBJL8Nfspt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sBJL8Nfspt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sBJL8Nfspt .carousel-indicators {
    display: none;
  }
}
.cid-sBJL8Nfspt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBJL8Nfspt .carousel-inner > .active {
  display: block;
}
.cid-sBJL8Nfspt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBJL8Nfspt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBJL8Nfspt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sBJL8Nfspt .carousel-control,
  .cid-sBJL8Nfspt .carousel-indicators,
  .cid-sBJL8Nfspt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sBJL8Nfspt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sBJL8Nfspt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBJL8Nfspt .carousel-indicators .active,
.cid-sBJL8Nfspt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sBJL8Nfspt .carousel-indicators .active {
  background: #fff;
}
.cid-sBJL8Nfspt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sBJL8Nfspt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sBJL8Nfspt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sBJL8Nfspt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sBJL8Nfspt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sBJL8Nfspt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sBJL8Nfspt .carousel {
  width: 100%;
}
.cid-sBJL8Nfspt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sBJL8Nfspt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sBJL8Nfspt .modal.fade .modal-dialog,
.cid-sBJL8Nfspt .modal.in .modal-dialog {
  transform: none;
}
.cid-sBJL8Nfspt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sBJL8Nfspt H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sBJL8Nfspt H3 {
  color: #7b7a7a;
}
.cid-sBUtqVFdPG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sBUtqVFdPG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sBUtqVFdPG .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sBUtqVFdPG .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sBUtqVFdPG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sBUtqVFdPG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sBUtqVFdPG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sBUtqVFdPG .carousel-control,
.cid-sBUtqVFdPG .close {
  background: #1b1b1b;
}
.cid-sBUtqVFdPG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sBUtqVFdPG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sBUtqVFdPG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sBUtqVFdPG .carousel-control-next span {
  margin-left: 5px;
}
.cid-sBUtqVFdPG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sBUtqVFdPG .close::before {
  content: '\e91a';
}
.cid-sBUtqVFdPG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sBUtqVFdPG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBUtqVFdPG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBUtqVFdPG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBUtqVFdPG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBUtqVFdPG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sBUtqVFdPG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sBUtqVFdPG .carousel-indicators li.active,
.cid-sBUtqVFdPG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBUtqVFdPG .carousel-indicators li::after,
.cid-sBUtqVFdPG .carousel-indicators li::before {
  content: none;
}
.cid-sBUtqVFdPG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sBUtqVFdPG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sBUtqVFdPG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sBUtqVFdPG .carousel-indicators {
    display: none;
  }
}
.cid-sBUtqVFdPG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBUtqVFdPG .carousel-inner > .active {
  display: block;
}
.cid-sBUtqVFdPG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBUtqVFdPG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBUtqVFdPG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sBUtqVFdPG .carousel-control,
  .cid-sBUtqVFdPG .carousel-indicators,
  .cid-sBUtqVFdPG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sBUtqVFdPG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sBUtqVFdPG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBUtqVFdPG .carousel-indicators .active,
.cid-sBUtqVFdPG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sBUtqVFdPG .carousel-indicators .active {
  background: #fff;
}
.cid-sBUtqVFdPG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sBUtqVFdPG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sBUtqVFdPG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sBUtqVFdPG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sBUtqVFdPG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sBUtqVFdPG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sBUtqVFdPG .carousel {
  width: 100%;
}
.cid-sBUtqVFdPG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sBUtqVFdPG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sBUtqVFdPG .modal.fade .modal-dialog,
.cid-sBUtqVFdPG .modal.in .modal-dialog {
  transform: none;
}
.cid-sBUtqVFdPG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sBUtqVFdPG H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sBUtqVFdPG H3 {
  color: #7b7a7a;
}
.cid-sBUtsh50sr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sBUtsh50sr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sBUtsh50sr .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sBUtsh50sr .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sBUtsh50sr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sBUtsh50sr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sBUtsh50sr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sBUtsh50sr .carousel-control,
.cid-sBUtsh50sr .close {
  background: #1b1b1b;
}
.cid-sBUtsh50sr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sBUtsh50sr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sBUtsh50sr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sBUtsh50sr .carousel-control-next span {
  margin-left: 5px;
}
.cid-sBUtsh50sr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sBUtsh50sr .close::before {
  content: '\e91a';
}
.cid-sBUtsh50sr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sBUtsh50sr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBUtsh50sr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBUtsh50sr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBUtsh50sr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBUtsh50sr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sBUtsh50sr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sBUtsh50sr .carousel-indicators li.active,
.cid-sBUtsh50sr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBUtsh50sr .carousel-indicators li::after,
.cid-sBUtsh50sr .carousel-indicators li::before {
  content: none;
}
.cid-sBUtsh50sr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sBUtsh50sr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sBUtsh50sr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sBUtsh50sr .carousel-indicators {
    display: none;
  }
}
.cid-sBUtsh50sr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBUtsh50sr .carousel-inner > .active {
  display: block;
}
.cid-sBUtsh50sr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBUtsh50sr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBUtsh50sr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sBUtsh50sr .carousel-control,
  .cid-sBUtsh50sr .carousel-indicators,
  .cid-sBUtsh50sr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sBUtsh50sr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sBUtsh50sr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBUtsh50sr .carousel-indicators .active,
.cid-sBUtsh50sr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sBUtsh50sr .carousel-indicators .active {
  background: #fff;
}
.cid-sBUtsh50sr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sBUtsh50sr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sBUtsh50sr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sBUtsh50sr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sBUtsh50sr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sBUtsh50sr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sBUtsh50sr .carousel {
  width: 100%;
}
.cid-sBUtsh50sr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sBUtsh50sr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sBUtsh50sr .modal.fade .modal-dialog,
.cid-sBUtsh50sr .modal.in .modal-dialog {
  transform: none;
}
.cid-sBUtsh50sr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sBUtsh50sr H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sBUtsh50sr H3 {
  color: #7b7a7a;
}
.cid-sChAcwWk8V {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sChAcwWk8V .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sChAcwWk8V .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sChAcwWk8V .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sChAcwWk8V .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sChAcwWk8V .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sChAcwWk8V .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sChAcwWk8V .carousel-control,
.cid-sChAcwWk8V .close {
  background: #1b1b1b;
}
.cid-sChAcwWk8V .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sChAcwWk8V .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sChAcwWk8V .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sChAcwWk8V .carousel-control-next span {
  margin-left: 5px;
}
.cid-sChAcwWk8V .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sChAcwWk8V .close::before {
  content: '\e91a';
}
.cid-sChAcwWk8V .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sChAcwWk8V .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sChAcwWk8V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sChAcwWk8V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sChAcwWk8V .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sChAcwWk8V .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sChAcwWk8V .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sChAcwWk8V .carousel-indicators li.active,
.cid-sChAcwWk8V .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sChAcwWk8V .carousel-indicators li::after,
.cid-sChAcwWk8V .carousel-indicators li::before {
  content: none;
}
.cid-sChAcwWk8V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sChAcwWk8V .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sChAcwWk8V .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sChAcwWk8V .carousel-indicators {
    display: none;
  }
}
.cid-sChAcwWk8V .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sChAcwWk8V .carousel-inner > .active {
  display: block;
}
.cid-sChAcwWk8V .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sChAcwWk8V .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sChAcwWk8V .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sChAcwWk8V .carousel-control,
  .cid-sChAcwWk8V .carousel-indicators,
  .cid-sChAcwWk8V .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sChAcwWk8V .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sChAcwWk8V .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sChAcwWk8V .carousel-indicators .active,
.cid-sChAcwWk8V .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sChAcwWk8V .carousel-indicators .active {
  background: #fff;
}
.cid-sChAcwWk8V .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sChAcwWk8V .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sChAcwWk8V .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sChAcwWk8V .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sChAcwWk8V .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sChAcwWk8V .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sChAcwWk8V .carousel {
  width: 100%;
}
.cid-sChAcwWk8V .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sChAcwWk8V .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sChAcwWk8V .modal.fade .modal-dialog,
.cid-sChAcwWk8V .modal.in .modal-dialog {
  transform: none;
}
.cid-sChAcwWk8V .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sChAcwWk8V H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sChAcwWk8V H3 {
  color: #7b7a7a;
}
.cid-sCzpP05e3p {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sCzpP05e3p .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sCzpP05e3p .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sCzpP05e3p .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sCzpP05e3p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sCzpP05e3p .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sCzpP05e3p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sCzpP05e3p .carousel-control,
.cid-sCzpP05e3p .close {
  background: #1b1b1b;
}
.cid-sCzpP05e3p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sCzpP05e3p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sCzpP05e3p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sCzpP05e3p .carousel-control-next span {
  margin-left: 5px;
}
.cid-sCzpP05e3p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sCzpP05e3p .close::before {
  content: '\e91a';
}
.cid-sCzpP05e3p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCzpP05e3p .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sCzpP05e3p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCzpP05e3p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sCzpP05e3p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sCzpP05e3p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sCzpP05e3p .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sCzpP05e3p .carousel-indicators li.active,
.cid-sCzpP05e3p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sCzpP05e3p .carousel-indicators li::after,
.cid-sCzpP05e3p .carousel-indicators li::before {
  content: none;
}
.cid-sCzpP05e3p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sCzpP05e3p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sCzpP05e3p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sCzpP05e3p .carousel-indicators {
    display: none;
  }
}
.cid-sCzpP05e3p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sCzpP05e3p .carousel-inner > .active {
  display: block;
}
.cid-sCzpP05e3p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCzpP05e3p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCzpP05e3p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sCzpP05e3p .carousel-control,
  .cid-sCzpP05e3p .carousel-indicators,
  .cid-sCzpP05e3p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sCzpP05e3p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sCzpP05e3p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCzpP05e3p .carousel-indicators .active,
.cid-sCzpP05e3p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sCzpP05e3p .carousel-indicators .active {
  background: #fff;
}
.cid-sCzpP05e3p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sCzpP05e3p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sCzpP05e3p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCzpP05e3p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sCzpP05e3p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sCzpP05e3p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sCzpP05e3p .carousel {
  width: 100%;
}
.cid-sCzpP05e3p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sCzpP05e3p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sCzpP05e3p .modal.fade .modal-dialog,
.cid-sCzpP05e3p .modal.in .modal-dialog {
  transform: none;
}
.cid-sCzpP05e3p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sCzpP05e3p H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sCzpP05e3p H3 {
  color: #7b7a7a;
}
.cid-sCELR1Yaw2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sCELR1Yaw2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sCELR1Yaw2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sCELR1Yaw2 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sCELR1Yaw2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sCELR1Yaw2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sCELR1Yaw2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sCELR1Yaw2 .carousel-control,
.cid-sCELR1Yaw2 .close {
  background: #1b1b1b;
}
.cid-sCELR1Yaw2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sCELR1Yaw2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sCELR1Yaw2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sCELR1Yaw2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sCELR1Yaw2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sCELR1Yaw2 .close::before {
  content: '\e91a';
}
.cid-sCELR1Yaw2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCELR1Yaw2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sCELR1Yaw2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCELR1Yaw2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sCELR1Yaw2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sCELR1Yaw2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sCELR1Yaw2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sCELR1Yaw2 .carousel-indicators li.active,
.cid-sCELR1Yaw2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sCELR1Yaw2 .carousel-indicators li::after,
.cid-sCELR1Yaw2 .carousel-indicators li::before {
  content: none;
}
.cid-sCELR1Yaw2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sCELR1Yaw2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sCELR1Yaw2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sCELR1Yaw2 .carousel-indicators {
    display: none;
  }
}
.cid-sCELR1Yaw2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sCELR1Yaw2 .carousel-inner > .active {
  display: block;
}
.cid-sCELR1Yaw2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCELR1Yaw2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCELR1Yaw2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sCELR1Yaw2 .carousel-control,
  .cid-sCELR1Yaw2 .carousel-indicators,
  .cid-sCELR1Yaw2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sCELR1Yaw2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sCELR1Yaw2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCELR1Yaw2 .carousel-indicators .active,
.cid-sCELR1Yaw2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sCELR1Yaw2 .carousel-indicators .active {
  background: #fff;
}
.cid-sCELR1Yaw2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sCELR1Yaw2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sCELR1Yaw2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCELR1Yaw2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sCELR1Yaw2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sCELR1Yaw2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sCELR1Yaw2 .carousel {
  width: 100%;
}
.cid-sCELR1Yaw2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sCELR1Yaw2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sCELR1Yaw2 .modal.fade .modal-dialog,
.cid-sCELR1Yaw2 .modal.in .modal-dialog {
  transform: none;
}
.cid-sCELR1Yaw2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sCELR1Yaw2 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sCELR1Yaw2 H3 {
  color: #7b7a7a;
}
.cid-sBJKzdIVza {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sBJKzdIVza .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sBJKzdIVza .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sBJKzdIVza .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sBJKzdIVza .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sBJKzdIVza .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sBJKzdIVza .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sBJKzdIVza .carousel-control,
.cid-sBJKzdIVza .close {
  background: #1b1b1b;
}
.cid-sBJKzdIVza .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sBJKzdIVza .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sBJKzdIVza .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sBJKzdIVza .carousel-control-next span {
  margin-left: 5px;
}
.cid-sBJKzdIVza .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sBJKzdIVza .close::before {
  content: '\e91a';
}
.cid-sBJKzdIVza .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sBJKzdIVza .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBJKzdIVza .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBJKzdIVza .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBJKzdIVza .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBJKzdIVza .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sBJKzdIVza .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sBJKzdIVza .carousel-indicators li.active,
.cid-sBJKzdIVza .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBJKzdIVza .carousel-indicators li::after,
.cid-sBJKzdIVza .carousel-indicators li::before {
  content: none;
}
.cid-sBJKzdIVza .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sBJKzdIVza .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sBJKzdIVza .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sBJKzdIVza .carousel-indicators {
    display: none;
  }
}
.cid-sBJKzdIVza .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBJKzdIVza .carousel-inner > .active {
  display: block;
}
.cid-sBJKzdIVza .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBJKzdIVza .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBJKzdIVza .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sBJKzdIVza .carousel-control,
  .cid-sBJKzdIVza .carousel-indicators,
  .cid-sBJKzdIVza .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sBJKzdIVza .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sBJKzdIVza .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBJKzdIVza .carousel-indicators .active,
.cid-sBJKzdIVza .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sBJKzdIVza .carousel-indicators .active {
  background: #fff;
}
.cid-sBJKzdIVza .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sBJKzdIVza .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sBJKzdIVza .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sBJKzdIVza .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sBJKzdIVza .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sBJKzdIVza .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sBJKzdIVza .carousel {
  width: 100%;
}
.cid-sBJKzdIVza .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sBJKzdIVza .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sBJKzdIVza .modal.fade .modal-dialog,
.cid-sBJKzdIVza .modal.in .modal-dialog {
  transform: none;
}
.cid-sBJKzdIVza .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sBJKzdIVza H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sBJKzdIVza H3 {
  color: #7b7a7a;
}
.cid-swi2oPF1zL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-swi2oPF1zL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-swi2oPF1zL .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-swi2oPF1zL .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swi2oPF1zL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swi2oPF1zL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-swi2oPF1zL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swi2oPF1zL .carousel-control,
.cid-swi2oPF1zL .close {
  background: #1b1b1b;
}
.cid-swi2oPF1zL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swi2oPF1zL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swi2oPF1zL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swi2oPF1zL .carousel-control-next span {
  margin-left: 5px;
}
.cid-swi2oPF1zL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-swi2oPF1zL .close::before {
  content: '\e91a';
}
.cid-swi2oPF1zL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swi2oPF1zL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swi2oPF1zL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swi2oPF1zL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swi2oPF1zL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swi2oPF1zL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swi2oPF1zL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-swi2oPF1zL .carousel-indicators li.active,
.cid-swi2oPF1zL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swi2oPF1zL .carousel-indicators li::after,
.cid-swi2oPF1zL .carousel-indicators li::before {
  content: none;
}
.cid-swi2oPF1zL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swi2oPF1zL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swi2oPF1zL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swi2oPF1zL .carousel-indicators {
    display: none;
  }
}
.cid-swi2oPF1zL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swi2oPF1zL .carousel-inner > .active {
  display: block;
}
.cid-swi2oPF1zL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swi2oPF1zL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swi2oPF1zL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swi2oPF1zL .carousel-control,
  .cid-swi2oPF1zL .carousel-indicators,
  .cid-swi2oPF1zL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swi2oPF1zL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swi2oPF1zL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swi2oPF1zL .carousel-indicators .active,
.cid-swi2oPF1zL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swi2oPF1zL .carousel-indicators .active {
  background: #fff;
}
.cid-swi2oPF1zL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swi2oPF1zL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swi2oPF1zL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swi2oPF1zL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swi2oPF1zL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swi2oPF1zL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swi2oPF1zL .carousel {
  width: 100%;
}
.cid-swi2oPF1zL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swi2oPF1zL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swi2oPF1zL .modal.fade .modal-dialog,
.cid-swi2oPF1zL .modal.in .modal-dialog {
  transform: none;
}
.cid-swi2oPF1zL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swi2oPF1zL H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-swi2oPF1zL H3 {
  color: #7b7a7a;
}
.cid-swl6AheCAm {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-swl6AheCAm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-swl6AheCAm .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-swl6AheCAm .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swl6AheCAm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swl6AheCAm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-swl6AheCAm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swl6AheCAm .carousel-control,
.cid-swl6AheCAm .close {
  background: #1b1b1b;
}
.cid-swl6AheCAm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swl6AheCAm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swl6AheCAm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swl6AheCAm .carousel-control-next span {
  margin-left: 5px;
}
.cid-swl6AheCAm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-swl6AheCAm .close::before {
  content: '\e91a';
}
.cid-swl6AheCAm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swl6AheCAm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swl6AheCAm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swl6AheCAm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swl6AheCAm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swl6AheCAm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swl6AheCAm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-swl6AheCAm .carousel-indicators li.active,
.cid-swl6AheCAm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swl6AheCAm .carousel-indicators li::after,
.cid-swl6AheCAm .carousel-indicators li::before {
  content: none;
}
.cid-swl6AheCAm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swl6AheCAm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swl6AheCAm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swl6AheCAm .carousel-indicators {
    display: none;
  }
}
.cid-swl6AheCAm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swl6AheCAm .carousel-inner > .active {
  display: block;
}
.cid-swl6AheCAm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swl6AheCAm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swl6AheCAm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swl6AheCAm .carousel-control,
  .cid-swl6AheCAm .carousel-indicators,
  .cid-swl6AheCAm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swl6AheCAm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swl6AheCAm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swl6AheCAm .carousel-indicators .active,
.cid-swl6AheCAm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swl6AheCAm .carousel-indicators .active {
  background: #fff;
}
.cid-swl6AheCAm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swl6AheCAm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swl6AheCAm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swl6AheCAm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swl6AheCAm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swl6AheCAm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swl6AheCAm .carousel {
  width: 100%;
}
.cid-swl6AheCAm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swl6AheCAm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swl6AheCAm .modal.fade .modal-dialog,
.cid-swl6AheCAm .modal.in .modal-dialog {
  transform: none;
}
.cid-swl6AheCAm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swl6AheCAm H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-swl6AheCAm H3 {
  color: #7b7a7a;
}
.cid-swlJFOWfhj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-swlJFOWfhj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-swlJFOWfhj .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-swlJFOWfhj .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swlJFOWfhj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swlJFOWfhj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-swlJFOWfhj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swlJFOWfhj .carousel-control,
.cid-swlJFOWfhj .close {
  background: #1b1b1b;
}
.cid-swlJFOWfhj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swlJFOWfhj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swlJFOWfhj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swlJFOWfhj .carousel-control-next span {
  margin-left: 5px;
}
.cid-swlJFOWfhj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-swlJFOWfhj .close::before {
  content: '\e91a';
}
.cid-swlJFOWfhj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swlJFOWfhj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swlJFOWfhj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swlJFOWfhj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swlJFOWfhj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swlJFOWfhj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swlJFOWfhj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-swlJFOWfhj .carousel-indicators li.active,
.cid-swlJFOWfhj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swlJFOWfhj .carousel-indicators li::after,
.cid-swlJFOWfhj .carousel-indicators li::before {
  content: none;
}
.cid-swlJFOWfhj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swlJFOWfhj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swlJFOWfhj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swlJFOWfhj .carousel-indicators {
    display: none;
  }
}
.cid-swlJFOWfhj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swlJFOWfhj .carousel-inner > .active {
  display: block;
}
.cid-swlJFOWfhj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swlJFOWfhj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swlJFOWfhj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swlJFOWfhj .carousel-control,
  .cid-swlJFOWfhj .carousel-indicators,
  .cid-swlJFOWfhj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swlJFOWfhj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swlJFOWfhj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swlJFOWfhj .carousel-indicators .active,
.cid-swlJFOWfhj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swlJFOWfhj .carousel-indicators .active {
  background: #fff;
}
.cid-swlJFOWfhj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swlJFOWfhj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swlJFOWfhj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swlJFOWfhj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swlJFOWfhj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swlJFOWfhj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swlJFOWfhj .carousel {
  width: 100%;
}
.cid-swlJFOWfhj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swlJFOWfhj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swlJFOWfhj .modal.fade .modal-dialog,
.cid-swlJFOWfhj .modal.in .modal-dialog {
  transform: none;
}
.cid-swlJFOWfhj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swlJFOWfhj H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-swlJFOWfhj H3 {
  color: #7b7a7a;
}
.cid-swreym4TPC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-swreym4TPC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-swreym4TPC .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-swreym4TPC .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swreym4TPC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swreym4TPC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-swreym4TPC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swreym4TPC .carousel-control,
.cid-swreym4TPC .close {
  background: #1b1b1b;
}
.cid-swreym4TPC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swreym4TPC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swreym4TPC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swreym4TPC .carousel-control-next span {
  margin-left: 5px;
}
.cid-swreym4TPC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-swreym4TPC .close::before {
  content: '\e91a';
}
.cid-swreym4TPC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swreym4TPC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swreym4TPC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swreym4TPC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swreym4TPC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swreym4TPC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swreym4TPC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-swreym4TPC .carousel-indicators li.active,
.cid-swreym4TPC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swreym4TPC .carousel-indicators li::after,
.cid-swreym4TPC .carousel-indicators li::before {
  content: none;
}
.cid-swreym4TPC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swreym4TPC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swreym4TPC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swreym4TPC .carousel-indicators {
    display: none;
  }
}
.cid-swreym4TPC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swreym4TPC .carousel-inner > .active {
  display: block;
}
.cid-swreym4TPC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swreym4TPC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swreym4TPC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swreym4TPC .carousel-control,
  .cid-swreym4TPC .carousel-indicators,
  .cid-swreym4TPC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swreym4TPC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swreym4TPC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swreym4TPC .carousel-indicators .active,
.cid-swreym4TPC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swreym4TPC .carousel-indicators .active {
  background: #fff;
}
.cid-swreym4TPC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swreym4TPC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swreym4TPC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swreym4TPC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swreym4TPC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swreym4TPC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swreym4TPC .carousel {
  width: 100%;
}
.cid-swreym4TPC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swreym4TPC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swreym4TPC .modal.fade .modal-dialog,
.cid-swreym4TPC .modal.in .modal-dialog {
  transform: none;
}
.cid-swreym4TPC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swreym4TPC H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-swreym4TPC H3 {
  color: #7b7a7a;
}
.cid-sw4CwEx6Wn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sw4CwEx6Wn .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sw4CwEx6Wn .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sw4CwEx6Wn .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sw4CwEx6Wn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sw4CwEx6Wn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sw4CwEx6Wn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sw4CwEx6Wn .carousel-control,
.cid-sw4CwEx6Wn .close {
  background: #1b1b1b;
}
.cid-sw4CwEx6Wn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sw4CwEx6Wn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sw4CwEx6Wn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sw4CwEx6Wn .carousel-control-next span {
  margin-left: 5px;
}
.cid-sw4CwEx6Wn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sw4CwEx6Wn .close::before {
  content: '\e91a';
}
.cid-sw4CwEx6Wn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sw4CwEx6Wn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sw4CwEx6Wn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sw4CwEx6Wn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sw4CwEx6Wn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sw4CwEx6Wn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sw4CwEx6Wn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sw4CwEx6Wn .carousel-indicators li.active,
.cid-sw4CwEx6Wn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sw4CwEx6Wn .carousel-indicators li::after,
.cid-sw4CwEx6Wn .carousel-indicators li::before {
  content: none;
}
.cid-sw4CwEx6Wn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sw4CwEx6Wn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sw4CwEx6Wn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sw4CwEx6Wn .carousel-indicators {
    display: none;
  }
}
.cid-sw4CwEx6Wn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sw4CwEx6Wn .carousel-inner > .active {
  display: block;
}
.cid-sw4CwEx6Wn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sw4CwEx6Wn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sw4CwEx6Wn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sw4CwEx6Wn .carousel-control,
  .cid-sw4CwEx6Wn .carousel-indicators,
  .cid-sw4CwEx6Wn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sw4CwEx6Wn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sw4CwEx6Wn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sw4CwEx6Wn .carousel-indicators .active,
.cid-sw4CwEx6Wn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sw4CwEx6Wn .carousel-indicators .active {
  background: #fff;
}
.cid-sw4CwEx6Wn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sw4CwEx6Wn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sw4CwEx6Wn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sw4CwEx6Wn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sw4CwEx6Wn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sw4CwEx6Wn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sw4CwEx6Wn .carousel {
  width: 100%;
}
.cid-sw4CwEx6Wn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sw4CwEx6Wn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sw4CwEx6Wn .modal.fade .modal-dialog,
.cid-sw4CwEx6Wn .modal.in .modal-dialog {
  transform: none;
}
.cid-sw4CwEx6Wn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sw4CwEx6Wn H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sw4CwEx6Wn H3 {
  color: #7b7a7a;
}
.cid-st3ozJpPTD {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-st3ozJpPTD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-st3ozJpPTD .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-st3ozJpPTD .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-st3ozJpPTD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-st3ozJpPTD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-st3ozJpPTD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-st3ozJpPTD .carousel-control,
.cid-st3ozJpPTD .close {
  background: #1b1b1b;
}
.cid-st3ozJpPTD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-st3ozJpPTD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-st3ozJpPTD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-st3ozJpPTD .carousel-control-next span {
  margin-left: 5px;
}
.cid-st3ozJpPTD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-st3ozJpPTD .close::before {
  content: '\e91a';
}
.cid-st3ozJpPTD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-st3ozJpPTD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-st3ozJpPTD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st3ozJpPTD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-st3ozJpPTD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-st3ozJpPTD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-st3ozJpPTD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-st3ozJpPTD .carousel-indicators li.active,
.cid-st3ozJpPTD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-st3ozJpPTD .carousel-indicators li::after,
.cid-st3ozJpPTD .carousel-indicators li::before {
  content: none;
}
.cid-st3ozJpPTD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-st3ozJpPTD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-st3ozJpPTD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-st3ozJpPTD .carousel-indicators {
    display: none;
  }
}
.cid-st3ozJpPTD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-st3ozJpPTD .carousel-inner > .active {
  display: block;
}
.cid-st3ozJpPTD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st3ozJpPTD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-st3ozJpPTD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-st3ozJpPTD .carousel-control,
  .cid-st3ozJpPTD .carousel-indicators,
  .cid-st3ozJpPTD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-st3ozJpPTD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-st3ozJpPTD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-st3ozJpPTD .carousel-indicators .active,
.cid-st3ozJpPTD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-st3ozJpPTD .carousel-indicators .active {
  background: #fff;
}
.cid-st3ozJpPTD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-st3ozJpPTD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-st3ozJpPTD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-st3ozJpPTD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-st3ozJpPTD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-st3ozJpPTD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-st3ozJpPTD .carousel {
  width: 100%;
}
.cid-st3ozJpPTD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-st3ozJpPTD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-st3ozJpPTD .modal.fade .modal-dialog,
.cid-st3ozJpPTD .modal.in .modal-dialog {
  transform: none;
}
.cid-st3ozJpPTD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-st3ozJpPTD H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-st3ozJpPTD H3 {
  color: #7b7a7a;
}
.cid-st3oB8XmxD {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-st3oB8XmxD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-st3oB8XmxD .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-st3oB8XmxD .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-st3oB8XmxD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-st3oB8XmxD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-st3oB8XmxD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-st3oB8XmxD .carousel-control,
.cid-st3oB8XmxD .close {
  background: #1b1b1b;
}
.cid-st3oB8XmxD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-st3oB8XmxD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-st3oB8XmxD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-st3oB8XmxD .carousel-control-next span {
  margin-left: 5px;
}
.cid-st3oB8XmxD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-st3oB8XmxD .close::before {
  content: '\e91a';
}
.cid-st3oB8XmxD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-st3oB8XmxD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-st3oB8XmxD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st3oB8XmxD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-st3oB8XmxD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-st3oB8XmxD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-st3oB8XmxD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-st3oB8XmxD .carousel-indicators li.active,
.cid-st3oB8XmxD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-st3oB8XmxD .carousel-indicators li::after,
.cid-st3oB8XmxD .carousel-indicators li::before {
  content: none;
}
.cid-st3oB8XmxD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-st3oB8XmxD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-st3oB8XmxD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-st3oB8XmxD .carousel-indicators {
    display: none;
  }
}
.cid-st3oB8XmxD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-st3oB8XmxD .carousel-inner > .active {
  display: block;
}
.cid-st3oB8XmxD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st3oB8XmxD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-st3oB8XmxD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-st3oB8XmxD .carousel-control,
  .cid-st3oB8XmxD .carousel-indicators,
  .cid-st3oB8XmxD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-st3oB8XmxD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-st3oB8XmxD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-st3oB8XmxD .carousel-indicators .active,
.cid-st3oB8XmxD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-st3oB8XmxD .carousel-indicators .active {
  background: #fff;
}
.cid-st3oB8XmxD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-st3oB8XmxD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-st3oB8XmxD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-st3oB8XmxD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-st3oB8XmxD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-st3oB8XmxD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-st3oB8XmxD .carousel {
  width: 100%;
}
.cid-st3oB8XmxD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-st3oB8XmxD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-st3oB8XmxD .modal.fade .modal-dialog,
.cid-st3oB8XmxD .modal.in .modal-dialog {
  transform: none;
}
.cid-st3oB8XmxD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-st3oB8XmxD H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-st3oB8XmxD H3 {
  color: #7b7a7a;
}
.cid-sutHkmNqNy {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sutHkmNqNy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sutHkmNqNy .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sutHkmNqNy .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sutHkmNqNy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sutHkmNqNy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sutHkmNqNy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sutHkmNqNy .carousel-control,
.cid-sutHkmNqNy .close {
  background: #1b1b1b;
}
.cid-sutHkmNqNy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sutHkmNqNy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sutHkmNqNy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sutHkmNqNy .carousel-control-next span {
  margin-left: 5px;
}
.cid-sutHkmNqNy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sutHkmNqNy .close::before {
  content: '\e91a';
}
.cid-sutHkmNqNy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sutHkmNqNy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sutHkmNqNy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sutHkmNqNy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sutHkmNqNy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sutHkmNqNy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sutHkmNqNy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sutHkmNqNy .carousel-indicators li.active,
.cid-sutHkmNqNy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sutHkmNqNy .carousel-indicators li::after,
.cid-sutHkmNqNy .carousel-indicators li::before {
  content: none;
}
.cid-sutHkmNqNy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sutHkmNqNy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sutHkmNqNy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sutHkmNqNy .carousel-indicators {
    display: none;
  }
}
.cid-sutHkmNqNy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sutHkmNqNy .carousel-inner > .active {
  display: block;
}
.cid-sutHkmNqNy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sutHkmNqNy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sutHkmNqNy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sutHkmNqNy .carousel-control,
  .cid-sutHkmNqNy .carousel-indicators,
  .cid-sutHkmNqNy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sutHkmNqNy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sutHkmNqNy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sutHkmNqNy .carousel-indicators .active,
.cid-sutHkmNqNy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sutHkmNqNy .carousel-indicators .active {
  background: #fff;
}
.cid-sutHkmNqNy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sutHkmNqNy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sutHkmNqNy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sutHkmNqNy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sutHkmNqNy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sutHkmNqNy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sutHkmNqNy .carousel {
  width: 100%;
}
.cid-sutHkmNqNy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sutHkmNqNy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sutHkmNqNy .modal.fade .modal-dialog,
.cid-sutHkmNqNy .modal.in .modal-dialog {
  transform: none;
}
.cid-sutHkmNqNy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sutHkmNqNy H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sutHkmNqNy H3 {
  color: #7b7a7a;
}
.cid-suDT7jWFGo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-suDT7jWFGo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-suDT7jWFGo .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-suDT7jWFGo .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-suDT7jWFGo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-suDT7jWFGo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-suDT7jWFGo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-suDT7jWFGo .carousel-control,
.cid-suDT7jWFGo .close {
  background: #1b1b1b;
}
.cid-suDT7jWFGo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-suDT7jWFGo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-suDT7jWFGo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-suDT7jWFGo .carousel-control-next span {
  margin-left: 5px;
}
.cid-suDT7jWFGo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-suDT7jWFGo .close::before {
  content: '\e91a';
}
.cid-suDT7jWFGo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-suDT7jWFGo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-suDT7jWFGo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suDT7jWFGo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-suDT7jWFGo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suDT7jWFGo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-suDT7jWFGo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-suDT7jWFGo .carousel-indicators li.active,
.cid-suDT7jWFGo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-suDT7jWFGo .carousel-indicators li::after,
.cid-suDT7jWFGo .carousel-indicators li::before {
  content: none;
}
.cid-suDT7jWFGo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-suDT7jWFGo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-suDT7jWFGo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-suDT7jWFGo .carousel-indicators {
    display: none;
  }
}
.cid-suDT7jWFGo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-suDT7jWFGo .carousel-inner > .active {
  display: block;
}
.cid-suDT7jWFGo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suDT7jWFGo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-suDT7jWFGo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-suDT7jWFGo .carousel-control,
  .cid-suDT7jWFGo .carousel-indicators,
  .cid-suDT7jWFGo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-suDT7jWFGo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-suDT7jWFGo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-suDT7jWFGo .carousel-indicators .active,
.cid-suDT7jWFGo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-suDT7jWFGo .carousel-indicators .active {
  background: #fff;
}
.cid-suDT7jWFGo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-suDT7jWFGo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-suDT7jWFGo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-suDT7jWFGo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-suDT7jWFGo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-suDT7jWFGo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-suDT7jWFGo .carousel {
  width: 100%;
}
.cid-suDT7jWFGo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-suDT7jWFGo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-suDT7jWFGo .modal.fade .modal-dialog,
.cid-suDT7jWFGo .modal.in .modal-dialog {
  transform: none;
}
.cid-suDT7jWFGo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-suDT7jWFGo H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-suDT7jWFGo H3 {
  color: #7b7a7a;
}
.cid-suWLdy69yA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-suWLdy69yA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-suWLdy69yA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-suWLdy69yA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-suWLdy69yA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-suWLdy69yA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-suWLdy69yA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-suWLdy69yA .carousel-control,
.cid-suWLdy69yA .close {
  background: #1b1b1b;
}
.cid-suWLdy69yA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-suWLdy69yA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-suWLdy69yA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-suWLdy69yA .carousel-control-next span {
  margin-left: 5px;
}
.cid-suWLdy69yA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-suWLdy69yA .close::before {
  content: '\e91a';
}
.cid-suWLdy69yA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-suWLdy69yA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-suWLdy69yA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suWLdy69yA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-suWLdy69yA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suWLdy69yA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-suWLdy69yA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-suWLdy69yA .carousel-indicators li.active,
.cid-suWLdy69yA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-suWLdy69yA .carousel-indicators li::after,
.cid-suWLdy69yA .carousel-indicators li::before {
  content: none;
}
.cid-suWLdy69yA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-suWLdy69yA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-suWLdy69yA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-suWLdy69yA .carousel-indicators {
    display: none;
  }
}
.cid-suWLdy69yA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-suWLdy69yA .carousel-inner > .active {
  display: block;
}
.cid-suWLdy69yA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suWLdy69yA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-suWLdy69yA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-suWLdy69yA .carousel-control,
  .cid-suWLdy69yA .carousel-indicators,
  .cid-suWLdy69yA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-suWLdy69yA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-suWLdy69yA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-suWLdy69yA .carousel-indicators .active,
.cid-suWLdy69yA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-suWLdy69yA .carousel-indicators .active {
  background: #fff;
}
.cid-suWLdy69yA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-suWLdy69yA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-suWLdy69yA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-suWLdy69yA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-suWLdy69yA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-suWLdy69yA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-suWLdy69yA .carousel {
  width: 100%;
}
.cid-suWLdy69yA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-suWLdy69yA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-suWLdy69yA .modal.fade .modal-dialog,
.cid-suWLdy69yA .modal.in .modal-dialog {
  transform: none;
}
.cid-suWLdy69yA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-suWLdy69yA H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-suWLdy69yA H3 {
  color: #7b7a7a;
}
.cid-sveLq8nH2x {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sveLq8nH2x .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sveLq8nH2x .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sveLq8nH2x .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sveLq8nH2x .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sveLq8nH2x .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sveLq8nH2x .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sveLq8nH2x .carousel-control,
.cid-sveLq8nH2x .close {
  background: #1b1b1b;
}
.cid-sveLq8nH2x .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sveLq8nH2x .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sveLq8nH2x .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sveLq8nH2x .carousel-control-next span {
  margin-left: 5px;
}
.cid-sveLq8nH2x .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sveLq8nH2x .close::before {
  content: '\e91a';
}
.cid-sveLq8nH2x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sveLq8nH2x .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sveLq8nH2x .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sveLq8nH2x .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sveLq8nH2x .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sveLq8nH2x .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sveLq8nH2x .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sveLq8nH2x .carousel-indicators li.active,
.cid-sveLq8nH2x .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sveLq8nH2x .carousel-indicators li::after,
.cid-sveLq8nH2x .carousel-indicators li::before {
  content: none;
}
.cid-sveLq8nH2x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sveLq8nH2x .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sveLq8nH2x .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sveLq8nH2x .carousel-indicators {
    display: none;
  }
}
.cid-sveLq8nH2x .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sveLq8nH2x .carousel-inner > .active {
  display: block;
}
.cid-sveLq8nH2x .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sveLq8nH2x .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sveLq8nH2x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sveLq8nH2x .carousel-control,
  .cid-sveLq8nH2x .carousel-indicators,
  .cid-sveLq8nH2x .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sveLq8nH2x .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sveLq8nH2x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sveLq8nH2x .carousel-indicators .active,
.cid-sveLq8nH2x .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sveLq8nH2x .carousel-indicators .active {
  background: #fff;
}
.cid-sveLq8nH2x .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sveLq8nH2x .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sveLq8nH2x .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sveLq8nH2x .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sveLq8nH2x .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sveLq8nH2x .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sveLq8nH2x .carousel {
  width: 100%;
}
.cid-sveLq8nH2x .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sveLq8nH2x .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sveLq8nH2x .modal.fade .modal-dialog,
.cid-sveLq8nH2x .modal.in .modal-dialog {
  transform: none;
}
.cid-sveLq8nH2x .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sveLq8nH2x H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sveLq8nH2x H3 {
  color: #7b7a7a;
}
.cid-svGjkJRTEV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-svGjkJRTEV .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-svGjkJRTEV .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-svGjkJRTEV .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-svGjkJRTEV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-svGjkJRTEV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-svGjkJRTEV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-svGjkJRTEV .carousel-control,
.cid-svGjkJRTEV .close {
  background: #1b1b1b;
}
.cid-svGjkJRTEV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-svGjkJRTEV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-svGjkJRTEV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-svGjkJRTEV .carousel-control-next span {
  margin-left: 5px;
}
.cid-svGjkJRTEV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-svGjkJRTEV .close::before {
  content: '\e91a';
}
.cid-svGjkJRTEV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-svGjkJRTEV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGjkJRTEV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svGjkJRTEV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-svGjkJRTEV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-svGjkJRTEV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-svGjkJRTEV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-svGjkJRTEV .carousel-indicators li.active,
.cid-svGjkJRTEV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-svGjkJRTEV .carousel-indicators li::after,
.cid-svGjkJRTEV .carousel-indicators li::before {
  content: none;
}
.cid-svGjkJRTEV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-svGjkJRTEV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-svGjkJRTEV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-svGjkJRTEV .carousel-indicators {
    display: none;
  }
}
.cid-svGjkJRTEV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-svGjkJRTEV .carousel-inner > .active {
  display: block;
}
.cid-svGjkJRTEV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svGjkJRTEV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svGjkJRTEV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-svGjkJRTEV .carousel-control,
  .cid-svGjkJRTEV .carousel-indicators,
  .cid-svGjkJRTEV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-svGjkJRTEV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-svGjkJRTEV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svGjkJRTEV .carousel-indicators .active,
.cid-svGjkJRTEV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-svGjkJRTEV .carousel-indicators .active {
  background: #fff;
}
.cid-svGjkJRTEV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-svGjkJRTEV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-svGjkJRTEV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-svGjkJRTEV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-svGjkJRTEV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-svGjkJRTEV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-svGjkJRTEV .carousel {
  width: 100%;
}
.cid-svGjkJRTEV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-svGjkJRTEV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-svGjkJRTEV .modal.fade .modal-dialog,
.cid-svGjkJRTEV .modal.in .modal-dialog {
  transform: none;
}
.cid-svGjkJRTEV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-svGjkJRTEV H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-svGjkJRTEV H3 {
  color: #7b7a7a;
}
.cid-svI4xqXpE2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-svI4xqXpE2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-svI4xqXpE2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-svI4xqXpE2 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-svI4xqXpE2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-svI4xqXpE2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-svI4xqXpE2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-svI4xqXpE2 .carousel-control,
.cid-svI4xqXpE2 .close {
  background: #1b1b1b;
}
.cid-svI4xqXpE2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-svI4xqXpE2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-svI4xqXpE2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-svI4xqXpE2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-svI4xqXpE2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-svI4xqXpE2 .close::before {
  content: '\e91a';
}
.cid-svI4xqXpE2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-svI4xqXpE2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svI4xqXpE2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svI4xqXpE2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-svI4xqXpE2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-svI4xqXpE2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-svI4xqXpE2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-svI4xqXpE2 .carousel-indicators li.active,
.cid-svI4xqXpE2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-svI4xqXpE2 .carousel-indicators li::after,
.cid-svI4xqXpE2 .carousel-indicators li::before {
  content: none;
}
.cid-svI4xqXpE2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-svI4xqXpE2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-svI4xqXpE2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-svI4xqXpE2 .carousel-indicators {
    display: none;
  }
}
.cid-svI4xqXpE2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-svI4xqXpE2 .carousel-inner > .active {
  display: block;
}
.cid-svI4xqXpE2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svI4xqXpE2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svI4xqXpE2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-svI4xqXpE2 .carousel-control,
  .cid-svI4xqXpE2 .carousel-indicators,
  .cid-svI4xqXpE2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-svI4xqXpE2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-svI4xqXpE2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svI4xqXpE2 .carousel-indicators .active,
.cid-svI4xqXpE2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-svI4xqXpE2 .carousel-indicators .active {
  background: #fff;
}
.cid-svI4xqXpE2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-svI4xqXpE2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-svI4xqXpE2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-svI4xqXpE2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-svI4xqXpE2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-svI4xqXpE2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-svI4xqXpE2 .carousel {
  width: 100%;
}
.cid-svI4xqXpE2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-svI4xqXpE2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-svI4xqXpE2 .modal.fade .modal-dialog,
.cid-svI4xqXpE2 .modal.in .modal-dialog {
  transform: none;
}
.cid-svI4xqXpE2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-svI4xqXpE2 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-svI4xqXpE2 H3 {
  color: #7b7a7a;
}
.cid-suz9QVRA5z {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-suz9QVRA5z .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-suz9QVRA5z .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-suz9QVRA5z .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-suz9QVRA5z .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-suz9QVRA5z .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-suz9QVRA5z .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-suz9QVRA5z .carousel-control,
.cid-suz9QVRA5z .close {
  background: #1b1b1b;
}
.cid-suz9QVRA5z .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-suz9QVRA5z .carousel-control-prev span {
  margin-right: 5px;
}
.cid-suz9QVRA5z .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-suz9QVRA5z .carousel-control-next span {
  margin-left: 5px;
}
.cid-suz9QVRA5z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-suz9QVRA5z .close::before {
  content: '\e91a';
}
.cid-suz9QVRA5z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-suz9QVRA5z .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-suz9QVRA5z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suz9QVRA5z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-suz9QVRA5z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suz9QVRA5z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-suz9QVRA5z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-suz9QVRA5z .carousel-indicators li.active,
.cid-suz9QVRA5z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-suz9QVRA5z .carousel-indicators li::after,
.cid-suz9QVRA5z .carousel-indicators li::before {
  content: none;
}
.cid-suz9QVRA5z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-suz9QVRA5z .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-suz9QVRA5z .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-suz9QVRA5z .carousel-indicators {
    display: none;
  }
}
.cid-suz9QVRA5z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-suz9QVRA5z .carousel-inner > .active {
  display: block;
}
.cid-suz9QVRA5z .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suz9QVRA5z .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-suz9QVRA5z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-suz9QVRA5z .carousel-control,
  .cid-suz9QVRA5z .carousel-indicators,
  .cid-suz9QVRA5z .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-suz9QVRA5z .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-suz9QVRA5z .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-suz9QVRA5z .carousel-indicators .active,
.cid-suz9QVRA5z .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-suz9QVRA5z .carousel-indicators .active {
  background: #fff;
}
.cid-suz9QVRA5z .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-suz9QVRA5z .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-suz9QVRA5z .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-suz9QVRA5z .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-suz9QVRA5z .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-suz9QVRA5z .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-suz9QVRA5z .carousel {
  width: 100%;
}
.cid-suz9QVRA5z .modal-backdrop.in {
  opacity: 0.8;
}
.cid-suz9QVRA5z .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-suz9QVRA5z .modal.fade .modal-dialog,
.cid-suz9QVRA5z .modal.in .modal-dialog {
  transform: none;
}
.cid-suz9QVRA5z .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-suz9QVRA5z H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-suz9QVRA5z H3 {
  color: #7b7a7a;
}
.cid-st3oKgHFy7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-st3oKgHFy7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-st3oKgHFy7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-st3oKgHFy7 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-st3oKgHFy7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-st3oKgHFy7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-st3oKgHFy7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-st3oKgHFy7 .carousel-control,
.cid-st3oKgHFy7 .close {
  background: #1b1b1b;
}
.cid-st3oKgHFy7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-st3oKgHFy7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-st3oKgHFy7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-st3oKgHFy7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-st3oKgHFy7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-st3oKgHFy7 .close::before {
  content: '\e91a';
}
.cid-st3oKgHFy7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-st3oKgHFy7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-st3oKgHFy7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st3oKgHFy7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-st3oKgHFy7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-st3oKgHFy7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-st3oKgHFy7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-st3oKgHFy7 .carousel-indicators li.active,
.cid-st3oKgHFy7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-st3oKgHFy7 .carousel-indicators li::after,
.cid-st3oKgHFy7 .carousel-indicators li::before {
  content: none;
}
.cid-st3oKgHFy7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-st3oKgHFy7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-st3oKgHFy7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-st3oKgHFy7 .carousel-indicators {
    display: none;
  }
}
.cid-st3oKgHFy7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-st3oKgHFy7 .carousel-inner > .active {
  display: block;
}
.cid-st3oKgHFy7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st3oKgHFy7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-st3oKgHFy7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-st3oKgHFy7 .carousel-control,
  .cid-st3oKgHFy7 .carousel-indicators,
  .cid-st3oKgHFy7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-st3oKgHFy7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-st3oKgHFy7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-st3oKgHFy7 .carousel-indicators .active,
.cid-st3oKgHFy7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-st3oKgHFy7 .carousel-indicators .active {
  background: #fff;
}
.cid-st3oKgHFy7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-st3oKgHFy7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-st3oKgHFy7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-st3oKgHFy7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-st3oKgHFy7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-st3oKgHFy7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-st3oKgHFy7 .carousel {
  width: 100%;
}
.cid-st3oKgHFy7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-st3oKgHFy7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-st3oKgHFy7 .modal.fade .modal-dialog,
.cid-st3oKgHFy7 .modal.in .modal-dialog {
  transform: none;
}
.cid-st3oKgHFy7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-st3oKgHFy7 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-st3oKgHFy7 H3 {
  color: #7b7a7a;
}
.cid-srUU1KW3rL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srUU1KW3rL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srUU1KW3rL .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srUU1KW3rL .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srUU1KW3rL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srUU1KW3rL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-srUU1KW3rL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srUU1KW3rL .carousel-control,
.cid-srUU1KW3rL .close {
  background: #1b1b1b;
}
.cid-srUU1KW3rL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srUU1KW3rL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srUU1KW3rL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srUU1KW3rL .carousel-control-next span {
  margin-left: 5px;
}
.cid-srUU1KW3rL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-srUU1KW3rL .close::before {
  content: '\e91a';
}
.cid-srUU1KW3rL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srUU1KW3rL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-srUU1KW3rL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUU1KW3rL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srUU1KW3rL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srUU1KW3rL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srUU1KW3rL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-srUU1KW3rL .carousel-indicators li.active,
.cid-srUU1KW3rL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srUU1KW3rL .carousel-indicators li::after,
.cid-srUU1KW3rL .carousel-indicators li::before {
  content: none;
}
.cid-srUU1KW3rL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srUU1KW3rL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srUU1KW3rL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srUU1KW3rL .carousel-indicators {
    display: none;
  }
}
.cid-srUU1KW3rL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srUU1KW3rL .carousel-inner > .active {
  display: block;
}
.cid-srUU1KW3rL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUU1KW3rL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srUU1KW3rL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srUU1KW3rL .carousel-control,
  .cid-srUU1KW3rL .carousel-indicators,
  .cid-srUU1KW3rL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srUU1KW3rL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srUU1KW3rL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srUU1KW3rL .carousel-indicators .active,
.cid-srUU1KW3rL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srUU1KW3rL .carousel-indicators .active {
  background: #fff;
}
.cid-srUU1KW3rL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srUU1KW3rL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srUU1KW3rL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srUU1KW3rL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srUU1KW3rL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srUU1KW3rL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srUU1KW3rL .carousel {
  width: 100%;
}
.cid-srUU1KW3rL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srUU1KW3rL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srUU1KW3rL .modal.fade .modal-dialog,
.cid-srUU1KW3rL .modal.in .modal-dialog {
  transform: none;
}
.cid-srUU1KW3rL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srUU1KW3rL H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srUU1KW3rL H3 {
  color: #7b7a7a;
}
.cid-srUU3ZRdXH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srUU3ZRdXH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srUU3ZRdXH .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srUU3ZRdXH .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srUU3ZRdXH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srUU3ZRdXH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-srUU3ZRdXH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srUU3ZRdXH .carousel-control,
.cid-srUU3ZRdXH .close {
  background: #1b1b1b;
}
.cid-srUU3ZRdXH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srUU3ZRdXH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srUU3ZRdXH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srUU3ZRdXH .carousel-control-next span {
  margin-left: 5px;
}
.cid-srUU3ZRdXH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-srUU3ZRdXH .close::before {
  content: '\e91a';
}
.cid-srUU3ZRdXH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srUU3ZRdXH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-srUU3ZRdXH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUU3ZRdXH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srUU3ZRdXH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srUU3ZRdXH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srUU3ZRdXH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-srUU3ZRdXH .carousel-indicators li.active,
.cid-srUU3ZRdXH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srUU3ZRdXH .carousel-indicators li::after,
.cid-srUU3ZRdXH .carousel-indicators li::before {
  content: none;
}
.cid-srUU3ZRdXH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srUU3ZRdXH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srUU3ZRdXH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srUU3ZRdXH .carousel-indicators {
    display: none;
  }
}
.cid-srUU3ZRdXH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srUU3ZRdXH .carousel-inner > .active {
  display: block;
}
.cid-srUU3ZRdXH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUU3ZRdXH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srUU3ZRdXH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srUU3ZRdXH .carousel-control,
  .cid-srUU3ZRdXH .carousel-indicators,
  .cid-srUU3ZRdXH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srUU3ZRdXH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srUU3ZRdXH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srUU3ZRdXH .carousel-indicators .active,
.cid-srUU3ZRdXH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srUU3ZRdXH .carousel-indicators .active {
  background: #fff;
}
.cid-srUU3ZRdXH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srUU3ZRdXH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srUU3ZRdXH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srUU3ZRdXH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srUU3ZRdXH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srUU3ZRdXH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srUU3ZRdXH .carousel {
  width: 100%;
}
.cid-srUU3ZRdXH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srUU3ZRdXH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srUU3ZRdXH .modal.fade .modal-dialog,
.cid-srUU3ZRdXH .modal.in .modal-dialog {
  transform: none;
}
.cid-srUU3ZRdXH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srUU3ZRdXH H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srUU3ZRdXH H3 {
  color: #7b7a7a;
}
.cid-srUU61Ulyx {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srUU61Ulyx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srUU61Ulyx .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srUU61Ulyx .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srUU61Ulyx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srUU61Ulyx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-srUU61Ulyx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srUU61Ulyx .carousel-control,
.cid-srUU61Ulyx .close {
  background: #1b1b1b;
}
.cid-srUU61Ulyx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srUU61Ulyx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srUU61Ulyx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srUU61Ulyx .carousel-control-next span {
  margin-left: 5px;
}
.cid-srUU61Ulyx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-srUU61Ulyx .close::before {
  content: '\e91a';
}
.cid-srUU61Ulyx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srUU61Ulyx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-srUU61Ulyx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUU61Ulyx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srUU61Ulyx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srUU61Ulyx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srUU61Ulyx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-srUU61Ulyx .carousel-indicators li.active,
.cid-srUU61Ulyx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srUU61Ulyx .carousel-indicators li::after,
.cid-srUU61Ulyx .carousel-indicators li::before {
  content: none;
}
.cid-srUU61Ulyx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srUU61Ulyx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srUU61Ulyx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srUU61Ulyx .carousel-indicators {
    display: none;
  }
}
.cid-srUU61Ulyx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srUU61Ulyx .carousel-inner > .active {
  display: block;
}
.cid-srUU61Ulyx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUU61Ulyx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srUU61Ulyx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srUU61Ulyx .carousel-control,
  .cid-srUU61Ulyx .carousel-indicators,
  .cid-srUU61Ulyx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srUU61Ulyx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srUU61Ulyx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srUU61Ulyx .carousel-indicators .active,
.cid-srUU61Ulyx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srUU61Ulyx .carousel-indicators .active {
  background: #fff;
}
.cid-srUU61Ulyx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srUU61Ulyx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srUU61Ulyx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srUU61Ulyx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srUU61Ulyx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srUU61Ulyx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srUU61Ulyx .carousel {
  width: 100%;
}
.cid-srUU61Ulyx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srUU61Ulyx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srUU61Ulyx .modal.fade .modal-dialog,
.cid-srUU61Ulyx .modal.in .modal-dialog {
  transform: none;
}
.cid-srUU61Ulyx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srUU61Ulyx H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srUU61Ulyx H3 {
  color: #7b7a7a;
}
.cid-srUU6R8JeB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srUU6R8JeB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srUU6R8JeB .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srUU6R8JeB .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srUU6R8JeB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srUU6R8JeB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-srUU6R8JeB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srUU6R8JeB .carousel-control,
.cid-srUU6R8JeB .close {
  background: #1b1b1b;
}
.cid-srUU6R8JeB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srUU6R8JeB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srUU6R8JeB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srUU6R8JeB .carousel-control-next span {
  margin-left: 5px;
}
.cid-srUU6R8JeB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-srUU6R8JeB .close::before {
  content: '\e91a';
}
.cid-srUU6R8JeB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srUU6R8JeB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-srUU6R8JeB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUU6R8JeB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srUU6R8JeB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srUU6R8JeB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srUU6R8JeB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-srUU6R8JeB .carousel-indicators li.active,
.cid-srUU6R8JeB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srUU6R8JeB .carousel-indicators li::after,
.cid-srUU6R8JeB .carousel-indicators li::before {
  content: none;
}
.cid-srUU6R8JeB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srUU6R8JeB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srUU6R8JeB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srUU6R8JeB .carousel-indicators {
    display: none;
  }
}
.cid-srUU6R8JeB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srUU6R8JeB .carousel-inner > .active {
  display: block;
}
.cid-srUU6R8JeB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUU6R8JeB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srUU6R8JeB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srUU6R8JeB .carousel-control,
  .cid-srUU6R8JeB .carousel-indicators,
  .cid-srUU6R8JeB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srUU6R8JeB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srUU6R8JeB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srUU6R8JeB .carousel-indicators .active,
.cid-srUU6R8JeB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srUU6R8JeB .carousel-indicators .active {
  background: #fff;
}
.cid-srUU6R8JeB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srUU6R8JeB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srUU6R8JeB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srUU6R8JeB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srUU6R8JeB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srUU6R8JeB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srUU6R8JeB .carousel {
  width: 100%;
}
.cid-srUU6R8JeB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srUU6R8JeB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srUU6R8JeB .modal.fade .modal-dialog,
.cid-srUU6R8JeB .modal.in .modal-dialog {
  transform: none;
}
.cid-srUU6R8JeB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srUU6R8JeB H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srUU6R8JeB H3 {
  color: #7b7a7a;
}
.cid-srUU8aai3q {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srUU8aai3q .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srUU8aai3q .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srUU8aai3q .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srUU8aai3q .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srUU8aai3q .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-srUU8aai3q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srUU8aai3q .carousel-control,
.cid-srUU8aai3q .close {
  background: #1b1b1b;
}
.cid-srUU8aai3q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srUU8aai3q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srUU8aai3q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srUU8aai3q .carousel-control-next span {
  margin-left: 5px;
}
.cid-srUU8aai3q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-srUU8aai3q .close::before {
  content: '\e91a';
}
.cid-srUU8aai3q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srUU8aai3q .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-srUU8aai3q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUU8aai3q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srUU8aai3q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srUU8aai3q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srUU8aai3q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-srUU8aai3q .carousel-indicators li.active,
.cid-srUU8aai3q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srUU8aai3q .carousel-indicators li::after,
.cid-srUU8aai3q .carousel-indicators li::before {
  content: none;
}
.cid-srUU8aai3q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srUU8aai3q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srUU8aai3q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srUU8aai3q .carousel-indicators {
    display: none;
  }
}
.cid-srUU8aai3q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srUU8aai3q .carousel-inner > .active {
  display: block;
}
.cid-srUU8aai3q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUU8aai3q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srUU8aai3q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srUU8aai3q .carousel-control,
  .cid-srUU8aai3q .carousel-indicators,
  .cid-srUU8aai3q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srUU8aai3q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srUU8aai3q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srUU8aai3q .carousel-indicators .active,
.cid-srUU8aai3q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srUU8aai3q .carousel-indicators .active {
  background: #fff;
}
.cid-srUU8aai3q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srUU8aai3q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srUU8aai3q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srUU8aai3q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srUU8aai3q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srUU8aai3q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srUU8aai3q .carousel {
  width: 100%;
}
.cid-srUU8aai3q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srUU8aai3q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srUU8aai3q .modal.fade .modal-dialog,
.cid-srUU8aai3q .modal.in .modal-dialog {
  transform: none;
}
.cid-srUU8aai3q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srUU8aai3q H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srUU8aai3q H3 {
  color: #7b7a7a;
}
.cid-srUU8T0hNt {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srUU8T0hNt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srUU8T0hNt .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srUU8T0hNt .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srUU8T0hNt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srUU8T0hNt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-srUU8T0hNt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srUU8T0hNt .carousel-control,
.cid-srUU8T0hNt .close {
  background: #1b1b1b;
}
.cid-srUU8T0hNt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srUU8T0hNt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srUU8T0hNt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srUU8T0hNt .carousel-control-next span {
  margin-left: 5px;
}
.cid-srUU8T0hNt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-srUU8T0hNt .close::before {
  content: '\e91a';
}
.cid-srUU8T0hNt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srUU8T0hNt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-srUU8T0hNt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUU8T0hNt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srUU8T0hNt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srUU8T0hNt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srUU8T0hNt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-srUU8T0hNt .carousel-indicators li.active,
.cid-srUU8T0hNt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srUU8T0hNt .carousel-indicators li::after,
.cid-srUU8T0hNt .carousel-indicators li::before {
  content: none;
}
.cid-srUU8T0hNt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srUU8T0hNt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srUU8T0hNt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srUU8T0hNt .carousel-indicators {
    display: none;
  }
}
.cid-srUU8T0hNt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srUU8T0hNt .carousel-inner > .active {
  display: block;
}
.cid-srUU8T0hNt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUU8T0hNt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srUU8T0hNt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srUU8T0hNt .carousel-control,
  .cid-srUU8T0hNt .carousel-indicators,
  .cid-srUU8T0hNt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srUU8T0hNt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srUU8T0hNt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srUU8T0hNt .carousel-indicators .active,
.cid-srUU8T0hNt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srUU8T0hNt .carousel-indicators .active {
  background: #fff;
}
.cid-srUU8T0hNt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srUU8T0hNt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srUU8T0hNt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srUU8T0hNt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srUU8T0hNt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srUU8T0hNt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srUU8T0hNt .carousel {
  width: 100%;
}
.cid-srUU8T0hNt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srUU8T0hNt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srUU8T0hNt .modal.fade .modal-dialog,
.cid-srUU8T0hNt .modal.in .modal-dialog {
  transform: none;
}
.cid-srUU8T0hNt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srUU8T0hNt H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srUU8T0hNt H3 {
  color: #7b7a7a;
}
.cid-srUTA8RUhX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srUTA8RUhX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srUTA8RUhX .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srUTA8RUhX .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srUTA8RUhX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srUTA8RUhX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-srUTA8RUhX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srUTA8RUhX .carousel-control,
.cid-srUTA8RUhX .close {
  background: #1b1b1b;
}
.cid-srUTA8RUhX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srUTA8RUhX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srUTA8RUhX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srUTA8RUhX .carousel-control-next span {
  margin-left: 5px;
}
.cid-srUTA8RUhX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-srUTA8RUhX .close::before {
  content: '\e91a';
}
.cid-srUTA8RUhX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srUTA8RUhX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-srUTA8RUhX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUTA8RUhX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srUTA8RUhX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srUTA8RUhX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srUTA8RUhX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-srUTA8RUhX .carousel-indicators li.active,
.cid-srUTA8RUhX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srUTA8RUhX .carousel-indicators li::after,
.cid-srUTA8RUhX .carousel-indicators li::before {
  content: none;
}
.cid-srUTA8RUhX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srUTA8RUhX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srUTA8RUhX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srUTA8RUhX .carousel-indicators {
    display: none;
  }
}
.cid-srUTA8RUhX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srUTA8RUhX .carousel-inner > .active {
  display: block;
}
.cid-srUTA8RUhX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUTA8RUhX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srUTA8RUhX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srUTA8RUhX .carousel-control,
  .cid-srUTA8RUhX .carousel-indicators,
  .cid-srUTA8RUhX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srUTA8RUhX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srUTA8RUhX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srUTA8RUhX .carousel-indicators .active,
.cid-srUTA8RUhX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srUTA8RUhX .carousel-indicators .active {
  background: #fff;
}
.cid-srUTA8RUhX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srUTA8RUhX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srUTA8RUhX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srUTA8RUhX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srUTA8RUhX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srUTA8RUhX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srUTA8RUhX .carousel {
  width: 100%;
}
.cid-srUTA8RUhX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srUTA8RUhX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srUTA8RUhX .modal.fade .modal-dialog,
.cid-srUTA8RUhX .modal.in .modal-dialog {
  transform: none;
}
.cid-srUTA8RUhX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srUTA8RUhX H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srUTA8RUhX H3 {
  color: #7b7a7a;
}
.cid-sq3etNf24M {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sq3etNf24M .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sq3etNf24M .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sq3etNf24M .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sq3etNf24M .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq3etNf24M .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sq3etNf24M .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq3etNf24M .carousel-control,
.cid-sq3etNf24M .close {
  background: #1b1b1b;
}
.cid-sq3etNf24M .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq3etNf24M .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq3etNf24M .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq3etNf24M .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq3etNf24M .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sq3etNf24M .close::before {
  content: '\e91a';
}
.cid-sq3etNf24M .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq3etNf24M .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sq3etNf24M .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq3etNf24M .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq3etNf24M .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq3etNf24M .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq3etNf24M .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sq3etNf24M .carousel-indicators li.active,
.cid-sq3etNf24M .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq3etNf24M .carousel-indicators li::after,
.cid-sq3etNf24M .carousel-indicators li::before {
  content: none;
}
.cid-sq3etNf24M .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq3etNf24M .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq3etNf24M .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq3etNf24M .carousel-indicators {
    display: none;
  }
}
.cid-sq3etNf24M .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq3etNf24M .carousel-inner > .active {
  display: block;
}
.cid-sq3etNf24M .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq3etNf24M .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq3etNf24M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq3etNf24M .carousel-control,
  .cid-sq3etNf24M .carousel-indicators,
  .cid-sq3etNf24M .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq3etNf24M .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq3etNf24M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq3etNf24M .carousel-indicators .active,
.cid-sq3etNf24M .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq3etNf24M .carousel-indicators .active {
  background: #fff;
}
.cid-sq3etNf24M .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq3etNf24M .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq3etNf24M .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq3etNf24M .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq3etNf24M .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq3etNf24M .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq3etNf24M .carousel {
  width: 100%;
}
.cid-sq3etNf24M .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq3etNf24M .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq3etNf24M .modal.fade .modal-dialog,
.cid-sq3etNf24M .modal.in .modal-dialog {
  transform: none;
}
.cid-sq3etNf24M .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq3etNf24M H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sq3etNf24M H3 {
  color: #7b7a7a;
}
.cid-snp5n14p4H {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp5n14p4H .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp5n14p4H .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp5n14p4H .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp5n14p4H .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp5n14p4H .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snp5n14p4H .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp5n14p4H .carousel-control,
.cid-snp5n14p4H .close {
  background: #1b1b1b;
}
.cid-snp5n14p4H .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp5n14p4H .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp5n14p4H .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp5n14p4H .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp5n14p4H .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snp5n14p4H .close::before {
  content: '\e91a';
}
.cid-snp5n14p4H .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp5n14p4H .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snp5n14p4H .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp5n14p4H .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp5n14p4H .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp5n14p4H .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp5n14p4H .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snp5n14p4H .carousel-indicators li.active,
.cid-snp5n14p4H .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp5n14p4H .carousel-indicators li::after,
.cid-snp5n14p4H .carousel-indicators li::before {
  content: none;
}
.cid-snp5n14p4H .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp5n14p4H .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp5n14p4H .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp5n14p4H .carousel-indicators {
    display: none;
  }
}
.cid-snp5n14p4H .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp5n14p4H .carousel-inner > .active {
  display: block;
}
.cid-snp5n14p4H .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp5n14p4H .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp5n14p4H .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp5n14p4H .carousel-control,
  .cid-snp5n14p4H .carousel-indicators,
  .cid-snp5n14p4H .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp5n14p4H .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp5n14p4H .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp5n14p4H .carousel-indicators .active,
.cid-snp5n14p4H .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp5n14p4H .carousel-indicators .active {
  background: #fff;
}
.cid-snp5n14p4H .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp5n14p4H .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp5n14p4H .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp5n14p4H .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp5n14p4H .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp5n14p4H .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp5n14p4H .carousel {
  width: 100%;
}
.cid-snp5n14p4H .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp5n14p4H .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp5n14p4H .modal.fade .modal-dialog,
.cid-snp5n14p4H .modal.in .modal-dialog {
  transform: none;
}
.cid-snp5n14p4H .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp5n14p4H H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp5n14p4H H3 {
  color: #7b7a7a;
}
.cid-snp5hB6Ec1 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp5hB6Ec1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp5hB6Ec1 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp5hB6Ec1 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp5hB6Ec1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp5hB6Ec1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snp5hB6Ec1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp5hB6Ec1 .carousel-control,
.cid-snp5hB6Ec1 .close {
  background: #1b1b1b;
}
.cid-snp5hB6Ec1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp5hB6Ec1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp5hB6Ec1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp5hB6Ec1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp5hB6Ec1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snp5hB6Ec1 .close::before {
  content: '\e91a';
}
.cid-snp5hB6Ec1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp5hB6Ec1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snp5hB6Ec1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp5hB6Ec1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp5hB6Ec1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp5hB6Ec1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp5hB6Ec1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snp5hB6Ec1 .carousel-indicators li.active,
.cid-snp5hB6Ec1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp5hB6Ec1 .carousel-indicators li::after,
.cid-snp5hB6Ec1 .carousel-indicators li::before {
  content: none;
}
.cid-snp5hB6Ec1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp5hB6Ec1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp5hB6Ec1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp5hB6Ec1 .carousel-indicators {
    display: none;
  }
}
.cid-snp5hB6Ec1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp5hB6Ec1 .carousel-inner > .active {
  display: block;
}
.cid-snp5hB6Ec1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp5hB6Ec1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp5hB6Ec1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp5hB6Ec1 .carousel-control,
  .cid-snp5hB6Ec1 .carousel-indicators,
  .cid-snp5hB6Ec1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp5hB6Ec1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp5hB6Ec1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp5hB6Ec1 .carousel-indicators .active,
.cid-snp5hB6Ec1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp5hB6Ec1 .carousel-indicators .active {
  background: #fff;
}
.cid-snp5hB6Ec1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp5hB6Ec1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp5hB6Ec1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp5hB6Ec1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp5hB6Ec1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp5hB6Ec1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp5hB6Ec1 .carousel {
  width: 100%;
}
.cid-snp5hB6Ec1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp5hB6Ec1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp5hB6Ec1 .modal.fade .modal-dialog,
.cid-snp5hB6Ec1 .modal.in .modal-dialog {
  transform: none;
}
.cid-snp5hB6Ec1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp5hB6Ec1 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp5hB6Ec1 H3 {
  color: #7b7a7a;
}
.cid-ssBwmmvbUu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-ssBwmmvbUu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ssBwmmvbUu .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ssBwmmvbUu .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ssBwmmvbUu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ssBwmmvbUu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ssBwmmvbUu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ssBwmmvbUu .carousel-control,
.cid-ssBwmmvbUu .close {
  background: #1b1b1b;
}
.cid-ssBwmmvbUu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ssBwmmvbUu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ssBwmmvbUu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ssBwmmvbUu .carousel-control-next span {
  margin-left: 5px;
}
.cid-ssBwmmvbUu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ssBwmmvbUu .close::before {
  content: '\e91a';
}
.cid-ssBwmmvbUu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ssBwmmvbUu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ssBwmmvbUu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssBwmmvbUu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ssBwmmvbUu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssBwmmvbUu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ssBwmmvbUu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ssBwmmvbUu .carousel-indicators li.active,
.cid-ssBwmmvbUu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ssBwmmvbUu .carousel-indicators li::after,
.cid-ssBwmmvbUu .carousel-indicators li::before {
  content: none;
}
.cid-ssBwmmvbUu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ssBwmmvbUu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ssBwmmvbUu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ssBwmmvbUu .carousel-indicators {
    display: none;
  }
}
.cid-ssBwmmvbUu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ssBwmmvbUu .carousel-inner > .active {
  display: block;
}
.cid-ssBwmmvbUu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssBwmmvbUu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssBwmmvbUu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ssBwmmvbUu .carousel-control,
  .cid-ssBwmmvbUu .carousel-indicators,
  .cid-ssBwmmvbUu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ssBwmmvbUu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ssBwmmvbUu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssBwmmvbUu .carousel-indicators .active,
.cid-ssBwmmvbUu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ssBwmmvbUu .carousel-indicators .active {
  background: #fff;
}
.cid-ssBwmmvbUu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ssBwmmvbUu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ssBwmmvbUu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ssBwmmvbUu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ssBwmmvbUu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ssBwmmvbUu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ssBwmmvbUu .carousel {
  width: 100%;
}
.cid-ssBwmmvbUu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ssBwmmvbUu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ssBwmmvbUu .modal.fade .modal-dialog,
.cid-ssBwmmvbUu .modal.in .modal-dialog {
  transform: none;
}
.cid-ssBwmmvbUu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ssBwmmvbUu H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-ssBwmmvbUu H3 {
  color: #7b7a7a;
}
.cid-ssBwoW67ck {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-ssBwoW67ck .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ssBwoW67ck .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ssBwoW67ck .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ssBwoW67ck .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ssBwoW67ck .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ssBwoW67ck .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ssBwoW67ck .carousel-control,
.cid-ssBwoW67ck .close {
  background: #1b1b1b;
}
.cid-ssBwoW67ck .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ssBwoW67ck .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ssBwoW67ck .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ssBwoW67ck .carousel-control-next span {
  margin-left: 5px;
}
.cid-ssBwoW67ck .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ssBwoW67ck .close::before {
  content: '\e91a';
}
.cid-ssBwoW67ck .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ssBwoW67ck .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ssBwoW67ck .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssBwoW67ck .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ssBwoW67ck .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssBwoW67ck .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ssBwoW67ck .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ssBwoW67ck .carousel-indicators li.active,
.cid-ssBwoW67ck .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ssBwoW67ck .carousel-indicators li::after,
.cid-ssBwoW67ck .carousel-indicators li::before {
  content: none;
}
.cid-ssBwoW67ck .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ssBwoW67ck .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ssBwoW67ck .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ssBwoW67ck .carousel-indicators {
    display: none;
  }
}
.cid-ssBwoW67ck .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ssBwoW67ck .carousel-inner > .active {
  display: block;
}
.cid-ssBwoW67ck .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssBwoW67ck .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssBwoW67ck .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ssBwoW67ck .carousel-control,
  .cid-ssBwoW67ck .carousel-indicators,
  .cid-ssBwoW67ck .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ssBwoW67ck .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ssBwoW67ck .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssBwoW67ck .carousel-indicators .active,
.cid-ssBwoW67ck .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ssBwoW67ck .carousel-indicators .active {
  background: #fff;
}
.cid-ssBwoW67ck .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ssBwoW67ck .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ssBwoW67ck .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ssBwoW67ck .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ssBwoW67ck .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ssBwoW67ck .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ssBwoW67ck .carousel {
  width: 100%;
}
.cid-ssBwoW67ck .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ssBwoW67ck .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ssBwoW67ck .modal.fade .modal-dialog,
.cid-ssBwoW67ck .modal.in .modal-dialog {
  transform: none;
}
.cid-ssBwoW67ck .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ssBwoW67ck H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-ssBwoW67ck H3 {
  color: #7b7a7a;
}
.cid-ssBwqNplIl {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-ssBwqNplIl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ssBwqNplIl .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ssBwqNplIl .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ssBwqNplIl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ssBwqNplIl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ssBwqNplIl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ssBwqNplIl .carousel-control,
.cid-ssBwqNplIl .close {
  background: #1b1b1b;
}
.cid-ssBwqNplIl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ssBwqNplIl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ssBwqNplIl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ssBwqNplIl .carousel-control-next span {
  margin-left: 5px;
}
.cid-ssBwqNplIl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ssBwqNplIl .close::before {
  content: '\e91a';
}
.cid-ssBwqNplIl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ssBwqNplIl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ssBwqNplIl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssBwqNplIl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ssBwqNplIl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssBwqNplIl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ssBwqNplIl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ssBwqNplIl .carousel-indicators li.active,
.cid-ssBwqNplIl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ssBwqNplIl .carousel-indicators li::after,
.cid-ssBwqNplIl .carousel-indicators li::before {
  content: none;
}
.cid-ssBwqNplIl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ssBwqNplIl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ssBwqNplIl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ssBwqNplIl .carousel-indicators {
    display: none;
  }
}
.cid-ssBwqNplIl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ssBwqNplIl .carousel-inner > .active {
  display: block;
}
.cid-ssBwqNplIl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssBwqNplIl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssBwqNplIl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ssBwqNplIl .carousel-control,
  .cid-ssBwqNplIl .carousel-indicators,
  .cid-ssBwqNplIl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ssBwqNplIl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ssBwqNplIl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssBwqNplIl .carousel-indicators .active,
.cid-ssBwqNplIl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ssBwqNplIl .carousel-indicators .active {
  background: #fff;
}
.cid-ssBwqNplIl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ssBwqNplIl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ssBwqNplIl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ssBwqNplIl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ssBwqNplIl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ssBwqNplIl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ssBwqNplIl .carousel {
  width: 100%;
}
.cid-ssBwqNplIl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ssBwqNplIl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ssBwqNplIl .modal.fade .modal-dialog,
.cid-ssBwqNplIl .modal.in .modal-dialog {
  transform: none;
}
.cid-ssBwqNplIl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ssBwqNplIl H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-ssBwqNplIl H3 {
  color: #7b7a7a;
}
.cid-ssBwsRUNA9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-ssBwsRUNA9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ssBwsRUNA9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ssBwsRUNA9 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ssBwsRUNA9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ssBwsRUNA9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ssBwsRUNA9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ssBwsRUNA9 .carousel-control,
.cid-ssBwsRUNA9 .close {
  background: #1b1b1b;
}
.cid-ssBwsRUNA9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ssBwsRUNA9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ssBwsRUNA9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ssBwsRUNA9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ssBwsRUNA9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ssBwsRUNA9 .close::before {
  content: '\e91a';
}
.cid-ssBwsRUNA9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ssBwsRUNA9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ssBwsRUNA9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssBwsRUNA9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ssBwsRUNA9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssBwsRUNA9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ssBwsRUNA9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ssBwsRUNA9 .carousel-indicators li.active,
.cid-ssBwsRUNA9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ssBwsRUNA9 .carousel-indicators li::after,
.cid-ssBwsRUNA9 .carousel-indicators li::before {
  content: none;
}
.cid-ssBwsRUNA9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ssBwsRUNA9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ssBwsRUNA9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ssBwsRUNA9 .carousel-indicators {
    display: none;
  }
}
.cid-ssBwsRUNA9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ssBwsRUNA9 .carousel-inner > .active {
  display: block;
}
.cid-ssBwsRUNA9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssBwsRUNA9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssBwsRUNA9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ssBwsRUNA9 .carousel-control,
  .cid-ssBwsRUNA9 .carousel-indicators,
  .cid-ssBwsRUNA9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ssBwsRUNA9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ssBwsRUNA9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssBwsRUNA9 .carousel-indicators .active,
.cid-ssBwsRUNA9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ssBwsRUNA9 .carousel-indicators .active {
  background: #fff;
}
.cid-ssBwsRUNA9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ssBwsRUNA9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ssBwsRUNA9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ssBwsRUNA9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ssBwsRUNA9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ssBwsRUNA9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ssBwsRUNA9 .carousel {
  width: 100%;
}
.cid-ssBwsRUNA9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ssBwsRUNA9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ssBwsRUNA9 .modal.fade .modal-dialog,
.cid-ssBwsRUNA9 .modal.in .modal-dialog {
  transform: none;
}
.cid-ssBwsRUNA9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ssBwsRUNA9 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-ssBwsRUNA9 H3 {
  color: #7b7a7a;
}
.cid-snNd3D1SF2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snNd3D1SF2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snNd3D1SF2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snNd3D1SF2 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snNd3D1SF2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snNd3D1SF2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snNd3D1SF2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snNd3D1SF2 .carousel-control,
.cid-snNd3D1SF2 .close {
  background: #1b1b1b;
}
.cid-snNd3D1SF2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snNd3D1SF2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snNd3D1SF2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snNd3D1SF2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-snNd3D1SF2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snNd3D1SF2 .close::before {
  content: '\e91a';
}
.cid-snNd3D1SF2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snNd3D1SF2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snNd3D1SF2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snNd3D1SF2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snNd3D1SF2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snNd3D1SF2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snNd3D1SF2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snNd3D1SF2 .carousel-indicators li.active,
.cid-snNd3D1SF2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snNd3D1SF2 .carousel-indicators li::after,
.cid-snNd3D1SF2 .carousel-indicators li::before {
  content: none;
}
.cid-snNd3D1SF2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snNd3D1SF2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snNd3D1SF2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snNd3D1SF2 .carousel-indicators {
    display: none;
  }
}
.cid-snNd3D1SF2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snNd3D1SF2 .carousel-inner > .active {
  display: block;
}
.cid-snNd3D1SF2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snNd3D1SF2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snNd3D1SF2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snNd3D1SF2 .carousel-control,
  .cid-snNd3D1SF2 .carousel-indicators,
  .cid-snNd3D1SF2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snNd3D1SF2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snNd3D1SF2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snNd3D1SF2 .carousel-indicators .active,
.cid-snNd3D1SF2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snNd3D1SF2 .carousel-indicators .active {
  background: #fff;
}
.cid-snNd3D1SF2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snNd3D1SF2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snNd3D1SF2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snNd3D1SF2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snNd3D1SF2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snNd3D1SF2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snNd3D1SF2 .carousel {
  width: 100%;
}
.cid-snNd3D1SF2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snNd3D1SF2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snNd3D1SF2 .modal.fade .modal-dialog,
.cid-snNd3D1SF2 .modal.in .modal-dialog {
  transform: none;
}
.cid-snNd3D1SF2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snNd3D1SF2 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snNd3D1SF2 H3 {
  color: #7b7a7a;
}
.cid-snNd4WXEwq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snNd4WXEwq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snNd4WXEwq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snNd4WXEwq .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snNd4WXEwq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snNd4WXEwq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snNd4WXEwq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snNd4WXEwq .carousel-control,
.cid-snNd4WXEwq .close {
  background: #1b1b1b;
}
.cid-snNd4WXEwq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snNd4WXEwq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snNd4WXEwq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snNd4WXEwq .carousel-control-next span {
  margin-left: 5px;
}
.cid-snNd4WXEwq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snNd4WXEwq .close::before {
  content: '\e91a';
}
.cid-snNd4WXEwq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snNd4WXEwq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snNd4WXEwq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snNd4WXEwq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snNd4WXEwq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snNd4WXEwq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snNd4WXEwq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snNd4WXEwq .carousel-indicators li.active,
.cid-snNd4WXEwq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snNd4WXEwq .carousel-indicators li::after,
.cid-snNd4WXEwq .carousel-indicators li::before {
  content: none;
}
.cid-snNd4WXEwq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snNd4WXEwq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snNd4WXEwq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snNd4WXEwq .carousel-indicators {
    display: none;
  }
}
.cid-snNd4WXEwq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snNd4WXEwq .carousel-inner > .active {
  display: block;
}
.cid-snNd4WXEwq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snNd4WXEwq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snNd4WXEwq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snNd4WXEwq .carousel-control,
  .cid-snNd4WXEwq .carousel-indicators,
  .cid-snNd4WXEwq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snNd4WXEwq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snNd4WXEwq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snNd4WXEwq .carousel-indicators .active,
.cid-snNd4WXEwq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snNd4WXEwq .carousel-indicators .active {
  background: #fff;
}
.cid-snNd4WXEwq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snNd4WXEwq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snNd4WXEwq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snNd4WXEwq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snNd4WXEwq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snNd4WXEwq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snNd4WXEwq .carousel {
  width: 100%;
}
.cid-snNd4WXEwq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snNd4WXEwq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snNd4WXEwq .modal.fade .modal-dialog,
.cid-snNd4WXEwq .modal.in .modal-dialog {
  transform: none;
}
.cid-snNd4WXEwq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snNd4WXEwq H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snNd4WXEwq H3 {
  color: #7b7a7a;
}
.cid-snTeL5lrCr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snTeL5lrCr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snTeL5lrCr .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snTeL5lrCr .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snTeL5lrCr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snTeL5lrCr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snTeL5lrCr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snTeL5lrCr .carousel-control,
.cid-snTeL5lrCr .close {
  background: #1b1b1b;
}
.cid-snTeL5lrCr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snTeL5lrCr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snTeL5lrCr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snTeL5lrCr .carousel-control-next span {
  margin-left: 5px;
}
.cid-snTeL5lrCr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snTeL5lrCr .close::before {
  content: '\e91a';
}
.cid-snTeL5lrCr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snTeL5lrCr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snTeL5lrCr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTeL5lrCr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snTeL5lrCr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snTeL5lrCr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snTeL5lrCr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snTeL5lrCr .carousel-indicators li.active,
.cid-snTeL5lrCr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snTeL5lrCr .carousel-indicators li::after,
.cid-snTeL5lrCr .carousel-indicators li::before {
  content: none;
}
.cid-snTeL5lrCr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snTeL5lrCr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snTeL5lrCr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snTeL5lrCr .carousel-indicators {
    display: none;
  }
}
.cid-snTeL5lrCr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snTeL5lrCr .carousel-inner > .active {
  display: block;
}
.cid-snTeL5lrCr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTeL5lrCr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snTeL5lrCr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snTeL5lrCr .carousel-control,
  .cid-snTeL5lrCr .carousel-indicators,
  .cid-snTeL5lrCr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snTeL5lrCr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snTeL5lrCr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snTeL5lrCr .carousel-indicators .active,
.cid-snTeL5lrCr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snTeL5lrCr .carousel-indicators .active {
  background: #fff;
}
.cid-snTeL5lrCr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snTeL5lrCr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snTeL5lrCr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snTeL5lrCr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snTeL5lrCr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snTeL5lrCr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snTeL5lrCr .carousel {
  width: 100%;
}
.cid-snTeL5lrCr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snTeL5lrCr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snTeL5lrCr .modal.fade .modal-dialog,
.cid-snTeL5lrCr .modal.in .modal-dialog {
  transform: none;
}
.cid-snTeL5lrCr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snTeL5lrCr H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snTeL5lrCr H3 {
  color: #7b7a7a;
}
.cid-snTeMLbgJC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snTeMLbgJC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snTeMLbgJC .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snTeMLbgJC .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snTeMLbgJC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snTeMLbgJC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snTeMLbgJC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snTeMLbgJC .carousel-control,
.cid-snTeMLbgJC .close {
  background: #1b1b1b;
}
.cid-snTeMLbgJC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snTeMLbgJC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snTeMLbgJC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snTeMLbgJC .carousel-control-next span {
  margin-left: 5px;
}
.cid-snTeMLbgJC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snTeMLbgJC .close::before {
  content: '\e91a';
}
.cid-snTeMLbgJC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snTeMLbgJC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snTeMLbgJC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTeMLbgJC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snTeMLbgJC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snTeMLbgJC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snTeMLbgJC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snTeMLbgJC .carousel-indicators li.active,
.cid-snTeMLbgJC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snTeMLbgJC .carousel-indicators li::after,
.cid-snTeMLbgJC .carousel-indicators li::before {
  content: none;
}
.cid-snTeMLbgJC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snTeMLbgJC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snTeMLbgJC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snTeMLbgJC .carousel-indicators {
    display: none;
  }
}
.cid-snTeMLbgJC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snTeMLbgJC .carousel-inner > .active {
  display: block;
}
.cid-snTeMLbgJC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTeMLbgJC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snTeMLbgJC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snTeMLbgJC .carousel-control,
  .cid-snTeMLbgJC .carousel-indicators,
  .cid-snTeMLbgJC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snTeMLbgJC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snTeMLbgJC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snTeMLbgJC .carousel-indicators .active,
.cid-snTeMLbgJC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snTeMLbgJC .carousel-indicators .active {
  background: #fff;
}
.cid-snTeMLbgJC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snTeMLbgJC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snTeMLbgJC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snTeMLbgJC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snTeMLbgJC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snTeMLbgJC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snTeMLbgJC .carousel {
  width: 100%;
}
.cid-snTeMLbgJC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snTeMLbgJC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snTeMLbgJC .modal.fade .modal-dialog,
.cid-snTeMLbgJC .modal.in .modal-dialog {
  transform: none;
}
.cid-snTeMLbgJC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snTeMLbgJC H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snTeMLbgJC H3 {
  color: #7b7a7a;
}
.cid-snTeO5r4r6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snTeO5r4r6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snTeO5r4r6 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snTeO5r4r6 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snTeO5r4r6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snTeO5r4r6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snTeO5r4r6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snTeO5r4r6 .carousel-control,
.cid-snTeO5r4r6 .close {
  background: #1b1b1b;
}
.cid-snTeO5r4r6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snTeO5r4r6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snTeO5r4r6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snTeO5r4r6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-snTeO5r4r6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snTeO5r4r6 .close::before {
  content: '\e91a';
}
.cid-snTeO5r4r6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snTeO5r4r6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snTeO5r4r6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTeO5r4r6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snTeO5r4r6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snTeO5r4r6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snTeO5r4r6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snTeO5r4r6 .carousel-indicators li.active,
.cid-snTeO5r4r6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snTeO5r4r6 .carousel-indicators li::after,
.cid-snTeO5r4r6 .carousel-indicators li::before {
  content: none;
}
.cid-snTeO5r4r6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snTeO5r4r6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snTeO5r4r6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snTeO5r4r6 .carousel-indicators {
    display: none;
  }
}
.cid-snTeO5r4r6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snTeO5r4r6 .carousel-inner > .active {
  display: block;
}
.cid-snTeO5r4r6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTeO5r4r6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snTeO5r4r6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snTeO5r4r6 .carousel-control,
  .cid-snTeO5r4r6 .carousel-indicators,
  .cid-snTeO5r4r6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snTeO5r4r6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snTeO5r4r6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snTeO5r4r6 .carousel-indicators .active,
.cid-snTeO5r4r6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snTeO5r4r6 .carousel-indicators .active {
  background: #fff;
}
.cid-snTeO5r4r6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snTeO5r4r6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snTeO5r4r6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snTeO5r4r6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snTeO5r4r6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snTeO5r4r6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snTeO5r4r6 .carousel {
  width: 100%;
}
.cid-snTeO5r4r6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snTeO5r4r6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snTeO5r4r6 .modal.fade .modal-dialog,
.cid-snTeO5r4r6 .modal.in .modal-dialog {
  transform: none;
}
.cid-snTeO5r4r6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snTeO5r4r6 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snTeO5r4r6 H3 {
  color: #7b7a7a;
}
.cid-snThjEePXA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snThjEePXA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snThjEePXA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snThjEePXA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snThjEePXA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snThjEePXA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snThjEePXA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snThjEePXA .carousel-control,
.cid-snThjEePXA .close {
  background: #1b1b1b;
}
.cid-snThjEePXA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snThjEePXA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snThjEePXA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snThjEePXA .carousel-control-next span {
  margin-left: 5px;
}
.cid-snThjEePXA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snThjEePXA .close::before {
  content: '\e91a';
}
.cid-snThjEePXA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snThjEePXA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snThjEePXA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snThjEePXA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snThjEePXA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snThjEePXA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snThjEePXA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snThjEePXA .carousel-indicators li.active,
.cid-snThjEePXA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snThjEePXA .carousel-indicators li::after,
.cid-snThjEePXA .carousel-indicators li::before {
  content: none;
}
.cid-snThjEePXA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snThjEePXA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snThjEePXA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snThjEePXA .carousel-indicators {
    display: none;
  }
}
.cid-snThjEePXA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snThjEePXA .carousel-inner > .active {
  display: block;
}
.cid-snThjEePXA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snThjEePXA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snThjEePXA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snThjEePXA .carousel-control,
  .cid-snThjEePXA .carousel-indicators,
  .cid-snThjEePXA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snThjEePXA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snThjEePXA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snThjEePXA .carousel-indicators .active,
.cid-snThjEePXA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snThjEePXA .carousel-indicators .active {
  background: #fff;
}
.cid-snThjEePXA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snThjEePXA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snThjEePXA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snThjEePXA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snThjEePXA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snThjEePXA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snThjEePXA .carousel {
  width: 100%;
}
.cid-snThjEePXA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snThjEePXA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snThjEePXA .modal.fade .modal-dialog,
.cid-snThjEePXA .modal.in .modal-dialog {
  transform: none;
}
.cid-snThjEePXA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snThjEePXA H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snThjEePXA H3 {
  color: #7b7a7a;
}
.cid-snp3PNESUZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp3PNESUZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp3PNESUZ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp3PNESUZ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp3PNESUZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp3PNESUZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snp3PNESUZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp3PNESUZ .carousel-control,
.cid-snp3PNESUZ .close {
  background: #1b1b1b;
}
.cid-snp3PNESUZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp3PNESUZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp3PNESUZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp3PNESUZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp3PNESUZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snp3PNESUZ .close::before {
  content: '\e91a';
}
.cid-snp3PNESUZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp3PNESUZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snp3PNESUZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3PNESUZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp3PNESUZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp3PNESUZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp3PNESUZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snp3PNESUZ .carousel-indicators li.active,
.cid-snp3PNESUZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp3PNESUZ .carousel-indicators li::after,
.cid-snp3PNESUZ .carousel-indicators li::before {
  content: none;
}
.cid-snp3PNESUZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp3PNESUZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp3PNESUZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp3PNESUZ .carousel-indicators {
    display: none;
  }
}
.cid-snp3PNESUZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp3PNESUZ .carousel-inner > .active {
  display: block;
}
.cid-snp3PNESUZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3PNESUZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp3PNESUZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp3PNESUZ .carousel-control,
  .cid-snp3PNESUZ .carousel-indicators,
  .cid-snp3PNESUZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp3PNESUZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp3PNESUZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp3PNESUZ .carousel-indicators .active,
.cid-snp3PNESUZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp3PNESUZ .carousel-indicators .active {
  background: #fff;
}
.cid-snp3PNESUZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp3PNESUZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp3PNESUZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp3PNESUZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp3PNESUZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp3PNESUZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp3PNESUZ .carousel {
  width: 100%;
}
.cid-snp3PNESUZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp3PNESUZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp3PNESUZ .modal.fade .modal-dialog,
.cid-snp3PNESUZ .modal.in .modal-dialog {
  transform: none;
}
.cid-snp3PNESUZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp3PNESUZ H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp3PNESUZ H3 {
  color: #7b7a7a;
}
.cid-snp3QEdRDQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp3QEdRDQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp3QEdRDQ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp3QEdRDQ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp3QEdRDQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp3QEdRDQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snp3QEdRDQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp3QEdRDQ .carousel-control,
.cid-snp3QEdRDQ .close {
  background: #1b1b1b;
}
.cid-snp3QEdRDQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp3QEdRDQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp3QEdRDQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp3QEdRDQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp3QEdRDQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snp3QEdRDQ .close::before {
  content: '\e91a';
}
.cid-snp3QEdRDQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp3QEdRDQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snp3QEdRDQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3QEdRDQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp3QEdRDQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp3QEdRDQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp3QEdRDQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snp3QEdRDQ .carousel-indicators li.active,
.cid-snp3QEdRDQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp3QEdRDQ .carousel-indicators li::after,
.cid-snp3QEdRDQ .carousel-indicators li::before {
  content: none;
}
.cid-snp3QEdRDQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp3QEdRDQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp3QEdRDQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp3QEdRDQ .carousel-indicators {
    display: none;
  }
}
.cid-snp3QEdRDQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp3QEdRDQ .carousel-inner > .active {
  display: block;
}
.cid-snp3QEdRDQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3QEdRDQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp3QEdRDQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp3QEdRDQ .carousel-control,
  .cid-snp3QEdRDQ .carousel-indicators,
  .cid-snp3QEdRDQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp3QEdRDQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp3QEdRDQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp3QEdRDQ .carousel-indicators .active,
.cid-snp3QEdRDQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp3QEdRDQ .carousel-indicators .active {
  background: #fff;
}
.cid-snp3QEdRDQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp3QEdRDQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp3QEdRDQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp3QEdRDQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp3QEdRDQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp3QEdRDQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp3QEdRDQ .carousel {
  width: 100%;
}
.cid-snp3QEdRDQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp3QEdRDQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp3QEdRDQ .modal.fade .modal-dialog,
.cid-snp3QEdRDQ .modal.in .modal-dialog {
  transform: none;
}
.cid-snp3QEdRDQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp3QEdRDQ H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp3QEdRDQ H3 {
  color: #7b7a7a;
}
.cid-snp3RfuwUu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp3RfuwUu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp3RfuwUu .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp3RfuwUu .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp3RfuwUu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp3RfuwUu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snp3RfuwUu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp3RfuwUu .carousel-control,
.cid-snp3RfuwUu .close {
  background: #1b1b1b;
}
.cid-snp3RfuwUu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp3RfuwUu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp3RfuwUu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp3RfuwUu .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp3RfuwUu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snp3RfuwUu .close::before {
  content: '\e91a';
}
.cid-snp3RfuwUu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp3RfuwUu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snp3RfuwUu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3RfuwUu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp3RfuwUu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp3RfuwUu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp3RfuwUu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snp3RfuwUu .carousel-indicators li.active,
.cid-snp3RfuwUu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp3RfuwUu .carousel-indicators li::after,
.cid-snp3RfuwUu .carousel-indicators li::before {
  content: none;
}
.cid-snp3RfuwUu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp3RfuwUu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp3RfuwUu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp3RfuwUu .carousel-indicators {
    display: none;
  }
}
.cid-snp3RfuwUu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp3RfuwUu .carousel-inner > .active {
  display: block;
}
.cid-snp3RfuwUu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3RfuwUu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp3RfuwUu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp3RfuwUu .carousel-control,
  .cid-snp3RfuwUu .carousel-indicators,
  .cid-snp3RfuwUu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp3RfuwUu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp3RfuwUu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp3RfuwUu .carousel-indicators .active,
.cid-snp3RfuwUu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp3RfuwUu .carousel-indicators .active {
  background: #fff;
}
.cid-snp3RfuwUu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp3RfuwUu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp3RfuwUu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp3RfuwUu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp3RfuwUu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp3RfuwUu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp3RfuwUu .carousel {
  width: 100%;
}
.cid-snp3RfuwUu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp3RfuwUu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp3RfuwUu .modal.fade .modal-dialog,
.cid-snp3RfuwUu .modal.in .modal-dialog {
  transform: none;
}
.cid-snp3RfuwUu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp3RfuwUu H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp3RfuwUu H3 {
  color: #7b7a7a;
}
.cid-snp3RXMX8M {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp3RXMX8M .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp3RXMX8M .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp3RXMX8M .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp3RXMX8M .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp3RXMX8M .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snp3RXMX8M .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp3RXMX8M .carousel-control,
.cid-snp3RXMX8M .close {
  background: #1b1b1b;
}
.cid-snp3RXMX8M .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp3RXMX8M .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp3RXMX8M .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp3RXMX8M .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp3RXMX8M .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snp3RXMX8M .close::before {
  content: '\e91a';
}
.cid-snp3RXMX8M .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp3RXMX8M .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snp3RXMX8M .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3RXMX8M .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp3RXMX8M .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp3RXMX8M .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp3RXMX8M .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snp3RXMX8M .carousel-indicators li.active,
.cid-snp3RXMX8M .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp3RXMX8M .carousel-indicators li::after,
.cid-snp3RXMX8M .carousel-indicators li::before {
  content: none;
}
.cid-snp3RXMX8M .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp3RXMX8M .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp3RXMX8M .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp3RXMX8M .carousel-indicators {
    display: none;
  }
}
.cid-snp3RXMX8M .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp3RXMX8M .carousel-inner > .active {
  display: block;
}
.cid-snp3RXMX8M .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3RXMX8M .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp3RXMX8M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp3RXMX8M .carousel-control,
  .cid-snp3RXMX8M .carousel-indicators,
  .cid-snp3RXMX8M .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp3RXMX8M .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp3RXMX8M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp3RXMX8M .carousel-indicators .active,
.cid-snp3RXMX8M .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp3RXMX8M .carousel-indicators .active {
  background: #fff;
}
.cid-snp3RXMX8M .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp3RXMX8M .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp3RXMX8M .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp3RXMX8M .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp3RXMX8M .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp3RXMX8M .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp3RXMX8M .carousel {
  width: 100%;
}
.cid-snp3RXMX8M .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp3RXMX8M .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp3RXMX8M .modal.fade .modal-dialog,
.cid-snp3RXMX8M .modal.in .modal-dialog {
  transform: none;
}
.cid-snp3RXMX8M .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp3RXMX8M H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp3RXMX8M H3 {
  color: #7b7a7a;
}
.cid-snp5BZQq4S {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp5BZQq4S .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp5BZQq4S .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp5BZQq4S .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp5BZQq4S .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp5BZQq4S .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snp5BZQq4S .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp5BZQq4S .carousel-control,
.cid-snp5BZQq4S .close {
  background: #1b1b1b;
}
.cid-snp5BZQq4S .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp5BZQq4S .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp5BZQq4S .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp5BZQq4S .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp5BZQq4S .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snp5BZQq4S .close::before {
  content: '\e91a';
}
.cid-snp5BZQq4S .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp5BZQq4S .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snp5BZQq4S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp5BZQq4S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp5BZQq4S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp5BZQq4S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp5BZQq4S .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snp5BZQq4S .carousel-indicators li.active,
.cid-snp5BZQq4S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp5BZQq4S .carousel-indicators li::after,
.cid-snp5BZQq4S .carousel-indicators li::before {
  content: none;
}
.cid-snp5BZQq4S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp5BZQq4S .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp5BZQq4S .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp5BZQq4S .carousel-indicators {
    display: none;
  }
}
.cid-snp5BZQq4S .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp5BZQq4S .carousel-inner > .active {
  display: block;
}
.cid-snp5BZQq4S .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp5BZQq4S .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp5BZQq4S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp5BZQq4S .carousel-control,
  .cid-snp5BZQq4S .carousel-indicators,
  .cid-snp5BZQq4S .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp5BZQq4S .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp5BZQq4S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp5BZQq4S .carousel-indicators .active,
.cid-snp5BZQq4S .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp5BZQq4S .carousel-indicators .active {
  background: #fff;
}
.cid-snp5BZQq4S .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp5BZQq4S .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp5BZQq4S .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp5BZQq4S .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp5BZQq4S .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp5BZQq4S .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp5BZQq4S .carousel {
  width: 100%;
}
.cid-snp5BZQq4S .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp5BZQq4S .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp5BZQq4S .modal.fade .modal-dialog,
.cid-snp5BZQq4S .modal.in .modal-dialog {
  transform: none;
}
.cid-snp5BZQq4S .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp5BZQq4S H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp5BZQq4S H3 {
  color: #7b7a7a;
}
.cid-snp3pKLnQq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp3pKLnQq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp3pKLnQq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp3pKLnQq .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp3pKLnQq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp3pKLnQq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snp3pKLnQq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp3pKLnQq .carousel-control,
.cid-snp3pKLnQq .close {
  background: #1b1b1b;
}
.cid-snp3pKLnQq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp3pKLnQq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp3pKLnQq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp3pKLnQq .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp3pKLnQq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snp3pKLnQq .close::before {
  content: '\e91a';
}
.cid-snp3pKLnQq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp3pKLnQq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snp3pKLnQq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3pKLnQq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp3pKLnQq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp3pKLnQq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp3pKLnQq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snp3pKLnQq .carousel-indicators li.active,
.cid-snp3pKLnQq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp3pKLnQq .carousel-indicators li::after,
.cid-snp3pKLnQq .carousel-indicators li::before {
  content: none;
}
.cid-snp3pKLnQq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp3pKLnQq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp3pKLnQq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp3pKLnQq .carousel-indicators {
    display: none;
  }
}
.cid-snp3pKLnQq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp3pKLnQq .carousel-inner > .active {
  display: block;
}
.cid-snp3pKLnQq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3pKLnQq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp3pKLnQq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp3pKLnQq .carousel-control,
  .cid-snp3pKLnQq .carousel-indicators,
  .cid-snp3pKLnQq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp3pKLnQq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp3pKLnQq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp3pKLnQq .carousel-indicators .active,
.cid-snp3pKLnQq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp3pKLnQq .carousel-indicators .active {
  background: #fff;
}
.cid-snp3pKLnQq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp3pKLnQq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp3pKLnQq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp3pKLnQq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp3pKLnQq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp3pKLnQq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp3pKLnQq .carousel {
  width: 100%;
}
.cid-snp3pKLnQq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp3pKLnQq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp3pKLnQq .modal.fade .modal-dialog,
.cid-snp3pKLnQq .modal.in .modal-dialog {
  transform: none;
}
.cid-snp3pKLnQq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp3pKLnQq H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp3pKLnQq H3 {
  color: #7b7a7a;
}
.cid-slpDbKSn9C {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-slpDbKSn9C .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-slpDbKSn9C .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-slpDbKSn9C .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-slpDbKSn9C .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-slpDbKSn9C .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-slpDbKSn9C .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-slpDbKSn9C .carousel-control,
.cid-slpDbKSn9C .close {
  background: #1b1b1b;
}
.cid-slpDbKSn9C .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-slpDbKSn9C .carousel-control-prev span {
  margin-right: 5px;
}
.cid-slpDbKSn9C .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-slpDbKSn9C .carousel-control-next span {
  margin-left: 5px;
}
.cid-slpDbKSn9C .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-slpDbKSn9C .close::before {
  content: '\e91a';
}
.cid-slpDbKSn9C .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-slpDbKSn9C .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-slpDbKSn9C .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbKSn9C .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-slpDbKSn9C .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-slpDbKSn9C .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-slpDbKSn9C .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-slpDbKSn9C .carousel-indicators li.active,
.cid-slpDbKSn9C .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-slpDbKSn9C .carousel-indicators li::after,
.cid-slpDbKSn9C .carousel-indicators li::before {
  content: none;
}
.cid-slpDbKSn9C .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-slpDbKSn9C .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-slpDbKSn9C .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-slpDbKSn9C .carousel-indicators {
    display: none;
  }
}
.cid-slpDbKSn9C .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-slpDbKSn9C .carousel-inner > .active {
  display: block;
}
.cid-slpDbKSn9C .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbKSn9C .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slpDbKSn9C .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-slpDbKSn9C .carousel-control,
  .cid-slpDbKSn9C .carousel-indicators,
  .cid-slpDbKSn9C .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-slpDbKSn9C .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-slpDbKSn9C .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-slpDbKSn9C .carousel-indicators .active,
.cid-slpDbKSn9C .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-slpDbKSn9C .carousel-indicators .active {
  background: #fff;
}
.cid-slpDbKSn9C .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-slpDbKSn9C .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-slpDbKSn9C .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-slpDbKSn9C .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-slpDbKSn9C .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-slpDbKSn9C .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-slpDbKSn9C .carousel {
  width: 100%;
}
.cid-slpDbKSn9C .modal-backdrop.in {
  opacity: 0.8;
}
.cid-slpDbKSn9C .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-slpDbKSn9C .modal.fade .modal-dialog,
.cid-slpDbKSn9C .modal.in .modal-dialog {
  transform: none;
}
.cid-slpDbKSn9C .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-slpDbKSn9C H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-slpDbKSn9C H3 {
  color: #7b7a7a;
}
.cid-slpDbLsDKg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-slpDbLsDKg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-slpDbLsDKg .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-slpDbLsDKg .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-slpDbLsDKg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-slpDbLsDKg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-slpDbLsDKg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-slpDbLsDKg .carousel-control,
.cid-slpDbLsDKg .close {
  background: #1b1b1b;
}
.cid-slpDbLsDKg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-slpDbLsDKg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-slpDbLsDKg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-slpDbLsDKg .carousel-control-next span {
  margin-left: 5px;
}
.cid-slpDbLsDKg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-slpDbLsDKg .close::before {
  content: '\e91a';
}
.cid-slpDbLsDKg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-slpDbLsDKg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-slpDbLsDKg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbLsDKg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-slpDbLsDKg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-slpDbLsDKg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-slpDbLsDKg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-slpDbLsDKg .carousel-indicators li.active,
.cid-slpDbLsDKg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-slpDbLsDKg .carousel-indicators li::after,
.cid-slpDbLsDKg .carousel-indicators li::before {
  content: none;
}
.cid-slpDbLsDKg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-slpDbLsDKg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-slpDbLsDKg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-slpDbLsDKg .carousel-indicators {
    display: none;
  }
}
.cid-slpDbLsDKg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-slpDbLsDKg .carousel-inner > .active {
  display: block;
}
.cid-slpDbLsDKg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbLsDKg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slpDbLsDKg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-slpDbLsDKg .carousel-control,
  .cid-slpDbLsDKg .carousel-indicators,
  .cid-slpDbLsDKg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-slpDbLsDKg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-slpDbLsDKg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-slpDbLsDKg .carousel-indicators .active,
.cid-slpDbLsDKg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-slpDbLsDKg .carousel-indicators .active {
  background: #fff;
}
.cid-slpDbLsDKg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-slpDbLsDKg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-slpDbLsDKg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-slpDbLsDKg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-slpDbLsDKg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-slpDbLsDKg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-slpDbLsDKg .carousel {
  width: 100%;
}
.cid-slpDbLsDKg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-slpDbLsDKg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-slpDbLsDKg .modal.fade .modal-dialog,
.cid-slpDbLsDKg .modal.in .modal-dialog {
  transform: none;
}
.cid-slpDbLsDKg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-slpDbLsDKg H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-slpDbLsDKg H3 {
  color: #7b7a7a;
}
.cid-slpDbM0xXL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-slpDbM0xXL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-slpDbM0xXL .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-slpDbM0xXL .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-slpDbM0xXL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-slpDbM0xXL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-slpDbM0xXL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-slpDbM0xXL .carousel-control,
.cid-slpDbM0xXL .close {
  background: #1b1b1b;
}
.cid-slpDbM0xXL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-slpDbM0xXL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-slpDbM0xXL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-slpDbM0xXL .carousel-control-next span {
  margin-left: 5px;
}
.cid-slpDbM0xXL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-slpDbM0xXL .close::before {
  content: '\e91a';
}
.cid-slpDbM0xXL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-slpDbM0xXL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-slpDbM0xXL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbM0xXL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-slpDbM0xXL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-slpDbM0xXL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-slpDbM0xXL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-slpDbM0xXL .carousel-indicators li.active,
.cid-slpDbM0xXL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-slpDbM0xXL .carousel-indicators li::after,
.cid-slpDbM0xXL .carousel-indicators li::before {
  content: none;
}
.cid-slpDbM0xXL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-slpDbM0xXL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-slpDbM0xXL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-slpDbM0xXL .carousel-indicators {
    display: none;
  }
}
.cid-slpDbM0xXL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-slpDbM0xXL .carousel-inner > .active {
  display: block;
}
.cid-slpDbM0xXL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbM0xXL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slpDbM0xXL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-slpDbM0xXL .carousel-control,
  .cid-slpDbM0xXL .carousel-indicators,
  .cid-slpDbM0xXL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-slpDbM0xXL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-slpDbM0xXL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-slpDbM0xXL .carousel-indicators .active,
.cid-slpDbM0xXL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-slpDbM0xXL .carousel-indicators .active {
  background: #fff;
}
.cid-slpDbM0xXL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-slpDbM0xXL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-slpDbM0xXL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-slpDbM0xXL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-slpDbM0xXL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-slpDbM0xXL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-slpDbM0xXL .carousel {
  width: 100%;
}
.cid-slpDbM0xXL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-slpDbM0xXL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-slpDbM0xXL .modal.fade .modal-dialog,
.cid-slpDbM0xXL .modal.in .modal-dialog {
  transform: none;
}
.cid-slpDbM0xXL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-slpDbM0xXL H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-slpDbM0xXL H3 {
  color: #7b7a7a;
}
.cid-smyBFu62qu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-smyBFu62qu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-smyBFu62qu .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-smyBFu62qu .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-smyBFu62qu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smyBFu62qu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-smyBFu62qu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smyBFu62qu .carousel-control,
.cid-smyBFu62qu .close {
  background: #1b1b1b;
}
.cid-smyBFu62qu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smyBFu62qu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smyBFu62qu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smyBFu62qu .carousel-control-next span {
  margin-left: 5px;
}
.cid-smyBFu62qu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-smyBFu62qu .close::before {
  content: '\e91a';
}
.cid-smyBFu62qu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smyBFu62qu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-smyBFu62qu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smyBFu62qu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smyBFu62qu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smyBFu62qu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smyBFu62qu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-smyBFu62qu .carousel-indicators li.active,
.cid-smyBFu62qu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smyBFu62qu .carousel-indicators li::after,
.cid-smyBFu62qu .carousel-indicators li::before {
  content: none;
}
.cid-smyBFu62qu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smyBFu62qu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smyBFu62qu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smyBFu62qu .carousel-indicators {
    display: none;
  }
}
.cid-smyBFu62qu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smyBFu62qu .carousel-inner > .active {
  display: block;
}
.cid-smyBFu62qu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smyBFu62qu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smyBFu62qu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smyBFu62qu .carousel-control,
  .cid-smyBFu62qu .carousel-indicators,
  .cid-smyBFu62qu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smyBFu62qu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smyBFu62qu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smyBFu62qu .carousel-indicators .active,
.cid-smyBFu62qu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smyBFu62qu .carousel-indicators .active {
  background: #fff;
}
.cid-smyBFu62qu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smyBFu62qu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smyBFu62qu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smyBFu62qu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smyBFu62qu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smyBFu62qu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smyBFu62qu .carousel {
  width: 100%;
}
.cid-smyBFu62qu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smyBFu62qu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smyBFu62qu .modal.fade .modal-dialog,
.cid-smyBFu62qu .modal.in .modal-dialog {
  transform: none;
}
.cid-smyBFu62qu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smyBFu62qu H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-smyBFu62qu H3 {
  color: #7b7a7a;
}
.cid-slvieVR6UG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1920x822.jpg");
}
.cid-slvieVR6UG .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-slvieVR6UG .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-slvieVR6UG .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-slvieVR6UG .mbr-text,
.cid-slvieVR6UG .mbr-section-btn {
  color: #7b7a7a;
}
.cid-slpDbMEYMC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-slpDbMEYMC .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-slpDbMEYMC .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-slpDbMEYMC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-slpDbMEYMC .inner-container {
    width: 100% !important;
  }
}
.cid-slpDbMROrX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-slpDbMROrX .img-wrapper {
  text-align: center;
}
.cid-slpDbMROrX img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-slpDbMROrX .row {
  align-items: flex-start;
}
.cid-slpDbMROrX .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-slpDbMROrX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-slpDbMROrX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slpDbMROrX .card-wrapper {
    padding: 1rem;
  }
}
.cid-slpDbMROrX .card-title {
  color: #7b7a7a;
}
.cid-slpDbMROrX .mbr-text,
.cid-slpDbMROrX .mbr-section-btn {
  color: #858484;
}
.cid-slpDbNtiVh {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-slpDbNtiVh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slpDbNtiVh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-slpDbNtiVh .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-slpDbNtiVh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slpDbNtiVh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-slpDbNtiVh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slpDbNtiVh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slpDbNtiVh .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-slpDbNtiVh .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-slpDbNtiVh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slpDbNtiVh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  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%);
}

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

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

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

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

@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: 0;
    right: 0;
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

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

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-slv3kQoOxL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-slv3kQoOxL nav.navbar {
  position: fixed;
}
.cid-slv3kQoOxL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-slv3kQoOxL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-slv3kQoOxL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-slv3kQoOxL .dropdown-item:hover,
.cid-slv3kQoOxL .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-slv3kQoOxL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-slv3kQoOxL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-slv3kQoOxL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-slv3kQoOxL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-slv3kQoOxL .nav-link {
  position: relative;
}
.cid-slv3kQoOxL .container {
  display: flex;
  margin: auto;
}
.cid-slv3kQoOxL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-slv3kQoOxL .dropdown-menu,
.cid-slv3kQoOxL .navbar.opened {
  background: #ffffff !important;
}
.cid-slv3kQoOxL .nav-item:focus,
.cid-slv3kQoOxL .nav-link:focus {
  outline: none;
}
.cid-slv3kQoOxL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-slv3kQoOxL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slv3kQoOxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-slv3kQoOxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-slv3kQoOxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slv3kQoOxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slv3kQoOxL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-slv3kQoOxL .navbar.opened {
  transition: all 0.3s;
}
.cid-slv3kQoOxL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-slv3kQoOxL .navbar .navbar-logo img {
  width: auto;
}
.cid-slv3kQoOxL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-slv3kQoOxL .navbar.collapsed {
  justify-content: center;
}
.cid-slv3kQoOxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slv3kQoOxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slv3kQoOxL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-slv3kQoOxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slv3kQoOxL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slv3kQoOxL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-slv3kQoOxL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slv3kQoOxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-slv3kQoOxL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-slv3kQoOxL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slv3kQoOxL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slv3kQoOxL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slv3kQoOxL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slv3kQoOxL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-slv3kQoOxL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-slv3kQoOxL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slv3kQoOxL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slv3kQoOxL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-slv3kQoOxL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-slv3kQoOxL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-slv3kQoOxL .navbar.navbar-short {
  min-height: 60px;
}
.cid-slv3kQoOxL .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-slv3kQoOxL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-slv3kQoOxL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slv3kQoOxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slv3kQoOxL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slv3kQoOxL .dropdown-item.active,
.cid-slv3kQoOxL .dropdown-item:active {
  background-color: transparent;
}
.cid-slv3kQoOxL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slv3kQoOxL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slv3kQoOxL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slv3kQoOxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-slv3kQoOxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slv3kQoOxL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slv3kQoOxL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-slv3kQoOxL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-slv3kQoOxL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-slv3kQoOxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d04528;
}
.cid-slv3kQoOxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-slv3kQoOxL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slv3kQoOxL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slv3kQoOxL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-slv3kQoOxL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slv3kQoOxL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-slv3kQoOxL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-slv3kQoOxL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slv3kQoOxL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-slv3kQoOxL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-slv3kQoOxL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slv3kQoOxL .navbar {
    height: 70px;
  }
  .cid-slv3kQoOxL .navbar.opened {
    height: auto;
  }
  .cid-slv3kQoOxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slvaBMCsJ2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-slvaBMCsJ2 .card .card-img img {
  transition: all .5s;
}
.cid-slvaBMCsJ2 .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-slvaBMCsJ2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-slvaBMCsJ2 .form1 {
  background: #e4e4e4;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slvaBMCsJ2 .form-group {
  margin-bottom: 1rem;
}
.cid-slvaBMCsJ2 .form-control {
  border: none;
  padding: 1rem;
  background: #fafafa;
  color: #d04528;
  width: 100%;
}
.cid-slvaBMCsJ2 .form-control::-webkit-input-placeholder {
  color: #d04528;
}
.cid-slvaBMCsJ2 .form-control::-moz-placeholder {
  color: #d04528;
}
.cid-slvaBMCsJ2 .form-control:-moz-placeholder {
  color: #d04528;
}
.cid-slvaBMCsJ2 .form-control:-ms-input-placeholder {
  color: #d04528;
}
.cid-slvaBMCsJ2 textarea.form-control {
  min-height: 172px;
}
.cid-slvaBMCsJ2 .input-group-btn {
  width: 100%;
}
.cid-slvaBMCsJ2 .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-slvaBMCsJ2 .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-slvaBMCsJ2 .only-first-row {
  height: 100%;
}
.cid-slvaBMCsJ2 .card {
  height: 100%;
}
.cid-slvaBMCsJ2 .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-slvaBMCsJ2 .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-slvaBMCsJ2 .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-slvaBMCsJ2 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-slvaBMCsJ2 .caption .mbr-text {
  margin: 0;
}
.cid-slvaBMCsJ2 .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slvaBMCsJ2 .form1 {
    padding: 1.5rem;
  }
  .cid-slvaBMCsJ2 .second-card {
    padding-bottom: 2rem;
  }
  .cid-slvaBMCsJ2 .first-row,
  .cid-slvaBMCsJ2 .second-row,
  .cid-slvaBMCsJ2 .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-slvaBMCsJ2 .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-slvaBMCsJ2 .items-column {
    padding-top: 2rem;
  }
}
.cid-slvaBMCsJ2 .card-title {
  color: #d04528;
}
.cid-slvaBMCsJ2 H3 {
  color: #bbbbbb;
}
.cid-slv4duXyMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vcc-emp1-5-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-slv4duXyMY .row {
    flex-direction: column-reverse;
  }
  .cid-slv4duXyMY .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-slv4duXyMY .google-map {
  height: 100%;
  position: relative;
}
.cid-slv4duXyMY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-slv4duXyMY .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-slv4duXyMY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-slv4duXyMY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-slv4duXyMY .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-slv4duXyMY .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-slv4duXyMY .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-slv4duXyMY .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slv4duXyMY .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-slv4duXyMY .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #bbbbbb;
}
.cid-slv4duXyMY .card-title {
  color: #5c5c5c;
}
.cid-slv4duXyMY .mbr-section-title {
  color: #ffffff;
}
.cid-slv4duXyMY .mbr-section-subtitle {
  color: #7b7a7a;
}
.cid-slCHgCiKrS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4e4e4;
}
.cid-slCHgCiKrS .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-slCHgCiKrS .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-slCHgCiKrS .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slCHgCiKrS .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-slCHgCiKrS .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #bbbbbb;
}
.cid-slCHgCiKrS .card-title {
  color: #5c5c5c;
}
.cid-slv3kSQTNI {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-slv3kSQTNI .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slv3kSQTNI .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-slv3kSQTNI .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-slv3kSQTNI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slv3kSQTNI .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-slv3kSQTNI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slv3kSQTNI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slv3kSQTNI .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-slv3kSQTNI .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-slv3kSQTNI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slv3kSQTNI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  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%);
}

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

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

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

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

@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: 0;
    right: 0;
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

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

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-sjaFcyuIEM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sjaFcyuIEM nav.navbar {
  position: fixed;
}
.cid-sjaFcyuIEM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjaFcyuIEM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sjaFcyuIEM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sjaFcyuIEM .dropdown-item:hover,
.cid-sjaFcyuIEM .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sjaFcyuIEM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sjaFcyuIEM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sjaFcyuIEM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sjaFcyuIEM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sjaFcyuIEM .nav-link {
  position: relative;
}
.cid-sjaFcyuIEM .container {
  display: flex;
  margin: auto;
}
.cid-sjaFcyuIEM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sjaFcyuIEM .dropdown-menu,
.cid-sjaFcyuIEM .navbar.opened {
  background: #ffffff !important;
}
.cid-sjaFcyuIEM .nav-item:focus,
.cid-sjaFcyuIEM .nav-link:focus {
  outline: none;
}
.cid-sjaFcyuIEM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sjaFcyuIEM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjaFcyuIEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sjaFcyuIEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjaFcyuIEM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjaFcyuIEM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjaFcyuIEM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sjaFcyuIEM .navbar.opened {
  transition: all 0.3s;
}
.cid-sjaFcyuIEM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sjaFcyuIEM .navbar .navbar-logo img {
  width: auto;
}
.cid-sjaFcyuIEM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjaFcyuIEM .navbar.collapsed {
  justify-content: center;
}
.cid-sjaFcyuIEM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjaFcyuIEM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjaFcyuIEM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sjaFcyuIEM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjaFcyuIEM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjaFcyuIEM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sjaFcyuIEM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjaFcyuIEM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sjaFcyuIEM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sjaFcyuIEM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjaFcyuIEM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjaFcyuIEM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjaFcyuIEM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjaFcyuIEM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sjaFcyuIEM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sjaFcyuIEM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjaFcyuIEM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjaFcyuIEM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sjaFcyuIEM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjaFcyuIEM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sjaFcyuIEM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sjaFcyuIEM .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-sjaFcyuIEM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sjaFcyuIEM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjaFcyuIEM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjaFcyuIEM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjaFcyuIEM .dropdown-item.active,
.cid-sjaFcyuIEM .dropdown-item:active {
  background-color: transparent;
}
.cid-sjaFcyuIEM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjaFcyuIEM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjaFcyuIEM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjaFcyuIEM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sjaFcyuIEM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjaFcyuIEM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjaFcyuIEM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjaFcyuIEM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjaFcyuIEM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sjaFcyuIEM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d04528;
}
.cid-sjaFcyuIEM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sjaFcyuIEM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjaFcyuIEM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjaFcyuIEM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sjaFcyuIEM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjaFcyuIEM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sjaFcyuIEM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sjaFcyuIEM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjaFcyuIEM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sjaFcyuIEM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sjaFcyuIEM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjaFcyuIEM .navbar {
    height: 70px;
  }
  .cid-sjaFcyuIEM .navbar.opened {
    height: auto;
  }
  .cid-sjaFcyuIEM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skB4JnCIKk {
  background-image: url("../../../assets/images/vcc-emp1-1.jpg");
}
.cid-skB4JnCIKk .container-fluid {
  padding: 0 3rem;
}
.cid-skB4JnCIKk .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #d04528;
}
.cid-skB4JnCIKk .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-skB4JnCIKk .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skB4JnCIKk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skB4JnCIKk .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-skB4JnCIKk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-skB4JnCIKk a.close:hover {
  color: #d04528;
}
.cid-skB4JnCIKk svg {
  transition: all 0.5s ease-in;
}
.cid-skB4JnCIKk svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-skB4JnCIKk svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-skB4JnCIKk svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-skB4JnCIKk .container-fluid {
    padding: 0 1rem;
  }
}
.cid-skB4JnCIKk H1 {
  color: #ffffff;
}
.cid-skB4JnCIKk .icon-description,
.cid-skB4JnCIKk .mbr-media {
  color: #d04528;
}
.cid-skB4JnCIKk .mbr-text,
.cid-skB4JnCIKk .mbr-section-btn {
  color: #353535;
}
.cid-sma5tjGlx1 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-sma5tjGlx1 .card-wrapper {
  background: #d04528;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sma5tjGlx1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sma5tjGlx1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sma5tjGlx1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-sma5tjGlx1 .mbr-text,
.cid-sma5tjGlx1 .mbr-section-btn {
  color: #fafafa;
}
.cid-sma5tjGlx1 .card-title,
.cid-sma5tjGlx1 .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-smyNAOqk5x {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-smyNAOqk5x .image-block {
  margin: auto;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.cid-smyNAOqk5x .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d04528;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-smyNAOqk5x .image-block:hover:before {
  opacity: 0.2;
}
.cid-smyNAOqk5x .image-block:hover .wrap {
  opacity: 1;
}
.cid-smyNAOqk5x .image-block:hover img {
  transform: scale(1.05);
}
.cid-smyNAOqk5x h4 {
  letter-spacing: 2px;
}
.cid-smyNAOqk5x figcaption {
  position: relative;
}
.cid-smyNAOqk5x figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-smyNAOqk5x img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-smyNAOqk5x .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-smyNAOqk5x .wrap {
    opacity: 1!important;
  }
  .cid-smyNAOqk5x .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sjaFcAVbqx {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjaFcAVbqx .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjaFcAVbqx .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sjaFcAVbqx .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sjaFcAVbqx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjaFcAVbqx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sjaFcAVbqx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sjaFcAVbqx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sjaFcAVbqx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sjaFcAVbqx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sjaFcAVbqx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjaFcAVbqx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  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%);
}

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

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

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

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

@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: 0;
    right: 0;
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

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

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-smJzmG1kB6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-smJzmG1kB6 nav.navbar {
  position: fixed;
}
.cid-smJzmG1kB6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smJzmG1kB6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smJzmG1kB6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-smJzmG1kB6 .dropdown-item:hover,
.cid-smJzmG1kB6 .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-smJzmG1kB6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smJzmG1kB6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smJzmG1kB6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smJzmG1kB6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smJzmG1kB6 .nav-link {
  position: relative;
}
.cid-smJzmG1kB6 .container {
  display: flex;
  margin: auto;
}
.cid-smJzmG1kB6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smJzmG1kB6 .dropdown-menu,
.cid-smJzmG1kB6 .navbar.opened {
  background: #ffffff !important;
}
.cid-smJzmG1kB6 .nav-item:focus,
.cid-smJzmG1kB6 .nav-link:focus {
  outline: none;
}
.cid-smJzmG1kB6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smJzmG1kB6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smJzmG1kB6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smJzmG1kB6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smJzmG1kB6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smJzmG1kB6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smJzmG1kB6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-smJzmG1kB6 .navbar.opened {
  transition: all 0.3s;
}
.cid-smJzmG1kB6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smJzmG1kB6 .navbar .navbar-logo img {
  width: auto;
}
.cid-smJzmG1kB6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smJzmG1kB6 .navbar.collapsed {
  justify-content: center;
}
.cid-smJzmG1kB6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smJzmG1kB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smJzmG1kB6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smJzmG1kB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smJzmG1kB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smJzmG1kB6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smJzmG1kB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smJzmG1kB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smJzmG1kB6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smJzmG1kB6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smJzmG1kB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smJzmG1kB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smJzmG1kB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smJzmG1kB6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smJzmG1kB6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-smJzmG1kB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smJzmG1kB6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smJzmG1kB6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smJzmG1kB6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smJzmG1kB6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smJzmG1kB6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-smJzmG1kB6 .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-smJzmG1kB6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smJzmG1kB6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smJzmG1kB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smJzmG1kB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smJzmG1kB6 .dropdown-item.active,
.cid-smJzmG1kB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-smJzmG1kB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smJzmG1kB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smJzmG1kB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smJzmG1kB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smJzmG1kB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smJzmG1kB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smJzmG1kB6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smJzmG1kB6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smJzmG1kB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smJzmG1kB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d04528;
}
.cid-smJzmG1kB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smJzmG1kB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smJzmG1kB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smJzmG1kB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smJzmG1kB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smJzmG1kB6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smJzmG1kB6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smJzmG1kB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smJzmG1kB6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smJzmG1kB6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smJzmG1kB6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smJzmG1kB6 .navbar {
    height: 70px;
  }
  .cid-smJzmG1kB6 .navbar.opened {
    height: auto;
  }
  .cid-smJzmG1kB6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smJzmGAcRz {
  background-image: url("../../../assets/images/cc-header-secxv.jpg");
}
.cid-smJzmGAcRz .mbr-section-title {
  text-align: center;
  color: #7b7a7a;
}
.cid-smJzmGAcRz .mbr-text,
.cid-smJzmGAcRz .mbr-section-btn {
  color: #5c5c5c;
}
.cid-smJzmGAcRz .mbr-section-subtitle {
  color: #d04528;
}
.cid-smJzmGRagA {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-smJzmGRagA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-smJzmGRagA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-smJzmGRagA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-smJzmGRagA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smJzmGRagA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-smJzmGRagA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smJzmGRagA .carousel-control,
.cid-smJzmGRagA .close {
  background: #1b1b1b;
}
.cid-smJzmGRagA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smJzmGRagA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smJzmGRagA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smJzmGRagA .carousel-control-next span {
  margin-left: 5px;
}
.cid-smJzmGRagA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-smJzmGRagA .close::before {
  content: '\e91a';
}
.cid-smJzmGRagA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smJzmGRagA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-smJzmGRagA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smJzmGRagA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smJzmGRagA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smJzmGRagA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smJzmGRagA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-smJzmGRagA .carousel-indicators li.active,
.cid-smJzmGRagA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smJzmGRagA .carousel-indicators li::after,
.cid-smJzmGRagA .carousel-indicators li::before {
  content: none;
}
.cid-smJzmGRagA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smJzmGRagA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smJzmGRagA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smJzmGRagA .carousel-indicators {
    display: none;
  }
}
.cid-smJzmGRagA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smJzmGRagA .carousel-inner > .active {
  display: block;
}
.cid-smJzmGRagA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smJzmGRagA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smJzmGRagA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smJzmGRagA .carousel-control,
  .cid-smJzmGRagA .carousel-indicators,
  .cid-smJzmGRagA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smJzmGRagA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smJzmGRagA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smJzmGRagA .carousel-indicators .active,
.cid-smJzmGRagA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smJzmGRagA .carousel-indicators .active {
  background: #fff;
}
.cid-smJzmGRagA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smJzmGRagA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smJzmGRagA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smJzmGRagA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smJzmGRagA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smJzmGRagA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smJzmGRagA .carousel {
  width: 100%;
}
.cid-smJzmGRagA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smJzmGRagA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smJzmGRagA .modal.fade .modal-dialog,
.cid-smJzmGRagA .modal.in .modal-dialog {
  transform: none;
}
.cid-smJzmGRagA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smJzmGRagA H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-smJzmGRagA H3 {
  color: #7b7a7a;
}
.cid-smJzmGRagA H4 {
  color: #d04528;
}
.cid-smJzmHu5hh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-smJzmHu5hh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-smJzmHu5hh .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-smJzmHu5hh .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-smJzmHu5hh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smJzmHu5hh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-smJzmHu5hh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smJzmHu5hh .carousel-control,
.cid-smJzmHu5hh .close {
  background: #1b1b1b;
}
.cid-smJzmHu5hh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smJzmHu5hh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smJzmHu5hh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smJzmHu5hh .carousel-control-next span {
  margin-left: 5px;
}
.cid-smJzmHu5hh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-smJzmHu5hh .close::before {
  content: '\e91a';
}
.cid-smJzmHu5hh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smJzmHu5hh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-smJzmHu5hh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smJzmHu5hh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smJzmHu5hh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smJzmHu5hh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smJzmHu5hh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-smJzmHu5hh .carousel-indicators li.active,
.cid-smJzmHu5hh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smJzmHu5hh .carousel-indicators li::after,
.cid-smJzmHu5hh .carousel-indicators li::before {
  content: none;
}
.cid-smJzmHu5hh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smJzmHu5hh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smJzmHu5hh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smJzmHu5hh .carousel-indicators {
    display: none;
  }
}
.cid-smJzmHu5hh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smJzmHu5hh .carousel-inner > .active {
  display: block;
}
.cid-smJzmHu5hh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smJzmHu5hh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smJzmHu5hh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smJzmHu5hh .carousel-control,
  .cid-smJzmHu5hh .carousel-indicators,
  .cid-smJzmHu5hh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smJzmHu5hh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smJzmHu5hh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smJzmHu5hh .carousel-indicators .active,
.cid-smJzmHu5hh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smJzmHu5hh .carousel-indicators .active {
  background: #fff;
}
.cid-smJzmHu5hh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smJzmHu5hh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smJzmHu5hh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smJzmHu5hh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smJzmHu5hh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smJzmHu5hh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smJzmHu5hh .carousel {
  width: 100%;
}
.cid-smJzmHu5hh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smJzmHu5hh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smJzmHu5hh .modal.fade .modal-dialog,
.cid-smJzmHu5hh .modal.in .modal-dialog {
  transform: none;
}
.cid-smJzmHu5hh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smJzmHu5hh H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-smJzmHu5hh H3 {
  color: #7b7a7a;
}
.cid-spXNrdYFt7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-spXNrdYFt7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-spXNrdYFt7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-spXNrdYFt7 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-spXNrdYFt7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-spXNrdYFt7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-spXNrdYFt7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-spXNrdYFt7 .carousel-control,
.cid-spXNrdYFt7 .close {
  background: #1b1b1b;
}
.cid-spXNrdYFt7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-spXNrdYFt7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-spXNrdYFt7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-spXNrdYFt7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-spXNrdYFt7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-spXNrdYFt7 .close::before {
  content: '\e91a';
}
.cid-spXNrdYFt7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-spXNrdYFt7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-spXNrdYFt7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spXNrdYFt7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-spXNrdYFt7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spXNrdYFt7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-spXNrdYFt7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-spXNrdYFt7 .carousel-indicators li.active,
.cid-spXNrdYFt7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spXNrdYFt7 .carousel-indicators li::after,
.cid-spXNrdYFt7 .carousel-indicators li::before {
  content: none;
}
.cid-spXNrdYFt7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-spXNrdYFt7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-spXNrdYFt7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-spXNrdYFt7 .carousel-indicators {
    display: none;
  }
}
.cid-spXNrdYFt7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-spXNrdYFt7 .carousel-inner > .active {
  display: block;
}
.cid-spXNrdYFt7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spXNrdYFt7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spXNrdYFt7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-spXNrdYFt7 .carousel-control,
  .cid-spXNrdYFt7 .carousel-indicators,
  .cid-spXNrdYFt7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-spXNrdYFt7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-spXNrdYFt7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spXNrdYFt7 .carousel-indicators .active,
.cid-spXNrdYFt7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-spXNrdYFt7 .carousel-indicators .active {
  background: #fff;
}
.cid-spXNrdYFt7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-spXNrdYFt7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-spXNrdYFt7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-spXNrdYFt7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-spXNrdYFt7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-spXNrdYFt7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-spXNrdYFt7 .carousel {
  width: 100%;
}
.cid-spXNrdYFt7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-spXNrdYFt7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-spXNrdYFt7 .modal.fade .modal-dialog,
.cid-spXNrdYFt7 .modal.in .modal-dialog {
  transform: none;
}
.cid-spXNrdYFt7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-spXNrdYFt7 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-spXNrdYFt7 H3 {
  color: #7b7a7a;
}
.cid-sq1DYevwvO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sq1DYevwvO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sq1DYevwvO .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sq1DYevwvO .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sq1DYevwvO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq1DYevwvO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sq1DYevwvO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq1DYevwvO .carousel-control,
.cid-sq1DYevwvO .close {
  background: #1b1b1b;
}
.cid-sq1DYevwvO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq1DYevwvO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq1DYevwvO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq1DYevwvO .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq1DYevwvO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sq1DYevwvO .close::before {
  content: '\e91a';
}
.cid-sq1DYevwvO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq1DYevwvO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sq1DYevwvO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq1DYevwvO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq1DYevwvO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq1DYevwvO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq1DYevwvO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sq1DYevwvO .carousel-indicators li.active,
.cid-sq1DYevwvO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq1DYevwvO .carousel-indicators li::after,
.cid-sq1DYevwvO .carousel-indicators li::before {
  content: none;
}
.cid-sq1DYevwvO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq1DYevwvO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq1DYevwvO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq1DYevwvO .carousel-indicators {
    display: none;
  }
}
.cid-sq1DYevwvO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq1DYevwvO .carousel-inner > .active {
  display: block;
}
.cid-sq1DYevwvO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq1DYevwvO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq1DYevwvO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq1DYevwvO .carousel-control,
  .cid-sq1DYevwvO .carousel-indicators,
  .cid-sq1DYevwvO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq1DYevwvO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq1DYevwvO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq1DYevwvO .carousel-indicators .active,
.cid-sq1DYevwvO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq1DYevwvO .carousel-indicators .active {
  background: #fff;
}
.cid-sq1DYevwvO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq1DYevwvO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq1DYevwvO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq1DYevwvO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq1DYevwvO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq1DYevwvO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq1DYevwvO .carousel {
  width: 100%;
}
.cid-sq1DYevwvO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq1DYevwvO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq1DYevwvO .modal.fade .modal-dialog,
.cid-sq1DYevwvO .modal.in .modal-dialog {
  transform: none;
}
.cid-sq1DYevwvO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq1DYevwvO H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sq1DYevwvO H3 {
  color: #7b7a7a;
}
.cid-stHNLI9yoU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-stHNLI9yoU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-stHNLI9yoU .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-stHNLI9yoU .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-stHNLI9yoU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-stHNLI9yoU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-stHNLI9yoU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-stHNLI9yoU .carousel-control,
.cid-stHNLI9yoU .close {
  background: #1b1b1b;
}
.cid-stHNLI9yoU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-stHNLI9yoU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-stHNLI9yoU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-stHNLI9yoU .carousel-control-next span {
  margin-left: 5px;
}
.cid-stHNLI9yoU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-stHNLI9yoU .close::before {
  content: '\e91a';
}
.cid-stHNLI9yoU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-stHNLI9yoU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-stHNLI9yoU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stHNLI9yoU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-stHNLI9yoU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-stHNLI9yoU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-stHNLI9yoU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-stHNLI9yoU .carousel-indicators li.active,
.cid-stHNLI9yoU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-stHNLI9yoU .carousel-indicators li::after,
.cid-stHNLI9yoU .carousel-indicators li::before {
  content: none;
}
.cid-stHNLI9yoU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-stHNLI9yoU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-stHNLI9yoU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-stHNLI9yoU .carousel-indicators {
    display: none;
  }
}
.cid-stHNLI9yoU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-stHNLI9yoU .carousel-inner > .active {
  display: block;
}
.cid-stHNLI9yoU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stHNLI9yoU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stHNLI9yoU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-stHNLI9yoU .carousel-control,
  .cid-stHNLI9yoU .carousel-indicators,
  .cid-stHNLI9yoU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-stHNLI9yoU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-stHNLI9yoU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stHNLI9yoU .carousel-indicators .active,
.cid-stHNLI9yoU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-stHNLI9yoU .carousel-indicators .active {
  background: #fff;
}
.cid-stHNLI9yoU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-stHNLI9yoU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-stHNLI9yoU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-stHNLI9yoU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-stHNLI9yoU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-stHNLI9yoU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-stHNLI9yoU .carousel {
  width: 100%;
}
.cid-stHNLI9yoU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-stHNLI9yoU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-stHNLI9yoU .modal.fade .modal-dialog,
.cid-stHNLI9yoU .modal.in .modal-dialog {
  transform: none;
}
.cid-stHNLI9yoU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-stHNLI9yoU H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-stHNLI9yoU H3 {
  color: #7b7a7a;
}
.cid-smJzmJiOLp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1920x822.jpg");
}
.cid-smJzmJiOLp .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-smJzmJiOLp .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-smJzmJiOLp .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-smJzmJiOLp .mbr-text,
.cid-smJzmJiOLp .mbr-section-btn {
  color: #7b7a7a;
}
.cid-smJzmJzzPo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-smJzmJzzPo .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-smJzmJzzPo .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-smJzmJzzPo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-smJzmJzzPo .inner-container {
    width: 100% !important;
  }
}
.cid-smJzmJLklT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-smJzmJLklT .img-wrapper {
  text-align: center;
}
.cid-smJzmJLklT img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-smJzmJLklT .row {
  align-items: flex-start;
}
.cid-smJzmJLklT .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-smJzmJLklT .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-smJzmJLklT .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-smJzmJLklT .card-wrapper {
    padding: 1rem;
  }
}
.cid-smJzmJLklT .card-title {
  color: #7b7a7a;
}
.cid-smJzmJLklT .mbr-text,
.cid-smJzmJLklT .mbr-section-btn {
  color: #858484;
}
.cid-smJzmKnI7s {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smJzmKnI7s .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smJzmKnI7s .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-smJzmKnI7s .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-smJzmKnI7s .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smJzmKnI7s .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-smJzmKnI7s .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smJzmKnI7s .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-smJzmKnI7s .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-smJzmKnI7s .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-smJzmKnI7s .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smJzmKnI7s .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  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%);
}

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

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

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

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

@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: 0;
    right: 0;
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

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

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-smQF0gFB1U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-smQF0gFB1U nav.navbar {
  position: fixed;
}
.cid-smQF0gFB1U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smQF0gFB1U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smQF0gFB1U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-smQF0gFB1U .dropdown-item:hover,
.cid-smQF0gFB1U .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-smQF0gFB1U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smQF0gFB1U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smQF0gFB1U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smQF0gFB1U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smQF0gFB1U .nav-link {
  position: relative;
}
.cid-smQF0gFB1U .container {
  display: flex;
  margin: auto;
}
.cid-smQF0gFB1U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smQF0gFB1U .dropdown-menu,
.cid-smQF0gFB1U .navbar.opened {
  background: #ffffff !important;
}
.cid-smQF0gFB1U .nav-item:focus,
.cid-smQF0gFB1U .nav-link:focus {
  outline: none;
}
.cid-smQF0gFB1U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smQF0gFB1U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smQF0gFB1U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smQF0gFB1U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smQF0gFB1U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smQF0gFB1U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smQF0gFB1U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-smQF0gFB1U .navbar.opened {
  transition: all 0.3s;
}
.cid-smQF0gFB1U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smQF0gFB1U .navbar .navbar-logo img {
  width: auto;
}
.cid-smQF0gFB1U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smQF0gFB1U .navbar.collapsed {
  justify-content: center;
}
.cid-smQF0gFB1U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smQF0gFB1U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smQF0gFB1U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smQF0gFB1U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smQF0gFB1U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smQF0gFB1U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smQF0gFB1U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smQF0gFB1U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smQF0gFB1U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smQF0gFB1U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smQF0gFB1U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smQF0gFB1U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smQF0gFB1U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smQF0gFB1U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smQF0gFB1U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-smQF0gFB1U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smQF0gFB1U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smQF0gFB1U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smQF0gFB1U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smQF0gFB1U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smQF0gFB1U .navbar.navbar-short {
  min-height: 60px;
}
.cid-smQF0gFB1U .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-smQF0gFB1U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smQF0gFB1U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smQF0gFB1U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smQF0gFB1U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smQF0gFB1U .dropdown-item.active,
.cid-smQF0gFB1U .dropdown-item:active {
  background-color: transparent;
}
.cid-smQF0gFB1U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smQF0gFB1U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smQF0gFB1U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smQF0gFB1U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smQF0gFB1U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smQF0gFB1U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smQF0gFB1U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smQF0gFB1U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smQF0gFB1U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smQF0gFB1U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d04528;
}
.cid-smQF0gFB1U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smQF0gFB1U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smQF0gFB1U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smQF0gFB1U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smQF0gFB1U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smQF0gFB1U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smQF0gFB1U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smQF0gFB1U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smQF0gFB1U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smQF0gFB1U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smQF0gFB1U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smQF0gFB1U .navbar {
    height: 70px;
  }
  .cid-smQF0gFB1U .navbar.opened {
    height: auto;
  }
  .cid-smQF0gFB1U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smQF0hn7XK {
  background-image: url("../../../assets/images/ceramicas-especiais-header-1.jpg");
}
.cid-smQF0hn7XK .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-smQF0hn7XK .mbr-text,
.cid-smQF0hn7XK .mbr-section-btn {
  color: #5c5c5c;
}
.cid-smQF0hn7XK .mbr-section-subtitle {
  color: #d04528;
}
.cid-smQF0hMYml {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-smQF0hMYml .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-smQF0hMYml .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-smQF0hMYml .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-smQF0hMYml .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smQF0hMYml .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-smQF0hMYml .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smQF0hMYml .carousel-control,
.cid-smQF0hMYml .close {
  background: #1b1b1b;
}
.cid-smQF0hMYml .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smQF0hMYml .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smQF0hMYml .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smQF0hMYml .carousel-control-next span {
  margin-left: 5px;
}
.cid-smQF0hMYml .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-smQF0hMYml .close::before {
  content: '\e91a';
}
.cid-smQF0hMYml .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smQF0hMYml .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-smQF0hMYml .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smQF0hMYml .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smQF0hMYml .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smQF0hMYml .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smQF0hMYml .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-smQF0hMYml .carousel-indicators li.active,
.cid-smQF0hMYml .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smQF0hMYml .carousel-indicators li::after,
.cid-smQF0hMYml .carousel-indicators li::before {
  content: none;
}
.cid-smQF0hMYml .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smQF0hMYml .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smQF0hMYml .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smQF0hMYml .carousel-indicators {
    display: none;
  }
}
.cid-smQF0hMYml .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smQF0hMYml .carousel-inner > .active {
  display: block;
}
.cid-smQF0hMYml .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smQF0hMYml .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smQF0hMYml .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smQF0hMYml .carousel-control,
  .cid-smQF0hMYml .carousel-indicators,
  .cid-smQF0hMYml .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smQF0hMYml .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smQF0hMYml .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smQF0hMYml .carousel-indicators .active,
.cid-smQF0hMYml .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smQF0hMYml .carousel-indicators .active {
  background: #fff;
}
.cid-smQF0hMYml .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smQF0hMYml .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smQF0hMYml .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smQF0hMYml .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smQF0hMYml .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smQF0hMYml .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smQF0hMYml .carousel {
  width: 100%;
}
.cid-smQF0hMYml .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smQF0hMYml .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smQF0hMYml .modal.fade .modal-dialog,
.cid-smQF0hMYml .modal.in .modal-dialog {
  transform: none;
}
.cid-smQF0hMYml .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smQF0hMYml H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-smQF0hMYml H3 {
  color: #7b7a7a;
}
.cid-smQF0hMYml H4 {
  color: #d04528;
}
.cid-smQF0kGDTn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-smQF0kGDTn .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-smQF0kGDTn .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-smQF0kGDTn .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-smQF0kGDTn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smQF0kGDTn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-smQF0kGDTn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smQF0kGDTn .carousel-control,
.cid-smQF0kGDTn .close {
  background: #1b1b1b;
}
.cid-smQF0kGDTn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smQF0kGDTn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smQF0kGDTn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smQF0kGDTn .carousel-control-next span {
  margin-left: 5px;
}
.cid-smQF0kGDTn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-smQF0kGDTn .close::before {
  content: '\e91a';
}
.cid-smQF0kGDTn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smQF0kGDTn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-smQF0kGDTn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smQF0kGDTn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smQF0kGDTn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smQF0kGDTn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smQF0kGDTn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-smQF0kGDTn .carousel-indicators li.active,
.cid-smQF0kGDTn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smQF0kGDTn .carousel-indicators li::after,
.cid-smQF0kGDTn .carousel-indicators li::before {
  content: none;
}
.cid-smQF0kGDTn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smQF0kGDTn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smQF0kGDTn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smQF0kGDTn .carousel-indicators {
    display: none;
  }
}
.cid-smQF0kGDTn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smQF0kGDTn .carousel-inner > .active {
  display: block;
}
.cid-smQF0kGDTn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smQF0kGDTn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smQF0kGDTn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smQF0kGDTn .carousel-control,
  .cid-smQF0kGDTn .carousel-indicators,
  .cid-smQF0kGDTn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smQF0kGDTn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smQF0kGDTn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smQF0kGDTn .carousel-indicators .active,
.cid-smQF0kGDTn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smQF0kGDTn .carousel-indicators .active {
  background: #fff;
}
.cid-smQF0kGDTn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smQF0kGDTn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smQF0kGDTn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smQF0kGDTn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smQF0kGDTn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smQF0kGDTn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smQF0kGDTn .carousel {
  width: 100%;
}
.cid-smQF0kGDTn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smQF0kGDTn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smQF0kGDTn .modal.fade .modal-dialog,
.cid-smQF0kGDTn .modal.in .modal-dialog {
  transform: none;
}
.cid-smQF0kGDTn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smQF0kGDTn H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-smQF0kGDTn H3 {
  color: #7b7a7a;
}
.cid-smQF0lrADi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1920x822.jpg");
}
.cid-smQF0lrADi .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-smQF0lrADi .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-smQF0lrADi .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-smQF0lrADi .mbr-text,
.cid-smQF0lrADi .mbr-section-btn {
  color: #7b7a7a;
}
.cid-smQF0lO77c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-smQF0lO77c .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-smQF0lO77c .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-smQF0lO77c .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-smQF0lO77c .inner-container {
    width: 100% !important;
  }
}
.cid-smQF0m74Xd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-smQF0m74Xd .img-wrapper {
  text-align: center;
}
.cid-smQF0m74Xd img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-smQF0m74Xd .row {
  align-items: flex-start;
}
.cid-smQF0m74Xd .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-smQF0m74Xd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-smQF0m74Xd .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-smQF0m74Xd .card-wrapper {
    padding: 1rem;
  }
}
.cid-smQF0m74Xd .card-title {
  color: #7b7a7a;
}
.cid-smQF0m74Xd .mbr-text,
.cid-smQF0m74Xd .mbr-section-btn {
  color: #858484;
}
.cid-smQF0mLDMh {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smQF0mLDMh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smQF0mLDMh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-smQF0mLDMh .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-smQF0mLDMh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smQF0mLDMh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-smQF0mLDMh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smQF0mLDMh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-smQF0mLDMh .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-smQF0mLDMh .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-smQF0mLDMh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smQF0mLDMh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  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%);
}

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

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

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

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

@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: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-skzOhsldQw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-skzOhsldQw nav.navbar {
  position: fixed;
}
.cid-skzOhsldQw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skzOhsldQw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-skzOhsldQw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-skzOhsldQw .dropdown-item:hover,
.cid-skzOhsldQw .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-skzOhsldQw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-skzOhsldQw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-skzOhsldQw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-skzOhsldQw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-skzOhsldQw .nav-link {
  position: relative;
}
.cid-skzOhsldQw .container {
  display: flex;
  margin: auto;
}
.cid-skzOhsldQw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skzOhsldQw .dropdown-menu,
.cid-skzOhsldQw .navbar.opened {
  background: #ffffff !important;
}
.cid-skzOhsldQw .nav-item:focus,
.cid-skzOhsldQw .nav-link:focus {
  outline: none;
}
.cid-skzOhsldQw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-skzOhsldQw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skzOhsldQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skzOhsldQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skzOhsldQw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skzOhsldQw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skzOhsldQw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-skzOhsldQw .navbar.opened {
  transition: all 0.3s;
}
.cid-skzOhsldQw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-skzOhsldQw .navbar .navbar-logo img {
  width: auto;
}
.cid-skzOhsldQw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-skzOhsldQw .navbar.collapsed {
  justify-content: center;
}
.cid-skzOhsldQw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skzOhsldQw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skzOhsldQw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-skzOhsldQw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skzOhsldQw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skzOhsldQw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-skzOhsldQw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skzOhsldQw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skzOhsldQw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skzOhsldQw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skzOhsldQw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skzOhsldQw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skzOhsldQw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skzOhsldQw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-skzOhsldQw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skzOhsldQw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skzOhsldQw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skzOhsldQw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skzOhsldQw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skzOhsldQw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skzOhsldQw .navbar.navbar-short {
  min-height: 60px;
}
.cid-skzOhsldQw .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-skzOhsldQw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skzOhsldQw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skzOhsldQw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skzOhsldQw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skzOhsldQw .dropdown-item.active,
.cid-skzOhsldQw .dropdown-item:active {
  background-color: transparent;
}
.cid-skzOhsldQw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skzOhsldQw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skzOhsldQw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skzOhsldQw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skzOhsldQw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skzOhsldQw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skzOhsldQw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skzOhsldQw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skzOhsldQw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skzOhsldQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d04528;
}
.cid-skzOhsldQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skzOhsldQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skzOhsldQw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skzOhsldQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skzOhsldQw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skzOhsldQw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skzOhsldQw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skzOhsldQw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skzOhsldQw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skzOhsldQw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skzOhsldQw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skzOhsldQw .navbar {
    height: 70px;
  }
  .cid-skzOhsldQw .navbar.opened {
    height: auto;
  }
  .cid-skzOhsldQw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skzOht88qq {
  background-image: url("../../../assets/images/ceramicas-azul-header-1920x1280.jpg");
}
.cid-skzOht88qq .mbr-section-title {
  text-align: center;
  color: #7b7a7a;
}
.cid-skzOht88qq .mbr-text,
.cid-skzOht88qq .mbr-section-btn {
  color: #5c5c5c;
}
.cid-skzOht88qq .mbr-section-subtitle {
  color: #284988;
}
.cid-skzOhtFHtF {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-skzOhtFHtF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skzOhtFHtF .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-skzOhtFHtF .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-skzOhtFHtF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-skzOhtFHtF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-skzOhtFHtF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-skzOhtFHtF .carousel-control,
.cid-skzOhtFHtF .close {
  background: #1b1b1b;
}
.cid-skzOhtFHtF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skzOhtFHtF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-skzOhtFHtF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skzOhtFHtF .carousel-control-next span {
  margin-left: 5px;
}
.cid-skzOhtFHtF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-skzOhtFHtF .close::before {
  content: '\e91a';
}
.cid-skzOhtFHtF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skzOhtFHtF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-skzOhtFHtF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skzOhtFHtF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skzOhtFHtF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skzOhtFHtF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-skzOhtFHtF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-skzOhtFHtF .carousel-indicators li.active,
.cid-skzOhtFHtF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-skzOhtFHtF .carousel-indicators li::after,
.cid-skzOhtFHtF .carousel-indicators li::before {
  content: none;
}
.cid-skzOhtFHtF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-skzOhtFHtF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-skzOhtFHtF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skzOhtFHtF .carousel-indicators {
    display: none;
  }
}
.cid-skzOhtFHtF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-skzOhtFHtF .carousel-inner > .active {
  display: block;
}
.cid-skzOhtFHtF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skzOhtFHtF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skzOhtFHtF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skzOhtFHtF .carousel-control,
  .cid-skzOhtFHtF .carousel-indicators,
  .cid-skzOhtFHtF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skzOhtFHtF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skzOhtFHtF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skzOhtFHtF .carousel-indicators .active,
.cid-skzOhtFHtF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-skzOhtFHtF .carousel-indicators .active {
  background: #fff;
}
.cid-skzOhtFHtF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skzOhtFHtF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skzOhtFHtF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skzOhtFHtF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skzOhtFHtF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skzOhtFHtF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skzOhtFHtF .carousel {
  width: 100%;
}
.cid-skzOhtFHtF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skzOhtFHtF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-skzOhtFHtF .modal.fade .modal-dialog,
.cid-skzOhtFHtF .modal.in .modal-dialog {
  transform: none;
}
.cid-skzOhtFHtF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-skzOhtFHtF H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-skzOhtFHtF H3 {
  color: #7b7a7a;
}
.cid-skzOhtFHtF H4 {
  color: #284988;
}
.cid-skzOhuoAMk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-skzOhuoAMk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skzOhuoAMk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-skzOhuoAMk .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-skzOhuoAMk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-skzOhuoAMk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-skzOhuoAMk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-skzOhuoAMk .carousel-control,
.cid-skzOhuoAMk .close {
  background: #1b1b1b;
}
.cid-skzOhuoAMk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skzOhuoAMk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-skzOhuoAMk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skzOhuoAMk .carousel-control-next span {
  margin-left: 5px;
}
.cid-skzOhuoAMk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-skzOhuoAMk .close::before {
  content: '\e91a';
}
.cid-skzOhuoAMk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skzOhuoAMk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-skzOhuoAMk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skzOhuoAMk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skzOhuoAMk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skzOhuoAMk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-skzOhuoAMk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-skzOhuoAMk .carousel-indicators li.active,
.cid-skzOhuoAMk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-skzOhuoAMk .carousel-indicators li::after,
.cid-skzOhuoAMk .carousel-indicators li::before {
  content: none;
}
.cid-skzOhuoAMk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-skzOhuoAMk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-skzOhuoAMk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skzOhuoAMk .carousel-indicators {
    display: none;
  }
}
.cid-skzOhuoAMk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-skzOhuoAMk .carousel-inner > .active {
  display: block;
}
.cid-skzOhuoAMk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skzOhuoAMk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skzOhuoAMk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skzOhuoAMk .carousel-control,
  .cid-skzOhuoAMk .carousel-indicators,
  .cid-skzOhuoAMk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skzOhuoAMk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skzOhuoAMk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skzOhuoAMk .carousel-indicators .active,
.cid-skzOhuoAMk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-skzOhuoAMk .carousel-indicators .active {
  background: #fff;
}
.cid-skzOhuoAMk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skzOhuoAMk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skzOhuoAMk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skzOhuoAMk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skzOhuoAMk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skzOhuoAMk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skzOhuoAMk .carousel {
  width: 100%;
}
.cid-skzOhuoAMk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skzOhuoAMk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-skzOhuoAMk .modal.fade .modal-dialog,
.cid-skzOhuoAMk .modal.in .modal-dialog {
  transform: none;
}
.cid-skzOhuoAMk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-skzOhuoAMk H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-skzOhuoAMk H3 {
  color: #7b7a7a;
}
.cid-snXdRK6yv6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snXdRK6yv6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snXdRK6yv6 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snXdRK6yv6 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snXdRK6yv6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snXdRK6yv6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snXdRK6yv6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snXdRK6yv6 .carousel-control,
.cid-snXdRK6yv6 .close {
  background: #1b1b1b;
}
.cid-snXdRK6yv6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snXdRK6yv6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snXdRK6yv6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snXdRK6yv6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-snXdRK6yv6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snXdRK6yv6 .close::before {
  content: '\e91a';
}
.cid-snXdRK6yv6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snXdRK6yv6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snXdRK6yv6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXdRK6yv6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snXdRK6yv6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snXdRK6yv6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snXdRK6yv6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snXdRK6yv6 .carousel-indicators li.active,
.cid-snXdRK6yv6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snXdRK6yv6 .carousel-indicators li::after,
.cid-snXdRK6yv6 .carousel-indicators li::before {
  content: none;
}
.cid-snXdRK6yv6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snXdRK6yv6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snXdRK6yv6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snXdRK6yv6 .carousel-indicators {
    display: none;
  }
}
.cid-snXdRK6yv6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snXdRK6yv6 .carousel-inner > .active {
  display: block;
}
.cid-snXdRK6yv6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXdRK6yv6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snXdRK6yv6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snXdRK6yv6 .carousel-control,
  .cid-snXdRK6yv6 .carousel-indicators,
  .cid-snXdRK6yv6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snXdRK6yv6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snXdRK6yv6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snXdRK6yv6 .carousel-indicators .active,
.cid-snXdRK6yv6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snXdRK6yv6 .carousel-indicators .active {
  background: #fff;
}
.cid-snXdRK6yv6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snXdRK6yv6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snXdRK6yv6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snXdRK6yv6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snXdRK6yv6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snXdRK6yv6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snXdRK6yv6 .carousel {
  width: 100%;
}
.cid-snXdRK6yv6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snXdRK6yv6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snXdRK6yv6 .modal.fade .modal-dialog,
.cid-snXdRK6yv6 .modal.in .modal-dialog {
  transform: none;
}
.cid-snXdRK6yv6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snXdRK6yv6 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snXdRK6yv6 H3 {
  color: #7b7a7a;
}
.cid-snXdSDPEvW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snXdSDPEvW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snXdSDPEvW .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snXdSDPEvW .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snXdSDPEvW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snXdSDPEvW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-snXdSDPEvW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snXdSDPEvW .carousel-control,
.cid-snXdSDPEvW .close {
  background: #1b1b1b;
}
.cid-snXdSDPEvW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snXdSDPEvW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snXdSDPEvW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snXdSDPEvW .carousel-control-next span {
  margin-left: 5px;
}
.cid-snXdSDPEvW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-snXdSDPEvW .close::before {
  content: '\e91a';
}
.cid-snXdSDPEvW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snXdSDPEvW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snXdSDPEvW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXdSDPEvW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snXdSDPEvW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snXdSDPEvW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snXdSDPEvW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snXdSDPEvW .carousel-indicators li.active,
.cid-snXdSDPEvW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snXdSDPEvW .carousel-indicators li::after,
.cid-snXdSDPEvW .carousel-indicators li::before {
  content: none;
}
.cid-snXdSDPEvW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snXdSDPEvW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snXdSDPEvW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snXdSDPEvW .carousel-indicators {
    display: none;
  }
}
.cid-snXdSDPEvW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snXdSDPEvW .carousel-inner > .active {
  display: block;
}
.cid-snXdSDPEvW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXdSDPEvW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snXdSDPEvW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snXdSDPEvW .carousel-control,
  .cid-snXdSDPEvW .carousel-indicators,
  .cid-snXdSDPEvW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snXdSDPEvW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snXdSDPEvW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snXdSDPEvW .carousel-indicators .active,
.cid-snXdSDPEvW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snXdSDPEvW .carousel-indicators .active {
  background: #fff;
}
.cid-snXdSDPEvW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snXdSDPEvW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snXdSDPEvW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snXdSDPEvW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snXdSDPEvW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snXdSDPEvW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snXdSDPEvW .carousel {
  width: 100%;
}
.cid-snXdSDPEvW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snXdSDPEvW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snXdSDPEvW .modal.fade .modal-dialog,
.cid-snXdSDPEvW .modal.in .modal-dialog {
  transform: none;
}
.cid-snXdSDPEvW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snXdSDPEvW H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snXdSDPEvW H3 {
  color: #7b7a7a;
}
.cid-slvi21Dyxh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1920x822.jpg");
}
.cid-slvi21Dyxh .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-slvi21Dyxh .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-slvi21Dyxh .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-slvi21Dyxh .mbr-text,
.cid-slvi21Dyxh .mbr-section-btn {
  color: #7b7a7a;
}
.cid-skA5joa0kH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-skA5joa0kH .line {
  background-color: #eb539e;
  color: #eb539e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skA5joa0kH .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-skA5joa0kH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skA5joa0kH .inner-container {
    width: 100% !important;
  }
}
.cid-skzOhv6lJn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-skzOhv6lJn .img-wrapper {
  text-align: center;
}
.cid-skzOhv6lJn img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-skzOhv6lJn .row {
  align-items: flex-start;
}
.cid-skzOhv6lJn .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-skzOhv6lJn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-skzOhv6lJn .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skzOhv6lJn .card-wrapper {
    padding: 1rem;
  }
}
.cid-skzOhv6lJn .card-title {
  color: #7b7a7a;
}
.cid-skzOhv6lJn .mbr-text,
.cid-skzOhv6lJn .mbr-section-btn {
  color: #858484;
}
.cid-skzOhvHlgr {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-skzOhvHlgr .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-skzOhvHlgr .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-skzOhvHlgr .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-skzOhvHlgr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-skzOhvHlgr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-skzOhvHlgr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skzOhvHlgr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-skzOhvHlgr .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-skzOhvHlgr .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skzOhvHlgr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-skzOhvHlgr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  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%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@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: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-snphM2k4sz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-snphM2k4sz nav.navbar {
  position: fixed;
}
.cid-snphM2k4sz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snphM2k4sz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snphM2k4sz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snphM2k4sz .dropdown-item:hover,
.cid-snphM2k4sz .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-snphM2k4sz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snphM2k4sz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snphM2k4sz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snphM2k4sz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snphM2k4sz .nav-link {
  position: relative;
}
.cid-snphM2k4sz .container {
  display: flex;
  margin: auto;
}
.cid-snphM2k4sz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snphM2k4sz .dropdown-menu,
.cid-snphM2k4sz .navbar.opened {
  background: #ffffff !important;
}
.cid-snphM2k4sz .nav-item:focus,
.cid-snphM2k4sz .nav-link:focus {
  outline: none;
}
.cid-snphM2k4sz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snphM2k4sz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snphM2k4sz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snphM2k4sz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snphM2k4sz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snphM2k4sz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snphM2k4sz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-snphM2k4sz .navbar.opened {
  transition: all 0.3s;
}
.cid-snphM2k4sz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snphM2k4sz .navbar .navbar-logo img {
  width: auto;
}
.cid-snphM2k4sz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snphM2k4sz .navbar.collapsed {
  justify-content: center;
}
.cid-snphM2k4sz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snphM2k4sz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snphM2k4sz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-snphM2k4sz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snphM2k4sz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snphM2k4sz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-snphM2k4sz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snphM2k4sz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snphM2k4sz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snphM2k4sz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snphM2k4sz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snphM2k4sz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snphM2k4sz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snphM2k4sz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-snphM2k4sz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snphM2k4sz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snphM2k4sz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snphM2k4sz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snphM2k4sz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snphM2k4sz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snphM2k4sz .navbar.navbar-short {
  min-height: 60px;
}
.cid-snphM2k4sz .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-snphM2k4sz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snphM2k4sz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snphM2k4sz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snphM2k4sz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snphM2k4sz .dropdown-item.active,
.cid-snphM2k4sz .dropdown-item:active {
  background-color: transparent;
}
.cid-snphM2k4sz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snphM2k4sz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snphM2k4sz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snphM2k4sz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snphM2k4sz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snphM2k4sz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snphM2k4sz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snphM2k4sz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snphM2k4sz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snphM2k4sz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d04528;
}
.cid-snphM2k4sz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snphM2k4sz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snphM2k4sz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snphM2k4sz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snphM2k4sz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snphM2k4sz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snphM2k4sz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snphM2k4sz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snphM2k4sz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snphM2k4sz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snphM2k4sz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snphM2k4sz .navbar {
    height: 70px;
  }
  .cid-snphM2k4sz .navbar.opened {
    height: auto;
  }
  .cid-snphM2k4sz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8Uysi8ViN {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-image: url("../../../assets/images/vcc-emp1-1.jpg");
}
.cid-t8Uysi8ViN p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t8Uysi8ViN .panel-title {
  border-bottom: 2px solid #d04528;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-t8Uysi8ViN .collapsed {
  border: none;
}
.cid-t8Uysi8ViN .collapsed span {
  transform: rotate(0deg);
}
.cid-t8Uysi8ViN span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #7b7a7a, #bbbbbb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-t8Uysi8ViN .panel-body {
  padding-top: 0.5rem;
}
.cid-t8Uysi8ViN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t8Uysi8ViN .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-t8Uysi8ViN .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t8Uysi8ViN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t8Uysi8ViN .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t8Uysi8ViN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t8Uysi8ViN .panel-text {
  color: #767676;
}
.cid-t8Uysi8ViN H4 {
  color: #858484;
}
.cid-t8Uysi8ViN H2 {
  color: #ffffff;
}
.cid-t8Uysi8ViN .mbr-section-text {
  color: #999999;
}
.cid-snpunKuDXX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f0f0f0;
}
.cid-snpunKuDXX .line {
  background-color: #bbbbbb;
  color: #bbbbbb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-snpunKuDXX .section-text {
  padding: 2rem 0;
  color: #d04528;
}
.cid-snpunKuDXX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-snpunKuDXX .inner-container {
    width: 100% !important;
  }
}
.cid-snphM55Roo {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snphM55Roo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-snphM55Roo .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-snphM55Roo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-snphM55Roo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-snphM55Roo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-snphM55Roo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-snphM55Roo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-snphM55Roo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-snphM55Roo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snphM55Roo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-snphM55Roo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  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%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@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: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-spVFEdXQh0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spVFEdXQh0 nav.navbar {
  position: fixed;
}
.cid-spVFEdXQh0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spVFEdXQh0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spVFEdXQh0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spVFEdXQh0 .dropdown-item:hover,
.cid-spVFEdXQh0 .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-spVFEdXQh0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spVFEdXQh0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spVFEdXQh0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spVFEdXQh0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spVFEdXQh0 .nav-link {
  position: relative;
}
.cid-spVFEdXQh0 .container {
  display: flex;
  margin: auto;
}
.cid-spVFEdXQh0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spVFEdXQh0 .dropdown-menu,
.cid-spVFEdXQh0 .navbar.opened {
  background: #ffffff !important;
}
.cid-spVFEdXQh0 .nav-item:focus,
.cid-spVFEdXQh0 .nav-link:focus {
  outline: none;
}
.cid-spVFEdXQh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spVFEdXQh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spVFEdXQh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spVFEdXQh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spVFEdXQh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spVFEdXQh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spVFEdXQh0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-spVFEdXQh0 .navbar.opened {
  transition: all 0.3s;
}
.cid-spVFEdXQh0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spVFEdXQh0 .navbar .navbar-logo img {
  width: auto;
}
.cid-spVFEdXQh0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spVFEdXQh0 .navbar.collapsed {
  justify-content: center;
}
.cid-spVFEdXQh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spVFEdXQh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spVFEdXQh0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-spVFEdXQh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spVFEdXQh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spVFEdXQh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-spVFEdXQh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spVFEdXQh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spVFEdXQh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spVFEdXQh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spVFEdXQh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spVFEdXQh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spVFEdXQh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spVFEdXQh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-spVFEdXQh0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spVFEdXQh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spVFEdXQh0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spVFEdXQh0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spVFEdXQh0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spVFEdXQh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spVFEdXQh0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-spVFEdXQh0 .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-spVFEdXQh0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spVFEdXQh0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spVFEdXQh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spVFEdXQh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spVFEdXQh0 .dropdown-item.active,
.cid-spVFEdXQh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-spVFEdXQh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spVFEdXQh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spVFEdXQh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spVFEdXQh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spVFEdXQh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spVFEdXQh0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spVFEdXQh0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spVFEdXQh0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spVFEdXQh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spVFEdXQh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d04528;
}
.cid-spVFEdXQh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spVFEdXQh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spVFEdXQh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spVFEdXQh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spVFEdXQh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spVFEdXQh0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spVFEdXQh0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spVFEdXQh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spVFEdXQh0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spVFEdXQh0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spVFEdXQh0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spVFEdXQh0 .navbar {
    height: 70px;
  }
  .cid-spVFEdXQh0 .navbar.opened {
    height: auto;
  }
  .cid-spVFEdXQh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spVFEexd1x {
  background-image: url("../../../assets/images/azulejos-header-5.jpg");
}
.cid-spVFEexd1x .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-spVFEexd1x .mbr-text,
.cid-spVFEexd1x .mbr-section-btn {
  color: #5c5c5c;
}
.cid-spVFEexd1x .mbr-section-subtitle {
  color: #d04528;
}
.cid-spVFEeQVcO {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-spVFEeQVcO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-spVFEeQVcO .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-spVFEeQVcO .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-spVFEeQVcO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-spVFEeQVcO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-spVFEeQVcO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-spVFEeQVcO .carousel-control,
.cid-spVFEeQVcO .close {
  background: #1b1b1b;
}
.cid-spVFEeQVcO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-spVFEeQVcO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-spVFEeQVcO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-spVFEeQVcO .carousel-control-next span {
  margin-left: 5px;
}
.cid-spVFEeQVcO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-spVFEeQVcO .close::before {
  content: '\e91a';
}
.cid-spVFEeQVcO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-spVFEeQVcO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-spVFEeQVcO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spVFEeQVcO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-spVFEeQVcO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spVFEeQVcO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-spVFEeQVcO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-spVFEeQVcO .carousel-indicators li.active,
.cid-spVFEeQVcO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spVFEeQVcO .carousel-indicators li::after,
.cid-spVFEeQVcO .carousel-indicators li::before {
  content: none;
}
.cid-spVFEeQVcO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-spVFEeQVcO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-spVFEeQVcO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-spVFEeQVcO .carousel-indicators {
    display: none;
  }
}
.cid-spVFEeQVcO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-spVFEeQVcO .carousel-inner > .active {
  display: block;
}
.cid-spVFEeQVcO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spVFEeQVcO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spVFEeQVcO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-spVFEeQVcO .carousel-control,
  .cid-spVFEeQVcO .carousel-indicators,
  .cid-spVFEeQVcO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-spVFEeQVcO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-spVFEeQVcO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spVFEeQVcO .carousel-indicators .active,
.cid-spVFEeQVcO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-spVFEeQVcO .carousel-indicators .active {
  background: #fff;
}
.cid-spVFEeQVcO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-spVFEeQVcO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-spVFEeQVcO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-spVFEeQVcO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-spVFEeQVcO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-spVFEeQVcO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-spVFEeQVcO .carousel {
  width: 100%;
}
.cid-spVFEeQVcO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-spVFEeQVcO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-spVFEeQVcO .modal.fade .modal-dialog,
.cid-spVFEeQVcO .modal.in .modal-dialog {
  transform: none;
}
.cid-spVFEeQVcO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-spVFEeQVcO H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-spVFEeQVcO H3 {
  color: #7b7a7a;
}
.cid-spVFEeQVcO H4 {
  color: #d04528;
}
.cid-spVFEfvkYT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-spVFEfvkYT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-spVFEfvkYT .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-spVFEfvkYT .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-spVFEfvkYT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-spVFEfvkYT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-spVFEfvkYT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-spVFEfvkYT .carousel-control,
.cid-spVFEfvkYT .close {
  background: #1b1b1b;
}
.cid-spVFEfvkYT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-spVFEfvkYT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-spVFEfvkYT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-spVFEfvkYT .carousel-control-next span {
  margin-left: 5px;
}
.cid-spVFEfvkYT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-spVFEfvkYT .close::before {
  content: '\e91a';
}
.cid-spVFEfvkYT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-spVFEfvkYT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-spVFEfvkYT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spVFEfvkYT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-spVFEfvkYT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spVFEfvkYT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-spVFEfvkYT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-spVFEfvkYT .carousel-indicators li.active,
.cid-spVFEfvkYT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spVFEfvkYT .carousel-indicators li::after,
.cid-spVFEfvkYT .carousel-indicators li::before {
  content: none;
}
.cid-spVFEfvkYT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-spVFEfvkYT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-spVFEfvkYT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-spVFEfvkYT .carousel-indicators {
    display: none;
  }
}
.cid-spVFEfvkYT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-spVFEfvkYT .carousel-inner > .active {
  display: block;
}
.cid-spVFEfvkYT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spVFEfvkYT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spVFEfvkYT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-spVFEfvkYT .carousel-control,
  .cid-spVFEfvkYT .carousel-indicators,
  .cid-spVFEfvkYT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-spVFEfvkYT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-spVFEfvkYT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spVFEfvkYT .carousel-indicators .active,
.cid-spVFEfvkYT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-spVFEfvkYT .carousel-indicators .active {
  background: #fff;
}
.cid-spVFEfvkYT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-spVFEfvkYT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-spVFEfvkYT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-spVFEfvkYT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-spVFEfvkYT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-spVFEfvkYT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-spVFEfvkYT .carousel {
  width: 100%;
}
.cid-spVFEfvkYT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-spVFEfvkYT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-spVFEfvkYT .modal.fade .modal-dialog,
.cid-spVFEfvkYT .modal.in .modal-dialog {
  transform: none;
}
.cid-spVFEfvkYT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-spVFEfvkYT H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-spVFEfvkYT H3 {
  color: #7b7a7a;
}
.cid-sr48gzpGcs {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sr48gzpGcs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sr48gzpGcs .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sr48gzpGcs .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sr48gzpGcs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sr48gzpGcs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sr48gzpGcs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sr48gzpGcs .carousel-control,
.cid-sr48gzpGcs .close {
  background: #1b1b1b;
}
.cid-sr48gzpGcs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sr48gzpGcs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sr48gzpGcs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sr48gzpGcs .carousel-control-next span {
  margin-left: 5px;
}
.cid-sr48gzpGcs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sr48gzpGcs .close::before {
  content: '\e91a';
}
.cid-sr48gzpGcs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sr48gzpGcs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sr48gzpGcs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr48gzpGcs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sr48gzpGcs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sr48gzpGcs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sr48gzpGcs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sr48gzpGcs .carousel-indicators li.active,
.cid-sr48gzpGcs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sr48gzpGcs .carousel-indicators li::after,
.cid-sr48gzpGcs .carousel-indicators li::before {
  content: none;
}
.cid-sr48gzpGcs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sr48gzpGcs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sr48gzpGcs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sr48gzpGcs .carousel-indicators {
    display: none;
  }
}
.cid-sr48gzpGcs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sr48gzpGcs .carousel-inner > .active {
  display: block;
}
.cid-sr48gzpGcs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr48gzpGcs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr48gzpGcs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sr48gzpGcs .carousel-control,
  .cid-sr48gzpGcs .carousel-indicators,
  .cid-sr48gzpGcs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sr48gzpGcs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sr48gzpGcs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sr48gzpGcs .carousel-indicators .active,
.cid-sr48gzpGcs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sr48gzpGcs .carousel-indicators .active {
  background: #fff;
}
.cid-sr48gzpGcs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sr48gzpGcs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sr48gzpGcs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sr48gzpGcs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sr48gzpGcs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sr48gzpGcs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sr48gzpGcs .carousel {
  width: 100%;
}
.cid-sr48gzpGcs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sr48gzpGcs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sr48gzpGcs .modal.fade .modal-dialog,
.cid-sr48gzpGcs .modal.in .modal-dialog {
  transform: none;
}
.cid-sr48gzpGcs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sr48gzpGcs H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sr48gzpGcs H3 {
  color: #7b7a7a;
}
.cid-sCELwtq8fg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sCELwtq8fg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sCELwtq8fg .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sCELwtq8fg .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sCELwtq8fg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sCELwtq8fg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sCELwtq8fg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sCELwtq8fg .carousel-control,
.cid-sCELwtq8fg .close {
  background: #1b1b1b;
}
.cid-sCELwtq8fg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sCELwtq8fg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sCELwtq8fg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sCELwtq8fg .carousel-control-next span {
  margin-left: 5px;
}
.cid-sCELwtq8fg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sCELwtq8fg .close::before {
  content: '\e91a';
}
.cid-sCELwtq8fg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCELwtq8fg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sCELwtq8fg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCELwtq8fg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sCELwtq8fg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sCELwtq8fg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sCELwtq8fg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sCELwtq8fg .carousel-indicators li.active,
.cid-sCELwtq8fg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sCELwtq8fg .carousel-indicators li::after,
.cid-sCELwtq8fg .carousel-indicators li::before {
  content: none;
}
.cid-sCELwtq8fg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sCELwtq8fg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sCELwtq8fg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sCELwtq8fg .carousel-indicators {
    display: none;
  }
}
.cid-sCELwtq8fg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sCELwtq8fg .carousel-inner > .active {
  display: block;
}
.cid-sCELwtq8fg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCELwtq8fg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCELwtq8fg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sCELwtq8fg .carousel-control,
  .cid-sCELwtq8fg .carousel-indicators,
  .cid-sCELwtq8fg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sCELwtq8fg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sCELwtq8fg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCELwtq8fg .carousel-indicators .active,
.cid-sCELwtq8fg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sCELwtq8fg .carousel-indicators .active {
  background: #fff;
}
.cid-sCELwtq8fg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sCELwtq8fg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sCELwtq8fg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCELwtq8fg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sCELwtq8fg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sCELwtq8fg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sCELwtq8fg .carousel {
  width: 100%;
}
.cid-sCELwtq8fg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sCELwtq8fg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sCELwtq8fg .modal.fade .modal-dialog,
.cid-sCELwtq8fg .modal.in .modal-dialog {
  transform: none;
}
.cid-sCELwtq8fg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sCELwtq8fg H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sCELwtq8fg H3 {
  color: #7b7a7a;
}
.cid-spVFEg4Mux {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1920x822.jpg");
}
.cid-spVFEg4Mux .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-spVFEg4Mux .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-spVFEg4Mux .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-spVFEg4Mux .mbr-text,
.cid-spVFEg4Mux .mbr-section-btn {
  color: #7b7a7a;
}
.cid-spVFEgp2rW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-spVFEgp2rW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-spVFEgp2rW .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-spVFEgp2rW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-spVFEgp2rW .inner-container {
    width: 100% !important;
  }
}
.cid-spVFEgBhji {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-spVFEgBhji .img-wrapper {
  text-align: center;
}
.cid-spVFEgBhji img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-spVFEgBhji .row {
  align-items: flex-start;
}
.cid-spVFEgBhji .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-spVFEgBhji .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-spVFEgBhji .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spVFEgBhji .card-wrapper {
    padding: 1rem;
  }
}
.cid-spVFEgBhji .card-title {
  color: #7b7a7a;
}
.cid-spVFEgBhji .mbr-text,
.cid-spVFEgBhji .mbr-section-btn {
  color: #858484;
}
.cid-spVFEh8oOc {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spVFEh8oOc .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spVFEh8oOc .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spVFEh8oOc .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-spVFEh8oOc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spVFEh8oOc .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-spVFEh8oOc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spVFEh8oOc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spVFEh8oOc .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-spVFEh8oOc .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-spVFEh8oOc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spVFEh8oOc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  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%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@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: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-t8PJNZCyXR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8PJNZCyXR nav.navbar {
  position: fixed;
}
.cid-t8PJNZCyXR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8PJNZCyXR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8PJNZCyXR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8PJNZCyXR .dropdown-item:hover,
.cid-t8PJNZCyXR .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-t8PJNZCyXR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8PJNZCyXR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8PJNZCyXR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8PJNZCyXR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8PJNZCyXR .nav-link {
  position: relative;
}
.cid-t8PJNZCyXR .container {
  display: flex;
  margin: auto;
}
.cid-t8PJNZCyXR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8PJNZCyXR .dropdown-menu,
.cid-t8PJNZCyXR .navbar.opened {
  background: #ffffff !important;
}
.cid-t8PJNZCyXR .nav-item:focus,
.cid-t8PJNZCyXR .nav-link:focus {
  outline: none;
}
.cid-t8PJNZCyXR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8PJNZCyXR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8PJNZCyXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8PJNZCyXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8PJNZCyXR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8PJNZCyXR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8PJNZCyXR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t8PJNZCyXR .navbar.opened {
  transition: all 0.3s;
}
.cid-t8PJNZCyXR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8PJNZCyXR .navbar .navbar-logo img {
  width: auto;
}
.cid-t8PJNZCyXR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8PJNZCyXR .navbar.collapsed {
  justify-content: center;
}
.cid-t8PJNZCyXR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8PJNZCyXR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8PJNZCyXR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-t8PJNZCyXR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8PJNZCyXR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8PJNZCyXR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8PJNZCyXR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8PJNZCyXR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8PJNZCyXR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8PJNZCyXR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8PJNZCyXR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8PJNZCyXR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8PJNZCyXR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8PJNZCyXR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8PJNZCyXR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8PJNZCyXR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8PJNZCyXR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8PJNZCyXR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8PJNZCyXR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8PJNZCyXR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8PJNZCyXR .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8PJNZCyXR .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-t8PJNZCyXR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8PJNZCyXR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8PJNZCyXR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8PJNZCyXR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8PJNZCyXR .dropdown-item.active,
.cid-t8PJNZCyXR .dropdown-item:active {
  background-color: transparent;
}
.cid-t8PJNZCyXR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8PJNZCyXR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8PJNZCyXR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8PJNZCyXR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8PJNZCyXR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8PJNZCyXR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8PJNZCyXR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8PJNZCyXR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8PJNZCyXR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8PJNZCyXR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d04528;
}
.cid-t8PJNZCyXR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8PJNZCyXR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8PJNZCyXR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8PJNZCyXR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8PJNZCyXR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8PJNZCyXR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8PJNZCyXR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8PJNZCyXR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8PJNZCyXR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8PJNZCyXR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8PJNZCyXR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8PJNZCyXR .navbar {
    height: 70px;
  }
  .cid-t8PJNZCyXR .navbar.opened {
    height: auto;
  }
  .cid-t8PJNZCyXR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8PJO0uKuQ {
  background-image: url("../../../assets/images/header-vidrados3-1.jpg");
}
.cid-t8PJO0uKuQ .mbr-section-title {
  text-align: center;
  color: #858484;
}
.cid-t8PJO0uKuQ .mbr-text,
.cid-t8PJO0uKuQ .mbr-section-btn {
  color: #5c5c5c;
}
.cid-t8PJO0uKuQ .mbr-section-subtitle {
  color: #140f51;
}
.cid-t8PLl3lPVw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-t8PLl3lPVw .item {
  padding-bottom: 2rem;
}
.cid-t8PLl3lPVw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t8PLl3lPVw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t8PLl3lPVw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t8PLl3lPVw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t8PLl3lPVw .carousel-control,
.cid-t8PLl3lPVw .close {
  background: #1b1b1b;
}
.cid-t8PLl3lPVw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t8PLl3lPVw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t8PLl3lPVw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t8PLl3lPVw .carousel-control-next span {
  margin-left: 5px;
}
.cid-t8PLl3lPVw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t8PLl3lPVw .close::before {
  content: '\e91a';
}
.cid-t8PLl3lPVw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t8PLl3lPVw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t8PLl3lPVw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8PLl3lPVw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8PLl3lPVw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8PLl3lPVw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t8PLl3lPVw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8PLl3lPVw .carousel-indicators li.active,
.cid-t8PLl3lPVw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8PLl3lPVw .carousel-indicators li::after,
.cid-t8PLl3lPVw .carousel-indicators li::before {
  content: none;
}
.cid-t8PLl3lPVw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8PLl3lPVw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t8PLl3lPVw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t8PLl3lPVw .carousel-indicators {
    display: none;
  }
}
.cid-t8PLl3lPVw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t8PLl3lPVw .carousel-inner > .active {
  display: block;
}
.cid-t8PLl3lPVw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8PLl3lPVw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8PLl3lPVw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t8PLl3lPVw .carousel-control,
  .cid-t8PLl3lPVw .carousel-indicators,
  .cid-t8PLl3lPVw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t8PLl3lPVw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t8PLl3lPVw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t8PLl3lPVw .carousel-indicators .active,
.cid-t8PLl3lPVw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t8PLl3lPVw .carousel-indicators .active {
  background: #fff;
}
.cid-t8PLl3lPVw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t8PLl3lPVw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t8PLl3lPVw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t8PLl3lPVw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t8PLl3lPVw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t8PLl3lPVw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t8PLl3lPVw .carousel {
  width: 100%;
}
.cid-t8PLl3lPVw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t8PLl3lPVw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t8PLl3lPVw .modal.fade .modal-dialog,
.cid-t8PLl3lPVw .modal.in .modal-dialog {
  transform: none;
}
.cid-t8PLl3lPVw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t8PLl3lPVw H6 {
  text-align: center;
}
.cid-t8PLl3lPVw H3 {
  color: #858484;
}
.cid-t8PLl3lPVw H4 {
  color: #140f51;
}
.cid-t8Qgx8fpHI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-t8Qgx8fpHI .item {
  padding-bottom: 2rem;
}
.cid-t8Qgx8fpHI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t8Qgx8fpHI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t8Qgx8fpHI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t8Qgx8fpHI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t8Qgx8fpHI .carousel-control,
.cid-t8Qgx8fpHI .close {
  background: #1b1b1b;
}
.cid-t8Qgx8fpHI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t8Qgx8fpHI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t8Qgx8fpHI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t8Qgx8fpHI .carousel-control-next span {
  margin-left: 5px;
}
.cid-t8Qgx8fpHI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t8Qgx8fpHI .close::before {
  content: '\e91a';
}
.cid-t8Qgx8fpHI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t8Qgx8fpHI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t8Qgx8fpHI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8Qgx8fpHI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8Qgx8fpHI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8Qgx8fpHI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t8Qgx8fpHI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8Qgx8fpHI .carousel-indicators li.active,
.cid-t8Qgx8fpHI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8Qgx8fpHI .carousel-indicators li::after,
.cid-t8Qgx8fpHI .carousel-indicators li::before {
  content: none;
}
.cid-t8Qgx8fpHI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8Qgx8fpHI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t8Qgx8fpHI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t8Qgx8fpHI .carousel-indicators {
    display: none;
  }
}
.cid-t8Qgx8fpHI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t8Qgx8fpHI .carousel-inner > .active {
  display: block;
}
.cid-t8Qgx8fpHI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8Qgx8fpHI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8Qgx8fpHI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t8Qgx8fpHI .carousel-control,
  .cid-t8Qgx8fpHI .carousel-indicators,
  .cid-t8Qgx8fpHI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t8Qgx8fpHI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t8Qgx8fpHI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t8Qgx8fpHI .carousel-indicators .active,
.cid-t8Qgx8fpHI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t8Qgx8fpHI .carousel-indicators .active {
  background: #fff;
}
.cid-t8Qgx8fpHI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t8Qgx8fpHI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t8Qgx8fpHI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t8Qgx8fpHI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t8Qgx8fpHI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t8Qgx8fpHI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t8Qgx8fpHI .carousel {
  width: 100%;
}
.cid-t8Qgx8fpHI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t8Qgx8fpHI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t8Qgx8fpHI .modal.fade .modal-dialog,
.cid-t8Qgx8fpHI .modal.in .modal-dialog {
  transform: none;
}
.cid-t8Qgx8fpHI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t8Qgx8fpHI H6 {
  text-align: center;
}
.cid-t8Qgx8fpHI H3 {
  color: #858484;
}
.cid-t9B0kpWwZl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-t9B0kpWwZl .item {
  padding-bottom: 2rem;
}
.cid-t9B0kpWwZl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t9B0kpWwZl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t9B0kpWwZl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t9B0kpWwZl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t9B0kpWwZl .carousel-control,
.cid-t9B0kpWwZl .close {
  background: #1b1b1b;
}
.cid-t9B0kpWwZl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t9B0kpWwZl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t9B0kpWwZl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t9B0kpWwZl .carousel-control-next span {
  margin-left: 5px;
}
.cid-t9B0kpWwZl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t9B0kpWwZl .close::before {
  content: '\e91a';
}
.cid-t9B0kpWwZl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t9B0kpWwZl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t9B0kpWwZl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9B0kpWwZl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t9B0kpWwZl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9B0kpWwZl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t9B0kpWwZl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t9B0kpWwZl .carousel-indicators li.active,
.cid-t9B0kpWwZl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t9B0kpWwZl .carousel-indicators li::after,
.cid-t9B0kpWwZl .carousel-indicators li::before {
  content: none;
}
.cid-t9B0kpWwZl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t9B0kpWwZl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t9B0kpWwZl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t9B0kpWwZl .carousel-indicators {
    display: none;
  }
}
.cid-t9B0kpWwZl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t9B0kpWwZl .carousel-inner > .active {
  display: block;
}
.cid-t9B0kpWwZl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9B0kpWwZl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9B0kpWwZl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t9B0kpWwZl .carousel-control,
  .cid-t9B0kpWwZl .carousel-indicators,
  .cid-t9B0kpWwZl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t9B0kpWwZl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t9B0kpWwZl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9B0kpWwZl .carousel-indicators .active,
.cid-t9B0kpWwZl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t9B0kpWwZl .carousel-indicators .active {
  background: #fff;
}
.cid-t9B0kpWwZl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t9B0kpWwZl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t9B0kpWwZl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t9B0kpWwZl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t9B0kpWwZl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t9B0kpWwZl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t9B0kpWwZl .carousel {
  width: 100%;
}
.cid-t9B0kpWwZl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t9B0kpWwZl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t9B0kpWwZl .modal.fade .modal-dialog,
.cid-t9B0kpWwZl .modal.in .modal-dialog {
  transform: none;
}
.cid-t9B0kpWwZl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t9B0kpWwZl H6 {
  text-align: center;
}
.cid-t9B0kpWwZl H3 {
  color: #858484;
}
.cid-t9B8RTRunR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-t9B8RTRunR .item {
  padding-bottom: 2rem;
}
.cid-t9B8RTRunR .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t9B8RTRunR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t9B8RTRunR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t9B8RTRunR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t9B8RTRunR .carousel-control,
.cid-t9B8RTRunR .close {
  background: #1b1b1b;
}
.cid-t9B8RTRunR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t9B8RTRunR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t9B8RTRunR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t9B8RTRunR .carousel-control-next span {
  margin-left: 5px;
}
.cid-t9B8RTRunR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t9B8RTRunR .close::before {
  content: '\e91a';
}
.cid-t9B8RTRunR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t9B8RTRunR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t9B8RTRunR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9B8RTRunR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t9B8RTRunR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9B8RTRunR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t9B8RTRunR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t9B8RTRunR .carousel-indicators li.active,
.cid-t9B8RTRunR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t9B8RTRunR .carousel-indicators li::after,
.cid-t9B8RTRunR .carousel-indicators li::before {
  content: none;
}
.cid-t9B8RTRunR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t9B8RTRunR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t9B8RTRunR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t9B8RTRunR .carousel-indicators {
    display: none;
  }
}
.cid-t9B8RTRunR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t9B8RTRunR .carousel-inner > .active {
  display: block;
}
.cid-t9B8RTRunR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9B8RTRunR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9B8RTRunR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t9B8RTRunR .carousel-control,
  .cid-t9B8RTRunR .carousel-indicators,
  .cid-t9B8RTRunR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t9B8RTRunR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t9B8RTRunR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9B8RTRunR .carousel-indicators .active,
.cid-t9B8RTRunR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t9B8RTRunR .carousel-indicators .active {
  background: #fff;
}
.cid-t9B8RTRunR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t9B8RTRunR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t9B8RTRunR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t9B8RTRunR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t9B8RTRunR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t9B8RTRunR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t9B8RTRunR .carousel {
  width: 100%;
}
.cid-t9B8RTRunR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t9B8RTRunR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t9B8RTRunR .modal.fade .modal-dialog,
.cid-t9B8RTRunR .modal.in .modal-dialog {
  transform: none;
}
.cid-t9B8RTRunR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t9B8RTRunR H6 {
  text-align: center;
}
.cid-t9B8RTRunR H3 {
  color: #858484;
}
.cid-t8PJO4Txq1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-t8PJO4Txq1 .line {
  background-color: #eb539e;
  color: #eb539e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8PJO4Txq1 .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-t8PJO4Txq1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t8PJO4Txq1 .inner-container {
    width: 100% !important;
  }
}
.cid-t8PJO5i2pM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-t8PJO5i2pM .img-wrapper {
  text-align: center;
}
.cid-t8PJO5i2pM img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t8PJO5i2pM .row {
  align-items: flex-start;
}
.cid-t8PJO5i2pM .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-t8PJO5i2pM .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t8PJO5i2pM .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8PJO5i2pM .card-wrapper {
    padding: 1rem;
  }
}
.cid-t8PJO5i2pM .card-title {
  color: #7b7a7a;
}
.cid-t8PJO5i2pM .mbr-text,
.cid-t8PJO5i2pM .mbr-section-btn {
  color: #858484;
}
.cid-t8PJO66O57 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8PJO66O57 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8PJO66O57 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t8PJO66O57 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t8PJO66O57 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8PJO66O57 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t8PJO66O57 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8PJO66O57 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t8PJO66O57 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t8PJO66O57 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t8PJO66O57 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8PJO66O57 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  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%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@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: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-taft7vKi6D {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-taft7vKi6D nav.navbar {
  position: fixed;
}
.cid-taft7vKi6D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taft7vKi6D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taft7vKi6D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taft7vKi6D .dropdown-item:hover,
.cid-taft7vKi6D .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-taft7vKi6D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taft7vKi6D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taft7vKi6D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taft7vKi6D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taft7vKi6D .nav-link {
  position: relative;
}
.cid-taft7vKi6D .container {
  display: flex;
  margin: auto;
}
.cid-taft7vKi6D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taft7vKi6D .dropdown-menu,
.cid-taft7vKi6D .navbar.opened {
  background: #ffffff !important;
}
.cid-taft7vKi6D .nav-item:focus,
.cid-taft7vKi6D .nav-link:focus {
  outline: none;
}
.cid-taft7vKi6D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taft7vKi6D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taft7vKi6D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taft7vKi6D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taft7vKi6D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taft7vKi6D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taft7vKi6D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-taft7vKi6D .navbar.opened {
  transition: all 0.3s;
}
.cid-taft7vKi6D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taft7vKi6D .navbar .navbar-logo img {
  width: auto;
}
.cid-taft7vKi6D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taft7vKi6D .navbar.collapsed {
  justify-content: center;
}
.cid-taft7vKi6D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taft7vKi6D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taft7vKi6D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-taft7vKi6D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taft7vKi6D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taft7vKi6D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taft7vKi6D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taft7vKi6D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taft7vKi6D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taft7vKi6D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taft7vKi6D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taft7vKi6D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taft7vKi6D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taft7vKi6D .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taft7vKi6D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taft7vKi6D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taft7vKi6D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taft7vKi6D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taft7vKi6D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taft7vKi6D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taft7vKi6D .navbar.navbar-short {
  min-height: 60px;
}
.cid-taft7vKi6D .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-taft7vKi6D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taft7vKi6D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taft7vKi6D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taft7vKi6D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taft7vKi6D .dropdown-item.active,
.cid-taft7vKi6D .dropdown-item:active {
  background-color: transparent;
}
.cid-taft7vKi6D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taft7vKi6D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taft7vKi6D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taft7vKi6D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taft7vKi6D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taft7vKi6D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taft7vKi6D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taft7vKi6D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taft7vKi6D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taft7vKi6D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d04528;
}
.cid-taft7vKi6D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taft7vKi6D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taft7vKi6D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taft7vKi6D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taft7vKi6D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taft7vKi6D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taft7vKi6D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taft7vKi6D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taft7vKi6D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taft7vKi6D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taft7vKi6D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taft7vKi6D .navbar {
    height: 70px;
  }
  .cid-taft7vKi6D .navbar.opened {
    height: auto;
  }
  .cid-taft7vKi6D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taft7wB3JP {
  background-image: url("../../../assets/images/header-gres-1.jpg");
}
.cid-taft7wB3JP .mbr-section-title {
  text-align: center;
  color: #dc3b0f;
}
.cid-taft7wB3JP .mbr-text,
.cid-taft7wB3JP .mbr-section-btn {
  color: #5c5c5c;
}
.cid-taft7wB3JP .mbr-section-subtitle {
  color: #000000;
}
.cid-taft7x31gW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-taft7x31gW .item {
  padding-bottom: 2rem;
}
.cid-taft7x31gW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-taft7x31gW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-taft7x31gW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-taft7x31gW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taft7x31gW .carousel-control,
.cid-taft7x31gW .close {
  background: #1b1b1b;
}
.cid-taft7x31gW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taft7x31gW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taft7x31gW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taft7x31gW .carousel-control-next span {
  margin-left: 5px;
}
.cid-taft7x31gW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-taft7x31gW .close::before {
  content: '\e91a';
}
.cid-taft7x31gW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-taft7x31gW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-taft7x31gW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taft7x31gW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taft7x31gW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taft7x31gW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taft7x31gW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-taft7x31gW .carousel-indicators li.active,
.cid-taft7x31gW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taft7x31gW .carousel-indicators li::after,
.cid-taft7x31gW .carousel-indicators li::before {
  content: none;
}
.cid-taft7x31gW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taft7x31gW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taft7x31gW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taft7x31gW .carousel-indicators {
    display: none;
  }
}
.cid-taft7x31gW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taft7x31gW .carousel-inner > .active {
  display: block;
}
.cid-taft7x31gW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taft7x31gW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taft7x31gW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taft7x31gW .carousel-control,
  .cid-taft7x31gW .carousel-indicators,
  .cid-taft7x31gW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taft7x31gW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taft7x31gW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taft7x31gW .carousel-indicators .active,
.cid-taft7x31gW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taft7x31gW .carousel-indicators .active {
  background: #fff;
}
.cid-taft7x31gW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taft7x31gW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taft7x31gW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taft7x31gW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taft7x31gW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taft7x31gW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taft7x31gW .carousel {
  width: 100%;
}
.cid-taft7x31gW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taft7x31gW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taft7x31gW .modal.fade .modal-dialog,
.cid-taft7x31gW .modal.in .modal-dialog {
  transform: none;
}
.cid-taft7x31gW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taft7x31gW H6 {
  text-align: center;
}
.cid-taft7x31gW H3 {
  color: #858484;
}
.cid-taft7x31gW H4 {
  color: #000000;
}
.cid-taft7zBDHQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-taft7zBDHQ .item {
  padding-bottom: 2rem;
}
.cid-taft7zBDHQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-taft7zBDHQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-taft7zBDHQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-taft7zBDHQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taft7zBDHQ .carousel-control,
.cid-taft7zBDHQ .close {
  background: #1b1b1b;
}
.cid-taft7zBDHQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taft7zBDHQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taft7zBDHQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taft7zBDHQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-taft7zBDHQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-taft7zBDHQ .close::before {
  content: '\e91a';
}
.cid-taft7zBDHQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-taft7zBDHQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-taft7zBDHQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taft7zBDHQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taft7zBDHQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taft7zBDHQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taft7zBDHQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-taft7zBDHQ .carousel-indicators li.active,
.cid-taft7zBDHQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taft7zBDHQ .carousel-indicators li::after,
.cid-taft7zBDHQ .carousel-indicators li::before {
  content: none;
}
.cid-taft7zBDHQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taft7zBDHQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taft7zBDHQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taft7zBDHQ .carousel-indicators {
    display: none;
  }
}
.cid-taft7zBDHQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taft7zBDHQ .carousel-inner > .active {
  display: block;
}
.cid-taft7zBDHQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taft7zBDHQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taft7zBDHQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taft7zBDHQ .carousel-control,
  .cid-taft7zBDHQ .carousel-indicators,
  .cid-taft7zBDHQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taft7zBDHQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taft7zBDHQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taft7zBDHQ .carousel-indicators .active,
.cid-taft7zBDHQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taft7zBDHQ .carousel-indicators .active {
  background: #fff;
}
.cid-taft7zBDHQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taft7zBDHQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taft7zBDHQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taft7zBDHQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taft7zBDHQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taft7zBDHQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taft7zBDHQ .carousel {
  width: 100%;
}
.cid-taft7zBDHQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taft7zBDHQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taft7zBDHQ .modal.fade .modal-dialog,
.cid-taft7zBDHQ .modal.in .modal-dialog {
  transform: none;
}
.cid-taft7zBDHQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taft7zBDHQ H6 {
  text-align: center;
}
.cid-taft7zBDHQ H3 {
  color: #858484;
}
.cid-taft7At7z0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-taft7At7z0 .line {
  background-color: #eb539e;
  color: #eb539e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-taft7At7z0 .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-taft7At7z0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-taft7At7z0 .inner-container {
    width: 100% !important;
  }
}
.cid-taft7AT86a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-taft7AT86a .img-wrapper {
  text-align: center;
}
.cid-taft7AT86a img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-taft7AT86a .row {
  align-items: flex-start;
}
.cid-taft7AT86a .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-taft7AT86a .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-taft7AT86a .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taft7AT86a .card-wrapper {
    padding: 1rem;
  }
}
.cid-taft7AT86a .card-title {
  color: #7b7a7a;
}
.cid-taft7AT86a .mbr-text,
.cid-taft7AT86a .mbr-section-btn {
  color: #858484;
}
.cid-taft7BDMxf {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-taft7BDMxf .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taft7BDMxf .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-taft7BDMxf .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-taft7BDMxf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taft7BDMxf .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-taft7BDMxf .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-taft7BDMxf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-taft7BDMxf .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-taft7BDMxf .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-taft7BDMxf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-taft7BDMxf .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
