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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Cinzel-VariableFont_wght';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Cinzel-VariableFont_wght';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cinzel-VariableFont_wght';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'TenorSans-Regular';
  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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: #006a7a !important;
}
.bg-success {
  background-color: #006a7a !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #006a7a !important;
  border-color: #006a7a !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: #001f23 !important;
  border-color: #001f23 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001f23 !important;
  border-color: #001f23 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #90bdc7 !important;
  border-color: #90bdc7 !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: #569baa !important;
  border-color: #569baa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #569baa !important;
  border-color: #569baa !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #006a7a !important;
  border-color: #006a7a !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: #001f23 !important;
  border-color: #001f23 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001f23 !important;
  border-color: #001f23 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #006a7a;
  color: #006a7a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #001f23 !important;
  background-color: transparent!important;
  border-color: #001f23 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #006a7a !important;
  border-color: #006a7a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #90bdc7;
  color: #90bdc7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #569baa !important;
  background-color: transparent!important;
  border-color: #569baa !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #90bdc7 !important;
  border-color: #90bdc7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #006a7a;
  color: #006a7a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001f23 !important;
  background-color: transparent!important;
  border-color: #001f23 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #006a7a !important;
  border-color: #006a7a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #006a7a !important;
}
.text-secondary {
  color: #90bdc7 !important;
}
.text-success {
  color: #006a7a !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001114 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5192a0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #001114 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #006a7a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #006a7a;
  border-color: #006a7a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #006a7a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #00d9fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00d9fa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', 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: #006a7a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', 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: #006a7a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #006a7a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #006a7a;
}
.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: #006a7a;
  border-bottom-color: #006a7a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #006a7a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #90bdc7 !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='%23006a7a' %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-sFHpMqcXGj .navbar-dropdown {
  position: relative !important;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: absolute !important;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #d2fdff !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFHpMqcXGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFHoAfPmXB {
  background-image: url("../../../assets/images/img-8646-1920x1440.jpg");
}
.cid-sFHoAfPmXB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFHoAfPmXB .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-sFHoAfPmXB .mbr-section-title {
  color: #006a7a;
}
.cid-sFHoAfPmXB .mbr-text,
.cid-sFHoAfPmXB .mbr-section-btn {
  color: #006a7a;
}
.cid-sRF7VygTEz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/murnau-1920x1280.jpg");
}
.cid-sRF7VygTEz .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sRF7VygTEz img,
.cid-sRF7VygTEz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sRF7VygTEz .item:focus,
.cid-sRF7VygTEz span:focus {
  outline: none;
}
.cid-sRF7VygTEz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRF7VygTEz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sRF7VygTEz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRF7VygTEz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sRF7VygTEz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sRF7VygTEz .mbr-section-title {
  color: #006a7a;
}
.cid-sRF7VygTEz .mbr-text,
.cid-sRF7VygTEz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sRF7VygTEz .item-title {
  text-align: left;
  color: #006a7a;
}
.cid-sRF7VygTEz .item-subtitle {
  text-align: left;
  color: #006a7a;
}
.cid-sREtJ2GOG9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/94423178-m-2000x1326.jpg");
}
.cid-sREtJ2GOG9 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sREtJ2GOG9 img,
.cid-sREtJ2GOG9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sREtJ2GOG9 .item:focus,
.cid-sREtJ2GOG9 span:focus {
  outline: none;
}
.cid-sREtJ2GOG9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sREtJ2GOG9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sREtJ2GOG9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sREtJ2GOG9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sREtJ2GOG9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sREtJ2GOG9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sREtJ2GOG9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sREtJ2GOG9 .mbr-section-title {
  color: #006a7a;
}
.cid-sREtJ2GOG9 .mbr-text,
.cid-sREtJ2GOG9 .mbr-section-btn {
  text-align: left;
}
.cid-sREtJ2GOG9 .item-title {
  text-align: left;
  color: #006a7a;
}
.cid-sREtJ2GOG9 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sREGVsGURN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fourtec-2000x1334.jpg");
}
.cid-sREGVsGURN .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sREGVsGURN img,
.cid-sREGVsGURN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sREGVsGURN .item:focus,
.cid-sREGVsGURN span:focus {
  outline: none;
}
.cid-sREGVsGURN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sREGVsGURN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sREGVsGURN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sREGVsGURN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sREGVsGURN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sREGVsGURN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sREGVsGURN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sREGVsGURN .mbr-section-title {
  color: #006a7a;
}
.cid-sREGVsGURN .mbr-text,
.cid-sREGVsGURN .mbr-section-btn {
  text-align: left;
}
.cid-sREGVsGURN .item-title {
  text-align: left;
  color: #006a7a;
}
.cid-sREGVsGURN .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sREYwobtzD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sREYwobtzD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sREYwobtzD .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sREYwobtzD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sREYwobtzD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sREYwobtzD .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-sREYwobtzD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sREYwobtzD .carousel-control,
.cid-sREYwobtzD .close {
  background: #1b1b1b;
}
.cid-sREYwobtzD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sREYwobtzD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sREYwobtzD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sREYwobtzD .carousel-control-next span {
  margin-left: 5px;
}
.cid-sREYwobtzD .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-sREYwobtzD .close::before {
  content: '\e91a';
}
.cid-sREYwobtzD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sREYwobtzD .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-sREYwobtzD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sREYwobtzD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sREYwobtzD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sREYwobtzD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sREYwobtzD .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-sREYwobtzD .carousel-indicators li.active,
.cid-sREYwobtzD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sREYwobtzD .carousel-indicators li::after,
.cid-sREYwobtzD .carousel-indicators li::before {
  content: none;
}
.cid-sREYwobtzD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sREYwobtzD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sREYwobtzD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sREYwobtzD .carousel-indicators {
    display: none;
  }
}
.cid-sREYwobtzD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sREYwobtzD .carousel-inner > .active {
  display: block;
}
.cid-sREYwobtzD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sREYwobtzD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sREYwobtzD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sREYwobtzD .carousel-control,
  .cid-sREYwobtzD .carousel-indicators,
  .cid-sREYwobtzD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sREYwobtzD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sREYwobtzD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sREYwobtzD .carousel-indicators .active,
