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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

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

.item {
  position: relative;
}

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

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

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Yeseva One', display;
  font-size: 8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Yeseva One', display;
  font-size: 4rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Yeseva One', display;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-6 {
  font-family: Inter Tight;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-6 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #eb8dc8 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eb8dc8 !important;
  border-color: #eb8dc8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f3b8dd !important;
  border-color: #f3b8dd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f3b8dd !important;
  border-color: #f3b8dd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eb8dc8 !important;
  border-color: #eb8dc8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f3b8dd !important;
  border-color: #f3b8dd !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f3b8dd !important;
  border-color: #f3b8dd !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #eb8dc8;
  color: #eb8dc8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #de43a4 !important;
  background-color: transparent !important;
  border-color: #de43a4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #eb8dc8 !important;
  border-color: #eb8dc8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #eb8dc8;
  color: #eb8dc8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #de43a4 !important;
  background-color: transparent !important;
  border-color: #de43a4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #eb8dc8 !important;
  border-color: #eb8dc8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #eb8dc8 !important;
}
.text-secondary {
  color: #eb8dc8 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #dc369e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #dc369e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #eb8dc8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #eb8dc8;
  border-color: #eb8dc8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #eb8dc8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.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: #eb8dc8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #eb8dc8;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #eb8dc8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #eb8dc8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #eb8dc8;
  border-bottom-color: #eb8dc8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #eb8dc8 !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: #eb8dc8 !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='%23eb8dc8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQlKKkdKif {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQlKKkdKif nav.navbar {
  position: fixed;
}
.cid-uQlKKkdKif .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-uQlKKkdKif .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQlKKkdKif .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQlKKkdKif .dropdown-item:hover,
.cid-uQlKKkdKif .dropdown-item:focus {
  background: #eb8dc8 !important;
  color: white !important;
}
.cid-uQlKKkdKif .dropdown-item:hover span {
  color: white;
}
.cid-uQlKKkdKif .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQlKKkdKif .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQlKKkdKif .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQlKKkdKif .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQlKKkdKif .nav-link {
  position: relative;
}
.cid-uQlKKkdKif .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQlKKkdKif .container {
    flex-wrap: wrap;
  }
}
.cid-uQlKKkdKif .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQlKKkdKif .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQlKKkdKif .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQlKKkdKif .dropdown-menu,
.cid-uQlKKkdKif .navbar.opened {
  background: #000000 !important;
}
.cid-uQlKKkdKif .nav-item:focus,
.cid-uQlKKkdKif .nav-link:focus {
  outline: none;
}
.cid-uQlKKkdKif .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQlKKkdKif .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQlKKkdKif .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQlKKkdKif .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQlKKkdKif .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQlKKkdKif .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQlKKkdKif .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uQlKKkdKif .navbar.opened {
  transition: all 0.3s;
}
.cid-uQlKKkdKif .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQlKKkdKif .navbar .navbar-logo img {
  width: auto;
}
.cid-uQlKKkdKif .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQlKKkdKif .navbar.collapsed {
  justify-content: center;
}
.cid-uQlKKkdKif .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQlKKkdKif .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQlKKkdKif .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQlKKkdKif .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQlKKkdKif .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-uQlKKkdKif .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQlKKkdKif .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQlKKkdKif .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQlKKkdKif .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQlKKkdKif .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQlKKkdKif .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQlKKkdKif .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQlKKkdKif .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-uQlKKkdKif .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQlKKkdKif .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQlKKkdKif .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQlKKkdKif .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQlKKkdKif .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQlKKkdKif .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQlKKkdKif .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQlKKkdKif .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQlKKkdKif .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQlKKkdKif .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQlKKkdKif .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-uQlKKkdKif .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQlKKkdKif .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQlKKkdKif .dropdown-item.active,
.cid-uQlKKkdKif .dropdown-item:active {
  background-color: transparent;
}
.cid-uQlKKkdKif .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQlKKkdKif .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQlKKkdKif .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQlKKkdKif .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uQlKKkdKif .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQlKKkdKif .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQlKKkdKif ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQlKKkdKif .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQlKKkdKif button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQlKKkdKif button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQlKKkdKif button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQlKKkdKif button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQlKKkdKif button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQlKKkdKif button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQlKKkdKif nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQlKKkdKif nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQlKKkdKif nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQlKKkdKif nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQlKKkdKif .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQlKKkdKif a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQlKKkdKif .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-uQlKKkdKif .navbar {
    height: 70px;
  }
  .cid-uQlKKkdKif .navbar.opened {
    height: auto;
  }
  .cid-uQlKKkdKif .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQttp4YalV {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/00-titul-notova-osnova-upr.png");
}
.cid-uQttp4YalV .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uQttp4YalV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQttp4YalV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQttp4YalV .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uQttp4YalV .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uQttp4YalV {
    align-items: center;
  }
  .cid-uQttp4YalV .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQttp4YalV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQttp4YalV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQttp4YalV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQttp4YalV .content-wrap {
    width: 100%;
  }
}
.cid-uQttp4YalV .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uQttp4YalV .mbr-text,
.cid-uQttp4YalV .mbr-section-btn {
  text-align: left;
  color: #2f1512;
}
.cid-uQtyfyIhG7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQtyfyIhG7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uQtyfyIhG7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uQtyfyIhG7 .mbr-section-title {
  color: #000000;
}
.cid-uR6tL5u7tg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uR6tL5u7tg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6tL5u7tg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6tL5u7tg .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uR6tL5u7tg .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uR6tL5u7tg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uR6tL5u7tg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR6tL5u7tg .media-content,
.cid-uR6tL5u7tg .mbr-figure {
  align-self: center;
}
.cid-uR6tL5u7tg .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uR6tL5u7tg .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uR6tL5u7tg .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uR6tL5u7tg .mbr-section-maintitle {
  text-align: center;
}
.cid-uR6tL5u7tg .mbr-section-title {
  text-align: left;
}
.cid-uR6tL5u7tg .mbr-text,
.cid-uR6tL5u7tg .mbr-section-btn {
  text-align: right;
}
.cid-uR6tL5u7tg .mbr-description {
  text-align: right;
  color: #b1b1b1;
}
.cid-uXr5QolsL1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXr5QolsL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXr5QolsL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXr5QolsL1 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uXr5QolsL1 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uXr5QolsL1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXr5QolsL1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXr5QolsL1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXr5QolsL1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uXr5QolsL1 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uXr5QolsL1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQwOrCmlcl {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #2f1512;
}
.cid-uQwOrCmlcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQwOrCmlcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQwOrCmlcl .mbr-section-title {
  color: #ebbd8d;
}
.cid-uQwMifIWPG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2f1512;
}
.cid-uQwMifIWPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQwMifIWPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQwMifIWPG .title .num {
  width: 100%;
  display: block;
}
.cid-uQwMifIWPG .title .card-title {
  z-index: 1;
}
.cid-uQwMifIWPG .num {
  color: #eb8dc8;
}
.cid-uQwMifIWPG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQwMifIWPG .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQwMifIWPG * {
    text-align: center !important;
  }
  .cid-uQwMifIWPG .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uQwMifIWPG .content-head {
  max-width: 800px;
}
.cid-uQwMifIWPG .card-title,
.cid-uQwMifIWPG .card-img {
  color: #ffffff;
}
.cid-uQwNAEh8Wa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2f1512;
}
.cid-uQwNAEh8Wa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQwNAEh8Wa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQwNAEh8Wa .title .num {
  width: 100%;
  display: block;
}
.cid-uQwNAEh8Wa .title .card-title {
  z-index: 1;
}
.cid-uQwNAEh8Wa .num {
  color: #eb8dc8;
  text-align: left;
}
.cid-uQwNAEh8Wa .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQwNAEh8Wa .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQwNAEh8Wa * {
    text-align: center !important;
  }
  .cid-uQwNAEh8Wa .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uQwNAEh8Wa .content-head {
  max-width: 800px;
}
.cid-uQwNAEh8Wa .card-title,
.cid-uQwNAEh8Wa .card-img {
  color: #ffffff;
}
.cid-uQwOdXdbUS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #2f1512;
}
.cid-uQwOdXdbUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQwOdXdbUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQwOdXdbUS .title .num {
  width: 100%;
  display: block;
}
.cid-uQwOdXdbUS .title .card-title {
  z-index: 1;
}
.cid-uQwOdXdbUS .num {
  color: #eb8dc8;
  text-align: left;
}
.cid-uQwOdXdbUS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQwOdXdbUS .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQwOdXdbUS * {
    text-align: center !important;
  }
  .cid-uQwOdXdbUS .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uQwOdXdbUS .content-head {
  max-width: 800px;
}
.cid-uQwOdXdbUS .card-title,
.cid-uQwOdXdbUS .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-uR5Px00CTq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR5Px00CTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR5Px00CTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR5Px00CTq .mbr-section-title {
  color: #eb8dc8;
}
.cid-uR62D9WhdG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR62D9WhdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR62D9WhdG .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-uR62D9WhdG .container {
    padding: 0 16px;
  }
}
.cid-uR62D9WhdG .row {
  justify-content: center;
}
.cid-uR62D9WhdG .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR62D9WhdG .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR62D9WhdG .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uR62D9WhdG .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uR62D9WhdG .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uR62D9WhdG .mbr-section-title {
  color: #08323C;
  text-align: center;
}
#custom-html-78 {
  /* Pozadí celé sekce */
  /* Vnější kontejner navigace */
  /* Navigační šipky vlevo/vpravo */
  /* Nadpis sekce */
  /* Styl kruhu s číslem stránky */
  /* Zvýraznění aktuální stránky – možnost přidat třídě .current */
}
#custom-html-78 .cid-custom-navigation {
  background-color: #311713;
  padding: 3rem 0;
}
#custom-html-78 .navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#custom-html-78 .nav-arrow {
  font-size: 3rem;
  color: #ea9dd4;
  text-decoration: none;
  transition: color 0.3s;
}
#custom-html-78 .nav-arrow:hover {
  color: #ffc0f0;
}
#custom-html-78 .section-title {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
#custom-html-78 .page-number-circle {
  width: 80px;
  height: 80px;
  border: 4px solid #ea9dd4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-html-78 .page-number {
  color: #ea9dd4;
  font-size: 2.5rem;
  font-weight: bold;
}
#custom-html-78 .page-number-circle.current {
  background-color: transparent;
  box-shadow: 0 0 0 4px #ea9dd4 inset;
}
.cid-uXJzMCVRBj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJzMCVRBj .mbr-social-likes {
  font-size: 0;
}
.cid-uXJzMCVRBj .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uXJzMCVRBj .socicon-bg-facebook:hover {
  background: #eb8dc8;
}
.cid-uXJzMCVRBj .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uXJzMCVRBj .socicon-bg-twitter:hover {
  background: #eb8dc8;
}
.cid-uXJzMCVRBj .socicon-bg-behance {
  color: #ffffff;
}
.cid-uXJzMCVRBj .socicon-bg-behance:hover {
  background: #eb8dc8;
}
.cid-uXJzMCVRBj .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uXJzMCVRBj .socicon-bg-instagram:hover {
  background: #eb8dc8;
}
.cid-uXJzMCVRBj .btn-social {
  background: #000000;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uXJzMCVRBj .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uXJzMCVRBj [class^="socicon-"]:before,
.cid-uXJzMCVRBj [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uXJzMCVRBj .mbr-section-title,
.cid-uXJzMCVRBj .mbr-social-likes {
  color: #ffffff;
}
.cid-uXJAFuaD2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJAFuaD2a .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXrK4xb2af {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXrK4xb2af nav.navbar {
  position: fixed;
}
.cid-uXrK4xb2af .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-uXrK4xb2af .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXrK4xb2af .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXrK4xb2af .dropdown-item:hover,
.cid-uXrK4xb2af .dropdown-item:focus {
  background: #eb8dc8 !important;
  color: white !important;
}
.cid-uXrK4xb2af .dropdown-item:hover span {
  color: white;
}
.cid-uXrK4xb2af .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXrK4xb2af .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXrK4xb2af .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXrK4xb2af .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXrK4xb2af .nav-link {
  position: relative;
}
.cid-uXrK4xb2af .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXrK4xb2af .container {
    flex-wrap: wrap;
  }
}
.cid-uXrK4xb2af .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXrK4xb2af .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uXrK4xb2af .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXrK4xb2af .dropdown-menu,
.cid-uXrK4xb2af .navbar.opened {
  background: #000000 !important;
}
.cid-uXrK4xb2af .nav-item:focus,
.cid-uXrK4xb2af .nav-link:focus {
  outline: none;
}
.cid-uXrK4xb2af .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXrK4xb2af .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXrK4xb2af .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXrK4xb2af .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXrK4xb2af .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXrK4xb2af .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXrK4xb2af .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uXrK4xb2af .navbar.opened {
  transition: all 0.3s;
}
.cid-uXrK4xb2af .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXrK4xb2af .navbar .navbar-logo img {
  width: auto;
}
.cid-uXrK4xb2af .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXrK4xb2af .navbar.collapsed {
  justify-content: center;
}
.cid-uXrK4xb2af .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXrK4xb2af .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uXrK4xb2af .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXrK4xb2af .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXrK4xb2af .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-uXrK4xb2af .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXrK4xb2af .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXrK4xb2af .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXrK4xb2af .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXrK4xb2af .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXrK4xb2af .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXrK4xb2af .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXrK4xb2af .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-uXrK4xb2af .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXrK4xb2af .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXrK4xb2af .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXrK4xb2af .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXrK4xb2af .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXrK4xb2af .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXrK4xb2af .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXrK4xb2af .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXrK4xb2af .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXrK4xb2af .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXrK4xb2af .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-uXrK4xb2af .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXrK4xb2af .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXrK4xb2af .dropdown-item.active,
.cid-uXrK4xb2af .dropdown-item:active {
  background-color: transparent;
}
.cid-uXrK4xb2af .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXrK4xb2af .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXrK4xb2af .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXrK4xb2af .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uXrK4xb2af .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXrK4xb2af .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXrK4xb2af ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXrK4xb2af .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXrK4xb2af button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXrK4xb2af button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXrK4xb2af button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXrK4xb2af button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXrK4xb2af button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXrK4xb2af button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXrK4xb2af nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXrK4xb2af nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXrK4xb2af nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXrK4xb2af nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXrK4xb2af .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXrK4xb2af a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXrK4xb2af .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-uXrK4xb2af .navbar {
    height: 70px;
  }
  .cid-uXrK4xb2af .navbar.opened {
    height: auto;
  }
  .cid-uXrK4xb2af .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXrK4xwGG3 {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/00-titul-notova-osnova-upr.png");
}
.cid-uXrK4xwGG3 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uXrK4xwGG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrK4xwGG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrK4xwGG3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXrK4xwGG3 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXrK4xwGG3 {
    align-items: center;
  }
  .cid-uXrK4xwGG3 .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXrK4xwGG3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXrK4xwGG3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXrK4xwGG3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXrK4xwGG3 .content-wrap {
    width: 100%;
  }
}
.cid-uXrK4xwGG3 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uXrK4xwGG3 .mbr-text,
.cid-uXrK4xwGG3 .mbr-section-btn {
  text-align: left;
  color: #2f1512;
}
.cid-uXrK4xRaMy {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXrK4xRaMy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uXrK4xRaMy .mbr-section-subtitle {
  color: #000000;
}
.cid-uXrK4xRaMy .mbr-section-title {
  color: #000000;
}
.cid-uXrOK4hRjs {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffc091;
}
.cid-uXrOK4hRjs .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1400px) {
  .cid-uXrOK4hRjs .item-wrapper {
    padding: 0 4rem;
  }
}
@media (min-width: 992px) {
  .cid-uXrOK4hRjs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXrOK4hRjs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uXrOK4hRjs b,
.cid-uXrOK4hRjs strong {
  font-weight: 900;
}
.cid-uXrOK4hRjs img,
.cid-uXrOK4hRjs .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uXrOK4hRjs .item:focus,
.cid-uXrOK4hRjs span:focus {
  outline: none;
}
.cid-uXrOK4hRjs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uXrOK4hRjs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uXrOK4hRjs .mbr-section-title {
  color: #ffffff;
}
.cid-uXrOK4hRjs .mbr-text,
.cid-uXrOK4hRjs .mbr-section-btn {
  text-align: center;
}
.cid-uXrOK4hRjs .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXrOK4hRjs .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uXrP8lT1FD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXrP8lT1FD .mbr-section-subtitle {
  text-align: center;
}
.cid-uXrP8lT1FD .mbr-text {
  text-align: center;
}
.cid-uXrPjg4mAQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXrPjg4mAQ .mbr-section-subtitle {
  text-align: center;
}
.cid-uXrPjg4mAQ .mbr-text {
  text-align: center;
}
.cid-uXrK4A9O6V {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXrK4A9O6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrK4A9O6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrK4A9O6V .mbr-section-title {
  color: #eb8dc8;
}
.cid-uXrK4Ay8la {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXrK4Ay8la .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrK4Ay8la .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-uXrK4Ay8la .container {
    padding: 0 16px;
  }
}
.cid-uXrK4Ay8la .row {
  justify-content: center;
}
.cid-uXrK4Ay8la .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXrK4Ay8la .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXrK4Ay8la .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uXrK4Ay8la .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uXrK4Ay8la .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uXrK4Ay8la .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uXJC0gFiOM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJC0gFiOM .mbr-social-likes {
  font-size: 0;
}
.cid-uXJC0gFiOM .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uXJC0gFiOM .socicon-bg-facebook:hover {
  background: #eb8dc8;
}
.cid-uXJC0gFiOM .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uXJC0gFiOM .socicon-bg-twitter:hover {
  background: #eb8dc8;
}
.cid-uXJC0gFiOM .socicon-bg-behance {
  color: #ffffff;
}
.cid-uXJC0gFiOM .socicon-bg-behance:hover {
  background: #eb8dc8;
}
.cid-uXJC0gFiOM .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uXJC0gFiOM .socicon-bg-instagram:hover {
  background: #eb8dc8;
}
.cid-uXJC0gFiOM .btn-social {
  background: #000000;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uXJC0gFiOM .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uXJC0gFiOM [class^="socicon-"]:before,
.cid-uXJC0gFiOM [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uXJC0gFiOM .mbr-section-title,
.cid-uXJC0gFiOM .mbr-social-likes {
  color: #ffffff;
}
.cid-uXJAFuaD2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJAFuaD2a .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXrKhFfSLN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXrKhFfSLN nav.navbar {
  position: fixed;
}
.cid-uXrKhFfSLN .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-uXrKhFfSLN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXrKhFfSLN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXrKhFfSLN .dropdown-item:hover,
.cid-uXrKhFfSLN .dropdown-item:focus {
  background: #eb8dc8 !important;
  color: white !important;
}
.cid-uXrKhFfSLN .dropdown-item:hover span {
  color: white;
}
.cid-uXrKhFfSLN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXrKhFfSLN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXrKhFfSLN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXrKhFfSLN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXrKhFfSLN .nav-link {
  position: relative;
}
.cid-uXrKhFfSLN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXrKhFfSLN .container {
    flex-wrap: wrap;
  }
}
.cid-uXrKhFfSLN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXrKhFfSLN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uXrKhFfSLN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXrKhFfSLN .dropdown-menu,
.cid-uXrKhFfSLN .navbar.opened {
  background: #000000 !important;
}
.cid-uXrKhFfSLN .nav-item:focus,
.cid-uXrKhFfSLN .nav-link:focus {
  outline: none;
}
.cid-uXrKhFfSLN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXrKhFfSLN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXrKhFfSLN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXrKhFfSLN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXrKhFfSLN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXrKhFfSLN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXrKhFfSLN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uXrKhFfSLN .navbar.opened {
  transition: all 0.3s;
}
.cid-uXrKhFfSLN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXrKhFfSLN .navbar .navbar-logo img {
  width: auto;
}
.cid-uXrKhFfSLN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXrKhFfSLN .navbar.collapsed {
  justify-content: center;
}
.cid-uXrKhFfSLN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXrKhFfSLN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uXrKhFfSLN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXrKhFfSLN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXrKhFfSLN .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-uXrKhFfSLN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXrKhFfSLN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXrKhFfSLN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXrKhFfSLN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXrKhFfSLN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXrKhFfSLN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXrKhFfSLN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXrKhFfSLN .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-uXrKhFfSLN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXrKhFfSLN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXrKhFfSLN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXrKhFfSLN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXrKhFfSLN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXrKhFfSLN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXrKhFfSLN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXrKhFfSLN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXrKhFfSLN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXrKhFfSLN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXrKhFfSLN .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-uXrKhFfSLN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXrKhFfSLN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXrKhFfSLN .dropdown-item.active,
.cid-uXrKhFfSLN .dropdown-item:active {
  background-color: transparent;
}
.cid-uXrKhFfSLN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXrKhFfSLN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXrKhFfSLN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXrKhFfSLN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uXrKhFfSLN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXrKhFfSLN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXrKhFfSLN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXrKhFfSLN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXrKhFfSLN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXrKhFfSLN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXrKhFfSLN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXrKhFfSLN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXrKhFfSLN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXrKhFfSLN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXrKhFfSLN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXrKhFfSLN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXrKhFfSLN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXrKhFfSLN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXrKhFfSLN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXrKhFfSLN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXrKhFfSLN .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-uXrKhFfSLN .navbar {
    height: 70px;
  }
  .cid-uXrKhFfSLN .navbar.opened {
    height: auto;
  }
  .cid-uXrKhFfSLN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXrKhFBEVQ {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/00-titul-notova-osnova-upr.png");
}
.cid-uXrKhFBEVQ .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uXrKhFBEVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrKhFBEVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrKhFBEVQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXrKhFBEVQ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXrKhFBEVQ {
    align-items: center;
  }
  .cid-uXrKhFBEVQ .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXrKhFBEVQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXrKhFBEVQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXrKhFBEVQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXrKhFBEVQ .content-wrap {
    width: 100%;
  }
}
.cid-uXrKhFBEVQ .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uXrKhFBEVQ .mbr-text,
.cid-uXrKhFBEVQ .mbr-section-btn {
  text-align: left;
  color: #2f1512;
}
.cid-uXrKhFRsWs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXrKhFRsWs .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uXrKhFRsWs .mbr-section-subtitle {
  color: #000000;
}
.cid-uXrKhFRsWs .mbr-section-title {
  color: #000000;
}
.cid-uXrMUE0wst {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eb8dc8;
}
.cid-uXrMUE0wst .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uXrMUE0wst .mbr-section-subtitle {
  color: #000000;
}
.cid-uXrMUE0wst .mbr-section-title {
  color: #000000;
}
.cid-uXrMYorJ6j {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #eb8dc8;
}
.cid-uXrKhG3JSU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXrKhG3JSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrKhG3JSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrKhG3JSU .mbr-section-title {
  color: #eb8dc8;
}
.cid-uXrKhGmIx8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXrKhGmIx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrKhGmIx8 .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-uXrKhGmIx8 .container {
    padding: 0 16px;
  }
}
.cid-uXrKhGmIx8 .row {
  justify-content: center;
}
.cid-uXrKhGmIx8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXrKhGmIx8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXrKhGmIx8 .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uXrKhGmIx8 .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uXrKhGmIx8 .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uXrKhGmIx8 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uXJC4cZgzp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJC4cZgzp .mbr-social-likes {
  font-size: 0;
}
.cid-uXJC4cZgzp .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uXJC4cZgzp .socicon-bg-facebook:hover {
  background: #eb8dc8;
}
.cid-uXJC4cZgzp .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uXJC4cZgzp .socicon-bg-twitter:hover {
  background: #eb8dc8;
}
.cid-uXJC4cZgzp .socicon-bg-behance {
  color: #ffffff;
}
.cid-uXJC4cZgzp .socicon-bg-behance:hover {
  background: #eb8dc8;
}
.cid-uXJC4cZgzp .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uXJC4cZgzp .socicon-bg-instagram:hover {
  background: #eb8dc8;
}
.cid-uXJC4cZgzp .btn-social {
  background: #000000;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uXJC4cZgzp .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uXJC4cZgzp [class^="socicon-"]:before,
.cid-uXJC4cZgzp [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uXJC4cZgzp .mbr-section-title,
.cid-uXJC4cZgzp .mbr-social-likes {
  color: #ffffff;
}
.cid-uXJAFuaD2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJAFuaD2a .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSdNigCSIY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSdNigCSIY nav.navbar {
  position: fixed;
}
.cid-uSdNigCSIY .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-uSdNigCSIY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSdNigCSIY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSdNigCSIY .dropdown-item:hover,
.cid-uSdNigCSIY .dropdown-item:focus {
  background: #eb8dc8 !important;
  color: white !important;
}
.cid-uSdNigCSIY .dropdown-item:hover span {
  color: white;
}
.cid-uSdNigCSIY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSdNigCSIY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSdNigCSIY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSdNigCSIY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSdNigCSIY .nav-link {
  position: relative;
}
.cid-uSdNigCSIY .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdNigCSIY .container {
    flex-wrap: wrap;
  }
}
.cid-uSdNigCSIY .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdNigCSIY .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSdNigCSIY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSdNigCSIY .dropdown-menu,
.cid-uSdNigCSIY .navbar.opened {
  background: #000000 !important;
}
.cid-uSdNigCSIY .nav-item:focus,
.cid-uSdNigCSIY .nav-link:focus {
  outline: none;
}
.cid-uSdNigCSIY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSdNigCSIY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSdNigCSIY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSdNigCSIY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSdNigCSIY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSdNigCSIY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSdNigCSIY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uSdNigCSIY .navbar.opened {
  transition: all 0.3s;
}
.cid-uSdNigCSIY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSdNigCSIY .navbar .navbar-logo img {
  width: auto;
}
.cid-uSdNigCSIY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSdNigCSIY .navbar.collapsed {
  justify-content: center;
}
.cid-uSdNigCSIY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSdNigCSIY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSdNigCSIY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSdNigCSIY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSdNigCSIY .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-uSdNigCSIY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSdNigCSIY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSdNigCSIY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSdNigCSIY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSdNigCSIY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSdNigCSIY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSdNigCSIY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSdNigCSIY .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-uSdNigCSIY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSdNigCSIY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSdNigCSIY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSdNigCSIY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSdNigCSIY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSdNigCSIY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSdNigCSIY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSdNigCSIY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSdNigCSIY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSdNigCSIY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSdNigCSIY .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-uSdNigCSIY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSdNigCSIY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSdNigCSIY .dropdown-item.active,
.cid-uSdNigCSIY .dropdown-item:active {
  background-color: transparent;
}
.cid-uSdNigCSIY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSdNigCSIY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSdNigCSIY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSdNigCSIY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSdNigCSIY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSdNigCSIY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSdNigCSIY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSdNigCSIY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSdNigCSIY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSdNigCSIY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSdNigCSIY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSdNigCSIY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdNigCSIY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdNigCSIY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSdNigCSIY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdNigCSIY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSdNigCSIY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSdNigCSIY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdNigCSIY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSdNigCSIY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSdNigCSIY .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-uSdNigCSIY .navbar {
    height: 70px;
  }
  .cid-uSdNigCSIY .navbar.opened {
    height: auto;
  }
  .cid-uSdNigCSIY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSezTSUZAO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSezTSUZAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSezTSUZAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSezTSUZAO .mbr-section-title {
  text-align: left;
  color: #eb8dc8;
}
.cid-uSdNih8LWJ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/00-titul-notova-osnova-upr.png");
}
.cid-uSdNih8LWJ .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uSdNih8LWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdNih8LWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdNih8LWJ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSdNih8LWJ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSdNih8LWJ {
    align-items: center;
  }
  .cid-uSdNih8LWJ .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSdNih8LWJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSdNih8LWJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSdNih8LWJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSdNih8LWJ .content-wrap {
    width: 100%;
  }
}
.cid-uSdNih8LWJ .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-uSdNih8LWJ .mbr-text,
.cid-uSdNih8LWJ .mbr-section-btn {
  text-align: left;
  color: #2f1512;
}
.cid-uW0zYsrPIu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW0zYsrPIu .mbr-text {
  color: #000000;
}
.cid-uW0zYsrPIu .mbr-section-subtitle {
  color: #000000;
}
.cid-uW0zYsrPIu .mbr-section-title {
  color: #000000;
}
.cid-uXv1Gny6XJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXv1Gny6XJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXv1Gny6XJ .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-uXv1Gny6XJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXv1Gny6XJ .row {
  flex-direction: row-reverse;
}
.cid-uXv1Gny6XJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXv1Gny6XJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXv1Gny6XJ .mbr-description {
  text-align: right;
  color: #b1b1b1;
}
.cid-uW0Ad1sJLf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uW0Ad1sJLf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uW0Ad1sJLf .mbr-section-subtitle {
  color: #000000;
}
.cid-uW0Ad1sJLf .mbr-section-title {
  color: #000000;
}
.cid-uSe3tX691n {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #eb8dc8;
}
.cid-uSe3tX691n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSe3tX691n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSe3tX691n .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSe3tX691n .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uSe3tX691n .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uSe3tX691n .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uSe3tX691n .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #eb8dc8;
}
.cid-uSe3tX691n .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSe3tX691n .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uSe3tX691n .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSe3tX691n .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uSe3tX691n .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uSe3tX691n .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ffffff;
  color: #000000;
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ffffff;
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSe3tX691n .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uSe3tX691n .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #000000;
}
.cid-uSe3tX691n .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .cid-uSe3tX691n .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uSe3tX691n .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSe3tX691n .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uSe3tX691n .mbr-label {
  color: #000000;
}
.cid-uSe3tX691n .mbr-section-title {
  color: #000000;
}
.cid-uSe3tX691n .panel-title-edit {
  color: #000000;
}
.cid-uSe3tX691n .panel-text {
  color: #ffffff;
}
.cid-uSe3tX691n .mbr-label,
.cid-uSe3tX691n .label-wrapper {
  text-align: right;
}
.cid-uSe4OKACCJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSe4OKACCJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSe4OKACCJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uSe4OKACCJ .mbr-section-title {
  color: #000000;
}
.cid-uSeaTELyas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSeaTELyas .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeaTELyas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeaTELyas .card-wrapper {
  background: #eb8dc8;
}
@media (max-width: 767px) {
  .cid-uSeaTELyas .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSeaTELyas .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uSeaTELyas .card-wrapper {
    padding: 4rem;
  }
}
.cid-uSeaTELyas .mbr-text,
.cid-uSeaTELyas .mbr-section-btn {
  color: #ffffff;
}
.cid-uSeaTELyas .card-title,
.cid-uSeaTELyas .card-box {
  text-align: left;
  color: #000000;
}
.cid-uSebY6ERAT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSebY6ERAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSebY6ERAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSebY6ERAT .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSebY6ERAT .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSebY6ERAT .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uSebY6ERAT .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSebY6ERAT .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uSebY6ERAT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
  animation: none !important;
}
@media (max-width: 767px) {
  .cid-uSebY6ERAT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSebY6ERAT .embla__slide:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uSebY6ERAT .embla__slide:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uSebY6ERAT .embla__slide .slide-content {
  width: 100%;
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  will-change: transform;
  animation: none !important;
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #ffffff;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #eb8dc8;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
  pointer-events: none;
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
  pointer-events: none;
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  width: 100%;
  transition: all .3s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  margin: -3.3rem 40px 0 40px;
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .item-content {
    margin: -3.3rem 0 0 0;
  }
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .item-content .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .item-content .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .item-content .card-name:hover,
.cid-uSebY6ERAT .embla__slide .slide-content .item-wrapper .item-content .card-name:focus {
  color: #eb8dc8;
}
.cid-uSebY6ERAT .embla__button--next,
.cid-uSebY6ERAT .embla__button--prev {
  display: flex;
}
.cid-uSebY6ERAT .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uSebY6ERAT .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uSebY6ERAT .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSebY6ERAT .embla__button.embla__button--next {
  right: 0;
}
.cid-uSebY6ERAT .embla {
  position: relative;
  width: 100%;
}
.cid-uSebY6ERAT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSebY6ERAT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSebY6ERAT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSebY6ERAT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSebY6ERAT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSebY6ERAT .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uSebY6ERAT .mbr-label,
.cid-uSebY6ERAT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSebY6ERAT .mbr-section-title,
.cid-uSebY6ERAT .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSebY6ERAT .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uSebY6ERAT .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-uSeg9hTM4z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSeg9hTM4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeg9hTM4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeg9hTM4z .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uSeg9hTM4z .row .item {
  padding: 0 13px;
}
.cid-uSeg9hTM4z .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uSeg9hTM4z .item {
    margin-bottom: 16px;
  }
}
.cid-uSeg9hTM4z .item .item-wrapper {
  height: 100%;
  background-color: #eb8dc8;
  padding: 54px;
}
@media (max-width: 1200px) {
  .cid-uSeg9hTM4z .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSeg9hTM4z .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uSeg9hTM4z .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #151e11;
}
.cid-uSeg9hTM4z .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uSeg9hTM4z .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uSeg9hTM4z .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSeg9hTM4z .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.cid-uSeg9hTM4z .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSeg9hTM4z .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uSeg9hTM4z .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSeg9hTM4z .item-label {
  color: #fff7ee;
}
.cid-uSeg9hTM4z .item-title {
  color: #fff7ee;
}
.cid-uSeg9hTM4z .item-text {
  color: #fff7ee;
}
.cid-uSeg9hTM4z .item-title,
.cid-uSeg9hTM4z .mbr-section-btn {
  color: #000000;
}
.cid-uSfqIRTmT0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4b322d;
}
.cid-uSfqIRTmT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqIRTmT0 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uSfqIRTmT0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfqIRTmT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqIRTmT0 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #eb8dc8;
  height: 80px;
  border-radius: 50%;
}
.cid-uSfqIRTmT0 .card-title,
.cid-uSfqIRTmT0 .iconfont-wrapper,
.cid-uSfqIRTmT0 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uSfqIRTmT0 .content-head {
  max-width: 800px;
}
.cid-uSfqIRTmT0 .mbr-section-title {
  color: #000000;
}
.cid-uSfqIRTmT0 .mbr-section-btn {
  text-align: center;
}
.cid-uSfqIRTmT0 .card-title,
.cid-uSfqIRTmT0 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uSdNikiRoW {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSdNikiRoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdNikiRoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdNikiRoW .mbr-section-title {
  color: #eb8dc8;
}
.cid-uSdNikVaTk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSdNikVaTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdNikVaTk .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-uSdNikVaTk .container {
    padding: 0 16px;
  }
}
.cid-uSdNikVaTk .row {
  justify-content: center;
}
.cid-uSdNikVaTk .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSdNikVaTk .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSdNikVaTk .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uSdNikVaTk .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSdNikVaTk .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uSdNikVaTk .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uXJCI9H4Vh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJCI9H4Vh .mbr-social-likes {
  font-size: 0;
}
.cid-uXJCI9H4Vh .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uXJCI9H4Vh .socicon-bg-facebook:hover {
  background: #eb8dc8;
}
.cid-uXJCI9H4Vh .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uXJCI9H4Vh .socicon-bg-twitter:hover {
  background: #eb8dc8;
}
.cid-uXJCI9H4Vh .socicon-bg-behance {
  color: #ffffff;
}
.cid-uXJCI9H4Vh .socicon-bg-behance:hover {
  background: #eb8dc8;
}
.cid-uXJCI9H4Vh .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uXJCI9H4Vh .socicon-bg-instagram:hover {
  background: #eb8dc8;
}
.cid-uXJCI9H4Vh .btn-social {
  background: #000000;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uXJCI9H4Vh .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uXJCI9H4Vh [class^="socicon-"]:before,
.cid-uXJCI9H4Vh [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uXJCI9H4Vh .mbr-section-title,
.cid-uXJCI9H4Vh .mbr-social-likes {
  color: #ffffff;
}
.cid-uXJAFuaD2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJAFuaD2a .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSdPXwlLRc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSdPXwlLRc nav.navbar {
  position: fixed;
}
.cid-uSdPXwlLRc .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-uSdPXwlLRc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSdPXwlLRc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSdPXwlLRc .dropdown-item:hover,
.cid-uSdPXwlLRc .dropdown-item:focus {
  background: #eb8dc8 !important;
  color: white !important;
}
.cid-uSdPXwlLRc .dropdown-item:hover span {
  color: white;
}
.cid-uSdPXwlLRc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSdPXwlLRc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSdPXwlLRc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSdPXwlLRc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSdPXwlLRc .nav-link {
  position: relative;
}
.cid-uSdPXwlLRc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdPXwlLRc .container {
    flex-wrap: wrap;
  }
}
.cid-uSdPXwlLRc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdPXwlLRc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSdPXwlLRc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSdPXwlLRc .dropdown-menu,
.cid-uSdPXwlLRc .navbar.opened {
  background: #000000 !important;
}
.cid-uSdPXwlLRc .nav-item:focus,
.cid-uSdPXwlLRc .nav-link:focus {
  outline: none;
}
.cid-uSdPXwlLRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSdPXwlLRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSdPXwlLRc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSdPXwlLRc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSdPXwlLRc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSdPXwlLRc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSdPXwlLRc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uSdPXwlLRc .navbar.opened {
  transition: all 0.3s;
}
.cid-uSdPXwlLRc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSdPXwlLRc .navbar .navbar-logo img {
  width: auto;
}
.cid-uSdPXwlLRc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSdPXwlLRc .navbar.collapsed {
  justify-content: center;
}
.cid-uSdPXwlLRc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSdPXwlLRc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSdPXwlLRc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSdPXwlLRc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSdPXwlLRc .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-uSdPXwlLRc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSdPXwlLRc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSdPXwlLRc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSdPXwlLRc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSdPXwlLRc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSdPXwlLRc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSdPXwlLRc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSdPXwlLRc .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-uSdPXwlLRc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSdPXwlLRc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSdPXwlLRc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSdPXwlLRc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSdPXwlLRc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSdPXwlLRc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSdPXwlLRc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSdPXwlLRc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSdPXwlLRc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSdPXwlLRc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSdPXwlLRc .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-uSdPXwlLRc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSdPXwlLRc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSdPXwlLRc .dropdown-item.active,
.cid-uSdPXwlLRc .dropdown-item:active {
  background-color: transparent;
}
.cid-uSdPXwlLRc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSdPXwlLRc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSdPXwlLRc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSdPXwlLRc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSdPXwlLRc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSdPXwlLRc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSdPXwlLRc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSdPXwlLRc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSdPXwlLRc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSdPXwlLRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSdPXwlLRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSdPXwlLRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdPXwlLRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdPXwlLRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSdPXwlLRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdPXwlLRc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSdPXwlLRc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSdPXwlLRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdPXwlLRc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSdPXwlLRc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSdPXwlLRc .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-uSdPXwlLRc .navbar {
    height: 70px;
  }
  .cid-uSdPXwlLRc .navbar.opened {
    height: auto;
  }
  .cid-uSdPXwlLRc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSeAhfyDUv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeAhfyDUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeAhfyDUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeAhfyDUv .mbr-section-title {
  text-align: left;
  color: #eb8dc8;
}
.cid-uSdPXx1edp {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/00-titul-notova-osnova-upr.png");
}
.cid-uSdPXx1edp .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uSdPXx1edp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdPXx1edp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdPXx1edp .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSdPXx1edp .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSdPXx1edp {
    align-items: center;
  }
  .cid-uSdPXx1edp .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSdPXx1edp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSdPXx1edp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSdPXx1edp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSdPXx1edp .content-wrap {
    width: 100%;
  }
}
.cid-uSdPXx1edp .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-uSdPXx1edp .mbr-text,
.cid-uSdPXx1edp .mbr-section-btn {
  text-align: left;
  color: #2f1512;
}
.cid-uSeBRMpiaB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSeBRMpiaB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSeBRMpiaB .mbr-section-subtitle {
  color: #000000;
}
.cid-uSeBRMpiaB .mbr-section-title {
  color: #000000;
}
.cid-uSeKulTGSQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeKulTGSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeKulTGSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-i3 {
  /* hotspot = details */
  /* základní dot */
  /* typy bodů */
  /* bublina */
  /* 1) Výchozí vrstvy – vše níž */
  /* 2) Otevřený bod vytáhni úplně nahoru,
      aby jeho bublinu nepřekrývaly tečky ostatních bodů */
  /* 3) Uvnitř jednoho bodu: bublina nad tečkou */
  /* tečka níž */
  /* bublina výš */
  /* nouzově, kdyby šablona měla overflow:hidden */
}
#custom-html-i3 .expo-map-wrap {
  position: relative;
  overflow: visible !important;
  max-width: 1000px;
  margin: 0 auto;
  /* vycentruje na střed */
}
#custom-html-i3 .hs {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 20;
}
#custom-html-i3 .hs > summary {
  list-style: none;
}
#custom-html-i3 .hs > summary::-webkit-details-marker {
  display: none;
}
#custom-html-i3 .hs .dot {
  display: block;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  z-index: 10000;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 2px 8px rgba(0, 0, 0, 0.25);
}
#custom-html-i3 .dot-small-red {
  width: 7px;
  height: 7px;
  background: #c82c7b;
}
#custom-html-i3 .dot-big-black {
  width: 10px;
  height: 10px;
  background: #eb8dc8;
}
#custom-html-i3 .hs .tip {
  position: absolute;
  left: 15px;
  bottom: 15px;
  min-width: 220px;
  max-width: 280px;
  background: #fff;
  color: #111;
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 1.45;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  z-index: 9999;
  display: none;
}
#custom-html-i3 .hs .tip::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}
#custom-html-i3 .hs[open] .tip {
  display: block;
}
#custom-html-i3 .hs {
  z-index: 1;
}
#custom-html-i3 .hs[open] {
  z-index: 9999;
}
#custom-html-i3 .hs .dot {
  z-index: 1;
}
#custom-html-i3 .hs .tip {
  z-index: 2;
}
#custom-html-i3 .mbr-section,
#custom-html-i3 .container,
#custom-html-i3 .row,
#custom-html-i3 .col,
#custom-html-i3 [class*="cid-"] {
  overflow: visible !important;
}
.cid-uSeKNoa2wy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeKNoa2wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeKNoa2wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeKNoa2wy .mbr-section-subtitle {
  color: #b1b1b1;
}
.cid-uSePdK7dlp {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSeUhglSdQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uSeUhglSdQ {
    padding-bottom: 5rem;
  }
}
.cid-uSeUhglSdQ img,
.cid-uSeUhglSdQ .item-img {
  width: 100%;
  height: 100%;
}
.cid-uSeUhglSdQ .mbr-text {
  color: #000000;
}
.cid-uSeUhglSdQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uSeUhglSdQ .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSeUhglSdQ .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uSeUhglSdQ .mbr-text UL {
  text-align: left;
}
.cid-uSeUhglSdQ .mbr-section-subtitle,
.cid-uSeUhglSdQ .main-button {
  color: #000000;
}
.cid-uSeUhglSdQ .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uSeUhglSdQ .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uSeUhglSdQ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSeUhglSdQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSeUhglSdQ .item-title {
  text-align: center;
}
.cid-uSeUhglSdQ .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSeUhglSdQ .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uSeUhglSdQ .item-title,
.cid-uSeUhglSdQ .mbr-section-btn {
  text-align: right;
  color: #b1b1b1;
}
.cid-uSYZLdna3k {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #eb8dc8;
}
.cid-uSYZLdna3k .video-wrapper iframe {
  width: 100%;
}
.cid-uSYZLdna3k .mbr-section-title,
.cid-uSYZLdna3k .mbr-section-subtitle,
.cid-uSYZLdna3k .mbr-text {
  text-align: center;
}
.cid-uSYZLdna3k .mbr-text {
  color: #ffffff;
}
.cid-uSZ6BWcUdO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSZ6BWcUdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZ6BWcUdO .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-uSZ6BWcUdO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSZ6BWcUdO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSZ6BWcUdO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSZ6BWcUdO .mbr-description {
  color: #b1b1b1;
}
.cid-uSZ6YbqpEh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSZ6YbqpEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZ6YbqpEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZ6YbqpEh .video-wrapper iframe {
  width: 100%;
}
.cid-uSZ6YbqpEh .mbr-section-title,
.cid-uSZ6YbqpEh .mbr-section-subtitle,
.cid-uSZ6YbqpEh .mbr-text {
  text-align: center;
}
.cid-uSZ6YbqpEh .mbr-text {
  color: #b1b1b1;
}
.cid-uSZoomwqZg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZoomwqZg img,
.cid-uSZoomwqZg .item-img {
  width: 100%;
}
.cid-uSZoomwqZg .item:focus,
.cid-uSZoomwqZg span:focus {
  outline: none;
}
.cid-uSZoomwqZg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSZoomwqZg .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSZoomwqZg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZoomwqZg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSZoomwqZg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSZoomwqZg .mbr-section-title {
  color: #000000;
}
.cid-uSZoomwqZg .mbr-text,
.cid-uSZoomwqZg .mbr-section-btn {
  text-align: center;
}
.cid-uSZoomwqZg .item-title {
  text-align: center;
  color: #b1b1b1;
}
.cid-uSZoomwqZg .item-subtitle {
  text-align: left;
}
.cid-uSZBeNLmFR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZBeNLmFR .mbr-text {
  text-align: center;
}
.cid-uSZBtqpb5F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZBtqpb5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBtqpb5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSZBtqpb5F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSZBtqpb5F .row {
  flex-direction: row-reverse;
}
.cid-uSZBtqpb5F img {
  width: 100%;
}
.cid-uSZBtqpb5F .mbr-description {
  color: #b1b1b1;
}
.cid-uSZCkVYKeC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSZCkVYKeC .mbr-text {
  text-align: center;
  color: #b1b1b1;
}
.cid-uXpKhFPp5d {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eb8dc8;
}
.cid-uXpKhFPp5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpKhFPp5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpKhFPp5d .content-text {
  max-width: 800px;
}
.cid-uXpKhFPp5d .mbr-description {
  color: #ffffff;
}
.cid-uSZHpC53SN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZHpC53SN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZHpC53SN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZHpC53SN .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #eb8dc8;
  margin-left: 1rem;
}
.cid-uSZHpC53SN .panel-group {
  border: none;
}
.cid-uSZHpC53SN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSZHpC53SN .panel-body,
.cid-uSZHpC53SN .card-header {
  padding: 1rem 0;
}
.cid-uSZHpC53SN .panel-title-edit {
  color: #000000;
}
.cid-uSZHpC53SN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uSZzH2NubK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSZzH2NubK .item:focus,
.cid-uSZzH2NubK span:focus {
  outline: none;
}
.cid-uSZzH2NubK .item-wrapper {
  position: relative;
}
.cid-uSZzH2NubK .container-fluid {
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-uSZzH2NubK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSZzH2NubK .container {
    padding: 0 30px;
  }
}
.cid-uSZzH2NubK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 530px;
  max-width: 530px;
}
@media (max-width: 767px) {
  .cid-uSZzH2NubK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSZzH2NubK .embla__slide .slide-content {
  width: 100%;
}
.cid-uSZzH2NubK .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uSZzH2NubK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSZzH2NubK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uSZzH2NubK .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
}
.cid-uSZzH2NubK .embla__slide .slide-content .item-content .item-role {
  opacity: .6;
  margin: 10px 0 0 0;
}
.cid-uSZzH2NubK .embla__button--next,
.cid-uSZzH2NubK .embla__button--prev {
  display: flex;
}
.cid-uSZzH2NubK .embla__button {
  bottom: 0;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #eb8dc8 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSZzH2NubK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSZzH2NubK .embla__button:hover {
  opacity: .6 !important;
}
.cid-uSZzH2NubK .embla__button.embla__button--prev {
  right: 100px;
}
@media (max-width: 768px) {
  .cid-uSZzH2NubK .embla__button.embla__button--prev {
    right: 0;
  }
}
.cid-uSZzH2NubK .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 768px) {
  .cid-uSZzH2NubK .embla__button.embla__button--next {
    right: 3rem;
  }
}
.cid-uSZzH2NubK .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uSZzH2NubK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  padding-left: 48%;
  padding-right: 45px;
}
@media (max-width: 768px) {
  .cid-uSZzH2NubK .embla__viewport {
    padding: 0;
  }
}
.cid-uSZzH2NubK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSZzH2NubK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSZzH2NubK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSZzH2NubK .item-name {
  color: #000000;
}
.cid-uSZzH2NubK .item-role {
  color: #b1b1b1;
}
#custom-html-f8 .custom-audio-wrapper {
  display: flex;
  justify-content: center;
  padding: 10px 5px;
}
#custom-html-f8 .custom-audio-player {
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: #2a1310;
  background-size: cover;
  background-position: center;
  color: white;
  font-family: 'Arial', sans-serif;
  padding: 10px 10px;
  max-width: 700px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