.cid-sREYwobtzD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sREYwobtzD .carousel-indicators .active {
  background: #fff;
}
.cid-sREYwobtzD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sREYwobtzD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sREYwobtzD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sREYwobtzD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sREYwobtzD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sREYwobtzD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sREYwobtzD .carousel {
  width: 100%;
}
.cid-sREYwobtzD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sREYwobtzD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sREYwobtzD .modal.fade .modal-dialog,
.cid-sREYwobtzD .modal.in .modal-dialog {
  transform: none;
}
.cid-sREYwobtzD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sREYwobtzD H6 {
  text-align: center;
}
.cid-sREYwobtzD H3 {
  color: #006a7a;
}
.cid-sRGab7QZOM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRGab7QZOM .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRGab7QZOM .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sRGab7QZOM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRGab7QZOM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRGab7QZOM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRGab7QZOM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRGab7QZOM .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sRGab7QZOM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRGab7QZOM .card-title {
  text-align: left;
  color: #006a7a;
}
.cid-sRAbGmtKSy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRAbGmtKSy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRAbGmtKSy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRAbGmtKSy .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRAbGmtKSy .mbr-section-title {
  color: #006a7a;
}
.cid-sFHu4seZjP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #90bdc7;
}
.cid-sFHu4seZjP .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFHu4seZjP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFHu4seZjP .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-sFHu4seZjP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFHu4seZjP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFHu4seZjP .mbr-section-title {
  color: #006a7a;
}
.cid-sRKG0S4Vvr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRKG0S4Vvr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRKG0S4Vvr .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRKG0S4Vvr .info .col-6,
  .cid-sRKG0S4Vvr .info .col-5 {
    width: 100%;
  }
  .cid-sRKG0S4Vvr .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRKG0S4Vvr .content .col-md-5 {
    width: 43%;
  }
  .cid-sRKG0S4Vvr .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .content .col-md-5 {
    width: 100%;
  }
  .cid-sRKG0S4Vvr .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRKG0S4Vvr .content {
    padding: 0;
  }
}
.cid-sRKG0S4Vvr .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRKG0S4Vvr .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRKG0S4Vvr .contacts {
  margin: 20px 0;
}
.cid-sRKG0S4Vvr .contacts p {
  margin: 0;
}
.cid-sRKG0S4Vvr .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRKG0S4Vvr .socials p {
  margin: 0 20px 0 0;
}
.cid-sRKG0S4Vvr .socials-item .link {
  color: #000000;
}
.cid-sRKG0S4Vvr .mbr-contacts {
  color: #000000;
}
.cid-sRKG0S4Vvr .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRKG0S4Vvr .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRKG0S4Vvr .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRKG0S4Vvr .item:first-child {
  margin-left: 0;
}
.cid-sRKG0S4Vvr .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRKG0S4Vvr .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRKG0S4Vvr .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRKG0S4Vvr .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRKG0S4Vvr .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRKG0S4Vvr .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRKG0S4Vvr .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRKG0S4Vvr .item:hover {
  cursor: pointer;
}
.cid-sRKG0S4Vvr .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRKG0S4Vvr .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRKG0S4Vvr .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRKG0S4Vvr .mbr-iconfont {
  color: #ffffff;
}
.cid-sRKG0S4Vvr .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRKG0S4Vvr .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRKG0S4Vvr .menu p {
  margin: 0 0 5px;
}
.cid-sRKG0S4Vvr h6 {
  font-size: 21px;
}
.cid-sRKG0S4Vvr .menu-title {
  margin-bottom: 10px;
}
.cid-sRKG0S4Vvr .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRKG0S4Vvr .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRKG0S4Vvr .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: relative !important;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: absolute !important;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #d2fdff !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFHpMqcXGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRFR8XNanr {
  background-image: url("../../../assets/images/inniebestselect-50-2000x1200.jpg");
}
.cid-sRFR8XNanr .mbr-section-title {
  color: #006a7a;
}
.cid-sRFOQNiw0b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRFOQNiw0b .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRFOQNiw0b .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRFOQNiw0b .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRFOQNiw0b .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRFOQNiw0b .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRFOQNiw0b .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRFOQNiw0b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRFOQNiw0b .card-title {
  text-align: left;
  color: #006a7a;
}
.cid-sRFOEoEAAF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRFOEoEAAF .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRFOEoEAAF .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sRFOEoEAAF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRFOEoEAAF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRFOEoEAAF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRFOEoEAAF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRFOEoEAAF .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sRFOEoEAAF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRFOEoEAAF .card-title {
  color: #006a7a;
}
.cid-sRFPH9gp1c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRFPH9gp1c .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRFPH9gp1c .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRFPH9gp1c .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRFPH9gp1c .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRFPH9gp1c .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRFPH9gp1c .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRFPH9gp1c .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRFPH9gp1c .card-title {
  color: #006a7a;
}
.cid-sRKG0S4Vvr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRKG0S4Vvr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRKG0S4Vvr .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRKG0S4Vvr .info .col-6,
  .cid-sRKG0S4Vvr .info .col-5 {
    width: 100%;
  }
  .cid-sRKG0S4Vvr .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRKG0S4Vvr .content .col-md-5 {
    width: 43%;
  }
  .cid-sRKG0S4Vvr .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .content .col-md-5 {
    width: 100%;
  }
  .cid-sRKG0S4Vvr .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRKG0S4Vvr .content {
    padding: 0;
  }
}
.cid-sRKG0S4Vvr .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRKG0S4Vvr .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRKG0S4Vvr .contacts {
  margin: 20px 0;
}
.cid-sRKG0S4Vvr .contacts p {
  margin: 0;
}
.cid-sRKG0S4Vvr .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRKG0S4Vvr .socials p {
  margin: 0 20px 0 0;
}
.cid-sRKG0S4Vvr .socials-item .link {
  color: #000000;
}
.cid-sRKG0S4Vvr .mbr-contacts {
  color: #000000;
}
.cid-sRKG0S4Vvr .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRKG0S4Vvr .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRKG0S4Vvr .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRKG0S4Vvr .item:first-child {
  margin-left: 0;
}
.cid-sRKG0S4Vvr .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRKG0S4Vvr .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRKG0S4Vvr .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRKG0S4Vvr .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRKG0S4Vvr .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRKG0S4Vvr .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRKG0S4Vvr .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRKG0S4Vvr .item:hover {
  cursor: pointer;
}
.cid-sRKG0S4Vvr .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRKG0S4Vvr .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRKG0S4Vvr .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRKG0S4Vvr .mbr-iconfont {
  color: #ffffff;
}
.cid-sRKG0S4Vvr .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRKG0S4Vvr .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRKG0S4Vvr .menu p {
  margin: 0 0 5px;
}
.cid-sRKG0S4Vvr h6 {
  font-size: 21px;
}
.cid-sRKG0S4Vvr .menu-title {
  margin-bottom: 10px;
}
.cid-sRKG0S4Vvr .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRKG0S4Vvr .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRKG0S4Vvr .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: relative !important;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: absolute !important;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #d2fdff !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFHpMqcXGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRGeixdgbK {
  background-image: url("../../../assets/images/29538231-m-704x469.jpeg");
}
.cid-sRGeixdgbK .mbr-section-title {
  color: #006a7a;
}
.cid-sRGeBJk6eZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRGeBJk6eZ .mbr-section-title,
.cid-sRGeBJk6eZ .mbr-section-subtitle {
  text-align: center;
}
.cid-sRGeBJk6eZ .cost {
  word-break: normal;
}
.cid-sRGeBJk6eZ .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-sRGeBJk6eZ .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sRGeBJk6eZ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRGeBJk6eZ .card-wrapper {
    padding: 1rem;
  }
}
.cid-sRGeBJk6eZ .card-title {
  color: #006a7a;
}
.cid-sRGeBJk6eZ .mbr-section-title {
  color: #006a7a;
}
.cid-sRL8zG8Mge {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRL8zG8Mge .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRL8zG8Mge .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRL8zG8Mge .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRL8zG8Mge .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRL8zG8Mge .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRL8zG8Mge .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRL8zG8Mge .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRL8zG8Mge .card-title {
  color: #006a7a;
}
.cid-sRKG0S4Vvr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRKG0S4Vvr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRKG0S4Vvr .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRKG0S4Vvr .info .col-6,
  .cid-sRKG0S4Vvr .info .col-5 {
    width: 100%;
  }
  .cid-sRKG0S4Vvr .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRKG0S4Vvr .content .col-md-5 {
    width: 43%;
  }
  .cid-sRKG0S4Vvr .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .content .col-md-5 {
    width: 100%;
  }
  .cid-sRKG0S4Vvr .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRKG0S4Vvr .content {
    padding: 0;
  }
}
.cid-sRKG0S4Vvr .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRKG0S4Vvr .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRKG0S4Vvr .contacts {
  margin: 20px 0;
}
.cid-sRKG0S4Vvr .contacts p {
  margin: 0;
}
.cid-sRKG0S4Vvr .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRKG0S4Vvr .socials p {
  margin: 0 20px 0 0;
}
.cid-sRKG0S4Vvr .socials-item .link {
  color: #000000;
}
.cid-sRKG0S4Vvr .mbr-contacts {
  color: #000000;
}
.cid-sRKG0S4Vvr .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRKG0S4Vvr .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRKG0S4Vvr .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRKG0S4Vvr .item:first-child {
  margin-left: 0;
}
.cid-sRKG0S4Vvr .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRKG0S4Vvr .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRKG0S4Vvr .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRKG0S4Vvr .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRKG0S4Vvr .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRKG0S4Vvr .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRKG0S4Vvr .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRKG0S4Vvr .item:hover {
  cursor: pointer;
}
.cid-sRKG0S4Vvr .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRKG0S4Vvr .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRKG0S4Vvr .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRKG0S4Vvr .mbr-iconfont {
  color: #ffffff;
}
.cid-sRKG0S4Vvr .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRKG0S4Vvr .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRKG0S4Vvr .menu p {
  margin: 0 0 5px;
}
.cid-sRKG0S4Vvr h6 {
  font-size: 21px;
}
.cid-sRKG0S4Vvr .menu-title {
  margin-bottom: 10px;
}
.cid-sRKG0S4Vvr .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRKG0S4Vvr .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRKG0S4Vvr .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: relative !important;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: absolute !important;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #d2fdff !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFHpMqcXGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRKI19YOvA {
  background-image: url("../../../assets/images/kosmetik-murnau2-1600x1200.jpeg");
}
.cid-sRKI19YOvA .mbr-section-title {
  color: #006a7a;
}
.cid-sRKIeSJjv2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRKIeSJjv2 .mbr-section-subtitle {
  color: #006a7a;
}
.cid-sRKIeSJjv2 .mbr-text {
  color: #232323;
}
.cid-sRKG0S4Vvr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRKG0S4Vvr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRKG0S4Vvr .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRKG0S4Vvr .info .col-6,
  .cid-sRKG0S4Vvr .info .col-5 {
    width: 100%;
  }
  .cid-sRKG0S4Vvr .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRKG0S4Vvr .content .col-md-5 {
    width: 43%;
  }
  .cid-sRKG0S4Vvr .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .content .col-md-5 {
    width: 100%;
  }
  .cid-sRKG0S4Vvr .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRKG0S4Vvr .content {
    padding: 0;
  }
}
.cid-sRKG0S4Vvr .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRKG0S4Vvr .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRKG0S4Vvr .contacts {
  margin: 20px 0;
}
.cid-sRKG0S4Vvr .contacts p {
  margin: 0;
}
.cid-sRKG0S4Vvr .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRKG0S4Vvr .socials p {
  margin: 0 20px 0 0;
}
.cid-sRKG0S4Vvr .socials-item .link {
  color: #000000;
}
.cid-sRKG0S4Vvr .mbr-contacts {
  color: #000000;
}
.cid-sRKG0S4Vvr .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRKG0S4Vvr .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRKG0S4Vvr .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRKG0S4Vvr .item:first-child {
  margin-left: 0;
}
.cid-sRKG0S4Vvr .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRKG0S4Vvr .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRKG0S4Vvr .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRKG0S4Vvr .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRKG0S4Vvr .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRKG0S4Vvr .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRKG0S4Vvr .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRKG0S4Vvr .item:hover {
  cursor: pointer;
}
.cid-sRKG0S4Vvr .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRKG0S4Vvr .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRKG0S4Vvr .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRKG0S4Vvr .mbr-iconfont {
  color: #ffffff;
}
.cid-sRKG0S4Vvr .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRKG0S4Vvr .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRKG0S4Vvr .menu p {
  margin: 0 0 5px;
}
.cid-sRKG0S4Vvr h6 {
  font-size: 21px;
}
.cid-sRKG0S4Vvr .menu-title {
  margin-bottom: 10px;
}
.cid-sRKG0S4Vvr .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRKG0S4Vvr .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRKG0S4Vvr .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: relative !important;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: absolute !important;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #d2fdff !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFHpMqcXGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRKK4CTorU {
  background-image: url("../../../assets/images/kosmetik-murnau3-2000x1123.jpeg");
}
.cid-sRKK4CTorU .mbr-section-title {
  color: #006a7a;
}
.cid-sRKMjIrmi5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRKMjIrmi5 .mbr-section-subtitle {
  color: #006a7a;
}
.cid-sRKG0S4Vvr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRKG0S4Vvr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRKG0S4Vvr .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRKG0S4Vvr .info .col-6,
  .cid-sRKG0S4Vvr .info .col-5 {
    width: 100%;
  }
  .cid-sRKG0S4Vvr .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRKG0S4Vvr .content .col-md-5 {
    width: 43%;
  }
  .cid-sRKG0S4Vvr .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .content .col-md-5 {
    width: 100%;
  }
  .cid-sRKG0S4Vvr .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRKG0S4Vvr .content {
    padding: 0;
  }
}
.cid-sRKG0S4Vvr .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRKG0S4Vvr .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRKG0S4Vvr .contacts {
  margin: 20px 0;
}
.cid-sRKG0S4Vvr .contacts p {
  margin: 0;
}
.cid-sRKG0S4Vvr .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRKG0S4Vvr .socials p {
  margin: 0 20px 0 0;
}
.cid-sRKG0S4Vvr .socials-item .link {
  color: #000000;
}
.cid-sRKG0S4Vvr .mbr-contacts {
  color: #000000;
}
.cid-sRKG0S4Vvr .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRKG0S4Vvr .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRKG0S4Vvr .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRKG0S4Vvr .item:first-child {
  margin-left: 0;
}
.cid-sRKG0S4Vvr .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRKG0S4Vvr .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRKG0S4Vvr .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRKG0S4Vvr .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRKG0S4Vvr .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRKG0S4Vvr .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRKG0S4Vvr .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRKG0S4Vvr .item:hover {
  cursor: pointer;
}
.cid-sRKG0S4Vvr .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRKG0S4Vvr .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRKG0S4Vvr .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRKG0S4Vvr .mbr-iconfont {
  color: #ffffff;
}
.cid-sRKG0S4Vvr .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRKG0S4Vvr .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRKG0S4Vvr .menu p {
  margin: 0 0 5px;
}
.cid-sRKG0S4Vvr h6 {
  font-size: 21px;
}
.cid-sRKG0S4Vvr .menu-title {
  margin-bottom: 10px;
}
.cid-sRKG0S4Vvr .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRKG0S4Vvr .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRKG0S4Vvr .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sRL1Lm4gbn .navbar-dropdown {
  position: relative !important;
}
.cid-sRL1Lm4gbn .navbar-dropdown {
  position: absolute !important;
}
.cid-sRL1Lm4gbn .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-sRL1Lm4gbn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRL1Lm4gbn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRL1Lm4gbn .dropdown-item:hover,
.cid-sRL1Lm4gbn .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sRL1Lm4gbn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRL1Lm4gbn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRL1Lm4gbn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRL1Lm4gbn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRL1Lm4gbn .nav-link {
  position: relative;
}
.cid-sRL1Lm4gbn .container {
  display: flex;
  margin: auto;
}
.cid-sRL1Lm4gbn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRL1Lm4gbn .dropdown-menu,
.cid-sRL1Lm4gbn .navbar.opened {
  background: #d2fdff !important;
}
.cid-sRL1Lm4gbn .nav-item:focus,
.cid-sRL1Lm4gbn .nav-link:focus {
  outline: none;
}
.cid-sRL1Lm4gbn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRL1Lm4gbn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRL1Lm4gbn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRL1Lm4gbn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRL1Lm4gbn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRL1Lm4gbn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRL1Lm4gbn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sRL1Lm4gbn .navbar.opened {
  transition: all 0.3s;
}
.cid-sRL1Lm4gbn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRL1Lm4gbn .navbar .navbar-logo img {
  width: auto;
}
.cid-sRL1Lm4gbn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRL1Lm4gbn .navbar.collapsed {
  justify-content: center;
}
.cid-sRL1Lm4gbn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRL1Lm4gbn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRL1Lm4gbn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sRL1Lm4gbn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRL1Lm4gbn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRL1Lm4gbn .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-sRL1Lm4gbn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRL1Lm4gbn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRL1Lm4gbn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRL1Lm4gbn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRL1Lm4gbn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRL1Lm4gbn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRL1Lm4gbn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRL1Lm4gbn .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-sRL1Lm4gbn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRL1Lm4gbn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRL1Lm4gbn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRL1Lm4gbn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRL1Lm4gbn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRL1Lm4gbn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRL1Lm4gbn .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRL1Lm4gbn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRL1Lm4gbn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRL1Lm4gbn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRL1Lm4gbn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRL1Lm4gbn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRL1Lm4gbn .dropdown-item.active,
.cid-sRL1Lm4gbn .dropdown-item:active {
  background-color: transparent;
}
.cid-sRL1Lm4gbn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRL1Lm4gbn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRL1Lm4gbn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRL1Lm4gbn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sRL1Lm4gbn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRL1Lm4gbn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRL1Lm4gbn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRL1Lm4gbn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRL1Lm4gbn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRL1Lm4gbn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sRL1Lm4gbn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRL1Lm4gbn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRL1Lm4gbn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRL1Lm4gbn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRL1Lm4gbn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRL1Lm4gbn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRL1Lm4gbn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRL1Lm4gbn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRL1Lm4gbn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sRL1Lm4gbn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRL1Lm4gbn .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-sRL1Lm4gbn .navbar {
    height: 70px;
  }
  .cid-sRL1Lm4gbn .navbar.opened {
    height: auto;
  }
  .cid-sRL1Lm4gbn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRL1LkAnQB {
  background-image: url("../../../assets/images/94423178-m-2000x1326.jpg");
}
.cid-sRL1LkAnQB .mbr-section-title {
  color: #006a7a;
}
.cid-sRL1Lnmb1F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRL1Lnmb1F .mbr-section-title,
.cid-sRL1Lnmb1F .mbr-section-subtitle {
  text-align: center;
}
.cid-sRL1Lnmb1F .cost {
  word-break: normal;
}
.cid-sRL1Lnmb1F .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-sRL1Lnmb1F .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sRL1Lnmb1F .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRL1Lnmb1F .card-wrapper {
    padding: 1rem;
  }
}
.cid-sRL1Lnmb1F .card-title {
  color: #006a7a;
}
.cid-sRL1Lnmb1F .mbr-section-title {
  color: #006a7a;
}
.cid-sRL1Lnmb1F P {
  color: #232323;
}
.cid-sRL68iOjNu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRL68iOjNu .mbr-section-subtitle {
  color: #006a7a;
}
.cid-sRL41fUzSo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRL41fUzSo .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRL41fUzSo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRL41fUzSo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRL41fUzSo .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRL41fUzSo .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRL41fUzSo .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRL41fUzSo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRL41fUzSo .card-title {
  color: #006a7a;
}
.cid-sRL1LoTpku {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRL1LoTpku .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRL1LoTpku .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRL1LoTpku .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRL1LoTpku .info .col-6,
  .cid-sRL1LoTpku .info .col-5 {
    width: 100%;
  }
  .cid-sRL1LoTpku .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRL1LoTpku .content .col-md-5 {
    width: 43%;
  }
  .cid-sRL1LoTpku .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRL1LoTpku .content .col-md-5 {
    width: 100%;
  }
  .cid-sRL1LoTpku .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRL1LoTpku .content {
    padding: 0;
  }
}
.cid-sRL1LoTpku .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRL1LoTpku .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRL1LoTpku .contacts {
  margin: 20px 0;
}
.cid-sRL1LoTpku .contacts p {
  margin: 0;
}
.cid-sRL1LoTpku .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRL1LoTpku .socials p {
  margin: 0 20px 0 0;
}
.cid-sRL1LoTpku .socials-item .link {
  color: #000000;
}
.cid-sRL1LoTpku .mbr-contacts {
  color: #000000;
}
.cid-sRL1LoTpku .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRL1LoTpku .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRL1LoTpku .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRL1LoTpku .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRL1LoTpku .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRL1LoTpku .item:first-child {
  margin-left: 0;
}
.cid-sRL1LoTpku .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRL1LoTpku .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRL1LoTpku .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRL1LoTpku .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRL1LoTpku .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRL1LoTpku .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRL1LoTpku .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRL1LoTpku .item:hover {
  cursor: pointer;
}
.cid-sRL1LoTpku .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRL1LoTpku .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRL1LoTpku .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRL1LoTpku .mbr-iconfont {
  color: #ffffff;
}
.cid-sRL1LoTpku .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRL1LoTpku .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRL1LoTpku .menu p {
  margin: 0 0 5px;
}
.cid-sRL1LoTpku h6 {
  font-size: 21px;
}
.cid-sRL1LoTpku .menu-title {
  margin-bottom: 10px;
}
.cid-sRL1LoTpku .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRL1LoTpku .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRL1LoTpku .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sRL6FUQbWc .navbar-dropdown {
  position: relative !important;
}
.cid-sRL6FUQbWc .navbar-dropdown {
  position: absolute !important;
}
.cid-sRL6FUQbWc .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-sRL6FUQbWc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRL6FUQbWc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRL6FUQbWc .dropdown-item:hover,
.cid-sRL6FUQbWc .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sRL6FUQbWc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRL6FUQbWc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRL6FUQbWc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRL6FUQbWc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRL6FUQbWc .nav-link {
  position: relative;
}
.cid-sRL6FUQbWc .container {
  display: flex;
  margin: auto;
}
.cid-sRL6FUQbWc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRL6FUQbWc .dropdown-menu,
.cid-sRL6FUQbWc .navbar.opened {
  background: #d2fdff !important;
}
.cid-sRL6FUQbWc .nav-item:focus,
.cid-sRL6FUQbWc .nav-link:focus {
  outline: none;
}
.cid-sRL6FUQbWc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRL6FUQbWc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRL6FUQbWc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRL6FUQbWc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRL6FUQbWc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRL6FUQbWc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRL6FUQbWc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sRL6FUQbWc .navbar.opened {
  transition: all 0.3s;
}
.cid-sRL6FUQbWc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRL6FUQbWc .navbar .navbar-logo img {
  width: auto;
}
.cid-sRL6FUQbWc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRL6FUQbWc .navbar.collapsed {
  justify-content: center;
}
.cid-sRL6FUQbWc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRL6FUQbWc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRL6FUQbWc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sRL6FUQbWc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRL6FUQbWc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRL6FUQbWc .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-sRL6FUQbWc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRL6FUQbWc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRL6FUQbWc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRL6FUQbWc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRL6FUQbWc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRL6FUQbWc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRL6FUQbWc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRL6FUQbWc .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-sRL6FUQbWc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRL6FUQbWc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRL6FUQbWc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRL6FUQbWc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRL6FUQbWc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRL6FUQbWc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRL6FUQbWc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRL6FUQbWc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRL6FUQbWc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRL6FUQbWc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRL6FUQbWc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRL6FUQbWc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRL6FUQbWc .dropdown-item.active,
.cid-sRL6FUQbWc .dropdown-item:active {
  background-color: transparent;
}
.cid-sRL6FUQbWc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRL6FUQbWc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRL6FUQbWc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRL6FUQbWc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sRL6FUQbWc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRL6FUQbWc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRL6FUQbWc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRL6FUQbWc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRL6FUQbWc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRL6FUQbWc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sRL6FUQbWc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRL6FUQbWc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRL6FUQbWc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRL6FUQbWc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRL6FUQbWc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRL6FUQbWc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRL6FUQbWc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRL6FUQbWc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRL6FUQbWc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sRL6FUQbWc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRL6FUQbWc .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-sRL6FUQbWc .navbar {
    height: 70px;
  }
  .cid-sRL6FUQbWc .navbar.opened {
    height: auto;
  }
  .cid-sRL6FUQbWc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRL6FTwBu6 {
  background-image: url("../../../assets/images/94423178-m-2000x1326.jpg");
}
.cid-sRL6FTwBu6 .mbr-section-title {
  color: #006a7a;
}
.cid-sRL7H7mSm1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRL7H7mSm1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRL7H7mSm1 .row {
  flex-direction: row-reverse;
}
.cid-sRL7H7mSm1 img {
  width: 100%;
}
.cid-sRL6FYk01n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRL6FYk01n .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRL6FYk01n .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRL6FYk01n .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRL6FYk01n .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRL6FYk01n .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRL6FYk01n .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRL6FYk01n .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRL6FYk01n .card-title {
  color: #006a7a;
}
.cid-sRL6FZk4Ls {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRL6FZk4Ls .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRL6FZk4Ls .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRL6FZk4Ls .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRL6FZk4Ls .info .col-6,
  .cid-sRL6FZk4Ls .info .col-5 {
    width: 100%;
  }
  .cid-sRL6FZk4Ls .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRL6FZk4Ls .content .col-md-5 {
    width: 43%;
  }
  .cid-sRL6FZk4Ls .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRL6FZk4Ls .content .col-md-5 {
    width: 100%;
  }
  .cid-sRL6FZk4Ls .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRL6FZk4Ls .content {
    padding: 0;
  }
}
.cid-sRL6FZk4Ls .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRL6FZk4Ls .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRL6FZk4Ls .contacts {
  margin: 20px 0;
}
.cid-sRL6FZk4Ls .contacts p {
  margin: 0;
}
.cid-sRL6FZk4Ls .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRL6FZk4Ls .socials p {
  margin: 0 20px 0 0;
}
.cid-sRL6FZk4Ls .socials-item .link {
  color: #000000;
}
.cid-sRL6FZk4Ls .mbr-contacts {
  color: #000000;
}
.cid-sRL6FZk4Ls .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRL6FZk4Ls .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRL6FZk4Ls .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRL6FZk4Ls .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRL6FZk4Ls .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRL6FZk4Ls .item:first-child {
  margin-left: 0;
}
.cid-sRL6FZk4Ls .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRL6FZk4Ls .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRL6FZk4Ls .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRL6FZk4Ls .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRL6FZk4Ls .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRL6FZk4Ls .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRL6FZk4Ls .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRL6FZk4Ls .item:hover {
  cursor: pointer;
}
.cid-sRL6FZk4Ls .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRL6FZk4Ls .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRL6FZk4Ls .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRL6FZk4Ls .mbr-iconfont {
  color: #ffffff;
}
.cid-sRL6FZk4Ls .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRL6FZk4Ls .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRL6FZk4Ls .menu p {
  margin: 0 0 5px;
}
.cid-sRL6FZk4Ls h6 {
  font-size: 21px;
}
.cid-sRL6FZk4Ls .menu-title {
  margin-bottom: 10px;
}
.cid-sRL6FZk4Ls .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRL6FZk4Ls .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRL6FZk4Ls .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sRLaQcuRQL .navbar-dropdown {
  position: relative !important;
}
.cid-sRLaQcuRQL .navbar-dropdown {
  position: absolute !important;
}
.cid-sRLaQcuRQL .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-sRLaQcuRQL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRLaQcuRQL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRLaQcuRQL .dropdown-item:hover,
.cid-sRLaQcuRQL .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sRLaQcuRQL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRLaQcuRQL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRLaQcuRQL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRLaQcuRQL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRLaQcuRQL .nav-link {
  position: relative;
}
.cid-sRLaQcuRQL .container {
  display: flex;
  margin: auto;
}
.cid-sRLaQcuRQL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRLaQcuRQL .dropdown-menu,
.cid-sRLaQcuRQL .navbar.opened {
  background: #d2fdff !important;
}
.cid-sRLaQcuRQL .nav-item:focus,
.cid-sRLaQcuRQL .nav-link:focus {
  outline: none;
}
.cid-sRLaQcuRQL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRLaQcuRQL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRLaQcuRQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRLaQcuRQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRLaQcuRQL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRLaQcuRQL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRLaQcuRQL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sRLaQcuRQL .navbar.opened {
  transition: all 0.3s;
}
.cid-sRLaQcuRQL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRLaQcuRQL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRLaQcuRQL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRLaQcuRQL .navbar.collapsed {
  justify-content: center;
}
.cid-sRLaQcuRQL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRLaQcuRQL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRLaQcuRQL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sRLaQcuRQL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRLaQcuRQL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRLaQcuRQL .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-sRLaQcuRQL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRLaQcuRQL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRLaQcuRQL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRLaQcuRQL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRLaQcuRQL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRLaQcuRQL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRLaQcuRQL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRLaQcuRQL .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-sRLaQcuRQL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRLaQcuRQL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRLaQcuRQL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRLaQcuRQL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRLaQcuRQL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRLaQcuRQL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRLaQcuRQL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRLaQcuRQL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRLaQcuRQL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRLaQcuRQL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRLaQcuRQL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRLaQcuRQL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRLaQcuRQL .dropdown-item.active,
.cid-sRLaQcuRQL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRLaQcuRQL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRLaQcuRQL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRLaQcuRQL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRLaQcuRQL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sRLaQcuRQL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRLaQcuRQL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRLaQcuRQL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRLaQcuRQL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRLaQcuRQL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRLaQcuRQL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sRLaQcuRQL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRLaQcuRQL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRLaQcuRQL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRLaQcuRQL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRLaQcuRQL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRLaQcuRQL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRLaQcuRQL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRLaQcuRQL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRLaQcuRQL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sRLaQcuRQL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRLaQcuRQL .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-sRLaQcuRQL .navbar {
    height: 70px;
  }
  .cid-sRLaQcuRQL .navbar.opened {
    height: auto;
  }
  .cid-sRLaQcuRQL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRLaQam7Q7 {
  background-image: url("../../../assets/images/28294926-l-2000x1335.jpg");
}
.cid-sRLaQam7Q7 .mbr-section-title {
  color: #006a7a;
}
.cid-sRLaQdX9t2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLaQdX9t2 .mbr-section-title,
.cid-sRLaQdX9t2 .mbr-section-subtitle {
  text-align: center;
}
.cid-sRLaQdX9t2 .cost {
  word-break: normal;
}
.cid-sRLaQdX9t2 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-sRLaQdX9t2 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sRLaQdX9t2 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLaQdX9t2 .card-wrapper {
    padding: 1rem;
  }
}
.cid-sRLaQdX9t2 .card-title {
  color: #006a7a;
}
.cid-sRLaQdX9t2 .mbr-section-title {
  color: #006a7a;
}
.cid-sRLaQdX9t2 P {
  color: #232323;
  text-align: left;
}
.cid-sRLaQfrrsI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLaQfrrsI .mbr-section-subtitle {
  color: #006a7a;
}
.cid-sRLgtRsXvP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLgtRsXvP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sRLgtRsXvP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sRLgtRsXvP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #006a7a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sRLgtRsXvP H3 {
  color: #006a7a;
}
.cid-sRLhK9BroU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLhK9BroU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sRLhK9BroU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sRLhK9BroU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #006a7a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sRLhK9BroU H3 {
  color: #006a7a;
}
.cid-sRLg6H1xUs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLg6H1xUs .mbr-section-subtitle {
  color: #006a7a;
}
.cid-sRLaQgotOK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRLaQgotOK .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRLaQgotOK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLaQgotOK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRLaQgotOK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRLaQgotOK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRLaQgotOK .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRLaQgotOK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRLaQgotOK .card-title {
  color: #006a7a;
}
.cid-sRLaQhviJ1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRLaQhviJ1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRLaQhviJ1 .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRLaQhviJ1 .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLaQhviJ1 .info .col-6,
  .cid-sRLaQhviJ1 .info .col-5 {
    width: 100%;
  }
  .cid-sRLaQhviJ1 .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRLaQhviJ1 .content .col-md-5 {
    width: 43%;
  }
  .cid-sRLaQhviJ1 .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRLaQhviJ1 .content .col-md-5 {
    width: 100%;
  }
  .cid-sRLaQhviJ1 .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRLaQhviJ1 .content {
    padding: 0;
  }
}
.cid-sRLaQhviJ1 .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRLaQhviJ1 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRLaQhviJ1 .contacts {
  margin: 20px 0;
}
.cid-sRLaQhviJ1 .contacts p {
  margin: 0;
}
.cid-sRLaQhviJ1 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRLaQhviJ1 .socials p {
  margin: 0 20px 0 0;
}
.cid-sRLaQhviJ1 .socials-item .link {
  color: #000000;
}
.cid-sRLaQhviJ1 .mbr-contacts {
  color: #000000;
}
.cid-sRLaQhviJ1 .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRLaQhviJ1 .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRLaQhviJ1 .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRLaQhviJ1 .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRLaQhviJ1 .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRLaQhviJ1 .item:first-child {
  margin-left: 0;
}
.cid-sRLaQhviJ1 .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRLaQhviJ1 .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRLaQhviJ1 .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRLaQhviJ1 .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRLaQhviJ1 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRLaQhviJ1 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRLaQhviJ1 .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRLaQhviJ1 .item:hover {
  cursor: pointer;
}
.cid-sRLaQhviJ1 .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRLaQhviJ1 .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRLaQhviJ1 .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRLaQhviJ1 .mbr-iconfont {
  color: #ffffff;
}
.cid-sRLaQhviJ1 .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRLaQhviJ1 .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRLaQhviJ1 .menu p {
  margin: 0 0 5px;
}
.cid-sRLaQhviJ1 h6 {
  font-size: 21px;
}
.cid-sRLaQhviJ1 .menu-title {
  margin-bottom: 10px;
}
.cid-sRLaQhviJ1 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRLaQhviJ1 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRLaQhviJ1 .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sRLuAalwLw .navbar-dropdown {
  position: relative !important;
}
.cid-sRLuAalwLw .navbar-dropdown {
  position: absolute !important;
}
.cid-sRLuAalwLw .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-sRLuAalwLw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRLuAalwLw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRLuAalwLw .dropdown-item:hover,
.cid-sRLuAalwLw .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sRLuAalwLw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRLuAalwLw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRLuAalwLw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRLuAalwLw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRLuAalwLw .nav-link {
  position: relative;
}
.cid-sRLuAalwLw .container {
  display: flex;
  margin: auto;
}
.cid-sRLuAalwLw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRLuAalwLw .dropdown-menu,
.cid-sRLuAalwLw .navbar.opened {
  background: #d2fdff !important;
}
.cid-sRLuAalwLw .nav-item:focus,
.cid-sRLuAalwLw .nav-link:focus {
  outline: none;
}
.cid-sRLuAalwLw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRLuAalwLw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRLuAalwLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRLuAalwLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRLuAalwLw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRLuAalwLw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRLuAalwLw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sRLuAalwLw .navbar.opened {
  transition: all 0.3s;
}
.cid-sRLuAalwLw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRLuAalwLw .navbar .navbar-logo img {
  width: auto;
}
.cid-sRLuAalwLw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRLuAalwLw .navbar.collapsed {
  justify-content: center;
}
.cid-sRLuAalwLw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRLuAalwLw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRLuAalwLw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sRLuAalwLw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRLuAalwLw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRLuAalwLw .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-sRLuAalwLw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRLuAalwLw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRLuAalwLw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRLuAalwLw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRLuAalwLw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRLuAalwLw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRLuAalwLw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRLuAalwLw .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-sRLuAalwLw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRLuAalwLw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRLuAalwLw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRLuAalwLw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRLuAalwLw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRLuAalwLw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRLuAalwLw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRLuAalwLw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRLuAalwLw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRLuAalwLw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRLuAalwLw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRLuAalwLw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRLuAalwLw .dropdown-item.active,
.cid-sRLuAalwLw .dropdown-item:active {
  background-color: transparent;
}
.cid-sRLuAalwLw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRLuAalwLw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRLuAalwLw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRLuAalwLw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sRLuAalwLw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRLuAalwLw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRLuAalwLw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRLuAalwLw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRLuAalwLw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRLuAalwLw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sRLuAalwLw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRLuAalwLw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRLuAalwLw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRLuAalwLw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRLuAalwLw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRLuAalwLw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRLuAalwLw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRLuAalwLw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRLuAalwLw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sRLuAalwLw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRLuAalwLw .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-sRLuAalwLw .navbar {
    height: 70px;
  }
  .cid-sRLuAalwLw .navbar.opened {
    height: auto;
  }
  .cid-sRLuAalwLw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRLuA8Pzyk {
  background-image: url("../../../assets/images/premium-aesthetic-onetec-696x672.jpg");
}
.cid-sRLuA8Pzyk .mbr-section-title {
  color: #006a7a;
}
.cid-sRLx7b244q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLxtjknmy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #90bdc7;
}
@media (max-width: 991px) {
  .cid-sRLxtjknmy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRLxtjknmy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRLxtjknmy .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRLxtjknmy .mbr-section-title {
  color: #006a7a;
}
.cid-sRLxucWiSe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #006a7a;
}
@media (max-width: 991px) {
  .cid-sRLxucWiSe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRLxucWiSe .row {
  flex-direction: row-reverse;
}
.cid-sRLxucWiSe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRLxucWiSe .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRLxucWiSe .mbr-section-title {
  color: #fafafa;
}
.cid-sRLxucWiSe .mbr-text {
  color: #fafafa;
}
.cid-sRLzHgnHOe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #90bdc7;
}
.cid-sRLzHgnHOe .video-wrapper iframe {
  width: 100%;
}
.cid-sRLzHgnHOe .mbr-section-title,
.cid-sRLzHgnHOe .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sRLzHgnHOe .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRLzHgnHOe .mbr-section-subtitle {
  color: #006a7a;
}
.cid-sRLAl6W7zy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLAl6W7zy ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sRLAl6W7zy li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sRLAl6W7zy ul li::before {
  position: relative;
  left: -1.6rem;
  content: "\2714";
  color: #006a7a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sRLAl6W7zy H3 {
  color: #006a7a;
}
.cid-sRLAqbehLX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRLAqbehLX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRLAqbehLX .row {
  flex-direction: row-reverse;
}
.cid-sRLAqbehLX img {
  width: 100%;
}
.cid-sRLuAcBLfo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLuAcBLfo .mbr-section-title,
.cid-sRLuAcBLfo .mbr-section-subtitle {
  text-align: center;
}
.cid-sRLuAcBLfo .cost {
  word-break: normal;
}
.cid-sRLuAcBLfo .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-sRLuAcBLfo .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sRLuAcBLfo .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLuAcBLfo .card-wrapper {
    padding: 1rem;
  }
}
.cid-sRLuAcBLfo .card-title {
  color: #006a7a;
}
.cid-sRLuAcBLfo .mbr-section-title {
  color: #006a7a;
}
.cid-sRLuAe4Saa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLuAe4Saa .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRLuAe4Saa .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLuAe4Saa .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRLuAe4Saa .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRLuAe4Saa .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRLuAe4Saa .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRLuAe4Saa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRLuAe4Saa .card-title {
  color: #006a7a;
}
.cid-sRLuAf22TL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRLuAf22TL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRLuAf22TL .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRLuAf22TL .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLuAf22TL .info .col-6,
  .cid-sRLuAf22TL .info .col-5 {
    width: 100%;
  }
  .cid-sRLuAf22TL .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRLuAf22TL .content .col-md-5 {
    width: 43%;
  }
  .cid-sRLuAf22TL .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRLuAf22TL .content .col-md-5 {
    width: 100%;
  }
  .cid-sRLuAf22TL .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRLuAf22TL .content {
    padding: 0;
  }
}
.cid-sRLuAf22TL .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRLuAf22TL .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRLuAf22TL .contacts {
  margin: 20px 0;
}
.cid-sRLuAf22TL .contacts p {
  margin: 0;
}
.cid-sRLuAf22TL .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRLuAf22TL .socials p {
  margin: 0 20px 0 0;
}
.cid-sRLuAf22TL .socials-item .link {
  color: #000000;
}
.cid-sRLuAf22TL .mbr-contacts {
  color: #000000;
}
.cid-sRLuAf22TL .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRLuAf22TL .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRLuAf22TL .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRLuAf22TL .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRLuAf22TL .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRLuAf22TL .item:first-child {
  margin-left: 0;
}
.cid-sRLuAf22TL .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRLuAf22TL .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRLuAf22TL .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRLuAf22TL .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRLuAf22TL .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRLuAf22TL .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRLuAf22TL .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRLuAf22TL .item:hover {
  cursor: pointer;
}
.cid-sRLuAf22TL .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRLuAf22TL .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRLuAf22TL .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRLuAf22TL .mbr-iconfont {
  color: #ffffff;
}
.cid-sRLuAf22TL .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRLuAf22TL .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRLuAf22TL .menu p {
  margin: 0 0 5px;
}
.cid-sRLuAf22TL h6 {
  font-size: 21px;
}
.cid-sRLuAf22TL .menu-title {
  margin-bottom: 10px;
}
.cid-sRLuAf22TL .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRLuAf22TL .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRLuAf22TL .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sRLCiyIHc0 .navbar-dropdown {
  position: relative !important;
}
.cid-sRLCiyIHc0 .navbar-dropdown {
  position: absolute !important;
}
.cid-sRLCiyIHc0 .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-sRLCiyIHc0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRLCiyIHc0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRLCiyIHc0 .dropdown-item:hover,
.cid-sRLCiyIHc0 .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sRLCiyIHc0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRLCiyIHc0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRLCiyIHc0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRLCiyIHc0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRLCiyIHc0 .nav-link {
  position: relative;
}
.cid-sRLCiyIHc0 .container {
  display: flex;
  margin: auto;
}
.cid-sRLCiyIHc0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRLCiyIHc0 .dropdown-menu,
.cid-sRLCiyIHc0 .navbar.opened {
  background: #d2fdff !important;
}
.cid-sRLCiyIHc0 .nav-item:focus,
.cid-sRLCiyIHc0 .nav-link:focus {
  outline: none;
}
.cid-sRLCiyIHc0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRLCiyIHc0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRLCiyIHc0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRLCiyIHc0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRLCiyIHc0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRLCiyIHc0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRLCiyIHc0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sRLCiyIHc0 .navbar.opened {
  transition: all 0.3s;
}
.cid-sRLCiyIHc0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRLCiyIHc0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sRLCiyIHc0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRLCiyIHc0 .navbar.collapsed {
  justify-content: center;
}
.cid-sRLCiyIHc0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRLCiyIHc0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRLCiyIHc0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sRLCiyIHc0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRLCiyIHc0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRLCiyIHc0 .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-sRLCiyIHc0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRLCiyIHc0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRLCiyIHc0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRLCiyIHc0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRLCiyIHc0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRLCiyIHc0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRLCiyIHc0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRLCiyIHc0 .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-sRLCiyIHc0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRLCiyIHc0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRLCiyIHc0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRLCiyIHc0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRLCiyIHc0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRLCiyIHc0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRLCiyIHc0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRLCiyIHc0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRLCiyIHc0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRLCiyIHc0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRLCiyIHc0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRLCiyIHc0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRLCiyIHc0 .dropdown-item.active,
.cid-sRLCiyIHc0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRLCiyIHc0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRLCiyIHc0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRLCiyIHc0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRLCiyIHc0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sRLCiyIHc0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRLCiyIHc0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRLCiyIHc0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRLCiyIHc0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRLCiyIHc0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRLCiyIHc0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sRLCiyIHc0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRLCiyIHc0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRLCiyIHc0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRLCiyIHc0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRLCiyIHc0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRLCiyIHc0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRLCiyIHc0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRLCiyIHc0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRLCiyIHc0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sRLCiyIHc0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRLCiyIHc0 .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-sRLCiyIHc0 .navbar {
    height: 70px;
  }
  .cid-sRLCiyIHc0 .navbar.opened {
    height: auto;
  }
  .cid-sRLCiyIHc0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRLCixmoTg {
  background-image: url("../../../assets/images/premium-aesthetic-twotec-beauty-460x582.jpeg");
}
.cid-sRLCixmoTg .mbr-section-title {
  color: #006a7a;
}
.cid-sRLCiA3Uhp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLCiA3Uhp .mbr-section-subtitle {
  color: #006a7a;
}
.cid-sRLCiB4baa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #90bdc7;
}
@media (max-width: 991px) {
  .cid-sRLCiB4baa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRLCiB4baa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRLCiB4baa .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRLCiB4baa .mbr-section-title {
  color: #006a7a;
}
.cid-sRLCiBYnz9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #006a7a;
}
@media (max-width: 991px) {
  .cid-sRLCiBYnz9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRLCiBYnz9 .row {
  flex-direction: row-reverse;
}
.cid-sRLCiBYnz9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRLCiBYnz9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRLCiBYnz9 .mbr-section-title {
  color: #fafafa;
}
.cid-sRLCiBYnz9 .mbr-text {
  color: #fafafa;
}
.cid-sRLCiDZkkH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLCiDZkkH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sRLCiDZkkH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sRLCiDZkkH ul li::before {
  position: relative;
  left: -1.6rem;
  content: "\2714";
  color: #006a7a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sRLCiDZkkH H3 {
  color: #006a7a;
}
.cid-sRLEyc6g7A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #006a7a;
}
.cid-sRLEyc6g7A .mbr-text {
  color: #fafafa;
}
.cid-sRLCiF7pAZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRLCiF7pAZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRLCiF7pAZ .row {
  flex-direction: row-reverse;
}
.cid-sRLCiF7pAZ img {
  width: 100%;
}
.cid-sRLFEgQGln {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRLFEgQGln .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sRLFEgQGln .mbr-section-title,
.cid-sRLFEgQGln .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sRLFEgQGln .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLFEgQGln .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sRLFEgQGln .card-title {
  color: #006a7a;
}
.cid-sRLFEgQGln .mbr-section-title {
  color: #006a7a;
}
.cid-sRLFEgQGln .mbr-section-subtitle {
  color: #006a7a;
}
.cid-sRLHuy8CXO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRLHuy8CXO .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sRLHuy8CXO .mbr-section-title,
.cid-sRLHuy8CXO .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sRLHuy8CXO .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLHuy8CXO .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sRLHuy8CXO .card-title {
  color: #006a7a;
}
.cid-sRLHuy8CXO .mbr-section-title {
  color: #006a7a;
}
.cid-sRLIv33w5e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRLIv33w5e .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sRLIv33w5e .mbr-section-title,
.cid-sRLIv33w5e .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sRLIv33w5e .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLIv33w5e .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sRLIv33w5e .card-title {
  color: #006a7a;
}
.cid-sRLIv33w5e .mbr-section-title {
  color: #006a7a;
}
.cid-sRLJDJWEHb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRLJDJWEHb .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sRLJDJWEHb .mbr-section-title,
.cid-sRLJDJWEHb .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sRLJDJWEHb .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLJDJWEHb .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sRLJDJWEHb .card-title {
  color: #006a7a;
}
.cid-sRLJDJWEHb .mbr-section-title {
  color: #006a7a;
}
.cid-sRLCiHisj4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLCiHisj4 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRLCiHisj4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLCiHisj4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRLCiHisj4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRLCiHisj4 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRLCiHisj4 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRLCiHisj4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRLCiHisj4 .card-title {
  color: #006a7a;
}
.cid-sRLCiIjjBs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRLCiIjjBs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRLCiIjjBs .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRLCiIjjBs .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLCiIjjBs .info .col-6,
  .cid-sRLCiIjjBs .info .col-5 {
    width: 100%;
  }
  .cid-sRLCiIjjBs .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRLCiIjjBs .content .col-md-5 {
    width: 43%;
  }
  .cid-sRLCiIjjBs .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRLCiIjjBs .content .col-md-5 {
    width: 100%;
  }
  .cid-sRLCiIjjBs .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRLCiIjjBs .content {
    padding: 0;
  }
}
.cid-sRLCiIjjBs .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRLCiIjjBs .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRLCiIjjBs .contacts {
  margin: 20px 0;
}
.cid-sRLCiIjjBs .contacts p {
  margin: 0;
}
.cid-sRLCiIjjBs .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRLCiIjjBs .socials p {
  margin: 0 20px 0 0;
}
.cid-sRLCiIjjBs .socials-item .link {
  color: #000000;
}
.cid-sRLCiIjjBs .mbr-contacts {
  color: #000000;
}
.cid-sRLCiIjjBs .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRLCiIjjBs .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRLCiIjjBs .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRLCiIjjBs .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRLCiIjjBs .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRLCiIjjBs .item:first-child {
  margin-left: 0;
}
.cid-sRLCiIjjBs .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRLCiIjjBs .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRLCiIjjBs .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRLCiIjjBs .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRLCiIjjBs .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRLCiIjjBs .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRLCiIjjBs .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRLCiIjjBs .item:hover {
  cursor: pointer;
}
.cid-sRLCiIjjBs .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRLCiIjjBs .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRLCiIjjBs .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRLCiIjjBs .mbr-iconfont {
  color: #ffffff;
}
.cid-sRLCiIjjBs .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRLCiIjjBs .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRLCiIjjBs .menu p {
  margin: 0 0 5px;
}
.cid-sRLCiIjjBs h6 {
  font-size: 21px;
}
.cid-sRLCiIjjBs .menu-title {
  margin-bottom: 10px;
}
.cid-sRLCiIjjBs .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRLCiIjjBs .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRLCiIjjBs .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sRLWUX5VjA .navbar-dropdown {
  position: relative !important;
}
.cid-sRLWUX5VjA .navbar-dropdown {
  position: absolute !important;
}
.cid-sRLWUX5VjA .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-sRLWUX5VjA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRLWUX5VjA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRLWUX5VjA .dropdown-item:hover,
.cid-sRLWUX5VjA .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sRLWUX5VjA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRLWUX5VjA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRLWUX5VjA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRLWUX5VjA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRLWUX5VjA .nav-link {
  position: relative;
}
.cid-sRLWUX5VjA .container {
  display: flex;
  margin: auto;
}
.cid-sRLWUX5VjA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRLWUX5VjA .dropdown-menu,
.cid-sRLWUX5VjA .navbar.opened {
  background: #d2fdff !important;
}
.cid-sRLWUX5VjA .nav-item:focus,
.cid-sRLWUX5VjA .nav-link:focus {
  outline: none;
}
.cid-sRLWUX5VjA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRLWUX5VjA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRLWUX5VjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRLWUX5VjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRLWUX5VjA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRLWUX5VjA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRLWUX5VjA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sRLWUX5VjA .navbar.opened {
  transition: all 0.3s;
}
.cid-sRLWUX5VjA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRLWUX5VjA .navbar .navbar-logo img {
  width: auto;
}
.cid-sRLWUX5VjA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRLWUX5VjA .navbar.collapsed {
  justify-content: center;
}
.cid-sRLWUX5VjA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRLWUX5VjA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRLWUX5VjA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sRLWUX5VjA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRLWUX5VjA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRLWUX5VjA .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-sRLWUX5VjA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRLWUX5VjA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRLWUX5VjA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRLWUX5VjA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRLWUX5VjA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRLWUX5VjA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRLWUX5VjA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRLWUX5VjA .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-sRLWUX5VjA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRLWUX5VjA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRLWUX5VjA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRLWUX5VjA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRLWUX5VjA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRLWUX5VjA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRLWUX5VjA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRLWUX5VjA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRLWUX5VjA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRLWUX5VjA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRLWUX5VjA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRLWUX5VjA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRLWUX5VjA .dropdown-item.active,
.cid-sRLWUX5VjA .dropdown-item:active {
  background-color: transparent;
}
.cid-sRLWUX5VjA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRLWUX5VjA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRLWUX5VjA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRLWUX5VjA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sRLWUX5VjA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRLWUX5VjA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRLWUX5VjA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRLWUX5VjA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRLWUX5VjA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRLWUX5VjA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sRLWUX5VjA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRLWUX5VjA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRLWUX5VjA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRLWUX5VjA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRLWUX5VjA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRLWUX5VjA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRLWUX5VjA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRLWUX5VjA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRLWUX5VjA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sRLWUX5VjA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRLWUX5VjA .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-sRLWUX5VjA .navbar {
    height: 70px;
  }
  .cid-sRLWUX5VjA .navbar.opened {
    height: auto;
  }
  .cid-sRLWUX5VjA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRLWUW0c9V {
  background-image: url("../../../assets/images/fourtec-invera-murnau-512x342.jpg");
}
.cid-sRLWUW0c9V .mbr-section-title {
  color: #006a7a;
}
.cid-sRLXoPuklD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLXoPuklD .mbr-section-subtitle {
  color: #006a7a;
}
.cid-sRLY0F0Xbx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLY0F0Xbx .item {
  padding-bottom: 2rem;
}
.cid-sRLY0F0Xbx .item-wrapper {
  position: relative;
}
.cid-sRLY0F0Xbx .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-sRLY0F0Xbx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sRLY0F0Xbx .carousel-control,
.cid-sRLY0F0Xbx .close {
  background: #1b1b1b;
}
.cid-sRLY0F0Xbx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sRLY0F0Xbx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sRLY0F0Xbx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sRLY0F0Xbx .carousel-control-next span {
  margin-left: 5px;
}
.cid-sRLY0F0Xbx .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-sRLY0F0Xbx .close::before {
  content: '\e91a';
}
.cid-sRLY0F0Xbx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRLY0F0Xbx .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-sRLY0F0Xbx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRLY0F0Xbx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRLY0F0Xbx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRLY0F0Xbx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sRLY0F0Xbx .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-sRLY0F0Xbx .carousel-indicators li.active,
.cid-sRLY0F0Xbx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRLY0F0Xbx .carousel-indicators li::after,
.cid-sRLY0F0Xbx .carousel-indicators li::before {
  content: none;
}
.cid-sRLY0F0Xbx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRLY0F0Xbx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sRLY0F0Xbx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLY0F0Xbx .carousel-indicators {
    display: none;
  }
}
.cid-sRLY0F0Xbx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRLY0F0Xbx .carousel-inner > .active {
  display: block;
}
.cid-sRLY0F0Xbx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRLY0F0Xbx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRLY0F0Xbx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sRLY0F0Xbx .carousel-control,
  .cid-sRLY0F0Xbx .carousel-indicators,
  .cid-sRLY0F0Xbx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sRLY0F0Xbx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sRLY0F0Xbx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRLY0F0Xbx .carousel-indicators .active,
.cid-sRLY0F0Xbx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sRLY0F0Xbx .carousel-indicators .active {
  background: #fff;
}
.cid-sRLY0F0Xbx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sRLY0F0Xbx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sRLY0F0Xbx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRLY0F0Xbx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sRLY0F0Xbx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sRLY0F0Xbx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sRLY0F0Xbx .carousel {
  width: 100%;
}
.cid-sRLY0F0Xbx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sRLY0F0Xbx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sRLY0F0Xbx .modal.fade .modal-dialog,
.cid-sRLY0F0Xbx .modal.in .modal-dialog {
  transform: none;
}
.cid-sRLY0F0Xbx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sRLY0F0Xbx H6 {
  text-align: center;
}
.cid-sRLY0F0Xbx H3 {
  color: #006a7a;
}
.cid-sRLWV48uNG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLWV48uNG .mbr-section-title,
.cid-sRLWV48uNG .mbr-section-subtitle {
  text-align: center;
}
.cid-sRLWV48uNG .cost {
  word-break: normal;
}
.cid-sRLWV48uNG .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-sRLWV48uNG .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sRLWV48uNG .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLWV48uNG .card-wrapper {
    padding: 1rem;
  }
}
.cid-sRLWV48uNG .card-title {
  color: #006a7a;
}
.cid-sRLWV48uNG .mbr-section-title {
  color: #006a7a;
}
.cid-sRLWUZ1EeA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #90bdc7;
}
@media (max-width: 991px) {
  .cid-sRLWUZ1EeA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRLWUZ1EeA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRLWUZ1EeA .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRLWUZ1EeA .mbr-section-title {
  color: #006a7a;
}
.cid-sRMlspSa9Y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRMlspSa9Y .mbr-section-title,
.cid-sRMlspSa9Y .mbr-section-subtitle {
  text-align: center;
}
.cid-sRMlspSa9Y .cost {
  word-break: normal;
}
.cid-sRMlspSa9Y .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-sRMlspSa9Y .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sRMlspSa9Y .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRMlspSa9Y .card-wrapper {
    padding: 1rem;
  }
}
.cid-sRMlspSa9Y .card-title {
  color: #006a7a;
}
.cid-sRMlspSa9Y .mbr-section-title {
  color: #006a7a;
}
.cid-sRLWV5c5Vs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRLWV5c5Vs .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRLWV5c5Vs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLWV5c5Vs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRLWV5c5Vs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRLWV5c5Vs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRLWV5c5Vs .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRLWV5c5Vs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRLWV5c5Vs .card-title {
  color: #006a7a;
}
.cid-sRLWV66mLJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRLWV66mLJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRLWV66mLJ .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRLWV66mLJ .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLWV66mLJ .info .col-6,
  .cid-sRLWV66mLJ .info .col-5 {
    width: 100%;
  }
  .cid-sRLWV66mLJ .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRLWV66mLJ .content .col-md-5 {
    width: 43%;
  }
  .cid-sRLWV66mLJ .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRLWV66mLJ .content .col-md-5 {
    width: 100%;
  }
  .cid-sRLWV66mLJ .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRLWV66mLJ .content {
    padding: 0;
  }
}
.cid-sRLWV66mLJ .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRLWV66mLJ .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRLWV66mLJ .contacts {
  margin: 20px 0;
}
.cid-sRLWV66mLJ .contacts p {
  margin: 0;
}
.cid-sRLWV66mLJ .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRLWV66mLJ .socials p {
  margin: 0 20px 0 0;
}
.cid-sRLWV66mLJ .socials-item .link {
  color: #000000;
}
.cid-sRLWV66mLJ .mbr-contacts {
  color: #000000;
}
.cid-sRLWV66mLJ .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRLWV66mLJ .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRLWV66mLJ .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRLWV66mLJ .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRLWV66mLJ .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRLWV66mLJ .item:first-child {
  margin-left: 0;
}
.cid-sRLWV66mLJ .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRLWV66mLJ .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRLWV66mLJ .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRLWV66mLJ .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRLWV66mLJ .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRLWV66mLJ .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRLWV66mLJ .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRLWV66mLJ .item:hover {
  cursor: pointer;
}
.cid-sRLWV66mLJ .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRLWV66mLJ .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRLWV66mLJ .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRLWV66mLJ .mbr-iconfont {
  color: #ffffff;
}
.cid-sRLWV66mLJ .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRLWV66mLJ .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRLWV66mLJ .menu p {
  margin: 0 0 5px;
}
.cid-sRLWV66mLJ h6 {
  font-size: 21px;
}
.cid-sRLWV66mLJ .menu-title {
  margin-bottom: 10px;
}
.cid-sRLWV66mLJ .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRLWV66mLJ .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRLWV66mLJ .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sRQ9bJoORD .navbar-dropdown {
  position: relative !important;
}
.cid-sRQ9bJoORD .navbar-dropdown {
  position: absolute !important;
}
.cid-sRQ9bJoORD .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-sRQ9bJoORD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRQ9bJoORD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRQ9bJoORD .dropdown-item:hover,
.cid-sRQ9bJoORD .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sRQ9bJoORD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRQ9bJoORD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRQ9bJoORD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRQ9bJoORD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRQ9bJoORD .nav-link {
  position: relative;
}
.cid-sRQ9bJoORD .container {
  display: flex;
  margin: auto;
}
.cid-sRQ9bJoORD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRQ9bJoORD .dropdown-menu,
.cid-sRQ9bJoORD .navbar.opened {
  background: #d2fdff !important;
}
.cid-sRQ9bJoORD .nav-item:focus,
.cid-sRQ9bJoORD .nav-link:focus {
  outline: none;
}
.cid-sRQ9bJoORD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRQ9bJoORD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRQ9bJoORD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRQ9bJoORD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRQ9bJoORD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRQ9bJoORD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRQ9bJoORD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sRQ9bJoORD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRQ9bJoORD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRQ9bJoORD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRQ9bJoORD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRQ9bJoORD .navbar.collapsed {
  justify-content: center;
}
.cid-sRQ9bJoORD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRQ9bJoORD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRQ9bJoORD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sRQ9bJoORD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRQ9bJoORD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRQ9bJoORD .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-sRQ9bJoORD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRQ9bJoORD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRQ9bJoORD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRQ9bJoORD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRQ9bJoORD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRQ9bJoORD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRQ9bJoORD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRQ9bJoORD .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-sRQ9bJoORD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRQ9bJoORD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRQ9bJoORD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRQ9bJoORD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRQ9bJoORD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRQ9bJoORD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRQ9bJoORD .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRQ9bJoORD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRQ9bJoORD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRQ9bJoORD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRQ9bJoORD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRQ9bJoORD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRQ9bJoORD .dropdown-item.active,
.cid-sRQ9bJoORD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRQ9bJoORD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRQ9bJoORD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRQ9bJoORD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRQ9bJoORD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sRQ9bJoORD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRQ9bJoORD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRQ9bJoORD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRQ9bJoORD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRQ9bJoORD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRQ9bJoORD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sRQ9bJoORD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRQ9bJoORD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRQ9bJoORD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRQ9bJoORD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRQ9bJoORD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRQ9bJoORD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRQ9bJoORD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRQ9bJoORD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRQ9bJoORD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sRQ9bJoORD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRQ9bJoORD .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-sRQ9bJoORD .navbar {
    height: 70px;
  }
  .cid-sRQ9bJoORD .navbar.opened {
    height: auto;
  }
  .cid-sRQ9bJoORD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRQ9bNDKdz {
  background-image: url("../../../assets/images/tata-harper-neuheiten-948x474.jpg");
}
.cid-sRQ9bNDKdz .mbr-section-title {
  color: #006a7a;
}
.cid-sRQ9bOPoeU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRQ9bOPoeU .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRQ9bOPoeU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRQ9bOPoeU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRQ9bOPoeU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRQ9bOPoeU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRQ9bOPoeU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRQ9bOPoeU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRQ9bOPoeU .card-title {
  text-align: left;
  color: #006a7a;
}
.cid-sRQbFOBkLk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRQbFOBkLk .mbr-section-subtitle {
  color: #006a7a;
}
.cid-sRQbRHMSm5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRQbRHMSm5 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRQbRHMSm5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRQbRHMSm5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRQbRHMSm5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRQbRHMSm5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRQbRHMSm5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRQbRHMSm5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRQbRHMSm5 .card-title {
  color: #006a7a;
}
.cid-sRQbSNvZ3A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRQbSNvZ3A .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRQbSNvZ3A .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sRQbSNvZ3A .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRQbSNvZ3A .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRQbSNvZ3A .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRQbSNvZ3A .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRQbSNvZ3A .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sRQbSNvZ3A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRQbSNvZ3A .card-title {
  color: #006a7a;
}
.cid-sRQbU4gHOF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRQbU4gHOF .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRQbU4gHOF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRQbU4gHOF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRQbU4gHOF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRQbU4gHOF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRQbU4gHOF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRQbU4gHOF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRQbU4gHOF .card-title {
  color: #006a7a;
}
.cid-sRQgU7CNtD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRQgU7CNtD .mbr-section-subtitle {
  color: #006a7a;
}
.cid-sRQ9bRQc67 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRQ9bRQc67 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRQ9bRQc67 .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRQ9bRQc67 .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRQ9bRQc67 .info .col-6,
  .cid-sRQ9bRQc67 .info .col-5 {
    width: 100%;
  }
  .cid-sRQ9bRQc67 .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRQ9bRQc67 .content .col-md-5 {
    width: 43%;
  }
  .cid-sRQ9bRQc67 .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRQ9bRQc67 .content .col-md-5 {
    width: 100%;
  }
  .cid-sRQ9bRQc67 .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRQ9bRQc67 .content {
    padding: 0;
  }
}
.cid-sRQ9bRQc67 .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRQ9bRQc67 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRQ9bRQc67 .contacts {
  margin: 20px 0;
}
.cid-sRQ9bRQc67 .contacts p {
  margin: 0;
}
.cid-sRQ9bRQc67 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRQ9bRQc67 .socials p {
  margin: 0 20px 0 0;
}
.cid-sRQ9bRQc67 .socials-item .link {
  color: #000000;
}
.cid-sRQ9bRQc67 .mbr-contacts {
  color: #000000;
}
.cid-sRQ9bRQc67 .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRQ9bRQc67 .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRQ9bRQc67 .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRQ9bRQc67 .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRQ9bRQc67 .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRQ9bRQc67 .item:first-child {
  margin-left: 0;
}
.cid-sRQ9bRQc67 .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRQ9bRQc67 .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRQ9bRQc67 .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRQ9bRQc67 .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRQ9bRQc67 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRQ9bRQc67 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRQ9bRQc67 .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRQ9bRQc67 .item:hover {
  cursor: pointer;
}
.cid-sRQ9bRQc67 .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRQ9bRQc67 .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRQ9bRQc67 .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRQ9bRQc67 .mbr-iconfont {
  color: #ffffff;
}
.cid-sRQ9bRQc67 .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRQ9bRQc67 .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRQ9bRQc67 .menu p {
  margin: 0 0 5px;
}
.cid-sRQ9bRQc67 h6 {
  font-size: 21px;
}
.cid-sRQ9bRQc67 .menu-title {
  margin-bottom: 10px;
}
.cid-sRQ9bRQc67 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRQ9bRQc67 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRQ9bRQc67 .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sRRI3ivXa5 .navbar-dropdown {
  position: relative !important;
}
.cid-sRRI3ivXa5 .navbar-dropdown {
  position: absolute !important;
}
.cid-sRRI3ivXa5 .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-sRRI3ivXa5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRRI3ivXa5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRRI3ivXa5 .dropdown-item:hover,
.cid-sRRI3ivXa5 .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sRRI3ivXa5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRRI3ivXa5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRRI3ivXa5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRRI3ivXa5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRRI3ivXa5 .nav-link {
  position: relative;
}
.cid-sRRI3ivXa5 .container {
  display: flex;
  margin: auto;
}
.cid-sRRI3ivXa5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRRI3ivXa5 .dropdown-menu,
.cid-sRRI3ivXa5 .navbar.opened {
  background: #d2fdff !important;
}
.cid-sRRI3ivXa5 .nav-item:focus,
.cid-sRRI3ivXa5 .nav-link:focus {
  outline: none;
}
.cid-sRRI3ivXa5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRRI3ivXa5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRRI3ivXa5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRRI3ivXa5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRRI3ivXa5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRRI3ivXa5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRRI3ivXa5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sRRI3ivXa5 .navbar.opened {
  transition: all 0.3s;
}
.cid-sRRI3ivXa5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRRI3ivXa5 .navbar .navbar-logo img {
  width: auto;
}
.cid-sRRI3ivXa5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRRI3ivXa5 .navbar.collapsed {
  justify-content: center;
}
.cid-sRRI3ivXa5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRRI3ivXa5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRRI3ivXa5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sRRI3ivXa5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRRI3ivXa5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRRI3ivXa5 .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-sRRI3ivXa5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRRI3ivXa5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRRI3ivXa5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRRI3ivXa5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRRI3ivXa5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRRI3ivXa5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRRI3ivXa5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRRI3ivXa5 .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-sRRI3ivXa5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRRI3ivXa5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRRI3ivXa5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRRI3ivXa5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRRI3ivXa5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRRI3ivXa5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRRI3ivXa5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRRI3ivXa5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRRI3ivXa5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRRI3ivXa5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRRI3ivXa5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRRI3ivXa5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRRI3ivXa5 .dropdown-item.active,
.cid-sRRI3ivXa5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRRI3ivXa5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRRI3ivXa5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRRI3ivXa5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRRI3ivXa5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sRRI3ivXa5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRRI3ivXa5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRRI3ivXa5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRRI3ivXa5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRRI3ivXa5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRRI3ivXa5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sRRI3ivXa5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRRI3ivXa5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRRI3ivXa5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRRI3ivXa5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRRI3ivXa5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRRI3ivXa5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRRI3ivXa5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRRI3ivXa5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRRI3ivXa5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sRRI3ivXa5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRRI3ivXa5 .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-sRRI3ivXa5 .navbar {
    height: 70px;
  }
  .cid-sRRI3ivXa5 .navbar.opened {
    height: auto;
  }
  .cid-sRRI3ivXa5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRRI3jEDPJ {
  background-image: url("../../../assets/images/2017-10-blog-4-948x632.jpeg");
}
.cid-sRRI3jEDPJ .mbr-section-title {
  color: #006a7a;
}
.cid-sRRI3kLBXY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRRI3kLBXY .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRRI3kLBXY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRRI3kLBXY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRRI3kLBXY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRRI3kLBXY .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRRI3kLBXY .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sRRI3kLBXY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRRI3kLBXY .card-title {
  text-align: left;
  color: #006a7a;
}
.cid-sRRJQr8tGg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRRJQr8tGg blockquote {
  border-color: #006a7a;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sRRJQr8tGg .mbr-text {
  color: #006a7a;
}
.cid-sRRKkLUkQH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRRKkLUkQH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sRRKkLUkQH .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sRRKkLUkQH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sRRKkLUkQH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sRRKkLUkQH .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-sRRKkLUkQH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sRRKkLUkQH .carousel-control,
.cid-sRRKkLUkQH .close {
  background: #1b1b1b;
}
.cid-sRRKkLUkQH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sRRKkLUkQH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sRRKkLUkQH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sRRKkLUkQH .carousel-control-next span {
  margin-left: 5px;
}
.cid-sRRKkLUkQH .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-sRRKkLUkQH .close::before {
  content: '\e91a';
}
.cid-sRRKkLUkQH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRRKkLUkQH .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-sRRKkLUkQH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRRKkLUkQH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRRKkLUkQH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRRKkLUkQH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sRRKkLUkQH .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-sRRKkLUkQH .carousel-indicators li.active,
.cid-sRRKkLUkQH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRRKkLUkQH .carousel-indicators li::after,
.cid-sRRKkLUkQH .carousel-indicators li::before {
  content: none;
}
.cid-sRRKkLUkQH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRRKkLUkQH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sRRKkLUkQH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sRRKkLUkQH .carousel-indicators {
    display: none;
  }
}
.cid-sRRKkLUkQH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRRKkLUkQH .carousel-inner > .active {
  display: block;
}
.cid-sRRKkLUkQH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRRKkLUkQH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRRKkLUkQH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sRRKkLUkQH .carousel-control,
  .cid-sRRKkLUkQH .carousel-indicators,
  .cid-sRRKkLUkQH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sRRKkLUkQH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sRRKkLUkQH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRRKkLUkQH .carousel-indicators .active,