#custom-html-f8 .play-button {
  background-color: white;
  color: #2a1310;
  border: none;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  font-weight: bold;
  margin-right: 25px;
  transition: background-color 0.3s ease;
}
#custom-html-f8 .play-button:hover {
  background-color: #eb8dc8;
}
#custom-html-f8 .audio-info {
  display: flex;
  flex-direction: column;
}
#custom-html-f8 .audio-info .title {
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}
#custom-html-f8 .audio-info .subtitle {
  font-style: normal;
  font-size: 1rem;
  margin-top: 5px;
}
.cid-uSZIWcryHA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSZIWcryHA .mbr-text {
  text-align: center;
  color: #b1b1b1;
}
.cid-uXpOBvrV7P {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXpOBvrV7P .mbr-text {
  text-align: center;
}
.cid-uSZKdjICfj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZKdjICfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZKdjICfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZKdjICfj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uSZKdjICfj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uSZKdjICfj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uSZKdjICfj img,
.cid-uSZKdjICfj .item-img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: 50% top;
}
@media (max-width: 767px) {
  .cid-uSZKdjICfj img,
  .cid-uSZKdjICfj .item-img {
    max-height: 350px;
  }
}
.cid-uSZJNLgiNU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZJNLgiNU .mbr-text {
  text-align: center;
  color: #b1b1b1;
}
.cid-uXrb1s5WIY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXrb1s5WIY .mbr-text {
  text-align: center;
}
.cid-uXrb8WeOJ9 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uXrb8WeOJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrb8WeOJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrb8WeOJ9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uXrb8WeOJ9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uXrb8WeOJ9 .container {
    padding: 0 26px;
  }
}
.cid-uXrb8WeOJ9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXrb8WeOJ9 .item {
    margin-bottom: 20px;
  }
  .cid-uXrb8WeOJ9 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uXrb8WeOJ9 .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(0);
}
.cid-uXrb8WeOJ9 .item:nth-child(3n) .item-wrapper .item-img img {
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uXrb8WeOJ9 .item:nth-child(3n) .item-wrapper .item-img img {
    transform: rotate(0);
  }
}
.cid-uXrb8WeOJ9 .item .item-wrapper .item-img {
  padding: 0 35px;
}
@media (max-width: 992px) {
  .cid-uXrb8WeOJ9 .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uXrb8WeOJ9 .item .item-wrapper .item-img img {
  transform: rotate(-15deg);
  height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXrb8WeOJ9 .item .item-wrapper .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-uSZPdFjJYn {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSZPdFjJYn .mbr-text {
  text-align: center;
  color: #b1b1b1;
}
.cid-uSZQvqe7Vi {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #eb8dc8;
}
.cid-uSZQvqe7Vi .video-wrapper iframe {
  width: 100%;
}
.cid-uSZQvqe7Vi .mbr-section-title,
.cid-uSZQvqe7Vi .mbr-section-subtitle,
.cid-uSZQvqe7Vi .mbr-text {
  text-align: center;
}
.cid-uSZQvqe7Vi .mbr-text {
  color: #ffffff;
}
.cid-uXwlQYIWTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b322d;
}
.cid-uXwlQYIWTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwlQYIWTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwlQYIWTn .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uXwlQYIWTn .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXwlQYIWTn .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uXwlQYIWTn .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXwlQYIWTn .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uXwlQYIWTn .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uXwlQYIWTn .items-wrapper {
  margin: 0 -5px;
}
.cid-uXwlQYIWTn .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uXwlQYIWTn .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uXwlQYIWTn .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #eb8dc8;
}
.cid-uXwlQYIWTn .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXwlQYIWTn .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXwlQYIWTn .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #093388;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uXwlQYIWTn .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uXwlQYIWTn .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXwlQYIWTn .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXwlQYIWTn .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uXwlQYIWTn .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uXwlQYIWTn .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXwlQYIWTn .mbr-section-title {
  color: #093388;
}
.cid-uXwlQYIWTn .item-title {
  color: #093388;
}
.cid-uXwlQYIWTn .item-text {
  color: #58595b;
}
.cid-uXwlQYIWTn .mbr-section-title,
.cid-uXwlQYIWTn .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uSfzSunwks {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4b322d;
}
.cid-uSfzSunwks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfzSunwks .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uSfzSunwks .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfzSunwks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfzSunwks .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #eb8dc8;
  height: 80px;
  border-radius: 50%;
}
.cid-uSfzSunwks .card-title,
.cid-uSfzSunwks .iconfont-wrapper,
.cid-uSfzSunwks .card-text {
  color: #000000;
  text-align: center;
}
.cid-uSfzSunwks .content-head {
  max-width: 800px;
}
.cid-uSfzSunwks .mbr-section-title {
  color: #000000;
}
.cid-uSfzSunwks .mbr-section-btn {
  text-align: center;
}
.cid-uSfzSunwks .card-title,
.cid-uSfzSunwks .iconfont-wrapper {
  color: #ffffff;
}
.cid-uSdPXzcjpa {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSdPXzcjpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdPXzcjpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdPXzcjpa .mbr-section-title {
  color: #eb8dc8;
}
.cid-uSdPXzvnqI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSdPXzvnqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdPXzvnqI .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-uSdPXzvnqI .container {
    padding: 0 16px;
  }
}
.cid-uSdPXzvnqI .row {
  justify-content: center;
}
.cid-uSdPXzvnqI .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSdPXzvnqI .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSdPXzvnqI .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uSdPXzvnqI .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSdPXzvnqI .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uSdPXzvnqI .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uSZlTT63mA.popup-builder {
  background-color: #ffffff;
}
.cid-uSZlTT63mA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSZlTT63mA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uSZlTT63mA .modal-content,
.cid-uSZlTT63mA .modal-dialog {
  height: auto;
}
.cid-uSZlTT63mA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSZlTT63mA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSZlTT63mA .form-wrapper .mbr-form .form-group,
  .cid-uSZlTT63mA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSZlTT63mA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSZlTT63mA .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-uSZlTT63mA .mbr-text {
  text-align: center;
}
.cid-uSZlTT63mA .pt-0 {
  padding-top: 0 !important;
}
.cid-uSZlTT63mA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSZlTT63mA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSZlTT63mA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSZlTT63mA .modal-open {
  overflow: hidden;
}
.cid-uSZlTT63mA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSZlTT63mA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSZlTT63mA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uSZlTT63mA .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-uSZlTT63mA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSZlTT63mA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSZlTT63mA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSZlTT63mA .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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uSZlTT63mA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSZlTT63mA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSZlTT63mA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSZlTT63mA .modal-backdrop.show {
  opacity: .5;
}
.cid-uSZlTT63mA .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-uSZlTT63mA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZlTT63mA .modal-header {
    padding: 1rem;
  }
}
.cid-uSZlTT63mA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSZlTT63mA .modal-header .close svg {
  fill: #353535;
}
.cid-uSZlTT63mA .modal-header .close:hover {
  opacity: 1;
}
.cid-uSZlTT63mA .modal-header .close:focus {
  outline: none;
}
.cid-uSZlTT63mA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSZlTT63mA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSZlTT63mA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZlTT63mA .modal-body {
    padding: 1rem;
  }
}
.cid-uSZlTT63mA .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-uSZlTT63mA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZlTT63mA .modal-footer {
    padding: 1rem;
  }
}
.cid-uSZlTT63mA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSZlTT63mA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSZlTT63mA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSZlTT63mA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSZlTT63mA .modal-lg,
  .cid-uSZlTT63mA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSZlTT63mA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSZlTT63mA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSZlTT63mA .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-uSZlTT63mA .form-group {
  margin-bottom: 1rem;
}
.cid-uSZlTT63mA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSZlTT63mA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSZlTT63mA .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-uSZlTT63mA .mbr-section-btn {
  margin: 0;
}
.cid-uSZlTT63mA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSZLI0RMk1.popup-builder {
  background-color: #ffffff;
}
.cid-uSZLI0RMk1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSZLI0RMk1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSZLI0RMk1 .modal-content,
.cid-uSZLI0RMk1 .modal-dialog {
  height: auto;
}
.cid-uSZLI0RMk1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSZLI0RMk1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSZLI0RMk1 .form-wrapper .mbr-form .form-group,
  .cid-uSZLI0RMk1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSZLI0RMk1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSZLI0RMk1 .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-uSZLI0RMk1 .mbr-text {
  text-align: center;
}
.cid-uSZLI0RMk1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uSZLI0RMk1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSZLI0RMk1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSZLI0RMk1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSZLI0RMk1 .modal-open {
  overflow: hidden;
}
.cid-uSZLI0RMk1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSZLI0RMk1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSZLI0RMk1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSZLI0RMk1 .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-uSZLI0RMk1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSZLI0RMk1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSZLI0RMk1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSZLI0RMk1 .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-uSZLI0RMk1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSZLI0RMk1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSZLI0RMk1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSZLI0RMk1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uSZLI0RMk1 .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-uSZLI0RMk1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZLI0RMk1 .modal-header {
    padding: 1rem;
  }
}
.cid-uSZLI0RMk1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSZLI0RMk1 .modal-header .close svg {
  fill: #353535;
}
.cid-uSZLI0RMk1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uSZLI0RMk1 .modal-header .close:focus {
  outline: none;
}
.cid-uSZLI0RMk1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSZLI0RMk1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSZLI0RMk1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZLI0RMk1 .modal-body {
    padding: 1rem;
  }
}
.cid-uSZLI0RMk1 .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-uSZLI0RMk1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZLI0RMk1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uSZLI0RMk1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSZLI0RMk1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSZLI0RMk1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSZLI0RMk1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSZLI0RMk1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSZLI0RMk1 .modal-lg,
  .cid-uSZLI0RMk1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSZLI0RMk1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSZLI0RMk1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSZLI0RMk1 .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-uSZLI0RMk1 .form-group {
  margin-bottom: 1rem;
}
.cid-uSZLI0RMk1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSZLI0RMk1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSZLI0RMk1 .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-uSZLI0RMk1 .mbr-section-btn {
  margin: 0;
}
.cid-uSZLI0RMk1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uW7G5XaSD9.popup-builder {
  background-color: #ffffff;
}
.cid-uW7G5XaSD9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uW7G5XaSD9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uW7G5XaSD9 .modal-content,
.cid-uW7G5XaSD9 .modal-dialog {
  height: auto;
}
.cid-uW7G5XaSD9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uW7G5XaSD9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uW7G5XaSD9 .form-wrapper .mbr-form .form-group,
  .cid-uW7G5XaSD9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uW7G5XaSD9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uW7G5XaSD9 .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-uW7G5XaSD9 .mbr-text {
  text-align: center;
}
.cid-uW7G5XaSD9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uW7G5XaSD9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uW7G5XaSD9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uW7G5XaSD9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uW7G5XaSD9 .modal-open {
  overflow: hidden;
}
.cid-uW7G5XaSD9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uW7G5XaSD9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uW7G5XaSD9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uW7G5XaSD9 .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-uW7G5XaSD9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uW7G5XaSD9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uW7G5XaSD9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uW7G5XaSD9 .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-uW7G5XaSD9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uW7G5XaSD9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uW7G5XaSD9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uW7G5XaSD9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uW7G5XaSD9 .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-uW7G5XaSD9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uW7G5XaSD9 .modal-header {
    padding: 1rem;
  }
}
.cid-uW7G5XaSD9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uW7G5XaSD9 .modal-header .close svg {
  fill: #353535;
}
.cid-uW7G5XaSD9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uW7G5XaSD9 .modal-header .close:focus {
  outline: none;
}
.cid-uW7G5XaSD9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uW7G5XaSD9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uW7G5XaSD9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uW7G5XaSD9 .modal-body {
    padding: 1rem;
  }
}
.cid-uW7G5XaSD9 .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-uW7G5XaSD9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uW7G5XaSD9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uW7G5XaSD9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uW7G5XaSD9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uW7G5XaSD9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uW7G5XaSD9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uW7G5XaSD9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uW7G5XaSD9 .modal-lg,
  .cid-uW7G5XaSD9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uW7G5XaSD9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uW7G5XaSD9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uW7G5XaSD9 .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-uW7G5XaSD9 .form-group {
  margin-bottom: 1rem;
}
.cid-uW7G5XaSD9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uW7G5XaSD9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uW7G5XaSD9 .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-uW7G5XaSD9 .mbr-section-btn {
  margin: 0;
}
.cid-uW7G5XaSD9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSZLIBxuUx.popup-builder {
  background-color: #ffffff;
}
.cid-uSZLIBxuUx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSZLIBxuUx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSZLIBxuUx .modal-content,
.cid-uSZLIBxuUx .modal-dialog {
  height: auto;
}
.cid-uSZLIBxuUx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSZLIBxuUx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSZLIBxuUx .form-wrapper .mbr-form .form-group,
  .cid-uSZLIBxuUx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSZLIBxuUx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSZLIBxuUx .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-uSZLIBxuUx .mbr-text {
  text-align: center;
}
.cid-uSZLIBxuUx .pt-0 {
  padding-top: 0 !important;
}
.cid-uSZLIBxuUx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSZLIBxuUx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSZLIBxuUx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSZLIBxuUx .modal-open {
  overflow: hidden;
}
.cid-uSZLIBxuUx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSZLIBxuUx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSZLIBxuUx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSZLIBxuUx .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-uSZLIBxuUx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSZLIBxuUx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSZLIBxuUx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSZLIBxuUx .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-uSZLIBxuUx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSZLIBxuUx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSZLIBxuUx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSZLIBxuUx .modal-backdrop.show {
  opacity: .5;
}
.cid-uSZLIBxuUx .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-uSZLIBxuUx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZLIBxuUx .modal-header {
    padding: 1rem;
  }
}
.cid-uSZLIBxuUx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSZLIBxuUx .modal-header .close svg {
  fill: #353535;
}
.cid-uSZLIBxuUx .modal-header .close:hover {
  opacity: 1;
}
.cid-uSZLIBxuUx .modal-header .close:focus {
  outline: none;
}
.cid-uSZLIBxuUx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSZLIBxuUx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSZLIBxuUx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZLIBxuUx .modal-body {
    padding: 1rem;
  }
}
.cid-uSZLIBxuUx .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-uSZLIBxuUx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZLIBxuUx .modal-footer {
    padding: 1rem;
  }
}
.cid-uSZLIBxuUx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSZLIBxuUx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSZLIBxuUx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSZLIBxuUx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSZLIBxuUx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSZLIBxuUx .modal-lg,
  .cid-uSZLIBxuUx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSZLIBxuUx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSZLIBxuUx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSZLIBxuUx .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-uSZLIBxuUx .form-group {
  margin-bottom: 1rem;
}
.cid-uSZLIBxuUx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSZLIBxuUx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSZLIBxuUx .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-uSZLIBxuUx .mbr-section-btn {
  margin: 0;
}
.cid-uSZLIBxuUx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXrbs4Vcvz.popup-builder {
  background-color: #ffffff;
}
.cid-uXrbs4Vcvz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXrbs4Vcvz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uXrbs4Vcvz .modal-content,
.cid-uXrbs4Vcvz .modal-dialog {
  height: auto;
}
.cid-uXrbs4Vcvz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXrbs4Vcvz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXrbs4Vcvz .form-wrapper .mbr-form .form-group,
  .cid-uXrbs4Vcvz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXrbs4Vcvz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXrbs4Vcvz .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-uXrbs4Vcvz .mbr-text {
  text-align: center;
}
.cid-uXrbs4Vcvz .pt-0 {
  padding-top: 0 !important;
}
.cid-uXrbs4Vcvz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXrbs4Vcvz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXrbs4Vcvz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXrbs4Vcvz .modal-open {
  overflow: hidden;
}
.cid-uXrbs4Vcvz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXrbs4Vcvz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXrbs4Vcvz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uXrbs4Vcvz .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-uXrbs4Vcvz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXrbs4Vcvz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXrbs4Vcvz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXrbs4Vcvz .modal-content {
  background: #edefeb;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uXrbs4Vcvz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXrbs4Vcvz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXrbs4Vcvz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXrbs4Vcvz .modal-backdrop.show {
  opacity: .5;
}
.cid-uXrbs4Vcvz .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-uXrbs4Vcvz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXrbs4Vcvz .modal-header {
    padding: 1rem;
  }
}
.cid-uXrbs4Vcvz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXrbs4Vcvz .modal-header .close svg {
  fill: #353535;
}
.cid-uXrbs4Vcvz .modal-header .close:hover {
  opacity: 1;
}
.cid-uXrbs4Vcvz .modal-header .close:focus {
  outline: none;
}
.cid-uXrbs4Vcvz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXrbs4Vcvz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXrbs4Vcvz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXrbs4Vcvz .modal-body {
    padding: 1rem;
  }
}
.cid-uXrbs4Vcvz .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-uXrbs4Vcvz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXrbs4Vcvz .modal-footer {
    padding: 1rem;
  }
}
.cid-uXrbs4Vcvz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXrbs4Vcvz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXrbs4Vcvz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXrbs4Vcvz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXrbs4Vcvz .modal-lg,
  .cid-uXrbs4Vcvz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXrbs4Vcvz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXrbs4Vcvz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXrbs4Vcvz .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-uXrbs4Vcvz .form-group {
  margin-bottom: 1rem;
}
.cid-uXrbs4Vcvz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXrbs4Vcvz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXrbs4Vcvz .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-uXrbs4Vcvz .mbr-section-btn {
  margin: 0;
}
.cid-uXrbs4Vcvz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXJD6G2uBd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJD6G2uBd .mbr-social-likes {
  font-size: 0;
}
.cid-uXJD6G2uBd .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uXJD6G2uBd .socicon-bg-facebook:hover {
  background: #eb8dc8;
}
.cid-uXJD6G2uBd .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uXJD6G2uBd .socicon-bg-twitter:hover {
  background: #eb8dc8;
}
.cid-uXJD6G2uBd .socicon-bg-behance {
  color: #ffffff;
}
.cid-uXJD6G2uBd .socicon-bg-behance:hover {
  background: #eb8dc8;
}
.cid-uXJD6G2uBd .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uXJD6G2uBd .socicon-bg-instagram:hover {
  background: #eb8dc8;
}
.cid-uXJD6G2uBd .btn-social {
  background: #000000;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uXJD6G2uBd .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uXJD6G2uBd [class^="socicon-"]:before,
.cid-uXJD6G2uBd [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uXJD6G2uBd .mbr-section-title,
.cid-uXJD6G2uBd .mbr-social-likes {
  color: #ffffff;
}
.cid-uXJAFuaD2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJAFuaD2a .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSdQads2re {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSdQads2re nav.navbar {
  position: fixed;
}
.cid-uSdQads2re .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-uSdQads2re .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSdQads2re .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSdQads2re .dropdown-item:hover,
.cid-uSdQads2re .dropdown-item:focus {
  background: #eb8dc8 !important;
  color: white !important;
}
.cid-uSdQads2re .dropdown-item:hover span {
  color: white;
}
.cid-uSdQads2re .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSdQads2re .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSdQads2re .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSdQads2re .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSdQads2re .nav-link {
  position: relative;
}
.cid-uSdQads2re .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdQads2re .container {
    flex-wrap: wrap;
  }
}
.cid-uSdQads2re .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdQads2re .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSdQads2re .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSdQads2re .dropdown-menu,
.cid-uSdQads2re .navbar.opened {
  background: #000000 !important;
}
.cid-uSdQads2re .nav-item:focus,
.cid-uSdQads2re .nav-link:focus {
  outline: none;
}
.cid-uSdQads2re .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSdQads2re .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSdQads2re .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSdQads2re .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSdQads2re .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSdQads2re .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSdQads2re .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uSdQads2re .navbar.opened {
  transition: all 0.3s;
}
.cid-uSdQads2re .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSdQads2re .navbar .navbar-logo img {
  width: auto;
}
.cid-uSdQads2re .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSdQads2re .navbar.collapsed {
  justify-content: center;
}
.cid-uSdQads2re .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSdQads2re .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSdQads2re .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSdQads2re .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSdQads2re .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-uSdQads2re .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSdQads2re .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSdQads2re .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSdQads2re .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSdQads2re .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSdQads2re .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSdQads2re .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSdQads2re .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-uSdQads2re .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSdQads2re .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSdQads2re .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSdQads2re .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSdQads2re .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSdQads2re .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSdQads2re .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSdQads2re .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSdQads2re .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSdQads2re .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSdQads2re .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-uSdQads2re .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSdQads2re .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSdQads2re .dropdown-item.active,
.cid-uSdQads2re .dropdown-item:active {
  background-color: transparent;
}
.cid-uSdQads2re .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSdQads2re .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSdQads2re .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSdQads2re .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSdQads2re .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSdQads2re .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSdQads2re ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSdQads2re .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSdQads2re button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSdQads2re button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSdQads2re button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSdQads2re button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdQads2re button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdQads2re button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSdQads2re nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdQads2re nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSdQads2re nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSdQads2re nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdQads2re .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSdQads2re a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSdQads2re .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-uSdQads2re .navbar {
    height: 70px;
  }
  .cid-uSdQads2re .navbar.opened {
    height: auto;
  }
  .cid-uSdQads2re .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSeAniMxno {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeAniMxno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeAniMxno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeAniMxno .mbr-section-title {
  text-align: left;
  color: #eb8dc8;
}
.cid-uSdQadQOc5 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/00-titul-notova-osnova-upr.png");
}
.cid-uSdQadQOc5 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uSdQadQOc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQadQOc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdQadQOc5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSdQadQOc5 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSdQadQOc5 {
    align-items: center;
  }
  .cid-uSdQadQOc5 .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSdQadQOc5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSdQadQOc5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSdQadQOc5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSdQadQOc5 .content-wrap {
    width: 100%;
  }
}
.cid-uSdQadQOc5 .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-uSdQadQOc5 .mbr-text,
.cid-uSdQadQOc5 .mbr-section-btn {
  text-align: left;
  color: #2f1512;
}
.cid-uSkl6PBuB5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSkl6PBuB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkl6PBuB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkl6PBuB5 .video-wrapper iframe {
  width: 100%;
}
.cid-uSkl6PBuB5 .mbr-section-title,
.cid-uSkl6PBuB5 .mbr-section-subtitle,
.cid-uSkl6PBuB5 .mbr-text {
  text-align: center;
}
.cid-uSkl6PBuB5 .mbr-text {
  color: #b1b1b1;
}
.cid-uSjOHMyEJ6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSjOHMyEJ6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSjOHMyEJ6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uSjOHMyEJ6 .mbr-section-title {
  color: #000000;
}
.cid-uSjPYkOvzy {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSjPYkOvzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSjPYkOvzy .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-uSjPYkOvzy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSjPYkOvzy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSjPYkOvzy .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSjPYkOvzy .mbr-section-title {
  text-align: right;
}
.cid-uSjPYkOvzy .mbr-description {
  color: #b1b1b1;
}
.cid-uSjPYkOvzy .mbr-text {
  text-align: right;
}
.cid-uXpW5Ioh1A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXpW5Ioh1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpW5Ioh1A .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-uXpW5Ioh1A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXpW5Ioh1A .row {
  flex-direction: row-reverse;
}
.cid-uXpW5Ioh1A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXpW5Ioh1A .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXpW5Ioh1A .mbr-description {
  color: #b1b1b1;
}
.cid-uSk0G1O9Lf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSk0G1O9Lf .mbr-text {
  text-align: center;
}
.cid-uSk9BGizW5 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uSk9BGizW5 .carousel {
    min-height: 700px;
  }
  .cid-uSk9BGizW5 .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSk9BGizW5 .carousel {
    min-height: 455px;
  }
  .cid-uSk9BGizW5 .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uSk9BGizW5 .carousel {
    min-height: 385px;
  }
  .cid-uSk9BGizW5 .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-uSk9BGizW5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uSk9BGizW5 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uSk9BGizW5 .carousel,
.cid-uSk9BGizW5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uSk9BGizW5 .item-wrapper {
  width: 100%;
}
.cid-uSk9BGizW5 .carousel-caption {
  bottom: 20px;
}
.cid-uSk9BGizW5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uSk9BGizW5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uSk9BGizW5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uSk9BGizW5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSk9BGizW5 .carousel-control {
  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-uSk9BGizW5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSk9BGizW5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSk9BGizW5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uSk9BGizW5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uSk9BGizW5 .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-uSk9BGizW5 .carousel-indicators li.active,
.cid-uSk9BGizW5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uSk9BGizW5 .carousel-indicators li::after,
.cid-uSk9BGizW5 .carousel-indicators li::before {
  content: none;
}
.cid-uSk9BGizW5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uSk9BGizW5 .carousel-indicators {
    display: none !important;
  }
}
.cid-uSkilLy6Gk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSkilLy6Gk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkilLy6Gk .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-uSkilLy6Gk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSkilLy6Gk .row {
  flex-direction: row-reverse;
}
.cid-uSkilLy6Gk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSkilLy6Gk .text-wrapper {
    padding: 4rem;
  }
}
.cid-uSkilLy6Gk .mbr-description {
  color: #b1b1b1;
}
.cid-uSkjFUWgAj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSkjFUWgAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkjFUWgAj .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-uSkjFUWgAj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSkjFUWgAj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSkjFUWgAj .text-wrapper {
    padding: 10rem;
  }
}
.cid-uSkjFUWgAj .mbr-description {
  color: #b1b1b1;
}
.cid-uSkqOmks04 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSkqOmks04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkqOmks04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkqOmks04 .video-wrapper iframe {
  width: 100%;
}
.cid-uSkqOmks04 .mbr-section-title,
.cid-uSkqOmks04 .mbr-section-subtitle,
.cid-uSkqOmks04 .mbr-text {
  text-align: center;
}
.cid-uSkqOmks04 .mbr-text {
  color: #ffffff;
}
.cid-uSkokeOMsJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSkokeOMsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkokeOMsJ .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-uSkokeOMsJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSkokeOMsJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSkokeOMsJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSkokeOMsJ .mbr-description {
  color: #b1b1b1;
}
.cid-uSkokeOMsJ .mbr-section-title {
  text-align: right;
}
.cid-uSkokeOMsJ .mbr-text {
  text-align: right;
}
.cid-uSkpeGFhLA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSkpeGFhLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkpeGFhLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkpeGFhLA .video-wrapper iframe {
  width: 100%;
}
.cid-uSkpeGFhLA .mbr-section-title,
.cid-uSkpeGFhLA .mbr-section-subtitle,
.cid-uSkpeGFhLA .mbr-text {
  text-align: center;
}
.cid-uSkpeGFhLA .mbr-text {
  color: #ffffff;
}
.cid-uXwrg8NUZZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXwrg8NUZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwrg8NUZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwpZ0J18U {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXwpZ0J18U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwpZ0J18U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwpZ0J18U .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uXwpZ0J18U .row .item {
  padding: 0 13px;
}
.cid-uXwpZ0J18U .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uXwpZ0J18U .item {
    margin-bottom: 16px;
  }
}
.cid-uXwpZ0J18U .item .item-wrapper {
  height: 100%;
  background-color: #eb8dc8;
  padding: 54px;
}
@media (max-width: 1200px) {
  .cid-uXwpZ0J18U .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uXwpZ0J18U .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uXwpZ0J18U .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #151e11;
}
.cid-uXwpZ0J18U .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uXwpZ0J18U .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uXwpZ0J18U .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXwpZ0J18U .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.cid-uXwpZ0J18U .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXwpZ0J18U .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uXwpZ0J18U .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uXwpZ0J18U .item-label {
  color: #fff7ee;
}
.cid-uXwpZ0J18U .item-title {
  color: #fff7ee;
}
.cid-uXwpZ0J18U .item-text {
  color: #fff7ee;
}
.cid-uXwpZ0J18U .item-title,
.cid-uXwpZ0J18U .mbr-section-btn {
  color: #000000;
}
.cid-uXwqyq86vL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXwqyq86vL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwqyq86vL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwqyq86vL .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uXwqyq86vL .row .item {
  padding: 0 13px;
}
.cid-uXwqyq86vL .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uXwqyq86vL .item {
    margin-bottom: 16px;
  }
}
.cid-uXwqyq86vL .item .item-wrapper {
  height: 100%;
  background-color: #eb8dc8;
  padding: 54px;
}
@media (max-width: 1200px) {
  .cid-uXwqyq86vL .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uXwqyq86vL .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uXwqyq86vL .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #151e11;
}
.cid-uXwqyq86vL .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uXwqyq86vL .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uXwqyq86vL .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXwqyq86vL .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.cid-uXwqyq86vL .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXwqyq86vL .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uXwqyq86vL .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uXwqyq86vL .item-label {
  color: #fff7ee;
}
.cid-uXwqyq86vL .item-title {
  color: #fff7ee;
}
.cid-uXwqyq86vL .item-text {
  color: #fff7ee;
}
.cid-uXwqyq86vL .item-title,
.cid-uXwqyq86vL .mbr-section-btn {
  color: #000000;
}
.cid-uSfAgfS2m4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4b322d;
}
.cid-uSfAgfS2m4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfAgfS2m4 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uSfAgfS2m4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfAgfS2m4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfAgfS2m4 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #eb8dc8;
  height: 80px;
  border-radius: 50%;
}
.cid-uSfAgfS2m4 .card-title,
.cid-uSfAgfS2m4 .iconfont-wrapper,
.cid-uSfAgfS2m4 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uSfAgfS2m4 .content-head {
  max-width: 800px;
}
.cid-uSfAgfS2m4 .mbr-section-title {
  color: #000000;
}
.cid-uSfAgfS2m4 .mbr-section-btn {
  text-align: center;
}
.cid-uSfAgfS2m4 .card-title,
.cid-uSfAgfS2m4 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uSdQafontb {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSdQafontb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQafontb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdQafontb .mbr-section-title {
  color: #eb8dc8;
}
.cid-uSdQafOrjY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSdQafOrjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQafOrjY .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-uSdQafOrjY .container {
    padding: 0 16px;
  }
}
.cid-uSdQafOrjY .row {
  justify-content: center;
}
.cid-uSdQafOrjY .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSdQafOrjY .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSdQafOrjY .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uSdQafOrjY .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSdQafOrjY .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uSdQafOrjY .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uXJD8YzDb6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJD8YzDb6 .mbr-social-likes {
  font-size: 0;
}
.cid-uXJD8YzDb6 .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uXJD8YzDb6 .socicon-bg-facebook:hover {
  background: #eb8dc8;
}
.cid-uXJD8YzDb6 .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uXJD8YzDb6 .socicon-bg-twitter:hover {
  background: #eb8dc8;
}
.cid-uXJD8YzDb6 .socicon-bg-behance {
  color: #ffffff;
}
.cid-uXJD8YzDb6 .socicon-bg-behance:hover {
  background: #eb8dc8;
}
.cid-uXJD8YzDb6 .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uXJD8YzDb6 .socicon-bg-instagram:hover {
  background: #eb8dc8;
}
.cid-uXJD8YzDb6 .btn-social {
  background: #000000;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uXJD8YzDb6 .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uXJD8YzDb6 [class^="socicon-"]:before,
.cid-uXJD8YzDb6 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uXJD8YzDb6 .mbr-section-title,
.cid-uXJD8YzDb6 .mbr-social-likes {
  color: #ffffff;
}
.cid-uXJAFuaD2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJAFuaD2a .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSdQk5t2Aq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSdQk5t2Aq nav.navbar {
  position: fixed;
}
.cid-uSdQk5t2Aq .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-uSdQk5t2Aq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSdQk5t2Aq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSdQk5t2Aq .dropdown-item:hover,
.cid-uSdQk5t2Aq .dropdown-item:focus {
  background: #eb8dc8 !important;
  color: white !important;
}
.cid-uSdQk5t2Aq .dropdown-item:hover span {
  color: white;
}
.cid-uSdQk5t2Aq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSdQk5t2Aq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSdQk5t2Aq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSdQk5t2Aq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSdQk5t2Aq .nav-link {
  position: relative;
}
.cid-uSdQk5t2Aq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdQk5t2Aq .container {
    flex-wrap: wrap;
  }
}
.cid-uSdQk5t2Aq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdQk5t2Aq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSdQk5t2Aq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSdQk5t2Aq .dropdown-menu,
.cid-uSdQk5t2Aq .navbar.opened {
  background: #000000 !important;
}
.cid-uSdQk5t2Aq .nav-item:focus,
.cid-uSdQk5t2Aq .nav-link:focus {
  outline: none;
}
.cid-uSdQk5t2Aq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSdQk5t2Aq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSdQk5t2Aq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSdQk5t2Aq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSdQk5t2Aq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSdQk5t2Aq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSdQk5t2Aq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uSdQk5t2Aq .navbar.opened {
  transition: all 0.3s;
}
.cid-uSdQk5t2Aq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSdQk5t2Aq .navbar .navbar-logo img {
  width: auto;
}
.cid-uSdQk5t2Aq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSdQk5t2Aq .navbar.collapsed {
  justify-content: center;
}
.cid-uSdQk5t2Aq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSdQk5t2Aq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSdQk5t2Aq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSdQk5t2Aq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSdQk5t2Aq .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-uSdQk5t2Aq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSdQk5t2Aq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSdQk5t2Aq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSdQk5t2Aq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSdQk5t2Aq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSdQk5t2Aq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSdQk5t2Aq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSdQk5t2Aq .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-uSdQk5t2Aq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSdQk5t2Aq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSdQk5t2Aq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSdQk5t2Aq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSdQk5t2Aq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSdQk5t2Aq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSdQk5t2Aq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSdQk5t2Aq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSdQk5t2Aq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSdQk5t2Aq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSdQk5t2Aq .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-uSdQk5t2Aq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSdQk5t2Aq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSdQk5t2Aq .dropdown-item.active,
.cid-uSdQk5t2Aq .dropdown-item:active {
  background-color: transparent;
}
.cid-uSdQk5t2Aq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSdQk5t2Aq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSdQk5t2Aq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSdQk5t2Aq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSdQk5t2Aq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSdQk5t2Aq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSdQk5t2Aq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSdQk5t2Aq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSdQk5t2Aq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSdQk5t2Aq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSdQk5t2Aq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSdQk5t2Aq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdQk5t2Aq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdQk5t2Aq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSdQk5t2Aq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdQk5t2Aq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSdQk5t2Aq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSdQk5t2Aq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdQk5t2Aq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSdQk5t2Aq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSdQk5t2Aq .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-uSdQk5t2Aq .navbar {
    height: 70px;
  }
  .cid-uSdQk5t2Aq .navbar.opened {
    height: auto;
  }
  .cid-uSdQk5t2Aq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSeArxC1h5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeArxC1h5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeArxC1h5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeArxC1h5 .mbr-section-title {
  text-align: left;
  color: #eb8dc8;
}
.cid-uSdQk5RjUo {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/00-titul-notova-osnova-upr.png");
}
.cid-uSdQk5RjUo .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uSdQk5RjUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQk5RjUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdQk5RjUo .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSdQk5RjUo .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSdQk5RjUo {
    align-items: center;
  }
  .cid-uSdQk5RjUo .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSdQk5RjUo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSdQk5RjUo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSdQk5RjUo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSdQk5RjUo .content-wrap {
    width: 100%;
  }
}
.cid-uSdQk5RjUo .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-uSdQk5RjUo .mbr-text,
.cid-uSdQk5RjUo .mbr-section-btn {
  text-align: left;
  color: #2f1512;
}
.cid-uSpwOWrQgN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSpwOWrQgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpwOWrQgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-a4 {
  /* Zarovnání – stejná jako pro přehrávač */
}
#custom-html-a4 .custom-audio-wrapper {
  display: flex;
  justify-content: center;
}
#custom-html-a4 .custom-audio-player {
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: #2a1310;
  background-size: cover;
  background-position: center;
  color: white;
  font-family: 'Arial', sans-serif;
  padding: 20px 10px;
  margin-top: 50px;
  /* malá mezera NAD přehrávačem */
  margin-bottom: 0px;
  /* žádná mezera POD přehrávačem */
  max-width: 500px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