.cid-sRRKkLUkQH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sRRKkLUkQH .carousel-indicators .active {
  background: #fff;
}
.cid-sRRKkLUkQH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sRRKkLUkQH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sRRKkLUkQH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRRKkLUkQH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sRRKkLUkQH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sRRKkLUkQH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sRRKkLUkQH .carousel {
  width: 100%;
}
.cid-sRRKkLUkQH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sRRKkLUkQH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sRRKkLUkQH .modal.fade .modal-dialog,
.cid-sRRKkLUkQH .modal.in .modal-dialog {
  transform: none;
}
.cid-sRRKkLUkQH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sRRKkLUkQH H6 {
  text-align: center;
}
.cid-sRRI3pOsUh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRRI3pOsUh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRRI3pOsUh .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRRI3pOsUh .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRRI3pOsUh .info .col-6,
  .cid-sRRI3pOsUh .info .col-5 {
    width: 100%;
  }
  .cid-sRRI3pOsUh .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRRI3pOsUh .content .col-md-5 {
    width: 43%;
  }
  .cid-sRRI3pOsUh .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRRI3pOsUh .content .col-md-5 {
    width: 100%;
  }
  .cid-sRRI3pOsUh .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRRI3pOsUh .content {
    padding: 0;
  }
}
.cid-sRRI3pOsUh .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRRI3pOsUh .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRRI3pOsUh .contacts {
  margin: 20px 0;
}
.cid-sRRI3pOsUh .contacts p {
  margin: 0;
}
.cid-sRRI3pOsUh .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRRI3pOsUh .socials p {
  margin: 0 20px 0 0;
}
.cid-sRRI3pOsUh .socials-item .link {
  color: #000000;
}
.cid-sRRI3pOsUh .mbr-contacts {
  color: #000000;
}
.cid-sRRI3pOsUh .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRRI3pOsUh .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRRI3pOsUh .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRRI3pOsUh .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRRI3pOsUh .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRRI3pOsUh .item:first-child {
  margin-left: 0;
}
.cid-sRRI3pOsUh .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRRI3pOsUh .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRRI3pOsUh .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRRI3pOsUh .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRRI3pOsUh .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRRI3pOsUh .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRRI3pOsUh .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRRI3pOsUh .item:hover {
  cursor: pointer;
}
.cid-sRRI3pOsUh .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRRI3pOsUh .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRRI3pOsUh .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRRI3pOsUh .mbr-iconfont {
  color: #ffffff;
}
.cid-sRRI3pOsUh .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRRI3pOsUh .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRRI3pOsUh .menu p {
  margin: 0 0 5px;
}
.cid-sRRI3pOsUh h6 {
  font-size: 21px;
}
.cid-sRRI3pOsUh .menu-title {
  margin-bottom: 10px;
}
.cid-sRRI3pOsUh .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRRI3pOsUh .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRRI3pOsUh .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sS8ojZ5vlo .navbar-dropdown {
  position: relative !important;
}
.cid-sS8ojZ5vlo .navbar-dropdown {
  position: absolute !important;
}
.cid-sS8ojZ5vlo .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-sS8ojZ5vlo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sS8ojZ5vlo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sS8ojZ5vlo .dropdown-item:hover,
.cid-sS8ojZ5vlo .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sS8ojZ5vlo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sS8ojZ5vlo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sS8ojZ5vlo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sS8ojZ5vlo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sS8ojZ5vlo .nav-link {
  position: relative;
}
.cid-sS8ojZ5vlo .container {
  display: flex;
  margin: auto;
}
.cid-sS8ojZ5vlo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sS8ojZ5vlo .dropdown-menu,
.cid-sS8ojZ5vlo .navbar.opened {
  background: #d2fdff !important;
}
.cid-sS8ojZ5vlo .nav-item:focus,
.cid-sS8ojZ5vlo .nav-link:focus {
  outline: none;
}
.cid-sS8ojZ5vlo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sS8ojZ5vlo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS8ojZ5vlo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sS8ojZ5vlo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sS8ojZ5vlo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sS8ojZ5vlo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sS8ojZ5vlo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sS8ojZ5vlo .navbar.opened {
  transition: all 0.3s;
}
.cid-sS8ojZ5vlo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sS8ojZ5vlo .navbar .navbar-logo img {
  width: auto;
}
.cid-sS8ojZ5vlo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sS8ojZ5vlo .navbar.collapsed {
  justify-content: center;
}
.cid-sS8ojZ5vlo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sS8ojZ5vlo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sS8ojZ5vlo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sS8ojZ5vlo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sS8ojZ5vlo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sS8ojZ5vlo .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-sS8ojZ5vlo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sS8ojZ5vlo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sS8ojZ5vlo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sS8ojZ5vlo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS8ojZ5vlo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS8ojZ5vlo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS8ojZ5vlo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS8ojZ5vlo .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-sS8ojZ5vlo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sS8ojZ5vlo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS8ojZ5vlo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS8ojZ5vlo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sS8ojZ5vlo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sS8ojZ5vlo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sS8ojZ5vlo .navbar.navbar-short {
  min-height: 60px;
}
.cid-sS8ojZ5vlo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sS8ojZ5vlo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sS8ojZ5vlo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sS8ojZ5vlo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS8ojZ5vlo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS8ojZ5vlo .dropdown-item.active,
.cid-sS8ojZ5vlo .dropdown-item:active {
  background-color: transparent;
}
.cid-sS8ojZ5vlo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS8ojZ5vlo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS8ojZ5vlo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS8ojZ5vlo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sS8ojZ5vlo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS8ojZ5vlo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS8ojZ5vlo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sS8ojZ5vlo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sS8ojZ5vlo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sS8ojZ5vlo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sS8ojZ5vlo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sS8ojZ5vlo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sS8ojZ5vlo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sS8ojZ5vlo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sS8ojZ5vlo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sS8ojZ5vlo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sS8ojZ5vlo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sS8ojZ5vlo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sS8ojZ5vlo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sS8ojZ5vlo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sS8ojZ5vlo .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-sS8ojZ5vlo .navbar {
    height: 70px;
  }
  .cid-sS8ojZ5vlo .navbar.opened {
    height: auto;
  }
  .cid-sS8ojZ5vlo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sS8ojZX3s8 {
  background-image: url("../../../assets/images/inniebestselect-50-2000x1200.jpg");
}
.cid-sS8ojZX3s8 .mbr-section-title {
  color: #006a7a;
}
.cid-sS8ok11FvP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sS8ok11FvP .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sS8ok11FvP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sS8ok11FvP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sS8ok11FvP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sS8ok11FvP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sS8ok11FvP .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sS8ok11FvP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sS8ok11FvP .card-title {
  text-align: left;
  color: #006a7a;
}
.cid-sS8pBjmCbL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sS8ok2rYoM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sS8ok2rYoM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sS8ok2rYoM .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sS8ok2rYoM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sS8ok2rYoM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sS8ok2rYoM .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-sS8ok2rYoM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sS8ok2rYoM .carousel-control,
.cid-sS8ok2rYoM .close {
  background: #1b1b1b;
}
.cid-sS8ok2rYoM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sS8ok2rYoM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sS8ok2rYoM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sS8ok2rYoM .carousel-control-next span {
  margin-left: 5px;
}
.cid-sS8ok2rYoM .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-sS8ok2rYoM .close::before {
  content: '\e91a';
}
.cid-sS8ok2rYoM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sS8ok2rYoM .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-sS8ok2rYoM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sS8ok2rYoM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sS8ok2rYoM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sS8ok2rYoM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sS8ok2rYoM .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-sS8ok2rYoM .carousel-indicators li.active,
.cid-sS8ok2rYoM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sS8ok2rYoM .carousel-indicators li::after,
.cid-sS8ok2rYoM .carousel-indicators li::before {
  content: none;
}
.cid-sS8ok2rYoM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sS8ok2rYoM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sS8ok2rYoM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sS8ok2rYoM .carousel-indicators {
    display: none;
  }
}
.cid-sS8ok2rYoM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sS8ok2rYoM .carousel-inner > .active {
  display: block;
}
.cid-sS8ok2rYoM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sS8ok2rYoM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sS8ok2rYoM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sS8ok2rYoM .carousel-control,
  .cid-sS8ok2rYoM .carousel-indicators,
  .cid-sS8ok2rYoM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sS8ok2rYoM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sS8ok2rYoM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sS8ok2rYoM .carousel-indicators .active,
.cid-sS8ok2rYoM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sS8ok2rYoM .carousel-indicators .active {
  background: #fff;
}
.cid-sS8ok2rYoM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sS8ok2rYoM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sS8ok2rYoM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sS8ok2rYoM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sS8ok2rYoM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sS8ok2rYoM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sS8ok2rYoM .carousel {
  width: 100%;
}
.cid-sS8ok2rYoM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sS8ok2rYoM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sS8ok2rYoM .modal.fade .modal-dialog,
.cid-sS8ok2rYoM .modal.in .modal-dialog {
  transform: none;
}
.cid-sS8ok2rYoM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sS8ok2rYoM H6 {
  text-align: center;
}
.cid-sS8ok3zxzG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sS8ok3zxzG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sS8ok3zxzG .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sS8ok3zxzG .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sS8ok3zxzG .info .col-6,
  .cid-sS8ok3zxzG .info .col-5 {
    width: 100%;
  }
  .cid-sS8ok3zxzG .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sS8ok3zxzG .content .col-md-5 {
    width: 43%;
  }
  .cid-sS8ok3zxzG .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sS8ok3zxzG .content .col-md-5 {
    width: 100%;
  }
  .cid-sS8ok3zxzG .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sS8ok3zxzG .content {
    padding: 0;
  }
}
.cid-sS8ok3zxzG .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sS8ok3zxzG .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sS8ok3zxzG .contacts {
  margin: 20px 0;
}
.cid-sS8ok3zxzG .contacts p {
  margin: 0;
}
.cid-sS8ok3zxzG .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sS8ok3zxzG .socials p {
  margin: 0 20px 0 0;
}
.cid-sS8ok3zxzG .socials-item .link {
  color: #000000;
}
.cid-sS8ok3zxzG .mbr-contacts {
  color: #000000;
}
.cid-sS8ok3zxzG .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sS8ok3zxzG .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sS8ok3zxzG .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sS8ok3zxzG .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sS8ok3zxzG .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sS8ok3zxzG .item:first-child {
  margin-left: 0;
}
.cid-sS8ok3zxzG .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sS8ok3zxzG .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sS8ok3zxzG .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sS8ok3zxzG .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sS8ok3zxzG .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sS8ok3zxzG .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sS8ok3zxzG .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sS8ok3zxzG .item:hover {
  cursor: pointer;
}
.cid-sS8ok3zxzG .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sS8ok3zxzG .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sS8ok3zxzG .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sS8ok3zxzG .mbr-iconfont {
  color: #ffffff;
}
.cid-sS8ok3zxzG .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sS8ok3zxzG .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sS8ok3zxzG .menu p {
  margin: 0 0 5px;
}
.cid-sS8ok3zxzG h6 {
  font-size: 21px;
}
.cid-sS8ok3zxzG .menu-title {
  margin-bottom: 10px;
}
.cid-sS8ok3zxzG .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sS8ok3zxzG .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sS8ok3zxzG .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: relative !important;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: absolute !important;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #d2fdff !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFHpMqcXGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3AzjanMKe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/love-your-age-slider-tiny-shop-1900x400.jpg");
}
.cid-u3AzjanMKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3AzjanMKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3AzjanMKe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u3AzjanMKe .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-u3AzjanMKe .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-u3vr7gOgdS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiLQCJLcma {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/post-teaser-3-1772x1772.jpg");
}
.cid-uiLQCJLcma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiLQCJLcma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiLQCJLcma .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uiLQCJLcma .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uiLQCJLcma .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uiLQCJLcma .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uiLQCJLcma .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uiLQCJLcma .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uiLQCJLcma .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiLQCJLcma .card-title {
  color: #006a7a;
}
.cid-sRKG0S4Vvr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRKG0S4Vvr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRKG0S4Vvr .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRKG0S4Vvr .info .col-6,
  .cid-sRKG0S4Vvr .info .col-5 {
    width: 100%;
  }
  .cid-sRKG0S4Vvr .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sRKG0S4Vvr .content .col-md-5 {
    width: 43%;
  }
  .cid-sRKG0S4Vvr .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .content .col-md-5 {
    width: 100%;
  }
  .cid-sRKG0S4Vvr .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sRKG0S4Vvr .content {
    padding: 0;
  }
}
.cid-sRKG0S4Vvr .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sRKG0S4Vvr .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sRKG0S4Vvr .contacts {
  margin: 20px 0;
}
.cid-sRKG0S4Vvr .contacts p {
  margin: 0;
}
.cid-sRKG0S4Vvr .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRKG0S4Vvr .socials p {
  margin: 0 20px 0 0;
}
.cid-sRKG0S4Vvr .socials-item .link {
  color: #000000;
}
.cid-sRKG0S4Vvr .mbr-contacts {
  color: #000000;
}
.cid-sRKG0S4Vvr .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sRKG0S4Vvr .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sRKG0S4Vvr .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sRKG0S4Vvr .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sRKG0S4Vvr .item:first-child {
  margin-left: 0;
}
.cid-sRKG0S4Vvr .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sRKG0S4Vvr .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sRKG0S4Vvr .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sRKG0S4Vvr .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sRKG0S4Vvr .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRKG0S4Vvr .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sRKG0S4Vvr .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sRKG0S4Vvr .item:hover {
  cursor: pointer;
}
.cid-sRKG0S4Vvr .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sRKG0S4Vvr .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sRKG0S4Vvr .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sRKG0S4Vvr .mbr-iconfont {
  color: #ffffff;
}
.cid-sRKG0S4Vvr .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sRKG0S4Vvr .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sRKG0S4Vvr .menu p {
  margin: 0 0 5px;
}
.cid-sRKG0S4Vvr h6 {
  font-size: 21px;
}
.cid-sRKG0S4Vvr .menu-title {
  margin-bottom: 10px;
}
.cid-sRKG0S4Vvr .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sRKG0S4Vvr .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sRKG0S4Vvr .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-uJL1s28YSs .navbar-dropdown {
  position: relative !important;
}
.cid-uJL1s28YSs .navbar-dropdown {
  position: absolute !important;
}
.cid-uJL1s28YSs .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-uJL1s28YSs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJL1s28YSs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJL1s28YSs .dropdown-item:hover,
.cid-uJL1s28YSs .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-uJL1s28YSs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJL1s28YSs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJL1s28YSs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJL1s28YSs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJL1s28YSs .nav-link {
  position: relative;
}
.cid-uJL1s28YSs .container {
  display: flex;
  margin: auto;
}
.cid-uJL1s28YSs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJL1s28YSs .dropdown-menu,
.cid-uJL1s28YSs .navbar.opened {
  background: #d2fdff !important;
}
.cid-uJL1s28YSs .nav-item:focus,
.cid-uJL1s28YSs .nav-link:focus {
  outline: none;
}
.cid-uJL1s28YSs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJL1s28YSs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJL1s28YSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJL1s28YSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJL1s28YSs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJL1s28YSs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJL1s28YSs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-uJL1s28YSs .navbar.opened {
  transition: all 0.3s;
}
.cid-uJL1s28YSs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJL1s28YSs .navbar .navbar-logo img {
  width: auto;
}
.cid-uJL1s28YSs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJL1s28YSs .navbar.collapsed {
  justify-content: center;
}
.cid-uJL1s28YSs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJL1s28YSs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJL1s28YSs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uJL1s28YSs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJL1s28YSs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJL1s28YSs .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-uJL1s28YSs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJL1s28YSs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJL1s28YSs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJL1s28YSs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJL1s28YSs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJL1s28YSs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJL1s28YSs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJL1s28YSs .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-uJL1s28YSs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJL1s28YSs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJL1s28YSs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJL1s28YSs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJL1s28YSs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJL1s28YSs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJL1s28YSs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJL1s28YSs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJL1s28YSs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJL1s28YSs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJL1s28YSs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJL1s28YSs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJL1s28YSs .dropdown-item.active,
.cid-uJL1s28YSs .dropdown-item:active {
  background-color: transparent;
}
.cid-uJL1s28YSs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJL1s28YSs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJL1s28YSs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJL1s28YSs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-uJL1s28YSs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJL1s28YSs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJL1s28YSs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJL1s28YSs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJL1s28YSs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJL1s28YSs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-uJL1s28YSs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJL1s28YSs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJL1s28YSs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJL1s28YSs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJL1s28YSs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJL1s28YSs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJL1s28YSs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJL1s28YSs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJL1s28YSs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJL1s28YSs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJL1s28YSs .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-uJL1s28YSs .navbar {
    height: 70px;
  }
  .cid-uJL1s28YSs .navbar.opened {
    height: auto;
  }
  .cid-uJL1s28YSs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJL1s36JWd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/startseite-2.jpg-1-1980x1342.jpeg");
}
.cid-uJL1s36JWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL1s36JWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL1s36JWd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uJL1s36JWd .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uJL1s36JWd .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uJL1s3WgLM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJL1s3WgLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL1s3WgLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJL1s3WgLM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJL1s3WgLM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJL1s3WgLM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJL1s3WgLM .mbr-section-title {
  color: #006a7a;
}
.cid-uJL1s4FNkM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJL1s4FNkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL1s4FNkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uJL1s4FNkM .row {
    flex-direction: column-reverse;
  }
  .cid-uJL1s4FNkM .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uJL1s4FNkM .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uJL1s4FNkM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJL1s4FNkM .media-content,