#custom-html-a4 .play-button {
  background-color: white;
  color: #2a1310;
  border: none;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  font-weight: bold;
  margin-right: 25px;
  margin-left: 20px;
  transition: background-color 0.3s ease;
}
#custom-html-a4 .play-button:hover {
  background-color: #eb8dc8;
}
#custom-html-a4 .audio-info {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
#custom-html-a4 .audio-info .title {
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}
#custom-html-a4 .audio-info .subtitle {
  font-style: normal;
  font-size: 1rem;
  margin-top: 5px;
}
#custom-html-a4 .audio-description {
  max-width: 700px;
  width: 100%;
  line-height: 1.5;
  text-align: center;
}
#custom-html-a4 .margin-center {
  margin-left: auto;
  margin-right: auto;
}
.cid-uSpovXAafC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSpovXAafC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpovXAafC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpovXAafC .mbr-section-subtitle {
  color: #b1b1b1;
}
.cid-uW0XKUYboo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW0XKUYboo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0XKUYboo .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-uW0XKUYboo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW0XKUYboo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uW0XKUYboo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uW0XKUYboo .mbr-description {
  color: #b1b1b1;
}
.cid-uW0XKUYboo .mbr-section-title {
  text-align: right;
}
.cid-uW0XKUYboo .mbr-text {
  text-align: right;
}
.cid-uW0Y63uxJt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uW0Y63uxJt .mbr-section-btn {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.cid-uSpAyCqPXh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSpAyCqPXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpAyCqPXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpAyCqPXh .video-wrapper iframe {
  width: 100%;
}
.cid-uSpAyCqPXh .mbr-section-title,
.cid-uSpAyCqPXh .mbr-section-subtitle,
.cid-uSpAyCqPXh .mbr-text {
  text-align: center;
}
.cid-uSpAyCqPXh .mbr-text {
  color: #b1b1b1;
}
.cid-uW0YNcsH2j {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW0YNcsH2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0YNcsH2j .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-uW0YNcsH2j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW0YNcsH2j .row {
  flex-direction: row-reverse;
}
.cid-uW0YNcsH2j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uW0YNcsH2j .text-wrapper {
    padding: 2rem;
  }
}
.cid-uW0YNcsH2j .mbr-description {
  color: #b1b1b1;
}
.cid-uSpG629Yk4 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSpG629Yk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpG629Yk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpG629Yk4 .mbr-section-title {
  text-align: center;
}
.cid-uSpG629Yk4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uSpG3oKCcX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uSpG3oKCcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpG3oKCcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpG3oKCcX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uSpG3oKCcX .img-item {
  position: relative;
}
.cid-uSpG3oKCcX .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uSpG3oKCcX .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uSpG3oKCcX .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uSpGN1Wzvg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSpGN1Wzvg .mbr-text {
  text-align: center;
  color: #b1b1b1;
}
.cid-uXwxr43umx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXwxr43umx .video-wrapper iframe {
  width: 100%;
}
.cid-uXwxr43umx .mbr-section-title,
.cid-uXwxr43umx .mbr-section-subtitle,
.cid-uXwxr43umx .mbr-text {
  text-align: center;
}
.cid-uXwxr43umx .mbr-text {
  color: #b1b1b1;
}
.cid-uSpJ0Fi6Qa {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uSpJ0Fi6Qa {
    padding-bottom: 2rem;
  }
}
.cid-uSpJ0Fi6Qa img,
.cid-uSpJ0Fi6Qa .item-img {
  width: 100%;
  height: 100%;
}
.cid-uSpJ0Fi6Qa .mbr-text {
  color: #000000;
}
.cid-uSpJ0Fi6Qa .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uSpJ0Fi6Qa .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSpJ0Fi6Qa .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uSpJ0Fi6Qa .mbr-text UL {
  text-align: left;
}
.cid-uSpJ0Fi6Qa .mbr-section-subtitle,
.cid-uSpJ0Fi6Qa .main-button {
  color: #000000;
}
.cid-uSpJ0Fi6Qa .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uSpJ0Fi6Qa .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uSpJ0Fi6Qa .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSpJ0Fi6Qa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSpJ0Fi6Qa .item-title {
  text-align: center;
}
.cid-uSpJ0Fi6Qa .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSpJ0Fi6Qa .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uSpJ0Fi6Qa .item-title,
.cid-uSpJ0Fi6Qa .mbr-section-btn {
  color: #b1b1b1;
  text-align: right;
}
.cid-uSpJIaveoi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpKi06gYn {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSpKi06gYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpKi06gYn .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-uSpKi06gYn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSpKi06gYn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSpKi06gYn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSpKi06gYn .mbr-description {
  color: #b1b1b1;
}
.cid-uSpKi06gYn .mbr-section-title {
  text-align: right;
}
.cid-uSpKi06gYn .mbr-text {
  text-align: right;
}
.cid-uSpLfMAMD9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpLfMAMD9 .mbr-section-btn {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.cid-uSpM7XhV6Q {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSpM7XhV6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpM7XhV6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpM7XhV6Q .video-wrapper iframe {
  width: 100%;
}
.cid-uSpM7XhV6Q .mbr-section-title,
.cid-uSpM7XhV6Q .mbr-section-subtitle,
.cid-uSpM7XhV6Q .mbr-text {
  text-align: center;
}
.cid-uSpM7XhV6Q .mbr-text {
  color: #b1b1b1;
}
.cid-uSfAvbhXUB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4b322d;
}
.cid-uSfAvbhXUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfAvbhXUB .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uSfAvbhXUB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfAvbhXUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfAvbhXUB .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #eb8dc8;
  height: 80px;
  border-radius: 50%;
}
.cid-uSfAvbhXUB .card-title,
.cid-uSfAvbhXUB .iconfont-wrapper,
.cid-uSfAvbhXUB .card-text {
  color: #000000;
  text-align: center;
}
.cid-uSfAvbhXUB .content-head {
  max-width: 800px;
}
.cid-uSfAvbhXUB .mbr-section-title {
  color: #000000;
}
.cid-uSfAvbhXUB .mbr-section-btn {
  text-align: center;
}
.cid-uSfAvbhXUB .card-title,
.cid-uSfAvbhXUB .iconfont-wrapper {
  color: #ffffff;
}
.cid-uSdQk7NToe {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSdQk7NToe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQk7NToe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdQk7NToe .mbr-section-title {
  color: #eb8dc8;
}
.cid-uSdQk7ZduM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSdQk7ZduM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQk7ZduM .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-uSdQk7ZduM .container {
    padding: 0 16px;
  }
}
.cid-uSdQk7ZduM .row {
  justify-content: center;
}
.cid-uSdQk7ZduM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSdQk7ZduM .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSdQk7ZduM .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uSdQk7ZduM .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSdQk7ZduM .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uSdQk7ZduM .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uXJDaYqTo2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJDaYqTo2 .mbr-social-likes {
  font-size: 0;
}
.cid-uXJDaYqTo2 .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uXJDaYqTo2 .socicon-bg-facebook:hover {
  background: #eb8dc8;
}
.cid-uXJDaYqTo2 .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uXJDaYqTo2 .socicon-bg-twitter:hover {
  background: #eb8dc8;
}
.cid-uXJDaYqTo2 .socicon-bg-behance {
  color: #ffffff;
}
.cid-uXJDaYqTo2 .socicon-bg-behance:hover {
  background: #eb8dc8;
}
.cid-uXJDaYqTo2 .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uXJDaYqTo2 .socicon-bg-instagram:hover {
  background: #eb8dc8;
}
.cid-uXJDaYqTo2 .btn-social {
  background: #000000;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uXJDaYqTo2 .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uXJDaYqTo2 [class^="socicon-"]:before,
.cid-uXJDaYqTo2 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uXJDaYqTo2 .mbr-section-title,
.cid-uXJDaYqTo2 .mbr-social-likes {
  color: #ffffff;
}
.cid-uXJAFuaD2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJAFuaD2a .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSdQuci2SX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSdQuci2SX nav.navbar {
  position: fixed;
}
.cid-uSdQuci2SX .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-uSdQuci2SX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSdQuci2SX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSdQuci2SX .dropdown-item:hover,
.cid-uSdQuci2SX .dropdown-item:focus {
  background: #eb8dc8 !important;
  color: white !important;
}
.cid-uSdQuci2SX .dropdown-item:hover span {
  color: white;
}
.cid-uSdQuci2SX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSdQuci2SX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSdQuci2SX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSdQuci2SX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSdQuci2SX .nav-link {
  position: relative;
}
.cid-uSdQuci2SX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdQuci2SX .container {
    flex-wrap: wrap;
  }
}
.cid-uSdQuci2SX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdQuci2SX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSdQuci2SX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSdQuci2SX .dropdown-menu,
.cid-uSdQuci2SX .navbar.opened {
  background: #000000 !important;
}
.cid-uSdQuci2SX .nav-item:focus,
.cid-uSdQuci2SX .nav-link:focus {
  outline: none;
}
.cid-uSdQuci2SX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSdQuci2SX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSdQuci2SX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSdQuci2SX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSdQuci2SX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSdQuci2SX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSdQuci2SX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uSdQuci2SX .navbar.opened {
  transition: all 0.3s;
}
.cid-uSdQuci2SX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSdQuci2SX .navbar .navbar-logo img {
  width: auto;
}
.cid-uSdQuci2SX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSdQuci2SX .navbar.collapsed {
  justify-content: center;
}
.cid-uSdQuci2SX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSdQuci2SX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSdQuci2SX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSdQuci2SX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSdQuci2SX .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-uSdQuci2SX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSdQuci2SX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSdQuci2SX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSdQuci2SX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSdQuci2SX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSdQuci2SX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSdQuci2SX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSdQuci2SX .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-uSdQuci2SX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSdQuci2SX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSdQuci2SX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSdQuci2SX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSdQuci2SX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSdQuci2SX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSdQuci2SX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSdQuci2SX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSdQuci2SX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSdQuci2SX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSdQuci2SX .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-uSdQuci2SX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSdQuci2SX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSdQuci2SX .dropdown-item.active,
.cid-uSdQuci2SX .dropdown-item:active {
  background-color: transparent;
}
.cid-uSdQuci2SX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSdQuci2SX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSdQuci2SX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSdQuci2SX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSdQuci2SX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSdQuci2SX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSdQuci2SX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSdQuci2SX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSdQuci2SX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSdQuci2SX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSdQuci2SX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSdQuci2SX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdQuci2SX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdQuci2SX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSdQuci2SX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdQuci2SX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSdQuci2SX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSdQuci2SX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdQuci2SX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSdQuci2SX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSdQuci2SX .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-uSdQuci2SX .navbar {
    height: 70px;
  }
  .cid-uSdQuci2SX .navbar.opened {
    height: auto;
  }
  .cid-uSdQuci2SX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSeAuMRIP3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeAuMRIP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeAuMRIP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeAuMRIP3 .mbr-section-title {
  text-align: left;
  color: #eb8dc8;
}
.cid-uSdQucLe4B {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/00-titul-notova-osnova-upr.png");
}
.cid-uSdQucLe4B .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uSdQucLe4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQucLe4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdQucLe4B .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSdQucLe4B .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSdQucLe4B {
    align-items: center;
  }
  .cid-uSdQucLe4B .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSdQucLe4B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSdQucLe4B {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSdQucLe4B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSdQucLe4B .content-wrap {
    width: 100%;
  }
}
.cid-uSdQucLe4B .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-uSdQucLe4B .mbr-text,
.cid-uSdQucLe4B .mbr-section-btn {
  text-align: left;
  color: #2f1512;
}
.cid-uSHITkVQyI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSHITkVQyI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uSHITkVQyI .mbr-section-subtitle {
  color: #000000;
}
.cid-uSHITkVQyI .mbr-section-title {
  color: #000000;
}
.cid-uSHLBll4EB {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSHLBll4EB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSHLBll4EB .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-uSHLBll4EB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSHLBll4EB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSHLBll4EB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSHLBll4EB .mbr-section-title {
  text-align: right;
}
.cid-uSHLBll4EB .mbr-text {
  text-align: right;
}
.cid-uSHLBll4EB .mbr-description {
  text-align: center;
  color: #b1b1b1;
}
.cid-uSHMRMY67Q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSHMRMY67Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSHMRMY67Q .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-uSHMRMY67Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSHMRMY67Q .row {
  flex-direction: row-reverse;
}
.cid-uSHMRMY67Q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSHMRMY67Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSHMRMY67Q .mbr-description {
  color: #b1b1b1;
}
.cid-uW2z5VnN1M {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW2z5VnN1M .mbr-text {
  text-align: center;
}
.cid-uW2z5VnN1M .mbr-section-subtitle {
  text-align: center;
}
.cid-uSHNXwfne5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSHNXwfne5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSHNXwfne5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSHNXwfne5 .video-wrapper iframe {
  width: 100%;
}
.cid-uSHNXwfne5 .mbr-section-title,
.cid-uSHNXwfne5 .mbr-section-subtitle,
.cid-uSHNXwfne5 .mbr-text {
  text-align: center;
}
.cid-uSHNXwfne5 .mbr-text {
  color: #b1b1b1;
}
.cid-uSHSjaBG5Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSHSjaBG5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSHSjaBG5Z .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-uSHSjaBG5Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSHSjaBG5Z .row {
  flex-direction: row-reverse;
}
.cid-uSHSjaBG5Z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSHSjaBG5Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSHSjaBG5Z .mbr-description {
  color: #b1b1b1;
}
.cid-uXqiinqTZb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXqiinqTZb .mbr-section-subtitle {
  text-align: right;
}
.cid-uXqiinqTZb .mbr-text {
  text-align: right;
}
.cid-uW156rbMB0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW156rbMB0 .content-text {
  max-width: 800px;
}
.cid-uW156rbMB0 .mbr-text,
.cid-uW156rbMB0 .mbr-section-btn {
  color: #b1b1b1;
}
.cid-uXrHLmjfQL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebbd8d;
}
.cid-uSHVjr5yfL {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSHVjr5yfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSHVjr5yfL .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-uSHVjr5yfL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSHVjr5yfL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSHVjr5yfL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSHVjr5yfL .mbr-description {
  color: #b1b1b1;
}
.cid-uSHX68Vtea {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSHX68Vtea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSHX68Vtea .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-uSHX68Vtea .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSHX68Vtea .row {
  flex-direction: row-reverse;
}
.cid-uSHX68Vtea img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSHX68Vtea .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSHX68Vtea .mbr-description {
  color: #b1b1b1;
}
.cid-uSHXtFcVQL {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uW15LoWZ2S {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uW15LoWZ2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW15LoWZ2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW15LoWZ2S .content-text {
  max-width: 800px;
}
.cid-uW15LoWZ2S .mbr-description {
  color: #b1b1b1;
}
.cid-uSHZjZlsMz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSHZjZlsMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSHZjZlsMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSHZjZlsMz .video-wrapper iframe {
  width: 100%;
}
.cid-uSHZjZlsMz .mbr-section-title,
.cid-uSHZjZlsMz .mbr-section-subtitle,
.cid-uSHZjZlsMz .mbr-text {
  text-align: center;
}
.cid-uSHZjZlsMz .mbr-text {
  color: #b1b1b1;
}
.cid-uSI1aN5IGF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSI1aN5IGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSI1aN5IGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSI1aN5IGF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uSI1aN5IGF .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSI1aN5IGF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSI1aN5IGF .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uSI1aN5IGF .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uSI1aN5IGF .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uSI1aN5IGF .items-wrapper {
  margin: 0 -5px;
}
.cid-uSI1aN5IGF .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uSI1aN5IGF .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uSI1aN5IGF .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #eb8dc8;
}
.cid-uSI1aN5IGF .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSI1aN5IGF .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSI1aN5IGF .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #093388;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uSI1aN5IGF .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uSI1aN5IGF .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uSI1aN5IGF .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSI1aN5IGF .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uSI1aN5IGF .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSI1aN5IGF .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSI1aN5IGF .mbr-section-title {
  color: #093388;
}
.cid-uSI1aN5IGF .item-title {
  color: #093388;
}
.cid-uSI1aN5IGF .item-text {
  color: #58595b;
}
.cid-uSI1aN5IGF .mbr-section-title,
.cid-uSI1aN5IGF .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSfAM6PO9N {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4b322d;
}
.cid-uSfAM6PO9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfAM6PO9N .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uSfAM6PO9N .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfAM6PO9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfAM6PO9N .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #eb8dc8;
  height: 80px;
  border-radius: 50%;
}
.cid-uSfAM6PO9N .card-title,
.cid-uSfAM6PO9N .iconfont-wrapper,
.cid-uSfAM6PO9N .card-text {
  color: #000000;
  text-align: center;
}
.cid-uSfAM6PO9N .content-head {
  max-width: 800px;
}
.cid-uSfAM6PO9N .mbr-section-title {
  color: #000000;
}
.cid-uSfAM6PO9N .mbr-section-btn {
  text-align: center;
}
.cid-uSfAM6PO9N .card-title,
.cid-uSfAM6PO9N .iconfont-wrapper {
  color: #ffffff;
}
.cid-uSdQuehbsw {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSdQuehbsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQuehbsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdQuehbsw .mbr-section-title {
  color: #eb8dc8;
}
.cid-uSdQueBZjH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSdQueBZjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQueBZjH .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-uSdQueBZjH .container {
    padding: 0 16px;
  }
}
.cid-uSdQueBZjH .row {
  justify-content: center;
}
.cid-uSdQueBZjH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSdQueBZjH .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSdQueBZjH .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uSdQueBZjH .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSdQueBZjH .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uSdQueBZjH .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uXJDdDPsq7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJDdDPsq7 .mbr-social-likes {
  font-size: 0;
}
.cid-uXJDdDPsq7 .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uXJDdDPsq7 .socicon-bg-facebook:hover {
  background: #eb8dc8;
}
.cid-uXJDdDPsq7 .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uXJDdDPsq7 .socicon-bg-twitter:hover {
  background: #eb8dc8;
}
.cid-uXJDdDPsq7 .socicon-bg-behance {
  color: #ffffff;
}
.cid-uXJDdDPsq7 .socicon-bg-behance:hover {
  background: #eb8dc8;
}
.cid-uXJDdDPsq7 .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uXJDdDPsq7 .socicon-bg-instagram:hover {
  background: #eb8dc8;
}
.cid-uXJDdDPsq7 .btn-social {
  background: #000000;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uXJDdDPsq7 .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uXJDdDPsq7 [class^="socicon-"]:before,
.cid-uXJDdDPsq7 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uXJDdDPsq7 .mbr-section-title,
.cid-uXJDdDPsq7 .mbr-social-likes {
  color: #ffffff;
}
.cid-uXJAFuaD2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJAFuaD2a .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXrD66E6M6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXrD66E6M6 nav.navbar {
  position: fixed;
}
.cid-uXrD66E6M6 .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-uXrD66E6M6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXrD66E6M6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXrD66E6M6 .dropdown-item:hover,
.cid-uXrD66E6M6 .dropdown-item:focus {
  background: #eb8dc8 !important;
  color: white !important;
}
.cid-uXrD66E6M6 .dropdown-item:hover span {
  color: white;
}
.cid-uXrD66E6M6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXrD66E6M6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXrD66E6M6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXrD66E6M6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXrD66E6M6 .nav-link {
  position: relative;
}
.cid-uXrD66E6M6 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXrD66E6M6 .container {
    flex-wrap: wrap;
  }
}
.cid-uXrD66E6M6 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXrD66E6M6 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uXrD66E6M6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXrD66E6M6 .dropdown-menu,
.cid-uXrD66E6M6 .navbar.opened {
  background: #000000 !important;
}
.cid-uXrD66E6M6 .nav-item:focus,
.cid-uXrD66E6M6 .nav-link:focus {
  outline: none;
}
.cid-uXrD66E6M6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXrD66E6M6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXrD66E6M6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXrD66E6M6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXrD66E6M6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXrD66E6M6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXrD66E6M6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uXrD66E6M6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXrD66E6M6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXrD66E6M6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXrD66E6M6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXrD66E6M6 .navbar.collapsed {
  justify-content: center;
}
.cid-uXrD66E6M6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXrD66E6M6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uXrD66E6M6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXrD66E6M6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXrD66E6M6 .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-uXrD66E6M6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXrD66E6M6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXrD66E6M6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXrD66E6M6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXrD66E6M6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXrD66E6M6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXrD66E6M6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXrD66E6M6 .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-uXrD66E6M6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXrD66E6M6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXrD66E6M6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXrD66E6M6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXrD66E6M6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXrD66E6M6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXrD66E6M6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXrD66E6M6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXrD66E6M6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXrD66E6M6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXrD66E6M6 .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-uXrD66E6M6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXrD66E6M6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXrD66E6M6 .dropdown-item.active,
.cid-uXrD66E6M6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXrD66E6M6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXrD66E6M6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXrD66E6M6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXrD66E6M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uXrD66E6M6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXrD66E6M6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXrD66E6M6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXrD66E6M6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXrD66E6M6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXrD66E6M6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXrD66E6M6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXrD66E6M6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXrD66E6M6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXrD66E6M6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXrD66E6M6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXrD66E6M6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXrD66E6M6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXrD66E6M6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXrD66E6M6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXrD66E6M6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXrD66E6M6 .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-uXrD66E6M6 .navbar {
    height: 70px;
  }
  .cid-uXrD66E6M6 .navbar.opened {
    height: auto;
  }
  .cid-uXrD66E6M6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXrD66ZtF5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXrD66ZtF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrD66ZtF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrD66ZtF5 .mbr-section-title {
  text-align: left;
  color: #eb8dc8;
}
.cid-uXrD67bCYz {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/00-titul-notova-osnova-upr.png");
}
.cid-uXrD67bCYz .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uXrD67bCYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrD67bCYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrD67bCYz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXrD67bCYz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXrD67bCYz {
    align-items: center;
  }
  .cid-uXrD67bCYz .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXrD67bCYz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXrD67bCYz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXrD67bCYz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXrD67bCYz .content-wrap {
    width: 100%;
  }
}
.cid-uXrD67bCYz .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-uXrD67bCYz .mbr-text,
.cid-uXrD67bCYz .mbr-section-btn {
  text-align: left;
  color: #2f1512;
}
.cid-uXrE8PibRb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXrE8PibRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrE8PibRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrE76srML {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXrE76srML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrE76srML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrE76srML .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXrE76srML .img-item {
  position: relative;
}
.cid-uXrE76srML .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uXrE76srML .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uXrE76srML .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uXrE9nRF5B {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXrE9nRF5B .mbr-text {
  text-align: center;
  color: #b1b1b1;
}
.cid-uXrEHSiTHA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXrEHSiTHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrEHSiTHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrESjiGvr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXrESjiGvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrESjiGvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrESjiGvr .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXrESjiGvr .img-item {
  position: relative;
}
.cid-uXrESjiGvr .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uXrESjiGvr .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uXrESjiGvr .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uXrF8FqQUF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXrF8FqQUF .mbr-text {
  text-align: center;
  color: #b1b1b1;
}
.cid-uXrFpxk2GK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXrFpxk2GK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrFpxk2GK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrFCUJ3MF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXrFCUJ3MF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrFCUJ3MF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrFCUJ3MF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXrFCUJ3MF .img-item {
  position: relative;
}
.cid-uXrFCUJ3MF .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uXrFCUJ3MF .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uXrFCUJ3MF .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uXrGlauxas {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXrGlauxas .mbr-text {
  text-align: center;
  color: #b1b1b1;
}
.cid-uXrGvaJJ22 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXrGvaJJ22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrGvaJJ22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrGHqZVAq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXrGHqZVAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrGHqZVAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrGHqZVAq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXrGHqZVAq .img-item {
  position: relative;
}
.cid-uXrGHqZVAq .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uXrGHqZVAq .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uXrGHqZVAq .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uXrGXK0Eyn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXrGXK0Eyn .mbr-text {
  text-align: center;
  color: #b1b1b1;
}
.cid-uXrHmTRUWm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebbd8d;
}
.cid-uXrD6b8LOR {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXrD6b8LOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrD6b8LOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrD6b8LOR .mbr-section-title {
  color: #eb8dc8;
}
.cid-uXrD6boyR0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXrD6boyR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrD6boyR0 .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-uXrD6boyR0 .container {
    padding: 0 16px;
  }
}
.cid-uXrD6boyR0 .row {
  justify-content: center;
}
.cid-uXrD6boyR0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXrD6boyR0 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXrD6boyR0 .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uXrD6boyR0 .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uXrD6boyR0 .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uXrD6boyR0 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uXJDghLMOO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJDghLMOO .mbr-social-likes {
  font-size: 0;
}
.cid-uXJDghLMOO .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uXJDghLMOO .socicon-bg-facebook:hover {
  background: #eb8dc8;
}
.cid-uXJDghLMOO .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uXJDghLMOO .socicon-bg-twitter:hover {
  background: #eb8dc8;
}
.cid-uXJDghLMOO .socicon-bg-behance {
  color: #ffffff;
}
.cid-uXJDghLMOO .socicon-bg-behance:hover {
  background: #eb8dc8;
}
.cid-uXJDghLMOO .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uXJDghLMOO .socicon-bg-instagram:hover {
  background: #eb8dc8;
}
.cid-uXJDghLMOO .btn-social {
  background: #000000;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uXJDghLMOO .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uXJDghLMOO [class^="socicon-"]:before,
.cid-uXJDghLMOO [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uXJDghLMOO .mbr-section-title,
.cid-uXJDghLMOO .mbr-social-likes {
  color: #ffffff;
}
.cid-uXJAFuaD2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJAFuaD2a .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSdQHsf3qF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSdQHsf3qF nav.navbar {
  position: fixed;
}
.cid-uSdQHsf3qF .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-uSdQHsf3qF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSdQHsf3qF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSdQHsf3qF .dropdown-item:hover,
.cid-uSdQHsf3qF .dropdown-item:focus {
  background: #eb8dc8 !important;
  color: white !important;
}
.cid-uSdQHsf3qF .dropdown-item:hover span {
  color: white;
}
.cid-uSdQHsf3qF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSdQHsf3qF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSdQHsf3qF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSdQHsf3qF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSdQHsf3qF .nav-link {
  position: relative;
}
.cid-uSdQHsf3qF .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdQHsf3qF .container {
    flex-wrap: wrap;
  }
}
.cid-uSdQHsf3qF .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdQHsf3qF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSdQHsf3qF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSdQHsf3qF .dropdown-menu,
.cid-uSdQHsf3qF .navbar.opened {
  background: #000000 !important;
}
.cid-uSdQHsf3qF .nav-item:focus,
.cid-uSdQHsf3qF .nav-link:focus {
  outline: none;
}
.cid-uSdQHsf3qF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSdQHsf3qF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSdQHsf3qF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSdQHsf3qF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSdQHsf3qF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSdQHsf3qF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSdQHsf3qF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uSdQHsf3qF .navbar.opened {
  transition: all 0.3s;
}
.cid-uSdQHsf3qF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSdQHsf3qF .navbar .navbar-logo img {
  width: auto;
}
.cid-uSdQHsf3qF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSdQHsf3qF .navbar.collapsed {
  justify-content: center;
}
.cid-uSdQHsf3qF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSdQHsf3qF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSdQHsf3qF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSdQHsf3qF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSdQHsf3qF .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-uSdQHsf3qF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSdQHsf3qF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSdQHsf3qF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSdQHsf3qF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSdQHsf3qF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSdQHsf3qF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSdQHsf3qF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSdQHsf3qF .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-uSdQHsf3qF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSdQHsf3qF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSdQHsf3qF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSdQHsf3qF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSdQHsf3qF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSdQHsf3qF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSdQHsf3qF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSdQHsf3qF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSdQHsf3qF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSdQHsf3qF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSdQHsf3qF .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-uSdQHsf3qF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSdQHsf3qF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSdQHsf3qF .dropdown-item.active,
.cid-uSdQHsf3qF .dropdown-item:active {
  background-color: transparent;
}
.cid-uSdQHsf3qF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSdQHsf3qF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSdQHsf3qF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSdQHsf3qF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSdQHsf3qF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSdQHsf3qF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSdQHsf3qF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSdQHsf3qF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSdQHsf3qF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSdQHsf3qF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSdQHsf3qF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSdQHsf3qF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdQHsf3qF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdQHsf3qF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSdQHsf3qF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdQHsf3qF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSdQHsf3qF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSdQHsf3qF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdQHsf3qF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSdQHsf3qF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSdQHsf3qF .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-uSdQHsf3qF .navbar {
    height: 70px;
  }
  .cid-uSdQHsf3qF .navbar.opened {
    height: auto;
  }
  .cid-uSdQHsf3qF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSeAyv2Z31 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeAyv2Z31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeAyv2Z31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeAyv2Z31 .mbr-section-title {
  text-align: left;
  color: #eb8dc8;
}
.cid-uSdQHsy5al {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/00-titul-notova-osnova-upr.png");
}
.cid-uSdQHsy5al .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uSdQHsy5al .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQHsy5al .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdQHsy5al .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSdQHsy5al .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSdQHsy5al {
    align-items: center;
  }
  .cid-uSdQHsy5al .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSdQHsy5al .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSdQHsy5al {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSdQHsy5al .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSdQHsy5al .content-wrap {
    width: 100%;
  }
}
.cid-uSdQHsy5al .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-uSdQHsy5al .mbr-text,
.cid-uSdQHsy5al .mbr-section-btn {
  text-align: left;
  color: #2f1512;
}
.cid-uSf718pCmk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSf718pCmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSf718pCmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSf6A0dJf8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSf6A0dJf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSf6A0dJf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSf6A0dJf8 .content-text {
  max-width: 800px;
}
.cid-uSf6A0dJf8 .mbr-description {
  color: #b1b1b1;
}
.cid-uW1RmuVTzO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uW1RmuVTzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1RmuVTzO .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-uW1RmuVTzO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW1RmuVTzO .row {
  flex-direction: row-reverse;
}
.cid-uW1RmuVTzO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uW1RmuVTzO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uW1RmuVTzO .mbr-description {
  color: #b1b1b1;
}
.cid-uSfcuNurrm {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #eb9c8d;
}
.cid-uSfcuNurrm .mbr-text {
  text-align: left;
}
.cid-uW1VTlACsN {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #eb9c8d;
}
.cid-uW1VTlACsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1VTlACsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1VTlACsN .video-wrapper iframe {
  width: 100%;
}
.cid-uW1VTlACsN .mbr-section-title,
.cid-uW1VTlACsN .mbr-section-subtitle,
.cid-uW1VTlACsN .mbr-text {
  text-align: center;
}
.cid-uW1VTlACsN .mbr-text {
  color: #ffffff;
}
.cid-uSfbIEIqYW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eb9c8d;
}
.cid-uSfbIEIqYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfbIEIqYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfbIEIqYW .mbr-text,
.cid-uSfbIEIqYW .mbr-section-btn {
  color: #232323;
}
.cid-uSfbIEIqYW .card-title,
.cid-uSfbIEIqYW .card-box {
  color: #000000;
}
.cid-uSfbIEIqYW .mbr-text,
.cid-uSfbIEIqYW .link-wrap {
  color: #ffffff;
}
.cid-uXqvUD0UKX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eb9c8d;
}
@media (min-width: 992px) {
  .cid-uXqvUD0UKX .carousel {
    min-height: 800px;
  }
  .cid-uXqvUD0UKX .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXqvUD0UKX .carousel {
    min-height: 520px;
  }
  .cid-uXqvUD0UKX .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uXqvUD0UKX .carousel {
    min-height: 440px;
  }
  .cid-uXqvUD0UKX .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uXqvUD0UKX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uXqvUD0UKX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uXqvUD0UKX .carousel,
.cid-uXqvUD0UKX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uXqvUD0UKX .item-wrapper {
  width: 100%;
}
.cid-uXqvUD0UKX .carousel-caption {
  bottom: 40px;
}
.cid-uXqvUD0UKX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uXqvUD0UKX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uXqvUD0UKX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uXqvUD0UKX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uXqvUD0UKX .carousel-control {
  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-uXqvUD0UKX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXqvUD0UKX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXqvUD0UKX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uXqvUD0UKX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uXqvUD0UKX .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-uXqvUD0UKX .carousel-indicators li.active,
.cid-uXqvUD0UKX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uXqvUD0UKX .carousel-indicators li::after,
.cid-uXqvUD0UKX .carousel-indicators li::before {
  content: none;
}
.cid-uXqvUD0UKX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uXqvUD0UKX .carousel-indicators {
    display: none !important;
  }
}
.cid-uXqIef1Xup {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXqIef1Xup .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uXqIef1Xup .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 300px) {
  .cid-uXqIef1Xup .container {
    padding: 0 24px;
  }
}
.cid-uXqIef1Xup .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-uXqIef1Xup .content-wrapper {
  padding: 74px;
  background-color: #ffffff;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXqIef1Xup .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-uXqIef1Xup .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uXqIef1Xup .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-uXqIef1Xup .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uXqIef1Xup .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uXqIef1Xup .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXqIef1Xup .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uXqIef1Xup .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uXqIef1Xup .content-wrapper .mbr-section-btn .btn:hover,
.cid-uXqIef1Xup .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uXqIef1Xup .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uXqIef1Xup .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uXqIef1Xup .embla__slide .slide-content {
  width: 100%;
}
.cid-uXqIef1Xup .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uXqIef1Xup .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uXqIef1Xup .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uXqIef1Xup .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uXqIef1Xup .embla__button--next,
.cid-uXqIef1Xup .embla__button--prev {
  display: flex;
}
.cid-uXqIef1Xup .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #eb8dc8 !important;
  color: #ffffff !important;
  border: 1px solid #eb8dc8 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uXqIef1Xup .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uXqIef1Xup .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uXqIef1Xup .embla__button:hover {
  box-shadow: inset 81px 10px 5px #ebbd8d;
  border-color: #ebbd8d !important;
}
.cid-uXqIef1Xup .embla__button:hover::before {
  width: 30%;
}
.cid-uXqIef1Xup .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uXqIef1Xup .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uXqIef1Xup .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-uXqIef1Xup .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uXqIef1Xup .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uXqIef1Xup .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uXqIef1Xup .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uXqIef1Xup .mbr-section-title {
  color: #141414;
}
.cid-uXqIef1Xup .mbr-text {
  color: #141414;
  text-align: right;
}
.cid-uXqIef1Xup .mbr-section-title,
.cid-uXqIef1Xup .icon-wrapper,
.cid-uXqIef1Xup .mbr-section-btn {
  text-align: right;
}
.cid-uXCeVJYp2Y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXCeVJYp2Y .mbr-text {
  color: #000000;
}
.cid-uXCeVJYp2Y .mbr-section-subtitle {
  color: #b1b1b1;
}
.cid-uSfeDt6O7v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uSfeDt6O7v .carousel {
    min-height: 900px;
  }
  .cid-uSfeDt6O7v .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSfeDt6O7v .carousel {
    min-height: 585px;
  }
  .cid-uSfeDt6O7v .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uSfeDt6O7v .carousel {
    min-height: 495px;
  }
  .cid-uSfeDt6O7v .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-uSfeDt6O7v .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uSfeDt6O7v .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uSfeDt6O7v .carousel,
.cid-uSfeDt6O7v .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uSfeDt6O7v .item-wrapper {
  width: 100%;
}
.cid-uSfeDt6O7v .carousel-caption {
  bottom: 40px;
}
.cid-uSfeDt6O7v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uSfeDt6O7v .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uSfeDt6O7v .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uSfeDt6O7v .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSfeDt6O7v .carousel-control {
  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-uSfeDt6O7v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSfeDt6O7v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSfeDt6O7v .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uSfeDt6O7v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uSfeDt6O7v .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-uSfeDt6O7v .carousel-indicators li.active,
.cid-uSfeDt6O7v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uSfeDt6O7v .carousel-indicators li::after,
.cid-uSfeDt6O7v .carousel-indicators li::before {
  content: none;
}
.cid-uSfeDt6O7v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uSfeDt6O7v .carousel-indicators {
    display: none !important;
  }
}
.cid-uSfeYYqpL3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSfeYYqpL3 .mbr-text {
  text-align: center;
  color: #b1b1b1;
}
.cid-uW7ZuowFMg {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uW7ZuowFMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW7ZuowFMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW7ZuowFMg .video-wrapper iframe {
  width: 100%;
}
.cid-uW7ZuowFMg .mbr-section-title,
.cid-uW7ZuowFMg .mbr-section-subtitle,
.cid-uW7ZuowFMg .mbr-text {
  text-align: center;
}
.cid-uW7ZuowFMg .mbr-text {
  color: #b1b1b1;
}
.cid-uXqAO8rKet {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXqAO8rKet .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uXqAO8rKet .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 500px) {
  .cid-uXqAO8rKet .container {
    padding: 0 24px;
  }
}
.cid-uXqAO8rKet .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-uXqAO8rKet .content-wrapper {
  padding: 74px;
  background-color: #ffffff;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXqAO8rKet .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-uXqAO8rKet .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uXqAO8rKet .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-uXqAO8rKet .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uXqAO8rKet .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uXqAO8rKet .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXqAO8rKet .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uXqAO8rKet .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uXqAO8rKet .content-wrapper .mbr-section-btn .btn:hover,
.cid-uXqAO8rKet .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uXqAO8rKet .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uXqAO8rKet .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uXqAO8rKet .embla__slide .slide-content {
  width: 100%;
}
.cid-uXqAO8rKet .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uXqAO8rKet .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uXqAO8rKet .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uXqAO8rKet .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uXqAO8rKet .embla__button--next,
.cid-uXqAO8rKet .embla__button--prev {
  display: flex;
}
.cid-uXqAO8rKet .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #eb8dc8 !important;
  color: #ffffff !important;
  border: 1px solid #eb8dc8 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uXqAO8rKet .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uXqAO8rKet .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uXqAO8rKet .embla__button:hover {
  box-shadow: inset 81px 10px 5px #ebbd8d;
  border-color: #ebbd8d !important;
}
.cid-uXqAO8rKet .embla__button:hover::before {
  width: 30%;
}
.cid-uXqAO8rKet .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uXqAO8rKet .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uXqAO8rKet .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-uXqAO8rKet .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uXqAO8rKet .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uXqAO8rKet .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uXqAO8rKet .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uXqAO8rKet .mbr-section-title {
  color: #141414;
}
.cid-uXqAO8rKet .mbr-text {
  color: #141414;
  text-align: right;
}
.cid-uXqAO8rKet .mbr-section-title,
.cid-uXqAO8rKet .icon-wrapper,
.cid-uXqAO8rKet .mbr-section-btn {
  text-align: right;
}
.cid-uXqJQjrQ7v {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXqJQjrQ7v .mbr-text {
  text-align: left;
  color: #b1b1b1;
}
.cid-uW7XPCXA0x {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uW7XPCXA0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW7XPCXA0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW7XPCXA0x .video-wrapper iframe {
  width: 100%;
}
.cid-uW7XPCXA0x .mbr-section-title,
.cid-uW7XPCXA0x .mbr-section-subtitle,
.cid-uW7XPCXA0x .mbr-text {
  text-align: center;
}
.cid-uW7XPCXA0x .mbr-text {
  color: #b1b1b1;
}
.cid-uSfhAm4I9o {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSfhAm4I9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfhAm4I9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfhAm4I9o .row {
  justify-content: center;
}
.cid-uSfhAm4I9o .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uSfhAm4I9o .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uSfhAm4I9o .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uSfhAm4I9o .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uSfhAm4I9o .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uSfhAm4I9o .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uSfhAm4I9o .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uSfhAm4I9o .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uSfhAm4I9o .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSfhAm4I9o .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSfhAm4I9o .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSfhAm4I9o .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uSfhAm4I9o .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfhAm4I9o .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uSfhAm4I9o .mbr-text,
.cid-uSfhAm4I9o .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uSfhAm4I9o .mbr-section-title,
.cid-uSfhAm4I9o .mbr-section-btn {
  text-align: center;
}
.cid-uSfrUceeWc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4b322d;
}
.cid-uSfrUceeWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfrUceeWc .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uSfrUceeWc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfrUceeWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfrUceeWc .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #eb8dc8;
  height: 80px;
  border-radius: 50%;
}
.cid-uSfrUceeWc .card-title,
.cid-uSfrUceeWc .iconfont-wrapper,
.cid-uSfrUceeWc .card-text {
  color: #000000;
  text-align: center;
}
.cid-uSfrUceeWc .content-head {
  max-width: 800px;
}
.cid-uSfrUceeWc .mbr-section-title {
  color: #000000;
}
.cid-uSfrUceeWc .mbr-section-btn {
  text-align: center;
}
.cid-uSfrUceeWc .card-title,
.cid-uSfrUceeWc .iconfont-wrapper {
  color: #ffffff;
}
.cid-uSdQHugZEk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSdQHugZEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQHugZEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdQHugZEk .mbr-section-title {
  color: #eb8dc8;
}
.cid-uSdQHuz7PJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSdQHuz7PJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQHuz7PJ .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-uSdQHuz7PJ .container {
    padding: 0 16px;
  }
}
.cid-uSdQHuz7PJ .row {
  justify-content: center;
}
.cid-uSdQHuz7PJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSdQHuz7PJ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSdQHuz7PJ .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uSdQHuz7PJ .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSdQHuz7PJ .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uSdQHuz7PJ .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uXJDjkwQKV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJDjkwQKV .mbr-social-likes {
  font-size: 0;
}
.cid-uXJDjkwQKV .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uXJDjkwQKV .socicon-bg-facebook:hover {
  background: #eb8dc8;
}
.cid-uXJDjkwQKV .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uXJDjkwQKV .socicon-bg-twitter:hover {
  background: #eb8dc8;
}
.cid-uXJDjkwQKV .socicon-bg-behance {
  color: #ffffff;
}
.cid-uXJDjkwQKV .socicon-bg-behance:hover {
  background: #eb8dc8;
}
.cid-uXJDjkwQKV .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uXJDjkwQKV .socicon-bg-instagram:hover {
  background: #eb8dc8;
}
.cid-uXJDjkwQKV .btn-social {
  background: #000000;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uXJDjkwQKV .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uXJDjkwQKV [class^="socicon-"]:before,
.cid-uXJDjkwQKV [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uXJDjkwQKV .mbr-section-title,
.cid-uXJDjkwQKV .mbr-social-likes {
  color: #ffffff;
}
.cid-uXJAFuaD2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJAFuaD2a .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSdQNWhMGc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSdQNWhMGc nav.navbar {
  position: fixed;
}
.cid-uSdQNWhMGc .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-uSdQNWhMGc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSdQNWhMGc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSdQNWhMGc .dropdown-item:hover,
.cid-uSdQNWhMGc .dropdown-item:focus {
  background: #eb8dc8 !important;
  color: white !important;
}
.cid-uSdQNWhMGc .dropdown-item:hover span {
  color: white;
}
.cid-uSdQNWhMGc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSdQNWhMGc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSdQNWhMGc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSdQNWhMGc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSdQNWhMGc .nav-link {
  position: relative;
}
.cid-uSdQNWhMGc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdQNWhMGc .container {
    flex-wrap: wrap;
  }
}
.cid-uSdQNWhMGc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSdQNWhMGc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSdQNWhMGc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSdQNWhMGc .dropdown-menu,
.cid-uSdQNWhMGc .navbar.opened {
  background: #000000 !important;
}
.cid-uSdQNWhMGc .nav-item:focus,
.cid-uSdQNWhMGc .nav-link:focus {
  outline: none;
}
.cid-uSdQNWhMGc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSdQNWhMGc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSdQNWhMGc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSdQNWhMGc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSdQNWhMGc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSdQNWhMGc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSdQNWhMGc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uSdQNWhMGc .navbar.opened {
  transition: all 0.3s;
}
.cid-uSdQNWhMGc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSdQNWhMGc .navbar .navbar-logo img {
  width: auto;
}
.cid-uSdQNWhMGc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSdQNWhMGc .navbar.collapsed {
  justify-content: center;
}
.cid-uSdQNWhMGc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSdQNWhMGc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSdQNWhMGc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSdQNWhMGc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSdQNWhMGc .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-uSdQNWhMGc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSdQNWhMGc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSdQNWhMGc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSdQNWhMGc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSdQNWhMGc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSdQNWhMGc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSdQNWhMGc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSdQNWhMGc .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-uSdQNWhMGc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSdQNWhMGc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSdQNWhMGc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSdQNWhMGc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSdQNWhMGc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSdQNWhMGc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSdQNWhMGc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSdQNWhMGc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSdQNWhMGc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSdQNWhMGc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSdQNWhMGc .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-uSdQNWhMGc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSdQNWhMGc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSdQNWhMGc .dropdown-item.active,
.cid-uSdQNWhMGc .dropdown-item:active {
  background-color: transparent;
}
.cid-uSdQNWhMGc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSdQNWhMGc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSdQNWhMGc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSdQNWhMGc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSdQNWhMGc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSdQNWhMGc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSdQNWhMGc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSdQNWhMGc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSdQNWhMGc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSdQNWhMGc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSdQNWhMGc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSdQNWhMGc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdQNWhMGc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSdQNWhMGc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSdQNWhMGc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdQNWhMGc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSdQNWhMGc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSdQNWhMGc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSdQNWhMGc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSdQNWhMGc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSdQNWhMGc .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-uSdQNWhMGc .navbar {
    height: 70px;
  }
  .cid-uSdQNWhMGc .navbar.opened {
    height: auto;
  }
  .cid-uSdQNWhMGc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSeAE4VBRD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeAE4VBRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeAE4VBRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeAE4VBRD .mbr-section-title {
  text-align: left;
  color: #eb8dc8;
}
.cid-uSdQNWFRse {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/00-titul-notova-osnova-upr.png");
}
.cid-uSdQNWFRse .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uSdQNWFRse .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQNWFRse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdQNWFRse .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSdQNWFRse .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSdQNWFRse {
    align-items: center;
  }
  .cid-uSdQNWFRse .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSdQNWFRse .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSdQNWFRse {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSdQNWFRse .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSdQNWFRse .content-wrap {
    width: 100%;
  }
}
.cid-uSdQNWFRse .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-uSdQNWFRse .mbr-text,
.cid-uSdQNWFRse .mbr-section-btn {
  text-align: left;
  color: #2f1512;
}
.cid-uSghKGi24R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSghKGi24R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSghKGi24R .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-uSghKGi24R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSghKGi24R .row {
  flex-direction: row-reverse;
}
.cid-uSghKGi24R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSghKGi24R .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSghKGi24R .mbr-description {
  color: #b1b1b1;
}
.cid-uSgjCevpjJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uSgjCevpjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgjCevpjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgjCevpjJ .video-wrapper iframe {
  width: 100%;
}
.cid-uSgjCevpjJ .mbr-section-title,
.cid-uSgjCevpjJ .mbr-section-subtitle,
.cid-uSgjCevpjJ .mbr-text {
  text-align: center;
}
.cid-uSgjCevpjJ .mbr-text {
  color: #b1b1b1;
}
.cid-uSgrFbLHpf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSgrFbLHpf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 824px;
  max-width: 824px;
}
@media (max-width: 992px) {
  .cid-uSgrFbLHpf .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uSgrFbLHpf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSgrFbLHpf .embla__slide .slide-content {
  width: 100%;
}
.cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper {
  display: flex;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-img {
  padding-right: 12px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }
}
.cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 540px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
  background-color: #eb8dc8;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-left: 0;
  }
}
.cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 24px;
}
.cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper {
    display: block;
  }
}
.cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  min-width: 64px;
  color: #ffffff;
}
.cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
}
.cid-uSgrFbLHpf .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .name-wrap .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  background-color: #f96e47;
  margin: 0;
}
.cid-uSgrFbLHpf .embla__button--next,
.cid-uSgrFbLHpf .embla__button--prev {
  display: flex;
}
.cid-uSgrFbLHpf .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #ebbd8d, #faefe4) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSgrFbLHpf .embla__button:hover {
  opacity: .9 !important;
}
.cid-uSgrFbLHpf .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uSgrFbLHpf .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uSgrFbLHpf .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uSgrFbLHpf .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uSgrFbLHpf .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uSgrFbLHpf .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uSgrFbLHpf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSgrFbLHpf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSgrFbLHpf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSgrFbLHpf .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSgrFbLHpf .item-text {
  color: #ffffff;
}
.cid-uSgrFbLHpf .item-tag {
  color: #ffffff;
}
.cid-uSgrFbLHpf .item-name {
  color: #ffffff;
}
.cid-uSgrFbLHpf .item-name,
.cid-uSgrFbLHpf .item-wrap {
  color: #000000;
}
.cid-uW877UgIZ0 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uW877UgIZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW877UgIZ0 .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-uW877UgIZ0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW877UgIZ0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uW877UgIZ0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uW877UgIZ0 .mbr-description {
  color: #b1b1b1;
}
.cid-uW29uW4YB5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uW29uW4YB5 .mbr-text {
  text-align: center;
}
.cid-uW29r23sWl {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uW29r23sWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW29r23sWl .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-uW29r23sWl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW29r23sWl .row {
  flex-direction: row-reverse;
}
.cid-uW29r23sWl img {
  width: 100%;
}
.cid-uW29r23sWl .mbr-description {
  color: #b1b1b1;
}
.cid-uSSMSaP1o9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSSMSaP1o9 .mbr-text {
  text-align: center;
}
.cid-uSSMwogt1C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSSMwogt1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSMwogt1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSSMwogt1C .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSSMwogt1C .card-wrapper {
    padding: 20px;
  }
}
.cid-uSSMwogt1C .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-uSSMwogt1C .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #d1e0be;
  pointer-events: none;
}
.cid-uSSMwogt1C .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #d1e0be;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uSSMwogt1C .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-uSSMwogt1C .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-uSSMwogt1C .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-uSSMwogt1C .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uSSMwogt1C .title-wrapper {
    width: 100%;
  }
}
.cid-uSSMwogt1C .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSSMwogt1C .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSSMwogt1C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uSSMwogt1C .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uSSMwogt1C .embla__slide .slide-content {
  width: 100%;
}
.cid-uSSMwogt1C .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSSMwogt1C .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uSSMwogt1C .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uSSMwogt1C .embla__button--next,
.cid-uSSMwogt1C .embla__button--prev {
  display: flex;
}
.cid-uSSMwogt1C .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uSSMwogt1C .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #eb8dc8 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSSMwogt1C .embla__button:hover {
  background-color: #ffffff !important;
  color: #eb8dc8 !important;
}
.cid-uSSMwogt1C .embla__button:disabled {
  opacity: .5 !important;
  background-color: #eb8dc8 !important;
  color: #ffffff !important;
}
.cid-uSSMwogt1C .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-uSSMwogt1C .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uSSMwogt1C .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-uSSMwogt1C .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uSSMwogt1C .embla {
    width: 100%;
  }
}
.cid-uSSMwogt1C .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSSMwogt1C .embla__viewport {
    padding: 0;
  }
}
.cid-uSSMwogt1C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSSMwogt1C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSSMwogt1C .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSSMwogt1C .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSSMwogt1C .mbr-section-title,
.cid-uSSMwogt1C .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uW2bhkZWfP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW2bhkZWfP .mbr-text {
  color: #b1b1b1;
}
.cid-uSSNiBVpKs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uSSNiBVpKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSNiBVpKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSSNiBVpKs .video-wrapper iframe {
  width: 100%;
}
.cid-uSSNiBVpKs .mbr-section-title,
.cid-uSSNiBVpKs .mbr-section-subtitle,
.cid-uSSNiBVpKs .mbr-text {
  text-align: center;
}
.cid-uSSNiBVpKs .mbr-text {
  color: #b1b1b1;
}
.cid-uSSNPFWbex {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSSNPFWbex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSNPFWbex .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-uSSNPFWbex .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSSNPFWbex img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSSNPFWbex .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSSNPFWbex .mbr-description {
  color: #b1b1b1;
}
.cid-uXwyPLXUkF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSSOzXOuEP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSSOzXOuEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSOzXOuEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSSOzXOuEP .card-wrapper {
  background: #eb8dc8;
}
@media (max-width: 767px) {
  .cid-uSSOzXOuEP .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSSOzXOuEP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uSSOzXOuEP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uSSOzXOuEP .mbr-text,
.cid-uSSOzXOuEP .mbr-section-btn {
  color: #ffffff;
}
.cid-uSSOzXOuEP .card-title,
.cid-uSSOzXOuEP .card-box {
  text-align: left;
  color: #000000;
}
.cid-uSSQy3LlrZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #4b322d;
}
.cid-uSSQy3LlrZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uSSQy3LlrZ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uXr4CkDgEg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4b322d;
}
.cid-uXr4CkDgEg .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uXr4CkDgEg .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uSSSUvYFdm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4b322d;
}
.cid-uSSSUvYFdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSSUvYFdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSSSUvYFdm .video-wrapper iframe {
  width: 100%;
}
.cid-uSSSUvYFdm .mbr-section-title,
.cid-uSSSUvYFdm .mbr-section-subtitle,
.cid-uSSSUvYFdm .mbr-text {
  text-align: center;
}
.cid-uSSSUvYFdm .mbr-text {
  color: #b1b1b1;
}
.cid-uSSRGjSkDL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4b322d;
}
.cid-uSfB8gJTMH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4b322d;
}
.cid-uSfB8gJTMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfB8gJTMH .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uSfB8gJTMH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfB8gJTMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfB8gJTMH .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #eb8dc8;
  height: 80px;
  border-radius: 50%;
}
.cid-uSfB8gJTMH .card-title,
.cid-uSfB8gJTMH .iconfont-wrapper,
.cid-uSfB8gJTMH .card-text {
  color: #000000;
  text-align: center;
}
.cid-uSfB8gJTMH .content-head {
  max-width: 800px;
}
.cid-uSfB8gJTMH .mbr-section-title {
  color: #000000;
}
.cid-uSfB8gJTMH .mbr-section-btn {
  text-align: center;
}
.cid-uSfB8gJTMH .card-title,
.cid-uSfB8gJTMH .iconfont-wrapper {
  color: #ffffff;
}
.cid-uSdQNYdWEh {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSdQNYdWEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQNYdWEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdQNYdWEh .mbr-section-title {
  color: #eb8dc8;
}
.cid-uSdQNYwJLF {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSdQNYwJLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdQNYwJLF .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-uSdQNYwJLF .container {
    padding: 0 16px;
  }
}
.cid-uSdQNYwJLF .row {
  justify-content: center;
}
.cid-uSdQNYwJLF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSdQNYwJLF .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSdQNYwJLF .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uSdQNYwJLF .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uSdQNYwJLF .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uSdQNYwJLF .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uXJDmTPNKn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJDmTPNKn .mbr-social-likes {
  font-size: 0;
}
.cid-uXJDmTPNKn .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uXJDmTPNKn .socicon-bg-facebook:hover {
  background: #eb8dc8;
}
.cid-uXJDmTPNKn .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uXJDmTPNKn .socicon-bg-twitter:hover {
  background: #eb8dc8;
}
.cid-uXJDmTPNKn .socicon-bg-behance {
  color: #ffffff;
}
.cid-uXJDmTPNKn .socicon-bg-behance:hover {
  background: #eb8dc8;
}
.cid-uXJDmTPNKn .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uXJDmTPNKn .socicon-bg-instagram:hover {
  background: #eb8dc8;
}
.cid-uXJDmTPNKn .btn-social {
  background: #000000;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uXJDmTPNKn .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uXJDmTPNKn [class^="socicon-"]:before,
.cid-uXJDmTPNKn [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uXJDmTPNKn .mbr-section-title,
.cid-uXJDmTPNKn .mbr-social-likes {
  color: #ffffff;
}
.cid-uXJAFuaD2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXJAFuaD2a .media-container-row .mbr-text {
  color: #ffffff;
}