.cid-uJL1s4FNkM .mbr-figure {
  align-self: center;
}
.cid-uJL1s4FNkM .mbr-figure iframe {
  width: 100%;
}
.cid-uJL1s4FNkM .mbr-section-title {
  color: #006a7a;
}
.cid-uJL8s6rgPf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJL8s6rgPf img,
.cid-uJL8s6rgPf .item-img {
  width: 100%;
}
.cid-uJL8s6rgPf .item:focus,
.cid-uJL8s6rgPf span:focus {
  outline: none;
}
.cid-uJL8s6rgPf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJL8s6rgPf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJL8s6rgPf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uJL8s6rgPf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJL8s6rgPf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uJL8s6rgPf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uJL8s6rgPf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJL8s6rgPf .mbr-section-title {
  color: #006a7a;
}
.cid-uJL8s6rgPf .mbr-text,
.cid-uJL8s6rgPf .mbr-section-btn {
  text-align: left;
}
.cid-uJL8s6rgPf .item-title {
  text-align: left;
  color: #006a7a;
}
.cid-uJL8s6rgPf .item-subtitle {
  text-align: left;
}
.cid-uJLDtjG3x3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJLDtjG3x3 img,
.cid-uJLDtjG3x3 .item-img {
  width: 100%;
}
.cid-uJLDtjG3x3 .item:focus,
.cid-uJLDtjG3x3 span:focus {
  outline: none;
}
.cid-uJLDtjG3x3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJLDtjG3x3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJLDtjG3x3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJLDtjG3x3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uJLDtjG3x3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJLDtjG3x3 .mbr-section-title {
  color: #232323;
}
.cid-uJLDtjG3x3 .mbr-text,
.cid-uJLDtjG3x3 .mbr-section-btn {
  text-align: center;
  color: #006a7a;
}
.cid-uJLDtjG3x3 .item-title {
  text-align: center;
  color: #006a7a;
}
.cid-uJLDtjG3x3 .item-subtitle {
  text-align: center;
}
.cid-uJLDtjG3x3 .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(144, 189, 199, 0.9);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cid-uJLDtjG3x3 .hover-text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
}
.cid-uJLDtjG3x3 .item-wrapper:hover .hover-overlay {
  opacity: 1;
  pointer-events: auto;
}
.cid-uJL1s5qCSD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJL1s5qCSD img,
.cid-uJL1s5qCSD .item-img {
  width: 100%;
}
.cid-uJL1s5qCSD .item:focus,
.cid-uJL1s5qCSD span:focus {
  outline: none;
}
.cid-uJL1s5qCSD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJL1s5qCSD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJL1s5qCSD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJL1s5qCSD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uJL1s5qCSD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJL1s5qCSD .mbr-section-title {
  color: #006a7a;
}
.cid-uJL1s5qCSD .mbr-text,
.cid-uJL1s5qCSD .mbr-section-btn {
  text-align: left;
}
.cid-uJL1s5qCSD .item-title {
  text-align: left;
  color: #006a7a;
}
.cid-uJL1s5qCSD .item-subtitle {
  text-align: left;
}
.cid-uJL1s6dXM8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJL1s6dXM8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-uJL1s6dXM8 .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-uJL1s6dXM8 .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJL1s6dXM8 .info .col-6,
  .cid-uJL1s6dXM8 .info .col-5 {
    width: 100%;
  }
  .cid-uJL1s6dXM8 .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-uJL1s6dXM8 .content .col-md-5 {
    width: 43%;
  }
  .cid-uJL1s6dXM8 .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-uJL1s6dXM8 .content .col-md-5 {
    width: 100%;
  }
  .cid-uJL1s6dXM8 .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uJL1s6dXM8 .content {
    padding: 0;
  }
}
.cid-uJL1s6dXM8 .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-uJL1s6dXM8 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-uJL1s6dXM8 .contacts {
  margin: 20px 0;
}
.cid-uJL1s6dXM8 .contacts p {
  margin: 0;
}
.cid-uJL1s6dXM8 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJL1s6dXM8 .socials p {
  margin: 0 20px 0 0;
}
.cid-uJL1s6dXM8 .socials-item .link {
  color: #000000;
}
.cid-uJL1s6dXM8 .mbr-contacts {
  color: #000000;
}
.cid-uJL1s6dXM8 .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-uJL1s6dXM8 .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-uJL1s6dXM8 .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-uJL1s6dXM8 .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-uJL1s6dXM8 .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-uJL1s6dXM8 .item:first-child {
  margin-left: 0;
}
.cid-uJL1s6dXM8 .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-uJL1s6dXM8 .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-uJL1s6dXM8 .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-uJL1s6dXM8 .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-uJL1s6dXM8 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJL1s6dXM8 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-uJL1s6dXM8 .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-uJL1s6dXM8 .item:hover {
  cursor: pointer;
}
.cid-uJL1s6dXM8 .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uJL1s6dXM8 .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-uJL1s6dXM8 .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-uJL1s6dXM8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uJL1s6dXM8 .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-uJL1s6dXM8 .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJL1s6dXM8 .menu p {
  margin: 0 0 5px;
}
.cid-uJL1s6dXM8 h6 {
  font-size: 21px;
}
.cid-uJL1s6dXM8 .menu-title {
  margin-bottom: 10px;
}
.cid-uJL1s6dXM8 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-uJL1s6dXM8 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-uJL1s6dXM8 .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-uJLRrJaIrT .navbar-dropdown {
  position: relative !important;
}
.cid-uJLRrJaIrT .navbar-dropdown {
  position: absolute !important;
}
.cid-uJLRrJaIrT .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-uJLRrJaIrT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJLRrJaIrT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJLRrJaIrT .dropdown-item:hover,
.cid-uJLRrJaIrT .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-uJLRrJaIrT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJLRrJaIrT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJLRrJaIrT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJLRrJaIrT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJLRrJaIrT .nav-link {
  position: relative;
}
.cid-uJLRrJaIrT .container {
  display: flex;
  margin: auto;
}
.cid-uJLRrJaIrT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJLRrJaIrT .dropdown-menu,
.cid-uJLRrJaIrT .navbar.opened {
  background: #d2fdff !important;
}
.cid-uJLRrJaIrT .nav-item:focus,
.cid-uJLRrJaIrT .nav-link:focus {
  outline: none;
}
.cid-uJLRrJaIrT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLRrJaIrT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLRrJaIrT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLRrJaIrT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLRrJaIrT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLRrJaIrT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLRrJaIrT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-uJLRrJaIrT .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLRrJaIrT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJLRrJaIrT .navbar .navbar-logo img {
  width: auto;
}
.cid-uJLRrJaIrT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLRrJaIrT .navbar.collapsed {
  justify-content: center;
}
.cid-uJLRrJaIrT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLRrJaIrT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJLRrJaIrT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uJLRrJaIrT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLRrJaIrT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLRrJaIrT .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-uJLRrJaIrT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLRrJaIrT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJLRrJaIrT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJLRrJaIrT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLRrJaIrT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLRrJaIrT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLRrJaIrT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJLRrJaIrT .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-uJLRrJaIrT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLRrJaIrT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJLRrJaIrT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJLRrJaIrT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJLRrJaIrT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLRrJaIrT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJLRrJaIrT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLRrJaIrT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLRrJaIrT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLRrJaIrT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLRrJaIrT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJLRrJaIrT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLRrJaIrT .dropdown-item.active,
.cid-uJLRrJaIrT .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLRrJaIrT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJLRrJaIrT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLRrJaIrT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLRrJaIrT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-uJLRrJaIrT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLRrJaIrT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLRrJaIrT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJLRrJaIrT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLRrJaIrT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJLRrJaIrT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-uJLRrJaIrT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLRrJaIrT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLRrJaIrT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLRrJaIrT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLRrJaIrT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLRrJaIrT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLRrJaIrT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLRrJaIrT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLRrJaIrT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJLRrJaIrT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJLRrJaIrT .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-uJLRrJaIrT .navbar {
    height: 70px;
  }
  .cid-uJLRrJaIrT .navbar.opened {
    height: auto;
  }
  .cid-uJLRrJaIrT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLRrKbvN1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/hautbilder-1.jpg-720x1000.jpg");
}
.cid-uJLRrKbvN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLRrKbvN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLRrKbvN1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uJLRrKbvN1 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uJLRrKbvN1 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uJLRrL2KtH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJLRrL2KtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLRrL2KtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJLRrL2KtH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJLRrL2KtH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJLRrL2KtH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJLRrL2KtH .mbr-section-title {
  color: #006a7a;
}
.cid-uJLRrL2KtH .mbr-description {
  color: #006a7a;
}
.cid-uJLRrL2KtH .mbr-text {
  text-align: left;
}
.cid-uJLRrNmArf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJLRrNmArf img,
.cid-uJLRrNmArf .item-img {
  width: 100%;
}
.cid-uJLRrNmArf .item:focus,
.cid-uJLRrNmArf span:focus {
  outline: none;
}
.cid-uJLRrNmArf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJLRrNmArf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJLRrNmArf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJLRrNmArf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uJLRrNmArf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJLRrNmArf .mbr-section-title {
  color: #006a7a;
}
.cid-uJLRrNmArf .mbr-text,
.cid-uJLRrNmArf .mbr-section-btn {
  text-align: center;
  color: #006a7a;
}
.cid-uJLRrNmArf .item-title {
  text-align: center;
  color: #006a7a;
}
.cid-uJLRrNmArf .item-subtitle {
  text-align: center;
}
.cid-uJLRrNmArf .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(144, 189, 199, 0.9);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cid-uJLRrNmArf .hover-text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
}
.cid-uJLRrNmArf .item-wrapper:hover .hover-overlay {
  opacity: 1;
  pointer-events: auto;
}
.cid-uKqE3IXL1y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKqE3IXL1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqE3IXL1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKqE3IXL1y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKqE3IXL1y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKqE3IXL1y .text-wrapper {
    padding: 2rem;
  }
}
.cid-uKqE3IXL1y .mbr-section-title {
  color: #006a7a;
}
.cid-uKqE3IXL1y .mbr-description {
  color: #006a7a;
}
.cid-uKqE3IXL1y .mbr-text {
  text-align: left;
}
.cid-uKqGvIxA7D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKqGvIxA7D img,
.cid-uKqGvIxA7D .item-img {
  width: 100%;
}
.cid-uKqGvIxA7D .item:focus,
.cid-uKqGvIxA7D span:focus {
  outline: none;
}
.cid-uKqGvIxA7D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKqGvIxA7D .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKqGvIxA7D .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKqGvIxA7D .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKqGvIxA7D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKqGvIxA7D .mbr-section-title {
  color: #006a7a;
}
.cid-uKqGvIxA7D .mbr-text,
.cid-uKqGvIxA7D .mbr-section-btn {
  text-align: center;
  color: #006a7a;
}
.cid-uKqGvIxA7D .item-title {
  text-align: center;
  color: #006a7a;
}
.cid-uKqGvIxA7D .item-subtitle {
  text-align: center;
}
.cid-uKqGvIxA7D .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(144, 189, 199, 0.9);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cid-uKqGvIxA7D .hover-text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
}
.cid-uKqGvIxA7D .item-wrapper:hover .hover-overlay {
  opacity: 1;
  pointer-events: auto;
}
.cid-uKqF97WJN4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKqF97WJN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqF97WJN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKqF97WJN4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKqF97WJN4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKqF97WJN4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uKqF97WJN4 .mbr-section-title {
  color: #006a7a;
}
.cid-uKqF97WJN4 .mbr-description {
  color: #006a7a;
}
.cid-uKqF97WJN4 .mbr-text {
  text-align: left;
}
.cid-uKqGOgApPO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKqGOgApPO img,
.cid-uKqGOgApPO .item-img {
  width: 100%;
}
.cid-uKqGOgApPO .item:focus,
.cid-uKqGOgApPO span:focus {
  outline: none;
}
.cid-uKqGOgApPO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKqGOgApPO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKqGOgApPO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKqGOgApPO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKqGOgApPO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKqGOgApPO .mbr-section-title {
  color: #006a7a;
}
.cid-uKqGOgApPO .mbr-text,
.cid-uKqGOgApPO .mbr-section-btn {
  text-align: center;
  color: #006a7a;
}
.cid-uKqGOgApPO .item-title {
  text-align: center;
  color: #006a7a;
}
.cid-uKqGOgApPO .item-subtitle {
  text-align: center;
}
.cid-uKqGOgApPO .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(144, 189, 199, 0.9);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cid-uKqGOgApPO .hover-text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
}
.cid-uKqGOgApPO .item-wrapper:hover .hover-overlay {
  opacity: 1;
  pointer-events: auto;
}
.cid-uKqFD0ls7A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKqFD0ls7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqFD0ls7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKqFD0ls7A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKqFD0ls7A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKqFD0ls7A .text-wrapper {
    padding: 2rem;
  }
}
.cid-uKqFD0ls7A .mbr-section-title {
  color: #006a7a;
}
.cid-uKqFD0ls7A .mbr-description {
  color: #006a7a;
}
.cid-uKqFD0ls7A .mbr-text {
  text-align: left;
}
.cid-uKqH9r04pW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKqH9r04pW img,
.cid-uKqH9r04pW .item-img {
  width: 100%;
}
.cid-uKqH9r04pW .item:focus,
.cid-uKqH9r04pW span:focus {
  outline: none;
}
.cid-uKqH9r04pW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKqH9r04pW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKqH9r04pW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKqH9r04pW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKqH9r04pW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKqH9r04pW .mbr-section-title {
  color: #006a7a;
}
.cid-uKqH9r04pW .mbr-text,
.cid-uKqH9r04pW .mbr-section-btn {
  text-align: center;
  color: #006a7a;
}
.cid-uKqH9r04pW .item-title {
  text-align: center;
  color: #006a7a;
}
.cid-uKqH9r04pW .item-subtitle {
  text-align: center;
}
.cid-uKqH9r04pW .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(144, 189, 199, 0.9);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cid-uKqH9r04pW .hover-text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
}
.cid-uKqH9r04pW .item-wrapper:hover .hover-overlay {
  opacity: 1;
  pointer-events: auto;
}
.cid-uKqFWUJqqO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKqFWUJqqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqFWUJqqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKqFWUJqqO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKqFWUJqqO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKqFWUJqqO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uKqFWUJqqO .mbr-section-title {
  color: #006a7a;
}
.cid-uKqFWUJqqO .mbr-description {
  color: #006a7a;
}
.cid-uKqFWUJqqO .mbr-text {
  text-align: left;
}
.cid-uKqHkUkv3B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKqHkUkv3B img,
.cid-uKqHkUkv3B .item-img {
  width: 100%;
}
.cid-uKqHkUkv3B .item:focus,
.cid-uKqHkUkv3B span:focus {
  outline: none;
}
.cid-uKqHkUkv3B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKqHkUkv3B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKqHkUkv3B .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKqHkUkv3B .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKqHkUkv3B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKqHkUkv3B .mbr-section-title {
  color: #006a7a;
}
.cid-uKqHkUkv3B .mbr-text,
.cid-uKqHkUkv3B .mbr-section-btn {
  text-align: center;
  color: #006a7a;
}
.cid-uKqHkUkv3B .item-title {
  text-align: center;
  color: #006a7a;
}
.cid-uKqHkUkv3B .item-subtitle {
  text-align: center;
}
.cid-uKqHkUkv3B .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(144, 189, 199, 0.9);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cid-uKqHkUkv3B .hover-text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
}
.cid-uKqHkUkv3B .item-wrapper:hover .hover-overlay {
  opacity: 1;
  pointer-events: auto;
}
.cid-uJLRrPr3iF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJLRrPr3iF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-uJLRrPr3iF .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-uJLRrPr3iF .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJLRrPr3iF .info .col-6,
  .cid-uJLRrPr3iF .info .col-5 {
    width: 100%;
  }
  .cid-uJLRrPr3iF .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-uJLRrPr3iF .content .col-md-5 {
    width: 43%;
  }
  .cid-uJLRrPr3iF .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-uJLRrPr3iF .content .col-md-5 {
    width: 100%;
  }
  .cid-uJLRrPr3iF .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uJLRrPr3iF .content {
    padding: 0;
  }
}
.cid-uJLRrPr3iF .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-uJLRrPr3iF .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-uJLRrPr3iF .contacts {
  margin: 20px 0;
}
.cid-uJLRrPr3iF .contacts p {
  margin: 0;
}
.cid-uJLRrPr3iF .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJLRrPr3iF .socials p {
  margin: 0 20px 0 0;
}
.cid-uJLRrPr3iF .socials-item .link {
  color: #000000;
}
.cid-uJLRrPr3iF .mbr-contacts {
  color: #000000;
}
.cid-uJLRrPr3iF .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-uJLRrPr3iF .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-uJLRrPr3iF .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-uJLRrPr3iF .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-uJLRrPr3iF .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-uJLRrPr3iF .item:first-child {
  margin-left: 0;
}
.cid-uJLRrPr3iF .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-uJLRrPr3iF .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-uJLRrPr3iF .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-uJLRrPr3iF .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-uJLRrPr3iF .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJLRrPr3iF .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-uJLRrPr3iF .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-uJLRrPr3iF .item:hover {
  cursor: pointer;
}
.cid-uJLRrPr3iF .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uJLRrPr3iF .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-uJLRrPr3iF .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-uJLRrPr3iF .mbr-iconfont {
  color: #ffffff;
}
.cid-uJLRrPr3iF .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-uJLRrPr3iF .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJLRrPr3iF .menu p {
  margin: 0 0 5px;
}
.cid-uJLRrPr3iF h6 {
  font-size: 21px;
}
.cid-uJLRrPr3iF .menu-title {
  margin-bottom: 10px;
}
.cid-uJLRrPr3iF .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-uJLRrPr3iF .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-uJLRrPr3iF .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-uKiQ8oHKHT .navbar-dropdown {
  position: relative !important;
}
.cid-uKiQ8oHKHT .navbar-dropdown {
  position: absolute !important;
}
.cid-uKiQ8oHKHT .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-uKiQ8oHKHT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKiQ8oHKHT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKiQ8oHKHT .dropdown-item:hover,
.cid-uKiQ8oHKHT .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-uKiQ8oHKHT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKiQ8oHKHT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKiQ8oHKHT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKiQ8oHKHT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKiQ8oHKHT .nav-link {
  position: relative;
}
.cid-uKiQ8oHKHT .container {
  display: flex;
  margin: auto;
}
.cid-uKiQ8oHKHT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKiQ8oHKHT .dropdown-menu,
.cid-uKiQ8oHKHT .navbar.opened {
  background: #d2fdff !important;
}
.cid-uKiQ8oHKHT .nav-item:focus,
.cid-uKiQ8oHKHT .nav-link:focus {
  outline: none;
}
.cid-uKiQ8oHKHT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKiQ8oHKHT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKiQ8oHKHT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKiQ8oHKHT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKiQ8oHKHT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKiQ8oHKHT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKiQ8oHKHT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-uKiQ8oHKHT .navbar.opened {
  transition: all 0.3s;
}
.cid-uKiQ8oHKHT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKiQ8oHKHT .navbar .navbar-logo img {
  width: auto;
}
.cid-uKiQ8oHKHT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKiQ8oHKHT .navbar.collapsed {
  justify-content: center;
}
.cid-uKiQ8oHKHT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKiQ8oHKHT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKiQ8oHKHT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKiQ8oHKHT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKiQ8oHKHT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKiQ8oHKHT .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-uKiQ8oHKHT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKiQ8oHKHT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKiQ8oHKHT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKiQ8oHKHT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKiQ8oHKHT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKiQ8oHKHT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKiQ8oHKHT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKiQ8oHKHT .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-uKiQ8oHKHT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKiQ8oHKHT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKiQ8oHKHT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKiQ8oHKHT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKiQ8oHKHT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKiQ8oHKHT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKiQ8oHKHT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKiQ8oHKHT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKiQ8oHKHT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKiQ8oHKHT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKiQ8oHKHT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKiQ8oHKHT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKiQ8oHKHT .dropdown-item.active,
.cid-uKiQ8oHKHT .dropdown-item:active {
  background-color: transparent;
}
.cid-uKiQ8oHKHT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKiQ8oHKHT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKiQ8oHKHT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKiQ8oHKHT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-uKiQ8oHKHT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKiQ8oHKHT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKiQ8oHKHT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKiQ8oHKHT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKiQ8oHKHT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKiQ8oHKHT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-uKiQ8oHKHT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKiQ8oHKHT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKiQ8oHKHT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKiQ8oHKHT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKiQ8oHKHT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKiQ8oHKHT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKiQ8oHKHT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKiQ8oHKHT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKiQ8oHKHT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKiQ8oHKHT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKiQ8oHKHT .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-uKiQ8oHKHT .navbar {
    height: 70px;
  }
  .cid-uKiQ8oHKHT .navbar.opened {
    height: auto;
  }
  .cid-uKiQ8oHKHT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKiQ8q03Ea {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/hautbilder-1.jpg-720x1000.jpg");
}
.cid-uKiQ8q03Ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiQ8q03Ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKiQ8q03Ea .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uKiQ8q03Ea .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uKiQ8q03Ea .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uKiSHExTo9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKiSHExTo9 .mbr-text {
  text-align: center;
}
.cid-uKiSHExTo9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uKiSHExTo9 .mbr-section-title {
  color: #006a7a;
  text-align: center;
}
.cid-uKiQBhjBIm {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKiQBhjBIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiQBhjBIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKiQBhjBIm .container {
    padding: 0 25px;
  }
}
.cid-uKiQBhjBIm .row {
  justify-content: center;
}
.cid-uKiQBhjBIm .item {
  margin-bottom: 32px;
}
.cid-uKiQBhjBIm .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uKiQBhjBIm .item .item-wrapper:hover,
.cid-uKiQBhjBIm .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #ffffff;
}
.cid-uKiQBhjBIm .item .item-wrapper a {
  display: block;
}
.cid-uKiQBhjBIm .item .item-wrapper a:hover .item-img::after,
.cid-uKiQBhjBIm .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uKiQBhjBIm .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uKiQBhjBIm .item .item-wrapper a .item-img img {
  background-color: #ffffff;
  padding: 4px;
  height: 410px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uKiQ8vE850 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKiQ8vE850 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-uKiQ8vE850 .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-uKiQ8vE850 .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKiQ8vE850 .info .col-6,
  .cid-uKiQ8vE850 .info .col-5 {
    width: 100%;
  }
  .cid-uKiQ8vE850 .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-uKiQ8vE850 .content .col-md-5 {
    width: 43%;
  }
  .cid-uKiQ8vE850 .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-uKiQ8vE850 .content .col-md-5 {
    width: 100%;
  }
  .cid-uKiQ8vE850 .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uKiQ8vE850 .content {
    padding: 0;
  }
}
.cid-uKiQ8vE850 .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-uKiQ8vE850 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-uKiQ8vE850 .contacts {
  margin: 20px 0;
}
.cid-uKiQ8vE850 .contacts p {
  margin: 0;
}
.cid-uKiQ8vE850 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKiQ8vE850 .socials p {
  margin: 0 20px 0 0;
}
.cid-uKiQ8vE850 .socials-item .link {
  color: #000000;
}
.cid-uKiQ8vE850 .mbr-contacts {
  color: #000000;
}
.cid-uKiQ8vE850 .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-uKiQ8vE850 .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-uKiQ8vE850 .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-uKiQ8vE850 .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-uKiQ8vE850 .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-uKiQ8vE850 .item:first-child {
  margin-left: 0;
}
.cid-uKiQ8vE850 .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-uKiQ8vE850 .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-uKiQ8vE850 .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-uKiQ8vE850 .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-uKiQ8vE850 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKiQ8vE850 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-uKiQ8vE850 .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-uKiQ8vE850 .item:hover {
  cursor: pointer;
}
.cid-uKiQ8vE850 .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uKiQ8vE850 .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-uKiQ8vE850 .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-uKiQ8vE850 .mbr-iconfont {
  color: #ffffff;
}
.cid-uKiQ8vE850 .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-uKiQ8vE850 .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKiQ8vE850 .menu p {
  margin: 0 0 5px;
}
.cid-uKiQ8vE850 h6 {
  font-size: 21px;
}
.cid-uKiQ8vE850 .menu-title {
  margin-bottom: 10px;
}
.cid-uKiQ8vE850 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-uKiQ8vE850 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-uKiQ8vE850 .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-uKqI9did7m .navbar-dropdown {
  position: relative !important;
}
.cid-uKqI9did7m .navbar-dropdown {
  position: absolute !important;
}
.cid-uKqI9did7m .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-uKqI9did7m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKqI9did7m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKqI9did7m .dropdown-item:hover,
.cid-uKqI9did7m .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-uKqI9did7m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKqI9did7m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKqI9did7m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKqI9did7m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKqI9did7m .nav-link {
  position: relative;
}
.cid-uKqI9did7m .container {
  display: flex;
  margin: auto;
}
.cid-uKqI9did7m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKqI9did7m .dropdown-menu,
.cid-uKqI9did7m .navbar.opened {
  background: #d2fdff !important;
}
.cid-uKqI9did7m .nav-item:focus,
.cid-uKqI9did7m .nav-link:focus {
  outline: none;
}
.cid-uKqI9did7m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKqI9did7m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKqI9did7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKqI9did7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKqI9did7m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKqI9did7m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKqI9did7m .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-uKqI9did7m .navbar.opened {
  transition: all 0.3s;
}
.cid-uKqI9did7m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKqI9did7m .navbar .navbar-logo img {
  width: auto;
}
.cid-uKqI9did7m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKqI9did7m .navbar.collapsed {
  justify-content: center;
}
.cid-uKqI9did7m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKqI9did7m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKqI9did7m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKqI9did7m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKqI9did7m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKqI9did7m .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-uKqI9did7m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKqI9did7m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKqI9did7m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKqI9did7m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKqI9did7m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKqI9did7m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKqI9did7m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKqI9did7m .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-uKqI9did7m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKqI9did7m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKqI9did7m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKqI9did7m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKqI9did7m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKqI9did7m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKqI9did7m .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKqI9did7m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKqI9did7m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKqI9did7m .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKqI9did7m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKqI9did7m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKqI9did7m .dropdown-item.active,
.cid-uKqI9did7m .dropdown-item:active {
  background-color: transparent;
}
.cid-uKqI9did7m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKqI9did7m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKqI9did7m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKqI9did7m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-uKqI9did7m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKqI9did7m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKqI9did7m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKqI9did7m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKqI9did7m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKqI9did7m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-uKqI9did7m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKqI9did7m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKqI9did7m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKqI9did7m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKqI9did7m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKqI9did7m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKqI9did7m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKqI9did7m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKqI9did7m .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKqI9did7m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKqI9did7m .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-uKqI9did7m .navbar {
    height: 70px;
  }
  .cid-uKqI9did7m .navbar.opened {
    height: auto;
  }
  .cid-uKqI9did7m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKqI9dWHWz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/img-8646-1224x918.jpg");
}
.cid-uKqI9dWHWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqI9dWHWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqI9dWHWz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uKqI9dWHWz .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uKqI9dWHWz .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uKuYD2aJHA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKuYD2aJHA .mbr-section-subtitle {
  color: #006a7a;
}
.cid-uKuYD2aJHA .mbr-text {
  color: #232323;
}
.cid-uKqI9eGhxQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKqI9eGhxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqI9eGhxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKqI9eGhxQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKqI9eGhxQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKqI9eGhxQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uKqI9eGhxQ .mbr-section-title {
  color: #006a7a;
}
.cid-uKuSonb101 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKuSonb101 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKuSonb101 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKuSonb101 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKuSonb101 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKuSonb101 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uKuSonb101 .mbr-section-title {
  color: #006a7a;
}
.cid-uKqI9iHmA9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKqI9iHmA9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-uKqI9iHmA9 .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-uKqI9iHmA9 .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKqI9iHmA9 .info .col-6,
  .cid-uKqI9iHmA9 .info .col-5 {
    width: 100%;
  }
  .cid-uKqI9iHmA9 .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-uKqI9iHmA9 .content .col-md-5 {
    width: 43%;
  }
  .cid-uKqI9iHmA9 .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-uKqI9iHmA9 .content .col-md-5 {
    width: 100%;
  }
  .cid-uKqI9iHmA9 .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uKqI9iHmA9 .content {
    padding: 0;
  }
}
.cid-uKqI9iHmA9 .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-uKqI9iHmA9 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-uKqI9iHmA9 .contacts {
  margin: 20px 0;
}
.cid-uKqI9iHmA9 .contacts p {
  margin: 0;
}
.cid-uKqI9iHmA9 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKqI9iHmA9 .socials p {
  margin: 0 20px 0 0;
}
.cid-uKqI9iHmA9 .socials-item .link {
  color: #000000;
}
.cid-uKqI9iHmA9 .mbr-contacts {
  color: #000000;
}
.cid-uKqI9iHmA9 .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-uKqI9iHmA9 .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-uKqI9iHmA9 .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-uKqI9iHmA9 .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-uKqI9iHmA9 .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-uKqI9iHmA9 .item:first-child {
  margin-left: 0;
}
.cid-uKqI9iHmA9 .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-uKqI9iHmA9 .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-uKqI9iHmA9 .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-uKqI9iHmA9 .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-uKqI9iHmA9 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKqI9iHmA9 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-uKqI9iHmA9 .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-uKqI9iHmA9 .item:hover {
  cursor: pointer;
}
.cid-uKqI9iHmA9 .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uKqI9iHmA9 .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-uKqI9iHmA9 .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-uKqI9iHmA9 .mbr-iconfont {
  color: #ffffff;
}
.cid-uKqI9iHmA9 .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-uKqI9iHmA9 .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKqI9iHmA9 .menu p {
  margin: 0 0 5px;
}
.cid-uKqI9iHmA9 h6 {
  font-size: 21px;
}
.cid-uKqI9iHmA9 .menu-title {
  margin-bottom: 10px;
}
.cid-uKqI9iHmA9 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-uKqI9iHmA9 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-uKqI9iHmA9 .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-uKvq75Dca1 .navbar-dropdown {
  position: relative !important;
}
.cid-uKvq75Dca1 .navbar-dropdown {
  position: absolute !important;
}
.cid-uKvq75Dca1 .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-uKvq75Dca1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKvq75Dca1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKvq75Dca1 .dropdown-item:hover,
.cid-uKvq75Dca1 .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-uKvq75Dca1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKvq75Dca1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKvq75Dca1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKvq75Dca1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKvq75Dca1 .nav-link {
  position: relative;
}
.cid-uKvq75Dca1 .container {
  display: flex;
  margin: auto;
}
.cid-uKvq75Dca1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKvq75Dca1 .dropdown-menu,
.cid-uKvq75Dca1 .navbar.opened {
  background: #d2fdff !important;
}
.cid-uKvq75Dca1 .nav-item:focus,
.cid-uKvq75Dca1 .nav-link:focus {
  outline: none;
}
.cid-uKvq75Dca1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKvq75Dca1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKvq75Dca1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKvq75Dca1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKvq75Dca1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKvq75Dca1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKvq75Dca1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-uKvq75Dca1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKvq75Dca1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKvq75Dca1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKvq75Dca1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKvq75Dca1 .navbar.collapsed {
  justify-content: center;
}
.cid-uKvq75Dca1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKvq75Dca1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKvq75Dca1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKvq75Dca1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKvq75Dca1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKvq75Dca1 .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-uKvq75Dca1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKvq75Dca1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKvq75Dca1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKvq75Dca1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKvq75Dca1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKvq75Dca1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKvq75Dca1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKvq75Dca1 .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-uKvq75Dca1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKvq75Dca1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKvq75Dca1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKvq75Dca1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKvq75Dca1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKvq75Dca1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKvq75Dca1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKvq75Dca1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKvq75Dca1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKvq75Dca1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKvq75Dca1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKvq75Dca1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKvq75Dca1 .dropdown-item.active,
.cid-uKvq75Dca1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKvq75Dca1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKvq75Dca1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKvq75Dca1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKvq75Dca1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-uKvq75Dca1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKvq75Dca1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKvq75Dca1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKvq75Dca1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKvq75Dca1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKvq75Dca1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-uKvq75Dca1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKvq75Dca1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvq75Dca1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvq75Dca1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKvq75Dca1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvq75Dca1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKvq75Dca1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKvq75Dca1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvq75Dca1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKvq75Dca1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKvq75Dca1 .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-uKvq75Dca1 .navbar {
    height: 70px;
  }
  .cid-uKvq75Dca1 .navbar.opened {
    height: auto;
  }
  .cid-uKvq75Dca1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKvqkQpn3z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/skincare-2.jpg-1320x618.jpg");
}
.cid-uKvqkQpn3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvqkQpn3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvq77CYO3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKvq77CYO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvq77CYO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKvq77CYO3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKvq77CYO3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKvq77CYO3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uKvq77CYO3 .mbr-section-title {
  color: #006a7a;
}
.cid-uKvq78cV6z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKvq78cV6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvq78cV6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uKvq78cV6z .row {
    flex-direction: column-reverse;
  }
  .cid-uKvq78cV6z .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uKvq78cV6z .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKvq78cV6z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKvq78cV6z .media-content,
.cid-uKvq78cV6z .mbr-figure {
  align-self: center;
}
.cid-uKvq78cV6z .mbr-figure iframe {
  width: 100%;
}
.cid-uKvq78cV6z .mbr-section-title {
  color: #006a7a;
}
.cid-uKvq78NwPj {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKvq78NwPj img,
.cid-uKvq78NwPj .item-img {
  width: 100%;
}
.cid-uKvq78NwPj .item:focus,
.cid-uKvq78NwPj span:focus {
  outline: none;
}
.cid-uKvq78NwPj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKvq78NwPj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKvq78NwPj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uKvq78NwPj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKvq78NwPj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uKvq78NwPj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uKvq78NwPj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKvq78NwPj .mbr-section-title {
  color: #006a7a;
}
.cid-uKvq78NwPj .mbr-text,
.cid-uKvq78NwPj .mbr-section-btn {
  text-align: left;
}
.cid-uKvq78NwPj .item-title {
  text-align: left;
  color: #006a7a;
}
.cid-uKvq78NwPj .item-subtitle {
  text-align: left;
}
.cid-uKvq79mF5O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKvq79mF5O img,
.cid-uKvq79mF5O .item-img {
  width: 100%;
}
.cid-uKvq79mF5O .item:focus,
.cid-uKvq79mF5O span:focus {
  outline: none;
}
.cid-uKvq79mF5O .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKvq79mF5O .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKvq79mF5O .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKvq79mF5O .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKvq79mF5O .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKvq79mF5O .mbr-section-title {
  color: #232323;
}
.cid-uKvq79mF5O .mbr-text,
.cid-uKvq79mF5O .mbr-section-btn {
  text-align: center;
  color: #006a7a;
}
.cid-uKvq79mF5O .item-title {
  text-align: center;
  color: #006a7a;
}
.cid-uKvq79mF5O .item-subtitle {
  text-align: center;
}
.cid-uKvq79mF5O .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(144, 189, 199, 0.9);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cid-uKvq79mF5O .hover-text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
}
.cid-uKvq79mF5O .item-wrapper:hover .hover-overlay {
  opacity: 1;
  pointer-events: auto;
}
.cid-uKvq7abIQN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKvq7abIQN img,
.cid-uKvq7abIQN .item-img {
  width: 100%;
}
.cid-uKvq7abIQN .item:focus,
.cid-uKvq7abIQN span:focus {
  outline: none;
}
.cid-uKvq7abIQN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKvq7abIQN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKvq7abIQN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKvq7abIQN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKvq7abIQN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKvq7abIQN .mbr-section-title {
  color: #006a7a;
}
.cid-uKvq7abIQN .mbr-text,
.cid-uKvq7abIQN .mbr-section-btn {
  text-align: left;
}
.cid-uKvq7abIQN .item-title {
  text-align: left;
  color: #006a7a;
}
.cid-uKvq7abIQN .item-subtitle {
  text-align: left;
}
.cid-uKvq7aRi2G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKvq7aRi2G .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-uKvq7aRi2G .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-uKvq7aRi2G .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKvq7aRi2G .info .col-6,
  .cid-uKvq7aRi2G .info .col-5 {
    width: 100%;
  }
  .cid-uKvq7aRi2G .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-uKvq7aRi2G .content .col-md-5 {
    width: 43%;
  }
  .cid-uKvq7aRi2G .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-uKvq7aRi2G .content .col-md-5 {
    width: 100%;
  }
  .cid-uKvq7aRi2G .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uKvq7aRi2G .content {
    padding: 0;
  }
}
.cid-uKvq7aRi2G .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-uKvq7aRi2G .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-uKvq7aRi2G .contacts {
  margin: 20px 0;
}
.cid-uKvq7aRi2G .contacts p {
  margin: 0;
}
.cid-uKvq7aRi2G .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKvq7aRi2G .socials p {
  margin: 0 20px 0 0;
}
.cid-uKvq7aRi2G .socials-item .link {
  color: #000000;
}
.cid-uKvq7aRi2G .mbr-contacts {
  color: #000000;
}
.cid-uKvq7aRi2G .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-uKvq7aRi2G .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-uKvq7aRi2G .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-uKvq7aRi2G .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-uKvq7aRi2G .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-uKvq7aRi2G .item:first-child {
  margin-left: 0;
}
.cid-uKvq7aRi2G .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-uKvq7aRi2G .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-uKvq7aRi2G .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-uKvq7aRi2G .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-uKvq7aRi2G .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKvq7aRi2G .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-uKvq7aRi2G .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-uKvq7aRi2G .item:hover {
  cursor: pointer;
}
.cid-uKvq7aRi2G .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uKvq7aRi2G .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-uKvq7aRi2G .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-uKvq7aRi2G .mbr-iconfont {
  color: #ffffff;
}
.cid-uKvq7aRi2G .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-uKvq7aRi2G .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKvq7aRi2G .menu p {
  margin: 0 0 5px;
}
.cid-uKvq7aRi2G h6 {
  font-size: 21px;
}
.cid-uKvq7aRi2G .menu-title {
  margin-bottom: 10px;
}
.cid-uKvq7aRi2G .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-uKvq7aRi2G .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-uKvq7aRi2G .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-v98Jmq9cKO.popup-builder {
  background-color: #ffffff;
}
.cid-v98Jmq9cKO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v98Jmq9cKO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v98Jmq9cKO .modal-content,
.cid-v98Jmq9cKO .modal-dialog {
  height: auto;
}
.cid-v98Jmq9cKO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v98Jmq9cKO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v98Jmq9cKO .form-wrapper .mbr-form .form-group,
  .cid-v98Jmq9cKO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v98Jmq9cKO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v98Jmq9cKO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v98Jmq9cKO .mbr-text {
  text-align: center;
}
.cid-v98Jmq9cKO .pt-0 {
  padding-top: 0 !important;
}
.cid-v98Jmq9cKO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v98Jmq9cKO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v98Jmq9cKO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v98Jmq9cKO .modal-open {
  overflow: hidden;
}
.cid-v98Jmq9cKO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v98Jmq9cKO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v98Jmq9cKO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v98Jmq9cKO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v98Jmq9cKO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v98Jmq9cKO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v98Jmq9cKO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v98Jmq9cKO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v98Jmq9cKO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v98Jmq9cKO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v98Jmq9cKO .modal-backdrop.fade {
  opacity: 0;
}
.cid-v98Jmq9cKO .modal-backdrop.show {
  opacity: .5;
}
.cid-v98Jmq9cKO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v98Jmq9cKO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v98Jmq9cKO .modal-header {
    padding: 1rem;
  }
}
.cid-v98Jmq9cKO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v98Jmq9cKO .modal-header .close svg {
  fill: #353535;
}
.cid-v98Jmq9cKO .modal-header .close:hover {
  opacity: 1;
}
.cid-v98Jmq9cKO .modal-header .close:focus {
  outline: none;
}
.cid-v98Jmq9cKO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v98Jmq9cKO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v98Jmq9cKO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v98Jmq9cKO .modal-body {
    padding: 1rem;
  }
}
.cid-v98Jmq9cKO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v98Jmq9cKO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v98Jmq9cKO .modal-footer {
    padding: 1rem;
  }
}
.cid-v98Jmq9cKO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v98Jmq9cKO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v98Jmq9cKO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v98Jmq9cKO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v98Jmq9cKO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v98Jmq9cKO .modal-lg,
  .cid-v98Jmq9cKO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v98Jmq9cKO .modal-xl {
    max-width: 1140px;
  }
}
.cid-v98Jmq9cKO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v98Jmq9cKO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v98Jmq9cKO .form-group {
  margin-bottom: 1rem;
}
.cid-v98Jmq9cKO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v98Jmq9cKO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v98Jmq9cKO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v98Jmq9cKO .mbr-section-btn {
  margin: 0;
}
.cid-v98Jmq9cKO .mbr-section-btn .btn {
  margin: 0;
}
.cid-v98PpUoeJL.popup-builder {
  background-color: #ffffff;
}
.cid-v98PpUoeJL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v98PpUoeJL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v98PpUoeJL .modal-content,
.cid-v98PpUoeJL .modal-dialog {
  height: auto;
}
.cid-v98PpUoeJL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v98PpUoeJL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v98PpUoeJL .form-wrapper .mbr-form .form-group,
  .cid-v98PpUoeJL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v98PpUoeJL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v98PpUoeJL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v98PpUoeJL .mbr-text {
  text-align: center;
}
.cid-v98PpUoeJL .pt-0 {
  padding-top: 0 !important;
}
.cid-v98PpUoeJL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v98PpUoeJL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v98PpUoeJL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v98PpUoeJL .modal-open {
  overflow: hidden;
}
.cid-v98PpUoeJL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v98PpUoeJL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v98PpUoeJL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v98PpUoeJL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v98PpUoeJL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v98PpUoeJL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v98PpUoeJL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v98PpUoeJL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v98PpUoeJL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v98PpUoeJL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v98PpUoeJL .modal-backdrop.fade {
  opacity: 0;
}
.cid-v98PpUoeJL .modal-backdrop.show {
  opacity: .5;
}
.cid-v98PpUoeJL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v98PpUoeJL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v98PpUoeJL .modal-header {
    padding: 1rem;
  }
}
.cid-v98PpUoeJL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v98PpUoeJL .modal-header .close svg {
  fill: #353535;
}
.cid-v98PpUoeJL .modal-header .close:hover {
  opacity: 1;
}
.cid-v98PpUoeJL .modal-header .close:focus {
  outline: none;
}
.cid-v98PpUoeJL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v98PpUoeJL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v98PpUoeJL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v98PpUoeJL .modal-body {
    padding: 1rem;
  }
}
.cid-v98PpUoeJL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v98PpUoeJL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v98PpUoeJL .modal-footer {
    padding: 1rem;
  }
}
.cid-v98PpUoeJL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v98PpUoeJL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v98PpUoeJL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v98PpUoeJL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v98PpUoeJL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v98PpUoeJL .modal-lg,
  .cid-v98PpUoeJL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v98PpUoeJL .modal-xl {
    max-width: 1140px;
  }
}
.cid-v98PpUoeJL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v98PpUoeJL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v98PpUoeJL .form-group {
  margin-bottom: 1rem;
}
.cid-v98PpUoeJL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v98PpUoeJL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v98PpUoeJL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v98PpUoeJL .mbr-section-btn {
  margin: 0;
}
.cid-v98PpUoeJL .mbr-section-btn .btn {
  margin: 0;
}
.cid-u3Ax8F011h .navbar-dropdown {
  position: relative !important;
}
.cid-u3Ax8F011h .navbar-dropdown {
  position: absolute !important;
}
.cid-u3Ax8F011h .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-u3Ax8F011h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3Ax8F011h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3Ax8F011h .dropdown-item:hover,
.cid-u3Ax8F011h .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-u3Ax8F011h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3Ax8F011h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3Ax8F011h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3Ax8F011h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3Ax8F011h .nav-link {
  position: relative;
}
.cid-u3Ax8F011h .container {
  display: flex;
  margin: auto;
}
.cid-u3Ax8F011h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3Ax8F011h .dropdown-menu,
.cid-u3Ax8F011h .navbar.opened {
  background: #d2fdff !important;
}
.cid-u3Ax8F011h .nav-item:focus,
.cid-u3Ax8F011h .nav-link:focus {
  outline: none;
}
.cid-u3Ax8F011h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3Ax8F011h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3Ax8F011h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3Ax8F011h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3Ax8F011h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3Ax8F011h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3Ax8F011h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-u3Ax8F011h .navbar.opened {
  transition: all 0.3s;
}
.cid-u3Ax8F011h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3Ax8F011h .navbar .navbar-logo img {
  width: auto;
}
.cid-u3Ax8F011h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3Ax8F011h .navbar.collapsed {
  justify-content: center;
}
.cid-u3Ax8F011h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3Ax8F011h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3Ax8F011h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u3Ax8F011h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3Ax8F011h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3Ax8F011h .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-u3Ax8F011h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3Ax8F011h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3Ax8F011h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3Ax8F011h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3Ax8F011h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3Ax8F011h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3Ax8F011h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3Ax8F011h .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-u3Ax8F011h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3Ax8F011h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3Ax8F011h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3Ax8F011h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3Ax8F011h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3Ax8F011h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3Ax8F011h .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3Ax8F011h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3Ax8F011h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3Ax8F011h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3Ax8F011h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3Ax8F011h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3Ax8F011h .dropdown-item.active,
.cid-u3Ax8F011h .dropdown-item:active {
  background-color: transparent;
}
.cid-u3Ax8F011h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3Ax8F011h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3Ax8F011h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3Ax8F011h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-u3Ax8F011h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3Ax8F011h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3Ax8F011h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3Ax8F011h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3Ax8F011h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3Ax8F011h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-u3Ax8F011h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3Ax8F011h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3Ax8F011h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3Ax8F011h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3Ax8F011h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3Ax8F011h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3Ax8F011h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3Ax8F011h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3Ax8F011h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u3Ax8F011h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3Ax8F011h .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-u3Ax8F011h .navbar {
    height: 70px;
  }
  .cid-u3Ax8F011h .navbar.opened {
    height: auto;
  }
  .cid-u3Ax8F011h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3AxL4i1D7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/th-474x105.jpg");
}
.cid-u3AxL4i1D7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3AxL4i1D7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3AxL4i1D7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u3AxL4i1D7 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-u3AxL4i1D7 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ufG54lIhHz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufG54lIhHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufG54lIhHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufG54lIhHz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufG54lIhHz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufG54lIhHz .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufG54lIhHz .mbr-section-title {
  color: #006a7a;
}
.cid-ufG3FeWGil {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufG3FeWGil .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufG3FeWGil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ufG3FeWGil .row {
    flex-direction: column-reverse;
  }
  .cid-ufG3FeWGil .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-ufG3FeWGil .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ufG3FeWGil .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufG3FeWGil .media-content,
.cid-ufG3FeWGil .mbr-figure {
  align-self: center;
}
.cid-ufG3FeWGil .mbr-figure iframe {
  width: 100%;
}
.cid-ufG3FeWGil .mbr-section-title {
  color: #006a7a;
}
.cid-ufFZN2hbOv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufFZN2hbOv img,
.cid-ufFZN2hbOv .item-img {
  width: 100%;
}
.cid-ufFZN2hbOv .item:focus,
.cid-ufFZN2hbOv span:focus {
  outline: none;
}
.cid-ufFZN2hbOv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ufFZN2hbOv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ufFZN2hbOv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufFZN2hbOv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ufFZN2hbOv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ufFZN2hbOv .mbr-section-title {
  color: #006a7a;
}
.cid-ufFZN2hbOv .mbr-text,
.cid-ufFZN2hbOv .mbr-section-btn {
  text-align: left;
}
.cid-ufFZN2hbOv .item-title {
  text-align: left;
  color: #006a7a;
}
.cid-ufFZN2hbOv .item-subtitle {
  text-align: left;
}
.cid-u3Ax8H5kdx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3Ax8H5kdx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u3Ax8H5kdx .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u3Ax8H5kdx .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3Ax8H5kdx .info .col-6,
  .cid-u3Ax8H5kdx .info .col-5 {
    width: 100%;
  }
  .cid-u3Ax8H5kdx .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u3Ax8H5kdx .content .col-md-5 {
    width: 43%;
  }
  .cid-u3Ax8H5kdx .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u3Ax8H5kdx .content .col-md-5 {
    width: 100%;
  }
  .cid-u3Ax8H5kdx .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u3Ax8H5kdx .content {
    padding: 0;
  }
}
.cid-u3Ax8H5kdx .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-u3Ax8H5kdx .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u3Ax8H5kdx .contacts {
  margin: 20px 0;
}
.cid-u3Ax8H5kdx .contacts p {
  margin: 0;
}
.cid-u3Ax8H5kdx .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u3Ax8H5kdx .socials p {
  margin: 0 20px 0 0;
}
.cid-u3Ax8H5kdx .socials-item .link {
  color: #000000;
}
.cid-u3Ax8H5kdx .mbr-contacts {
  color: #000000;
}
.cid-u3Ax8H5kdx .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u3Ax8H5kdx .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u3Ax8H5kdx .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u3Ax8H5kdx .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u3Ax8H5kdx .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u3Ax8H5kdx .item:first-child {
  margin-left: 0;
}
.cid-u3Ax8H5kdx .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u3Ax8H5kdx .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u3Ax8H5kdx .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u3Ax8H5kdx .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u3Ax8H5kdx .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3Ax8H5kdx .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u3Ax8H5kdx .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u3Ax8H5kdx .item:hover {
  cursor: pointer;
}
.cid-u3Ax8H5kdx .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u3Ax8H5kdx .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u3Ax8H5kdx .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u3Ax8H5kdx .mbr-iconfont {
  color: #ffffff;
}
.cid-u3Ax8H5kdx .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-u3Ax8H5kdx .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u3Ax8H5kdx .menu p {
  margin: 0 0 5px;
}
.cid-u3Ax8H5kdx h6 {
  font-size: 21px;
}
.cid-u3Ax8H5kdx .menu-title {
  margin-bottom: 10px;
}
.cid-u3Ax8H5kdx .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u3Ax8H5kdx .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u3Ax8H5kdx .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-vcIMGxY4LR .navbar-dropdown {
  position: relative !important;
}
.cid-vcIMGxY4LR .navbar-dropdown {
  position: absolute !important;
}
.cid-vcIMGxY4LR .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-vcIMGxY4LR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcIMGxY4LR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcIMGxY4LR .dropdown-item:hover,
.cid-vcIMGxY4LR .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-vcIMGxY4LR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcIMGxY4LR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcIMGxY4LR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcIMGxY4LR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcIMGxY4LR .nav-link {
  position: relative;
}
.cid-vcIMGxY4LR .container {
  display: flex;
  margin: auto;
}
.cid-vcIMGxY4LR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcIMGxY4LR .dropdown-menu,
.cid-vcIMGxY4LR .navbar.opened {
  background: #d2fdff !important;
}
.cid-vcIMGxY4LR .nav-item:focus,
.cid-vcIMGxY4LR .nav-link:focus {
  outline: none;
}
.cid-vcIMGxY4LR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIMGxY4LR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIMGxY4LR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIMGxY4LR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIMGxY4LR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIMGxY4LR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIMGxY4LR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-vcIMGxY4LR .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIMGxY4LR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIMGxY4LR .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIMGxY4LR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcIMGxY4LR .navbar.collapsed {
  justify-content: center;
}
.cid-vcIMGxY4LR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIMGxY4LR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIMGxY4LR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcIMGxY4LR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIMGxY4LR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIMGxY4LR .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-vcIMGxY4LR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIMGxY4LR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIMGxY4LR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcIMGxY4LR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIMGxY4LR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIMGxY4LR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIMGxY4LR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIMGxY4LR .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-vcIMGxY4LR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcIMGxY4LR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcIMGxY4LR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIMGxY4LR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcIMGxY4LR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIMGxY4LR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIMGxY4LR .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcIMGxY4LR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcIMGxY4LR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcIMGxY4LR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcIMGxY4LR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIMGxY4LR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIMGxY4LR .dropdown-item.active,
.cid-vcIMGxY4LR .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIMGxY4LR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIMGxY4LR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIMGxY4LR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIMGxY4LR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-vcIMGxY4LR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcIMGxY4LR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcIMGxY4LR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIMGxY4LR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcIMGxY4LR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIMGxY4LR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-vcIMGxY4LR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIMGxY4LR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIMGxY4LR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIMGxY4LR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIMGxY4LR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIMGxY4LR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIMGxY4LR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIMGxY4LR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIMGxY4LR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIMGxY4LR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIMGxY4LR .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-vcIMGxY4LR .navbar {
    height: 70px;
  }
  .cid-vcIMGxY4LR .navbar.opened {
    height: auto;
  }
  .cid-vcIMGxY4LR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIMGyyC3f {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vcIMGyyC3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIMGyyC3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcINFsEa3L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/murnau-1920x1280.jpg");
}
.cid-vcINFsEa3L .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-vcINFsEa3L img,
.cid-vcINFsEa3L .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vcINFsEa3L .item:focus,
.cid-vcINFsEa3L span:focus {
  outline: none;
}
.cid-vcINFsEa3L .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcINFsEa3L .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcINFsEa3L .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcINFsEa3L .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcINFsEa3L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcINFsEa3L .mbr-section-title {
  color: #006a7a;
}
.cid-vcINFsEa3L .mbr-text,
.cid-vcINFsEa3L .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vcINFsEa3L .item-title {
  text-align: left;
  color: #006a7a;
}
.cid-vcINFsEa3L .item-subtitle {
  text-align: left;
  color: #006a7a;
}
.cid-vcIMGBjWte {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcIMGBjWte .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-vcIMGBjWte .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-vcIMGBjWte .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcIMGBjWte .info .col-6,
  .cid-vcIMGBjWte .info .col-5 {
    width: 100%;
  }
  .cid-vcIMGBjWte .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-vcIMGBjWte .content .col-md-5 {
    width: 43%;
  }
  .cid-vcIMGBjWte .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-vcIMGBjWte .content .col-md-5 {
    width: 100%;
  }
  .cid-vcIMGBjWte .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vcIMGBjWte .content {
    padding: 0;
  }
}
.cid-vcIMGBjWte .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-vcIMGBjWte .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-vcIMGBjWte .contacts {
  margin: 20px 0;
}
.cid-vcIMGBjWte .contacts p {
  margin: 0;
}
.cid-vcIMGBjWte .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcIMGBjWte .socials p {
  margin: 0 20px 0 0;
}
.cid-vcIMGBjWte .socials-item .link {
  color: #000000;
}
.cid-vcIMGBjWte .mbr-contacts {
  color: #000000;
}
.cid-vcIMGBjWte .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-vcIMGBjWte .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-vcIMGBjWte .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-vcIMGBjWte .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-vcIMGBjWte .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-vcIMGBjWte .item:first-child {
  margin-left: 0;
}
.cid-vcIMGBjWte .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-vcIMGBjWte .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-vcIMGBjWte .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-vcIMGBjWte .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-vcIMGBjWte .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIMGBjWte .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-vcIMGBjWte .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-vcIMGBjWte .item:hover {
  cursor: pointer;
}
.cid-vcIMGBjWte .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-vcIMGBjWte .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-vcIMGBjWte .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-vcIMGBjWte .mbr-iconfont {
  color: #ffffff;
}
.cid-vcIMGBjWte .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-vcIMGBjWte .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcIMGBjWte .menu p {
  margin: 0 0 5px;
}
.cid-vcIMGBjWte h6 {
  font-size: 21px;
}
.cid-vcIMGBjWte .menu-title {
  margin-bottom: 10px;
}
.cid-vcIMGBjWte .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-vcIMGBjWte .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-vcIMGBjWte .copyright > p {
  text-align: center;
  color: #006a7a;
}
.cid-sS8dShElny .navbar-dropdown {
  position: relative !important;
}
.cid-sS8dShElny .navbar-dropdown {
  position: absolute !important;
}
.cid-sS8dShElny .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-sS8dShElny .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sS8dShElny .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sS8dShElny .dropdown-item:hover,
.cid-sS8dShElny .dropdown-item:focus {
  background: #006a7a !important;
  color: white !important;
}
.cid-sS8dShElny .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sS8dShElny .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sS8dShElny .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sS8dShElny .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sS8dShElny .nav-link {
  position: relative;
}
.cid-sS8dShElny .container {
  display: flex;
  margin: auto;
}
.cid-sS8dShElny .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sS8dShElny .dropdown-menu,
.cid-sS8dShElny .navbar.opened {
  background: #d2fdff !important;
}
.cid-sS8dShElny .nav-item:focus,
.cid-sS8dShElny .nav-link:focus {
  outline: none;
}
.cid-sS8dShElny .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sS8dShElny .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS8dShElny .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sS8dShElny .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sS8dShElny .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sS8dShElny .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sS8dShElny .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sS8dShElny .navbar.opened {
  transition: all 0.3s;
}
.cid-sS8dShElny .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sS8dShElny .navbar .navbar-logo img {
  width: auto;
}
.cid-sS8dShElny .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sS8dShElny .navbar.collapsed {
  justify-content: center;
}
.cid-sS8dShElny .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sS8dShElny .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sS8dShElny .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sS8dShElny .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sS8dShElny .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sS8dShElny .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-sS8dShElny .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sS8dShElny .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sS8dShElny .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sS8dShElny .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS8dShElny .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS8dShElny .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS8dShElny .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS8dShElny .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-sS8dShElny .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sS8dShElny .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS8dShElny .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS8dShElny .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sS8dShElny .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sS8dShElny .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sS8dShElny .navbar.navbar-short {
  min-height: 60px;
}
.cid-sS8dShElny .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sS8dShElny .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sS8dShElny .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sS8dShElny .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS8dShElny .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS8dShElny .dropdown-item.active,
.cid-sS8dShElny .dropdown-item:active {
  background-color: transparent;
}
.cid-sS8dShElny .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS8dShElny .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS8dShElny .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS8dShElny .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sS8dShElny .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS8dShElny .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS8dShElny ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sS8dShElny .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sS8dShElny button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sS8dShElny button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a7a;
}
.cid-sS8dShElny button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sS8dShElny button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sS8dShElny button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sS8dShElny button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sS8dShElny nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sS8dShElny nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sS8dShElny nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sS8dShElny nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sS8dShElny .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sS8dShElny a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sS8dShElny .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-sS8dShElny .navbar {
    height: 70px;
  }
  .cid-sS8dShElny .navbar.opened {
    height: auto;
  }
  .cid-sS8dShElny .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sS8dSgVQxN {
  background-image: url("../../../assets/images/180238871-l-1-2000x1333.jpg");
}
.cid-sS8dSgVQxN .mbr-section-title {
  color: #006a7a;
}
.cid-sS8dSiwJCA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sS8dSiwJCA .mbr-section-subtitle {
  color: #006a7a;
}
.cid-sS8dSiwJCA .mbr-section-title {
  color: #006a7a;
}
.cid-vjj5h378Nl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjj5h378Nl .mbr-section-subtitle {
  color: #006a7a;
}
.cid-vjj5h378Nl .mbr-section-title {
  color: #006a7a;
}
.cid-sS8lERdriU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sS8lERdriU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sS8lERdriU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sS8lERdriU ul li::before {
  position: relative;
  left: -1.6rem;
  content: "\2714";
  color: #006a7a;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-sS8lERdriU H3 {
  color: #006a7a;
}
.cid-vjjaDN4Bln {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjjaDN4Bln .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjaDN4Bln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjjaDN4Bln .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjjaDN4Bln .row {
  flex-direction: row-reverse;
}
.cid-vjjaDN4Bln img {
  width: 100%;
}
.cid-vjj6iWSFLO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjj6iWSFLO .mbr-section-subtitle {
  color: #006a7a;
}
.cid-vjj6iWSFLO .mbr-section-title {
  color: #006a7a;
}
.cid-vjj6iWSFLO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vjj6iWSFLO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vjj6iWSFLO ul li::before {
  position: relative;
  left: -1.6rem;
  content: "\2714";
  color: #006a7a;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-vjjiHXV6y4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjjiHXV6y4 .mbr-section-subtitle {
  color: #006a7a;
}
.cid-vjjiHXV6y4 .mbr-section-title {
  color: #006a7a;
}
.cid-vjjiHXV6y4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vjjiHXV6y4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vjjiHXV6y4 ul li::before {
  position: relative;
  left: -1.6rem;
  content: "\2714";
  color: #006a7a;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-vjjdOET6zc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjjdOET6zc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjjdOET6zc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjjdOET6zc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjjdOET6zc .row {
  justify-content: center;
  align-items: center;
}
.cid-vjjdOET6zc .image-wrapper {
  text-align: center;
}
.cid-vjjdOET6zc .image-wrapper img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
.cid-vjj976vrbQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vjj976vrbQ .mbr-section-subtitle {
  color: #006a7a;
}
.cid-vjj976vrbQ .mbr-section-title {
  color: #006a7a;
}
.cid-vjj976vrbQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vjj976vrbQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vjj976vrbQ ul li::before {
  position: relative;
  left: -1.6rem;
  content: "\2714";
  color: #006a7a;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-sS8dSlH9LT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sS8dSlH9LT .mbr-section-title,
.cid-sS8dSlH9LT .mbr-section-subtitle {
  text-align: center;
}
.cid-sS8dSlH9LT .cost {
  word-break: normal;
}
.cid-sS8dSlH9LT .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-sS8dSlH9LT .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sS8dSlH9LT .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sS8dSlH9LT .card-wrapper {
    padding: 1rem;
  }
}
.cid-sS8dSlH9LT .card-title {
  color: #006a7a;
}
.cid-sS8dSlH9LT .mbr-section-title {
  color: #006a7a;
}
.cid-sS8dSlH9LT P {
  text-align: left;
}
.cid-sS8dSmDLFL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sS8dSmDLFL .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sS8dSmDLFL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sS8dSmDLFL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sS8dSmDLFL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sS8dSmDLFL .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sS8dSmDLFL .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sS8dSmDLFL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sS8dSmDLFL .card-title {
  color: #006a7a;
}
.cid-sS8dSnnXVu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sS8dSnnXVu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sS8dSnnXVu .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sS8dSnnXVu .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sS8dSnnXVu .info .col-6,
  .cid-sS8dSnnXVu .info .col-5 {
    width: 100%;
  }
  .cid-sS8dSnnXVu .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sS8dSnnXVu .content .col-md-5 {
    width: 43%;
  }
  .cid-sS8dSnnXVu .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sS8dSnnXVu .content .col-md-5 {
    width: 100%;
  }
  .cid-sS8dSnnXVu .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sS8dSnnXVu .content {
    padding: 0;
  }
}
.cid-sS8dSnnXVu .mbr-brand {
  color: #006a7a;
  font-weight: 600;
}
.cid-sS8dSnnXVu .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sS8dSnnXVu .contacts {
  margin: 20px 0;
}
.cid-sS8dSnnXVu .contacts p {
  margin: 0;
}
.cid-sS8dSnnXVu .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sS8dSnnXVu .socials p {
  margin: 0 20px 0 0;
}
.cid-sS8dSnnXVu .socials-item .link {
  color: #000000;
}
.cid-sS8dSnnXVu .mbr-contacts {
  color: #000000;
}
.cid-sS8dSnnXVu .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sS8dSnnXVu .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sS8dSnnXVu .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sS8dSnnXVu .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sS8dSnnXVu .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sS8dSnnXVu .item:first-child {
  margin-left: 0;
}
.cid-sS8dSnnXVu .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sS8dSnnXVu .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sS8dSnnXVu .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sS8dSnnXVu .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sS8dSnnXVu .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sS8dSnnXVu .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sS8dSnnXVu .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sS8dSnnXVu .item:hover {
  cursor: pointer;
}
.cid-sS8dSnnXVu .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sS8dSnnXVu .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sS8dSnnXVu .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sS8dSnnXVu .mbr-iconfont {
  color: #ffffff;
}
.cid-sS8dSnnXVu .mbr-section-title {
  color: #006a7a;
  margin-bottom: 23px;
}
.cid-sS8dSnnXVu .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sS8dSnnXVu .menu p {
  margin: 0 0 5px;
}
.cid-sS8dSnnXVu h6 {
  font-size: 21px;
}
.cid-sS8dSnnXVu .menu-title {
  margin-bottom: 10px;
}
.cid-sS8dSnnXVu .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sS8dSnnXVu .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sS8dSnnXVu .copyright > p {
  text-align: center;
  color: #006a7a;
}
