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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

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

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

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

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

figure {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

.dropup .dropdown-toggle::after {
  display: none;
}
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Cinzel Decorative', display;
  font-size: 4.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Cinzel', serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #003300 !important;
}
.bg-success {
  background-color: #ffff00 !important;
}
.bg-info {
  background-color: #465052 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #073b4c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003300 !important;
  border-color: #003300 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e3000f !important;
  border-color: #e3000f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #96000a !important;
  border-color: #96000a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #96000a !important;
  border-color: #96000a !important;
}
.btn-info,
.btn-info:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #073b4c !important;
  border-color: #073b4c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #003300;
  border-color: #003300;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003300 !important;
  border-color: #003300 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7d0008;
  color: #7d0008;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e3000f;
  border-color: #e3000f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e3000f !important;
  border-color: #e3000f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #999900;
  color: #999900;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #073b4c;
  border-color: #073b4c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #073b4c !important;
  border-color: #073b4c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #003300 !important;
}
.text-secondary {
  color: #e3000f !important;
}
.text-success {
  color: #ffff00 !important;
}
.text-info {
  color: #465052 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #073b4c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7d0008 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #999900 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #171a1b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #465052;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #073b4c;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003300;
  border-color: #003300;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #003300;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1aff1a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4ac6ee;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #003300;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #003300;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #003300;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003300;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003300;
  border-bottom-color: #003300;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #003300 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e3000f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23003300' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sBg6nmiFu2 {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/2020-titel-3-1572x884.jpg");
}
.cid-sBg6nmiFu2 .hz {
  padding-top: 20px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #e3000f;
}
.cid-sBg6nmiFu2 .hz:hover {
  background-color: #000;
  border: 3px solid #fff;
}
.cid-sBg6nmiFu2 img:hover {
  background-color: rgba(19, 83, 19, 0.27);
  border-radius: 0 30% 0 0;
  -webkit-box-shadow: 24px 24px 24px 15px rgba(0, 0, 0, 0.57);
  box-shadow: 24px 24px 24px 15px rgba(0, 0, 0, 0.57);
}
.cid-sBg6nmiFu2 .underlined-example {
  position: relative;
  text-decoration: overline underline;
  color: #fff;
  font-size: 1.5em;
}
.cid-sBg6nmiFu2 .underlined-example:hover {
  color: #ffff00;
}
.cid-sBg6nmiFu2 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sBg6nmiFu2 H1 {
  text-shadow: 3px 3px 6px #000;
}
.cid-sBg6nmiFu2 .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-sBg6nmiFu2 .btn {
  color: rgba(255, 255, 255, 0.51);
  border: 1px #fff;
  Padding: 10px 15px;
}
.cid-sBg6nmiFu2 .wrap {
  padding: 0 25px;
}
.cid-sBg6nmiFu2 .wrap:before {
  content: '';
  position: absolute;
  width: 840px;
  height: 840px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: rgba(0, 51, 0, 0.51);
  top: 0px;
  right: 0px;
}
.cid-sBg6nmiFu2 .wrap:before {
  content: '';
  position: absolute;
  width: 840px;
  height: 840px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: rgba(0, 51, 0, 0.51);
  top: 0px;
  left: -100px;
}
.cid-sBg6nmiFu2 .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-sBg6nmiFu2 .mbr-text {
  margin-bottom: 20px;
}
.cid-sBg6nmiFu2 .mbr-section-btn {
  margin-top: 10px;
}
.cid-sBg6nmiFu2 .mbr-media {
  display: inline-block;
}
.cid-sBg6nmiFu2 .mbr-figure {
  align-self: flex-start;
  margin-bottom: 0px;
  width: 100%;
}
.cid-sBg6nmiFu2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sBg6nmiFu2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sBg6nmiFu2 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sBg6nmiFu2 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sBg6nmiFu2 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-sBg6nmiFu2 .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-sBg6nmiFu2 .container,
  .cid-sBg6nmiFu2 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sBg6nmiFu2 .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-sBg6nmiFu2 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sBg6nmiFu2 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-sBg6nmiFu2 .mbr-section-title,
.cid-sBg6nmiFu2 .mbr-figure {
  color: #f7ed4a;
}
.cid-sBg6nmiFu2 .mbr-text,
.cid-sBg6nmiFu2 .mbr-section-btn {
  color: #ffffff;
}
.cid-sBg6xYGC8g {
  background-color: #003300;
}
.cid-sBg6xYGC8g h1 {
  margin-bottom: 0.2rem;
}
.cid-sBg6xYGC8g .container-fluid {
  padding: 0;
}
.cid-sBg6xYGC8g img {
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 10;
}
.cid-sBg6xYGC8g .mbr-figure {
  height: 100%;
}
.cid-sBg6xYGC8g .col-lg-6 {
  padding: 0;
}
.cid-sBg6xYGC8g .mbr-text {
  color: #747474;
}
.cid-sBg6xYGC8g .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-sBg6xYGC8g .mbr-section-subtitle-1 {
  color: #f7ed4a;
}
.cid-sBg6xYGC8g .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #ffffff;
}
.cid-sBg6xYGC8g .mbr-figure::after {
  content: "";
  background-color: #f7ed4a;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-sBg6xYGC8g .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-sBg6xYGC8g .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sBg6xYGC8g .left-block {
    margin-top: 4.5rem;
  }
}
.cid-sBg6xYGC8g .btn {
  color: #101010 !important;
}
.cid-sBg6xYGC8g .btn:hover {
  color: #ffffff !important;
}
.cid-sBg6xYGC8g .media-content,
.cid-sBg6xYGC8g .mbr-section-title,
.cid-sBg6xYGC8g .line-title {
  color: #ffffff;
}
.cid-sBg6xYGC8g .mbr-text,
.cid-sBg6xYGC8g .mbr-section-btn {
  color: #ffffff;
}
.cid-sKXbhZoipn {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f9f9;
}
.cid-sKXbhZoipn .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sKXbhZoipn .content {
    text-align: center;
  }
  .cid-sKXbhZoipn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sKXbhZoipn .img-logo img {
  height: 10rem;
}
.cid-sKXbhZoipn .img-logo2 img {
  height: 4rem;
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKXbhZoipn .img-logo2 img:hover {
  opacity: 1;
}
.cid-sKXbhZoipn .form-group,
.cid-sKXbhZoipn .input-group-btn {
  padding: 0;
}
.cid-sKXbhZoipn .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sKXbhZoipn .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sKXbhZoipn .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sKXbhZoipn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sKXbhZoipn .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .5;
  height: 5px;
}
.cid-sKXbhZoipn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKXbhZoipn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sKXbhZoipn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKXbhZoipn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKXbhZoipn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKXbhZoipn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sKXbhZoipn .foot-logo {
    text-align: center !important;
  }
  .cid-sKXbhZoipn .foot-title {
    text-align: center !important;
  }
  .cid-sKXbhZoipn .mbr-text {
    text-align: center !important;
  }
  .cid-sKXbhZoipn .form-group {
    margin: 0;
  }
}
.cid-sKXbhZoipn .foot-logo {
  color: #ff3366;
}
.cid-sKXbhZoipn .foot-title {
  color: #06680f;
  text-align: left;
}
.cid-r7SQ7MODTa {
  background-image: url("../../../assets/images/dsc5323-46f03ec3-1920x1080.jpg");
}
.cid-r7SQ7MODTa .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-r7SQ7MODTa .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-r7SQ7MODTa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-r7SQ7MODTa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-r7SQ7MODTa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-r7SQ7MODTa a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-r7SQ7MODTa a.close:hover {
  color: #ffffff;
}
.cid-r7SQ7MODTa .icon-description {
  color: #f7ed4a;
}
.cid-rlE6SuY9p1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #faf9f9;
}
.cid-rlE6SuY9p1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rlE6SuY9p1 H2 {
  color: #017268;
}
.cid-rlE6TBcm6P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #faf9f9;
}
.cid-rlE6TBcm6P .card-img {
  background-color: #fff;
}
.cid-rlE6TBcm6P .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rlE6TBcm6P h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rlE6TBcm6P p {
  text-align: left;
}
.cid-rlE6TBcm6P .mbr-text {
  color: #000000;
}
.cid-rlE6TBcm6P .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rlE6TBcm6P .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rlE6TBcm6P .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rlE6TBcm6P .card-title {
  text-align: center;
  color: #017268;
}
.cid-rlE6TBcm6P hr {
  border: 0;
  width: 100%;
  height: 5px;
  background-color: #017268;
}
.cid-rlE9T6q55Z {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #faf9f9;
}
.cid-rlE9T6q55Z .card-img {
  background-color: #fff;
}
.cid-rlE9T6q55Z .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rlE9T6q55Z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rlE9T6q55Z p {
  text-align: left;
}
.cid-rlE9T6q55Z .mbr-text {
  color: #767676;
}
.cid-rlE9T6q55Z .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rlE9T6q55Z .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rlE9T6q55Z hr {
  border: 0;
  width: 100%;
  height: 10px;
  background-color: #e3000f;
}
@media (min-width: 992px) {
  .cid-rlE9T6q55Z .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rlE9T6q55Z .card-title {
  color: #017268;
}
.cid-rlE7fCTWx9 {
  background-image: url("../../../assets/images/brassband-2000x1125.jpg");
}
.cid-rlE7fCTWx9 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-rlE7fCTWx9 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rlE7fCTWx9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rlE7fCTWx9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rlE7fCTWx9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rlE7fCTWx9 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rlE7fCTWx9 a.close:hover {
  color: #ffffff;
}
.cid-rlDP3vVjVq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rlDP3vVjVq .mbr-section-subtitle {
  color: #767676;
}
.cid-rlDP3vVjVq H2 {
  color: #017268;
}
.cid-rlDP4nV2qA {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-rlDP4nV2qA .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rlDP4nV2qA .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rlDP4nV2qA .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rlDP4nV2qA .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rlDP4nV2qA .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rlDP4nV2qA .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rlDP4nV2qA .img-item {
    width: 100% !important;
  }
  .cid-rlDP4nV2qA .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rlDP4nV2qA P {
  text-align: left;
  color: #232323;
}
.cid-rlEA9D9EDl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #faf9f9;
}
.cid-rlEA9D9EDl .mbr-section-subtitle {
  color: #767676;
}
.cid-rlEA9D9EDl H2 {
  color: #017268;
}
.cid-rlEB3NXSbO {
  padding-top: 45px;
  padding-bottom: 60px;
  background: #efefef;
}
.cid-rlEB3NXSbO .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rlEB3NXSbO .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rlEB3NXSbO .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-rlEB3NXSbO .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-rlEB3NXSbO .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rlEB3NXSbO .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-rlEB3NXSbO .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rlEB3NXSbO .img-item {
    width: 100% !important;
  }
  .cid-rlEB3NXSbO .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rlEB3NXSbO P {
  color: #e3000f;
  text-align: center;
}
.cid-rlECM8ZG1D {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rlECM8ZG1D .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rlECM8ZG1D .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rlECM8ZG1D .mbr-text {
  color: #017268;
}
.cid-rlEDON9yKd {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rlEDON9yKd .mbr-text {
  color: #767676;
}
.cid-rlEDON9yKd .mbr-text p {
  background: #ffffff;
}
.cid-rlEDON9yKd .mbr-text P {
  color: #000000;
}
.cid-rlEOxfFO7M {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rlEOxfFO7M .mbr-section-subtitle {
  color: #767676;
}
.cid-rlEOxfFO7M H2 {
  color: #017268;
}
.cid-rlENKu0XYc {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-rlENKu0XYc p {
  color: #767676;
}
.cid-rlENKu0XYc .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-rlENKu0XYc .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rlENKu0XYc .panel-group {
  width: 100%;
}
.cid-rlENKu0XYc .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rlENKu0XYc .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rlENKu0XYc .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rlENKu0XYc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rlENKu0XYc .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rlENKu0XYc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rlENKu0XYc .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-rlENKu0XYc .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rlENKu0XYc H2 {
  color: #017268;
  text-align: right;
}
.cid-rlENKu0XYc H4 {
  color: #017268;
  text-align: left;
}
.cid-rlENKu0XYc .panel-text {
  color: #232323;
}
.cid-rsTnDb0U1L {
  background-image: url("../../../assets/images/2-1-2000x1124.jpg");
}
.cid-rsTnDb0U1L .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-rsTnDb0U1L .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rsTnDb0U1L .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rsTnDb0U1L .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rsTnDb0U1L .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rsTnDb0U1L a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rsTnDb0U1L a.close:hover {
  color: #ffffff;
}
.cid-rx4qC3LWfb {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #017268);
}
.cid-rx4qC3LWfb .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rx4qC3LWfb .video-block {
    width: 100% !important;
  }
}
.cid-rsYVxlNwId {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-rsYVxlNwId .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rsYVxlNwId .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rsYVxlNwId .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rsYVxlNwId .media-container-row .img-item .img-caption {
  background: #017268;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rsYVxlNwId .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rsYVxlNwId .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rsYVxlNwId .img-item {
    width: 100% !important;
  }
  .cid-rsYVxlNwId .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rsYVxlNwId P {
  color: #ffffff;
}
.cid-rt0p9gN4F7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rt0p9gN4F7 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rt0rXcGWik {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #017268;
}
.cid-rt0rXcGWik .mbr-text {
  color: #ffffff;
}
.cid-rt0rXcGWik h2 {
  color: #017268;
  font-weight: 100;
  font-family: Cinzel;
  font-size: 120%;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-rt0rXcGWik p {
  line-height: 150%;
  font-size: 120%;
  text-align: justify;
  letter-spacing: 1px;
}
.cid-rCfcQILsjM {
  background: #017268;
  padding-top: 120px;
  padding-bottom: 15px;
}
.cid-rCfcQILsjM .image-block {
  margin: auto;
}
.cid-rCfcQILsjM figcaption {
  position: relative;
}
.cid-rCfcQILsjM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rCfcQILsjM .image-block {
    width: 100% !important;
  }
}
.cid-rCfi4R29xE {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rCfi4R29xE .mbr-section-subtitle {
  color: #767676;
}
.cid-rCfi4R29xE .mbr-section-subtitle DIV {
  text-align: left;
}
#custom-html-55 {
  /* Type valid CSS here */
}
#custom-html-55 div {
  padding: 10px 0;
  color: #777;
  text-align: center;
  background-color: #073b4c;
  font-family: "Archivo Narrow";
  font-size: 1em;
}
.cid-sem1R7U94a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-sem1R7U94a .card {
  align-self: stretch;
}
.cid-sem1R7U94a .card-box {
  height: 100%;
  background-color: #073b4c;
  padding: 2rem;
}
.cid-sem1R7U94a h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sem1R7U94a p {
  color: #767676;
  text-align: left;
}
.cid-sem1R7U94a .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sem1R7U94a .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sem1R7U94a .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sem1R7U94a P {
  color: #ffffff;
  text-align: center;
}
.cid-rDKUQtKDDK {
  background: #000000;
  padding-top: 120px;
  padding-bottom: 60px;
}
.cid-rDKUQtKDDK .image-block {
  margin: auto;
}
.cid-rDKUQtKDDK figcaption {
  position: relative;
}
.cid-rDKUQtKDDK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rDKUQtKDDK .image-block {
    width: 100% !important;
  }
}
.cid-rDKVwmmXso {
  background: #073b4c;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rDKVwmmXso .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rDKVwmmXso .video-block {
    width: 100% !important;
  }
}
.cid-rDKVvsX65j {
  background: #073b4c;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rDKVvsX65j .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rDKVvsX65j .video-block {
    width: 100% !important;
  }
}
.cid-rEqhAznBxL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003300;
}
@media (min-width: 992px) {
  .cid-rEqhAznBxL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rEqhAznBxL .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rEqhAznBxL img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-rEqhAznBxL .mbr-text {
  color: #ffffff;
}
.cid-rEqfOpig1n {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f2f3f7;
}
.cid-rEqfOpig1n .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rEqfOpig1n img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-rEqfOpig1n .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rEqfOpig1n .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rEqfOpig1n .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rEqfOpig1n .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rEqfOpig1n .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rEqfOpig1n .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rEqfOpig1n .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rEqfOpig1n .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rEqfOpig1n .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-rEqfbydufb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f2f3f7;
}
.cid-rEqfbydufb .mbr-section-subtitle {
  color: #051441;
}
.cid-rEqfbydufb .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rEqfbydufb h2 {
  color: #e3000f;
}
.cid-rEqfbydufb .showSubtitle {
  color: #ffffff;
}
.cid-rEqfbydufb H2 {
  text-align: right;
  color: #051441;
}
.cid-t6JHspHASy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-t6JHspHASy .content_wrapper {
  position: relative;
  padding: 50px 0;
  z-index: 1;
}
.cid-t6JHspHASy .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-t6JHspHASy .mbr-section-title {
  margin-bottom: 12px;
  color: #003300;
}
.cid-t6JHspHASy .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-t6JHspHASy .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t6JHspHASy .mbr-section-btn .btn-secondary-outline:hover,
.cid-t6JHspHASy .mbr-section-btn .btn-secondary-outline .active,
.cid-t6JHspHASy .mbr-section-btn .btn-secondary-outline:focus {
  color: #003300 !important;
}
.cid-t6JHspHASy .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-t6JHspHASy .image_post {
  display: inline-block;
}
.cid-t6JHspHASy .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-t6JHspHASy .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-t6JETtc64T {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f3f7;
}
.cid-t6JETtc64T .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6JETtc64T .content {
    text-align: center;
  }
  .cid-t6JETtc64T .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6JETtc64T .img-logo img {
  height: 10rem;
}
.cid-t6JETtc64T .img-logo2 img {
  height: 4rem;
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6JETtc64T .img-logo2 img:hover {
  opacity: 1;
}
.cid-t6JETtc64T .form-group,
.cid-t6JETtc64T .input-group-btn {
  padding: 0;
}
.cid-t6JETtc64T .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6JETtc64T .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-t6JETtc64T .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6JETtc64T .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6JETtc64T .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .5;
  height: 5px;
}
.cid-t6JETtc64T .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6JETtc64T .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6JETtc64T .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6JETtc64T .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6JETtc64T .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6JETtc64T .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-t6JETtc64T .foot-logo {
    text-align: center !important;
  }
  .cid-t6JETtc64T .foot-title {
    text-align: center !important;
  }
  .cid-t6JETtc64T .mbr-text {
    text-align: center !important;
  }
  .cid-t6JETtc64T .form-group {
    margin: 0;
  }
}
.cid-t6JETtc64T .foot-logo {
  color: #ff3366;
}
.cid-t6JETtc64T .foot-title {
  color: #06680f;
  text-align: left;
}
#custom-html-1hp {
  /* Type valid CSS here */
}
#custom-html-1hp div {
  background-color: #f2f3f7;
  height: 400px;
}
.cid-s7Wl7uAcdn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #017268;
}
.cid-s7Wl7uAcdn .container {
  text-align: center;
}
.cid-s7Wl7uAcdn hr {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}
.cid-s7Wl7uAcdn .hz {
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: center;
}
.cid-s7WnWgr7JO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #017268;
}
.cid-s7WnWgr7JO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s7Wmk8yQsq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #017268;
}
.cid-s7Wmk8yQsq .mbr-section-btn > * {
  margin: 0;
}
.cid-s7Wmk8yQsq h4 {
  font-weight: 500;
}
.cid-s7Wmk8yQsq p {
  color: #232323;
}
.cid-s7Wmk8yQsq .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7Wmk8yQsq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7Wmk8yQsq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7Wmk8yQsq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7Wmk8yQsq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7Wmk8yQsq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7Wmk8yQsq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7Wmk8yQsq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7Wmk8yQsq .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7Wmk8yQsq .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7Wmk8yQsq H2 {
  color: #ffffff;
}
.cid-s7Wmk8yQsq .text1 {
  color: #ffffff;
}
.cid-s7Wmk8yQsq .text2,
.cid-s7Wmk8yQsq .mbr-section-btn {
  color: #ffffff;
}
.cid-s7Wq4L0Zj6 {
  background: linear-gradient(45deg, #017268, #017268);
}
.cid-s9D0TGQWo7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0a3e0f;
}
.cid-s9D0TGQWo7 .line {
  background-color: #f7ed4a;
  color: #f7ed4a;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-s9D0TGQWo7 .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-s9D0TGQWo7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s9D0TGQWo7 .inner-container {
    width: 100% !important;
  }
}
.cid-s9D0TGQWo7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-s9BNJR156U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #0a3e0f;
}
.cid-s9BNJR156U .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-s9BNJR156U H2 {
  color: #f7ed4a;
}
.cid-s9BNJR156U H1 {
  color: #ffcc01;
  font-size: 6em;
  text-shadow: 3px 3px 6px #000;
}
.cid-s9BR7v5j9n {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0a3e0f;
}
.cid-s9BR7v5j9n .mbr-text,
.cid-s9BR7v5j9n blockquote {
  color: #767676;
}
.cid-s9BR7v5j9n .mbr-text {
  color: #ffffff;
}
.cid-s9BR7v5j9n h3 {
  font-weight: 100;
}
.cid-s9BR7v5j9n .mbr-text P {
  text-align: center;
}
.cid-s9BR7v5j9n h5 {
  font-size: 1.5em;
  color: #f9f295;
  line-height: normal;
  text-align: center;
}
.cid-s9BPrczLZp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #0a3e0f;
}
.cid-s9BPrczLZp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s9BPrczLZp img {
  border: 2px solid #fff;
}
.cid-s9BPrczLZp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s9BPrczLZp .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-s9BPrczLZp .team-item .item-image img {
  width: 100%;
}
.cid-s9BPrczLZp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s9BPrczLZp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s9BPrczLZp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-s9BPrczLZp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-s9BPrczLZp H2 {
  color: #ffcc01;
  text-shadow: 3px 3px 6px #000;
}
.cid-s9BPrczLZp h5 {
  color: #fff;
  font-size: 120%;
  font-weight: 400;
  font-family: Montserrat;
}
.cid-s9BPrczLZp H5 {
  text-align: left;
  line-height: 160%;
}
.cid-s9BU8hvjAv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a3e0f;
}
.cid-s9BU8hvjAv .section-text {
  padding: 2rem 0;
  color: #ffffff;
  font-family: Montserrat;
}
.cid-s9BU8hvjAv .mbr-author-name {
  font-weight: bold;
}
.cid-s9BU8hvjAv .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-s9BU8hvjAv .mbr-figure,
  .cid-s9BU8hvjAv img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-s9BU8hvjAv .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-s9BU8hvjAv h1 {
  font-weight: 100;
  font-family: Cinzel;
  font-size: 4em;
  color: #f9f295;
  text-shadow: 3px 3px 6px #000;
}
.cid-s9BU8hvjAv img {
  border: 2px solid #fff;
}
.cid-s9BU8hvjAv H1 {
  color: #ffcc01;
}
.cid-s9BX4WbIzz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0a3e0f;
}
.cid-s9BX4WbIzz .line {
  background-color: #f9f295;
  color: #f9f295;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-s9BX4WbIzz .section-text {
  padding: 2rem 0;
  color: #ffffff;
  font-family: Montserrat;
}
.cid-s9BX4WbIzz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s9BX4WbIzz .inner-container {
    width: 100% !important;
  }
}
.cid-s9Czn7p4UL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a3e0f;
}
.cid-s9Czn7p4UL .testimonial-text {
  font-style: italic;
  font-weight: 300;
  font-size: 120%;
}
.cid-s9Czn7p4UL .mbr-author-name {
  font-weight: bold;
}
.cid-s9Czn7p4UL .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-s9Czn7p4UL .mbr-figure,
  .cid-s9Czn7p4UL img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-s9Czn7p4UL .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-s9Czn7p4UL h1 {
  font-weight: 100;
  font-family: Cinzel;
  font-size: 4em;
  color: #f9f295;
}
.cid-s9Czn7p4UL img {
  border: 2px solid #fff;
}
.cid-s9Czn7p4UL H1 {
  color: #ffcc01;
  text-shadow: 3px 3px 6px #000;
}
.cid-s9CvysC7JD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0a3e0f;
}
.cid-s9CvysC7JD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s9CvysC7JD H2 {
  color: #ffcc01;
  text-shadow: 3px 3px 6px #000;
}
.cid-s9CvysC7JD .hz {
  width: 80%;
  max-width: 1260px;
  min-width: 780px;
  margin: 0 auto;
}
.cid-s9CIMneyc1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #0a3e0f;
}
.cid-s9CIMneyc1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9CIMneyc1 p {
  color: #767676;
  text-align: left;
}
.cid-s9CIMneyc1 .card-box {
  padding-top: 2rem;
}
.cid-s9CIMneyc1 .card-wrapper {
  height: 100%;
}
.cid-s9CIMneyc1 .card-title {
  text-align: center;
  color: #f7ed4a;
  font-size: 1.6em;
}
.cid-s9CIMneyc1 P {
  color: #ffffff;
  text-align: center;
}
.cid-s9CIMneyc1 img {
  border: 2px solid #fff;
}
.cid-s9CM7unAZC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0a3e0f;
}
.cid-s9CM7unAZC .testimonial-text {
  font-style: italic;
  font-weight: 300;
  font-size: 120%;
}
.cid-s9CM7unAZC .mbr-author-name {
  font-weight: bold;
}
.cid-s9CM7unAZC .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-s9CM7unAZC .mbr-figure,
  .cid-s9CM7unAZC img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-s9CM7unAZC .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-s9CM7unAZC h1 {
  font-weight: 100;
  font-family: Cinzel;
  font-size: 2em;
  color: #f9f295;
  text-shadow: 3px 3px 6px #000;
}
.cid-s9CM7unAZC img {
  border: 2px solid #fff;
}
.cid-s9CM7unAZC H1 {
  color: #ffcc01;
}
.cid-s9COjM4zMY {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #0a3e0f;
}
#custom-html-6b {
  /* Type valid CSS here */
}
#custom-html-6b div {
  padding: 10px 0;
  color: #777;
  text-align: center;
  background-color: #003300;
  font-family: "Archivo Narrow";
  font-size: 1em;
}
.cid-sewahx07XH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #003300;
}
@media (max-width: 991px) {
  .cid-sewahx07XH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sewahx07XH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sewahx07XH .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sewahx07XH .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sewahx07XH .mbr-section-title {
  color: #f7ed4a;
}
.cid-sewahx07XH .mbr-text,
.cid-sewahx07XH .mbr-section-btn {
  color: #ffffff;
}
.cid-seHsoCJaPL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #003300;
}
@media (max-width: 991px) {
  .cid-seHsoCJaPL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seHsoCJaPL .row {
  flex-direction: row-reverse;
}
.cid-seHsoCJaPL img {
  width: 100%;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-seHsoCJaPL .mbr-text {
  color: #faf9f9;
}
.cid-seHBIPU5IY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #003300;
}
.cid-seHBIPU5IY img {
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-seHBIPU5IY h4 {
  color: #F00;
  font-family: Raleway;
  font-size: 1em;
  line-height: 1.6em;
}
.cid-seHBIPU5IY .item {
  padding-bottom: 2rem;
}
.cid-seHBIPU5IY .item-wrapper {
  position: relative;
}
.cid-seHBIPU5IY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-seHBIPU5IY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-seHBIPU5IY .carousel-control,
.cid-seHBIPU5IY .close {
  background: #1b1b1b;
}
.cid-seHBIPU5IY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-seHBIPU5IY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-seHBIPU5IY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-seHBIPU5IY .carousel-control-next span {
  margin-left: 5px;
}
.cid-seHBIPU5IY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-seHBIPU5IY .close::before {
  content: '\e91a';
}
.cid-seHBIPU5IY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-seHBIPU5IY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-seHBIPU5IY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seHBIPU5IY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-seHBIPU5IY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-seHBIPU5IY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-seHBIPU5IY .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-seHBIPU5IY .carousel-indicators li.active,
.cid-seHBIPU5IY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-seHBIPU5IY .carousel-indicators li::after,
.cid-seHBIPU5IY .carousel-indicators li::before {
  content: none;
}
.cid-seHBIPU5IY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-seHBIPU5IY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-seHBIPU5IY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-seHBIPU5IY .carousel-indicators {
    display: none;
  }
}
.cid-seHBIPU5IY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-seHBIPU5IY .carousel-inner > .active {
  display: block;
}
.cid-seHBIPU5IY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seHBIPU5IY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seHBIPU5IY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-seHBIPU5IY .carousel-control,
  .cid-seHBIPU5IY .carousel-indicators,
  .cid-seHBIPU5IY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-seHBIPU5IY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-seHBIPU5IY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-seHBIPU5IY .carousel-indicators .active,
.cid-seHBIPU5IY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-seHBIPU5IY .carousel-indicators .active {
  background: #fff;
}
.cid-seHBIPU5IY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-seHBIPU5IY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-seHBIPU5IY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-seHBIPU5IY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-seHBIPU5IY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-seHBIPU5IY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-seHBIPU5IY .carousel {
  width: 100%;
}
.cid-seHBIPU5IY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-seHBIPU5IY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-seHBIPU5IY .modal.fade .modal-dialog,
.cid-seHBIPU5IY .modal.in .modal-dialog {
  transform: none;
}
.cid-seHBIPU5IY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-seHBIPU5IY H6 {
  text-align: center;
}
.cid-seHBIPU5IY H4 {
  text-align: left;
  color: #ffffff;
}
.cid-seHBIPU5IY H1 {
  color: #f7ed4a;
}
.cid-seHJ40xYQH {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #003300;
}
.cid-seHJ40xYQH .row {
  flex-direction: row-reverse;
}
.cid-seHJ40xYQH .video-wrapper iframe {
  width: 100%;
}
.cid-seHJ40xYQH .mbr-section-title,
.cid-seHJ40xYQH .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-seHJ40xYQH .text-wrapper {
    padding: 2rem;
  }
}
.cid-seHJ40xYQH .mbr-text {
  color: #ffffff;
}
.cid-seHJ40xYQH .mbr-section-title {
  color: #f7ed4a;
}
.cid-sewc7X0mqw.popup-builder {
  background-color: #ffffff;
}
.cid-sewc7X0mqw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sewc7X0mqw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sewc7X0mqw .modal-content,
.cid-sewc7X0mqw .modal-dialog {
  height: auto;
}
.cid-sewc7X0mqw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sewc7X0mqw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sewc7X0mqw .form-wrapper .mbr-form .form-group,
  .cid-sewc7X0mqw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sewc7X0mqw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sewc7X0mqw .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-sewc7X0mqw .mbr-text {
  text-align: center;
}
.cid-sewc7X0mqw .pt-0 {
  padding-top: 0 !important;
}
.cid-sewc7X0mqw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sewc7X0mqw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sewc7X0mqw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sewc7X0mqw .modal-open {
  overflow: hidden;
}
.cid-sewc7X0mqw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sewc7X0mqw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sewc7X0mqw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sewc7X0mqw .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-sewc7X0mqw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sewc7X0mqw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sewc7X0mqw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sewc7X0mqw .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-sewc7X0mqw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sewc7X0mqw .modal-backdrop.fade {
  opacity: 0;
}
.cid-sewc7X0mqw .modal-backdrop.show {
  opacity: .5;
}
.cid-sewc7X0mqw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sewc7X0mqw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sewc7X0mqw .modal-header .close:hover {
  opacity: 1;
}
.cid-sewc7X0mqw .modal-header .close:focus {
  outline: none;
}
.cid-sewc7X0mqw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sewc7X0mqw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sewc7X0mqw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sewc7X0mqw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sewc7X0mqw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sewc7X0mqw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sewc7X0mqw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sewc7X0mqw .modal-sm {
    max-width: 300px;
  }
  .cid-sewc7X0mqw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sewc7X0mqw .modal-lg,
  .cid-sewc7X0mqw .modal-xl {
    max-width: 800px;
  }
  .cid-sewc7X0mqw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sewc7X0mqw .modal-xl {
    max-width: 1140px;
  }
  .cid-sewc7X0mqw .container {
    max-width: 1140px;
  }
}
.cid-sewc7X0mqw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sewc7X0mqw .container {
    max-width: 720px;
  }
}
.cid-sewc7X0mqw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sewc7X0mqw .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-sewc7X0mqw .form-group {
  margin-bottom: 1rem;
}
.cid-sewc7X0mqw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sewc7X0mqw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sewc7X0mqw .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-seVr5xBpVj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-seVr5xBpVj divhz {
  padding: 10px 0;
  color: #777;
  text-align: right;
  background-color: #333;
  font-family: "Archivo Narrow";
  font-size: 1em;
}
.cid-seVr5xBpVj h1 {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.cid-seVr5xBpVj .mbr-section-title {
  margin-bottom: 35px;
}
.cid-seVr5xBpVj .mbr-section-title b,
.cid-seVr5xBpVj .mbr-section-title strong {
  font-weight: 500;
}
.cid-seVr5xBpVj .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-seVr5xBpVj .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -150px;
  left: -80px;
  background-image: url("../../../assets/images/logo-original.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cid-seVr5xBpVj .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-seVr5xBpVj .mbr-section-title,
.cid-seVr5xBpVj .mbr-section-btn {
  color: #ffffff;
}
.cid-seVr5xBpVj .mbr-section-title,
.cid-seVr5xBpVj .mbr-section-btn DIV {
  text-align: center;
}
.cid-sBgclfI4xZ {
  background-color: #003300;
}
.cid-sBgclfI4xZ h1 {
  margin-bottom: 0.2rem;
}
.cid-sBgclfI4xZ .container-fluid {
  padding: 0;
}
.cid-sBgclfI4xZ img {
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 10;
}
.cid-sBgclfI4xZ .mbr-figure {
  height: 100%;
}
.cid-sBgclfI4xZ .col-lg-6 {
  padding: 0;
}
.cid-sBgclfI4xZ .mbr-text {
  color: #747474;
}
.cid-sBgclfI4xZ .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-sBgclfI4xZ .mbr-section-subtitle-1 {
  color: #f7ed4a;
}
.cid-sBgclfI4xZ .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #ffffff;
}
.cid-sBgclfI4xZ .mbr-figure::after {
  content: "";
  background-color: #f7ed4a;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-sBgclfI4xZ .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-sBgclfI4xZ .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sBgclfI4xZ .left-block {
    margin-top: 4.5rem;
  }
}
.cid-sBgclfI4xZ .btn {
  color: #101010 !important;
}
.cid-sBgclfI4xZ .btn:hover {
  color: #ffffff !important;
}
.cid-sBgclfI4xZ .media-content,
.cid-sBgclfI4xZ .mbr-section-title,
.cid-sBgclfI4xZ .line-title {
  color: #ffffff;
}
.cid-sBgclfI4xZ .mbr-text,
.cid-sBgclfI4xZ .mbr-section-btn {
  color: #ffffff;
}
.cid-slC2rHcbwf {
  padding-top: 9rem;
  padding-bottom: 18rem;
  background-image: url("../../../assets/images/mbr-1920x600.jpg");
}
.cid-slC2rHcbwf .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-slC2rHcbwf .container {
    max-width: 1400px;
  }
}
.cid-slC2rHcbwf H4 {
  text-shadow: 3px 3px 6px #000;
}
.cid-slC2rHcbwf h6 {
  color: #FFFFFF;
  border: 10px double #ffff00;
  padding-top: 1px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 1.5em;
  background-color: rgba(0, 0, 0, 0.51);
  line-height: 1em;
  margin-top: auto;
  margin-right: 10%;
  margin-bottom: auto;
  margin-left: 10%;
}
.cid-slC2rHcbwf .card {
  margin: auto;
}
.cid-slC2rHcbwf .mbr-iconfont {
  display: block;
  font-size: 7rem;
  color: #f7ed4a;
  margin-bottom: 2rem;
}
.cid-slC2rHcbwf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-slC2rHcbwf .row {
  justify-content: center;
}
.cid-slC2rHcbwf H3 {
  color: #ffffff;
  text-shadow: 3px 3px 6px #000;
}
.cid-slC2rHcbwf .card-title,
.cid-slC2rHcbwf .card-box {
  color: #ffffff;
}
.cid-slCjKXqqAn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #003300;
}
.cid-slCjKXqqAn .mbr-text,
.cid-slCjKXqqAn blockquote {
  color: #767676;
}
.cid-slCjKXqqAn .mbr-text P {
  text-align: center;
}
.cid-slCjKXqqAn .mbr-text {
  color: #f7ed4a;
}
.cid-slC1Cs2Zsy {
  padding-top: 45px;
  padding-bottom: 135px;
  background-color: #003300;
}
.cid-slC1Cs2Zsy p {
  color: #767676;
}
.cid-slC1Cs2Zsy .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-slC1Cs2Zsy .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  color: #fff;
}
.cid-slC1Cs2Zsy .panel-group {
  width: 100%;
}
.cid-slC1Cs2Zsy .card {
  border-radius: 0px;
  margin-bottom: 10px;
}
.cid-slC1Cs2Zsy .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-slC1Cs2Zsy .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-slC1Cs2Zsy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-slC1Cs2Zsy .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  background-color: #cccccc;
  border: 2px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-slC1Cs2Zsy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-slC1Cs2Zsy .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-slC1Cs2Zsy .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-slC1Cs2Zsy img {
  border: 2px solid #fff;
}
.cid-slC1Cs2Zsy h1 {
  color: #f7ed4a;
  font-weight: 200;
  text-align: center;
  font-family: Cinzel;
  font-size: 3em;
  text-transform: capitalize;
}
.cid-slC1Cs2Zsy H2 {
  color: #f9f295;
  text-align: right;
}
.cid-slC1Cs2Zsy H3 {
  font-size: 1.1em;
  line-height: 1.6em;
}
.cid-slC1Cs2Zsy H4 {
  color: #003300;
  text-align: center;
}
.cid-slC1Cs2Zsy H6 {
  color: #f9f295;
  font-family: Montserrat;
  text-align: center;
  font-size: 3em;
  font-weight: 400;
  text-transform: capitalize;
}
.cid-slC1Cs2Zsy .panel-text {
  color: #ffffff;
}
.cid-slG6d5lSFa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #003300;
}
.cid-slG6d5lSFa .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
}
.cid-slG6d5lSFa .text-wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-slG6d5lSFa p:first-of-type:first-letter {
  font-size: 600%;
  color: #fff;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-slG6d5lSFa .image-wrapper,
.cid-slG6d5lSFa img {
  width: 100%;
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 0px 160px 0px 0px;
}
.cid-slG6d5lSFa .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-slG6d5lSFa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-slG6d5lSFa .mbr-section-btn .btn-secondary-outline:hover,
.cid-slG6d5lSFa .mbr-section-btn .btn-secondary-outline .active,
.cid-slG6d5lSFa .mbr-section-btn .btn-secondary-outline:focus {
  color: #003300 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-slG6d5lSFa .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-slG6d5lSFa {
    flex-direction: column;
  }
  .cid-slG6d5lSFa .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slG6d5lSFa .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-slG6d5lSFa .mbr-text,
.cid-slG6d5lSFa .mbr-section-btn {
  color: #ffffff;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-column-rule: 1px solid #fff;
  -moz-column-rule: 1px solid #fff;
  column-rule: 1px solid #fff;
}
.cid-slG6d5lSFa .mbr-section-title {
  color: #f7ed4a;
}
.cid-slGnxzeFhU {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #003300;
}
.cid-slGnxzeFhU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slGnxzeFhU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slGnxzeFhU h2 {
  color: #fff;
  font-family: Archivo Narrow;
  font-size: 1em;
  font-weight: 100;
  text-align: center;
}
.cid-slGnxzeFhU h6 {
  color: #FFFFFF;
  border: 2px solid #ffff00;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 1.5em;
  background-color: rgba(0, 0, 0, 0.21);
  line-height: 1em;
  font-weight: 200;
}
.cid-slGnxzeFhU h1 {
  color: #f7ed4a;
  font-weight: 200;
  text-align: center;
  font-family: Cinzel;
  font-size: 3em;
}
.cid-slGnxzeFhU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slGnxzeFhU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slGnxzeFhU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #465052;
  opacity: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slGnxzeFhU .mbr-gallery-item > div {
  background: #000;
}
.cid-slGnxzeFhU .mbr-gallery-item > div:hover {
  background-color: #000;
}
.cid-slGnxzeFhU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-slGnxzeFhU .mbr-gallery-item > div:hover:before {
  opacity: 0.9 !important;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.cid-slGnxzeFhU img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border: 2px solid #fff;
}
.cid-slGnxzeFhU .icon-focus {
  color: yellow;
}
.cid-slGnxzeFhU .mbr-gallery-title {
  color: yellow;
  text-align: center;
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  z-index: 2;
}
.cid-slGnxzeFhU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #465052 !important;
  opacity: 0.9;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-slGnxzeFhU .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-slGnxzeFhU H1 {
  color: #ffff00;
}
.cid-slGnxzeFhU H6 {
  text-align: center;
}
.cid-slGnxzeFhU H2 {
  color: #ffffff;
}
.cid-slC1DZVuj2 {
  padding-top: 90px;
  padding-bottom: 120px;
  background: #003300;
}
.cid-slC1DZVuj2 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-slC1DZVuj2 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-slC1DZVuj2 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-slC1DZVuj2 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-slC1DZVuj2 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-slC1DZVuj2 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-slC1DZVuj2 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-slC1DZVuj2 img {
  border: 2px solid #fff;
}
@media (max-width: 992px) {
  .cid-slC1DZVuj2 .img-item {
    width: 100% !important;
  }
  .cid-slC1DZVuj2 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-slC1DZVuj2 P {
  color: #e3000f;
  text-align: center;
}
.cid-slNUN4Yn53 {
  padding-top: 120px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-slNUN4Yn53 .mbr-text {
  color: #232323;
}
.cid-slNXZ9S7vk {
  background: #003300;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #003300, #ffffff);
}
.cid-slNXZ9S7vk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-slNXZ9S7vk .video-block {
    width: 100% !important;
  }
}
.cid-slHXB6cWhL {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #003300;
}
@media (max-width: 991px) {
  .cid-slHXB6cWhL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-slHXB6cWhL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-slHXB6cWhL .text-wrapper {
    padding: 2rem;
  }
}
.cid-slHXB6cWhL .mbr-text {
  color: #ffffff;
}
.cid-slHXB6cWhL .mbr-description {
  color: #ffffff;
}
.cid-sQC6OBQGdD {
  padding-top: 105px;
  padding-bottom: 1500px;
  background-color: #fafafa;
}
.cid-sQC6OBQGdD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sQC6OBQGdD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sQC6OBQGdD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sQC6OBQGdD P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sQC6OBQGdD img {
  margin-top: 15px;
  border: 1px solid #000;
  padding: 10px;
}
.cid-sQC6OBQGdD img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-sQC6OBQGdD .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sQC6OBQGdD .top,
  .cid-sQC6OBQGdD .top-2 {
    margin-top: 0;
  }
}
.cid-spo5fppsPn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #003300;
  overflow: hidden;
  position: relative;
}
.cid-spo5fppsPn .mbr-overlay {
  background: #5eeebb;
}
.cid-spo5fppsPn .btn {
  margin-left: 4px !important;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.cid-spo5fppsPn .wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30rem;
}
.cid-spo5fppsPn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spo5fppsPn .card-title {
  margin-bottom: 26px;
}
.cid-spo5fppsPn .mbr-text {
  margin-bottom: 30px;
}
.cid-spo5fppsPn .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-spo5fppsPn .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-spo5fppsPn .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-spo5fppsPn .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spo5fppsPn .text-wrapper {
    text-align: center;
  }
  .cid-spo5fppsPn .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-spo5fppsPn .mbr-text {
    margin-bottom: 20px;
  }
  .cid-spo5fppsPn .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-spo5fppsPn .mbr-description {
  color: #ffffff;
}
.cid-spnSfua8Fg {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #003300;
}
.cid-spnSfua8Fg .title_block {
  margin-bottom: 20px;
}
.cid-spnSfua8Fg .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-spnSfua8Fg .mbr-section-title {
  color: #f7ed4a;
}
.cid-spnSfua8Fg .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #e3000f;
}
.cid-spnSfua8Fg .item {
  padding-bottom: 2rem;
}
.cid-spnSfua8Fg .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-spnSfua8Fg .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-spnSfua8Fg .item-wrapper {
  position: relative;
}
.cid-spnSfua8Fg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-spnSfua8Fg .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-spnSfua8Fg .item-wrapper:hover .mbr-item-subtitle a {
  color: #003300 !important;
}
.cid-spnSfua8Fg .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-spnSfua8Fg .carousel-control,
.cid-spnSfua8Fg .close {
  background: #1b1b1b;
}
.cid-spnSfua8Fg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-spnSfua8Fg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-spnSfua8Fg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-spnSfua8Fg .carousel-control-next span {
  margin-left: 5px;
}
.cid-spnSfua8Fg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-spnSfua8Fg .close::before {
  content: '\e91a';
}
.cid-spnSfua8Fg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-spnSfua8Fg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-spnSfua8Fg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spnSfua8Fg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-spnSfua8Fg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spnSfua8Fg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-spnSfua8Fg .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-spnSfua8Fg .carousel-indicators li.active,
.cid-spnSfua8Fg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spnSfua8Fg .carousel-indicators li::after,
.cid-spnSfua8Fg .carousel-indicators li::before {
  content: none;
}
.cid-spnSfua8Fg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-spnSfua8Fg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-spnSfua8Fg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-spnSfua8Fg .carousel-indicators {
    display: none;
  }
}
.cid-spnSfua8Fg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-spnSfua8Fg .carousel-inner > .active {
  display: block;
}
.cid-spnSfua8Fg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spnSfua8Fg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spnSfua8Fg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-spnSfua8Fg .carousel-control,
  .cid-spnSfua8Fg .carousel-indicators,
  .cid-spnSfua8Fg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-spnSfua8Fg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-spnSfua8Fg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spnSfua8Fg .carousel-indicators .active,
.cid-spnSfua8Fg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-spnSfua8Fg .carousel-indicators .active {
  background: #fff;
}
.cid-spnSfua8Fg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-spnSfua8Fg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-spnSfua8Fg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-spnSfua8Fg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-spnSfua8Fg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-spnSfua8Fg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-spnSfua8Fg .carousel {
  width: 100%;
}
.cid-spnSfua8Fg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-spnSfua8Fg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-spnSfua8Fg .modal.fade .modal-dialog,
.cid-spnSfua8Fg .modal.in .modal-dialog {
  transform: none;
}
.cid-spnSfua8Fg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-syTUI1jffF {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-syTUI1jffF h5 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.cid-syTUI1jffF .first-card {
  background-color: #ffffff;
}
.cid-syTUI1jffF .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-syTUI1jffF .second-card-title {
  text-align: center;
  color: #000000;
}
.cid-syTUI1jffF .second-card-subtitle {
  text-align: center;
}
.cid-syTUI1jffF .second-card {
  background-color: #d4e7eb;
}
.cid-syTUI1jffF .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
  font-family: Montserrat;
}
@media (min-width: 992px) {
  .cid-syTUI1jffF [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-syTUI1jffF .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-syTUI1jffF .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-syTUI1jffF .first-card-text,
.cid-syTUI1jffF .card-btn {
  text-align: center;
}
.cid-syTUI1jffF .mbr-text,
.cid-syTUI1jffF .card-btn {
  text-align: left;
  color: #767676;
}
.cid-syTUI1jffF .second-card-subtitle,
.cid-syTUI1jffF .second-btn {
  text-align: center;
}
.cid-syTUI1jffF .card {
  border-radius: 0 !important;
}
.cid-syTUI1jffF .second-card-subtitle,
.cid-syTUI1jffF .second-btn DIV {
  text-align: center;
}
.cid-sBaFmbjEGy {
  background-color: #efefef;
}
.cid-sBaFmbjEGy .text {
  padding: 0;
}
.cid-sBaFmbjEGy section {
  position: relative;
}
.cid-sBaFmbjEGy h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sBaFmbjEGy .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #003300;
}
.cid-sBaFmbjEGy .box {
  background-image: url("../../../assets/images/renate-naehen2-1-1191x692.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBaFmbjEGy .icon-wrap {
  background-color: #004646 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sBaFmbjEGy .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sBaFmbjEGy .icon-wrap span {
  padding-left: 8px;
}
.cid-sBaFmbjEGy .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #f2f3f7 !important;
}
.cid-sBaFmbjEGy .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sBaFmbjEGy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sBaFmbjEGy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sBaFmbjEGy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sBaFmbjEGy a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sBaFmbjEGy a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sBaFmbjEGy .box {
    height: 250px;
  }
  .cid-sBaFmbjEGy .row {
    padding: 1rem!important;
  }
}
.cid-sBaFmbjEGy H3 {
  color: #f7ed4a;
}
.cid-ssoXVe7l0N {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f9f295;
  background: linear-gradient(180deg, #c1c1c1, #f9f9f9);
}
@media (max-width: 1000px) {
  .cid-ssoXVe7l0N {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-ssoXVe7l0N {
    padding-top: 1.2rem;
    padding-bottom: 0.6rem;
  }
}
.cid-ssoXVe7l0N .title {
  padding: 2rem 4rem;
  background-color: #017268;
  text-shadow: 3px 3px 20px black;
}
.cid-ssoXVe7l0N .mbr-section-title {
  color: #ffffff;
}
.cid-ssoS9w5Zah {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
@media (max-width: 1000px) {
  .cid-ssoS9w5Zah {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-ssoS9w5Zah {
    padding-top: 0.6rem;
    padding-bottom: 0rem;
  }
}
.cid-ssoS9w5Zah .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-ssoS9w5Zah .f-row {
    flex-direction: column;
  }
}
.cid-ssoS9w5Zah .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-ssoS9w5Zah .f-item {
    flex: 1 1 100%;
  }
}
.cid-ssoS9w5Zah .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .cid-ssoS9w5Zah .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ssoS9w5Zah .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ssoS9w5Zah .image-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .cid-ssoS9w5Zah .image-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-ssoS9w5Zah .image-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-ssoS9w5Zah .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ssoS9w5Zah .mbr-text,
.cid-ssoS9w5Zah .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ssoS9w5Zah .card-title {
  text-align: left;
  color: #004646;
}
.cid-ssoSzKEXHk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
@media (max-width: 1000px) {
  .cid-ssoSzKEXHk {
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-ssoSzKEXHk {
    padding-top: 0rem;
    padding-bottom: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-ssoSzKEXHk .card-wrapper {
    padding-right: 0.5rem;
  }
}
@media (max-width: 992px) {
  .cid-ssoSzKEXHk .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-ssoSzKEXHk .link-wrap {
    align-items: center;
  }
}
.cid-ssoSzKEXHk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ssoSzKEXHk .card-title,
.cid-ssoSzKEXHk .card-box {
  text-align: left;
  color: #232323;
}
.cid-ssoSzKEXHk .mbr-text,
.cid-ssoSzKEXHk .link-wrap,
.cid-ssoSzKEXHk .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ssoSzKEXHk .card-title,
.cid-ssoSzKEXHk .mbr-text,
.cid-ssoSzKEXHk .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-ssoUe4xBcv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
@media (max-width: 1000px) {
  .cid-ssoUe4xBcv {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-ssoUe4xBcv {
    padding-top: 0.6rem;
    padding-bottom: 0rem;
  }
}
.cid-ssoUe4xBcv .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-ssoUe4xBcv .f-row {
    flex-direction: column;
  }
}
.cid-ssoUe4xBcv .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-ssoUe4xBcv .f-item {
    flex: 1 1 100%;
  }
}
.cid-ssoUe4xBcv .text-wrapper,
.cid-ssoUe4xBcv .number-wrapper {
  padding: 0 1.25rem;
}
@media (max-width: 1400px) {
  .cid-ssoUe4xBcv .text-wrapper,
  .cid-ssoUe4xBcv .number-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-ssoUe4xBcv .text-wrapper,
  .cid-ssoUe4xBcv .number-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ssoUe4xBcv .number-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1400px) {
  .cid-ssoUe4xBcv .number-wrapper {
    justify-content: center;
  }
}
.cid-ssoUe4xBcv .number-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  background-color: #017268;
}
@media (max-width: 500px) {
  .cid-ssoUe4xBcv .number-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-ssoUe4xBcv .number-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-ssoUe4xBcv .number {
  color: #ffffff;
  Text-align: center;
}
.cid-ssp1sMej1B {
  padding-top: 30px;
  padding-bottom: 150px;
  background-color: #f9f9f9;
}
.cid-ssp1sMej1B .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ssp1sMej1B .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ssp1sMej1B .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ssp2wGbeba {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f9f9f9;
}
.cid-ssp2wGbeba ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ssp2wGbeba li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ssp2wGbeba ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e3000f;
  font-weight: bold;
  font-size: 3rem;
  width: 1.6rem;
}
.cid-ssp5eaBElo {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #f9f9f9;
}
.cid-ssp5eaBElo hz {
  font-size: 1em;
  line-height: 1.8em;
  font-family: Merriweather Sans;
  font-weight: 200;
  color: #004646;
}
.cid-ssp5eaBElo weiter {
  color: #FF0000;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  background-color: #CCCCCC;
  border: 1px solid #000000;
  height: auto;
  width: auto;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-ssp5eaBElo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ssp5eaBElo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ssp5eaBElo .text-wrapper {
    padding: 2rem;
  }
}
.cid-ssp5eaBElo .mbr-description {
  text-align: center;
}
.cid-ssp5eaBElo .mbr-section-title {
  color: #004646;
}
.cid-ssp5eaBElo .mbr-text {
  color: #000000;
}
.cid-ssplLCX75k {
  background-image: url("../../../assets/images/titel-2000x1125.jpg");
}
.cid-ssplLCX75k h1 {
  text-shadow: 2px 2px 10px black;
}
.cid-ssplLCX75k .f-row {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 991px) {
  .cid-ssplLCX75k .flex-item {
    flex: 0 1 50%;
  }
}
@media (max-width: 990px) {
  .cid-ssplLCX75k .f-row {
    flex-direction: column;
  }
  .cid-ssplLCX75k .flex-item {
    flex: 1 1 100%;
  }
}
@media (max-width: 991px) {
  .cid-ssplLCX75k .image-wrapper {
    padding: 1rem;
  }
}
.cid-ssplLCX75k .text-wrapper {
  background-color: #004646;
  padding: 6rem 1.5rem 1rem;
}
@media (min-width: 1200px) {
  .cid-ssplLCX75k .text-wrapper {
    padding: 8rem 3rem 2rem;
    margin: 1rem;
  }
}
.cid-ssplLCX75k .title {
  transform: translateY(8rem);
  padding: 1rem;
}
@media (max-width: 1200px) {
  .cid-ssplLCX75k .title {
    transform: translateY(7rem);
  }
}
@media (max-width: 1000px) {
  .cid-ssplLCX75k .title {
    transform: translateY(6rem);
  }
}
.cid-ssplLCX75k .mbr-section-title {
  color: #f7ed4a;
  text-align: left;
}
.cid-ssplLCX75k .mbr-text,
.cid-ssplLCX75k .mbr-section-btn {
  color: #ffd8db;
}
.cid-ssplLCX75k .z-100 {
  z-index: 100;
}
.cid-ssplLCX75k .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sspnLmBhUn {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #f9f9f9;
}
@media (max-width: 1000px) {
  .cid-sspnLmBhUn {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-sspnLmBhUn {
    padding-top: 1.2rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-sspnLmBhUn .text-wrapper {
    padding-left: 2.25rem;
  }
  .cid-sspnLmBhUn .image-wrapper {
    padding-right: 1.25rem;
  }
}
@media (max-width: 768px) {
  .cid-sspnLmBhUn .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sspnLmBhUn .image-wrapper img {
  width: 80%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sspnLmBhUn .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sspnLmBhUn .text-wrapper {
    padding-right: 2.25rem;
    padding-left: 0;
  }
  .cid-sspnLmBhUn .image-wrapper {
    padding-left: 2.25rem;
    padding-right: 0;
  }
}
.cid-sspnLmBhUn .row {
  flex-direction: row-reverse;
}
.cid-sspnLmBhUn .mbr-text,
.cid-sspnLmBhUn .mbr-section-btn {
  text-align: right;
}
.cid-sspnLmBhUn .mbr-section-title DIV {
  text-align: left;
}
.cid-sspnLmBhUn .mbr-section-title {
  text-align: left;
}
.cid-sspmuLfYfi {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #f9f9f9;
}
@media (max-width: 1000px) {
  .cid-sspmuLfYfi {
    padding-top: 0.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sspmuLfYfi {
    padding-top: 0.3rem;
    padding-bottom: 2.7rem;
  }
}
.cid-sspmuLfYfi img,
.cid-sspmuLfYfi .item-img {
  width: 100%;
}
.cid-sspmuLfYfi .item:focus,
.cid-sspmuLfYfi span:focus {
  outline: none;
}
.cid-sspmuLfYfi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sspmuLfYfi .mbr-section-btn {
  display: flex;
}
.cid-sspmuLfYfi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sspmuLfYfi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sspmuLfYfi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sspmuLfYfi .item-wrapper.bg1 {
  background: #e38888;
}
.cid-sspmuLfYfi .item-wrapper.bg2 {
  background: #FFE885;
}
.cid-sspmuLfYfi .item-wrapper.bg3 {
  background: #98DEE8;
}
.cid-sspmuLfYfi .mbr-section-title {
  color: #232323;
}
.cid-sspmuLfYfi .mbr-text,
.cid-sspmuLfYfi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sspmuLfYfi .item-title {
  text-align: left;
}
.cid-sspmuLfYfi .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sspmuLfYfi .item-img {
  overflow: hidden;
}
.cid-sspmuLfYfi .item-img img {
  transition: all 0.3s linear;
}
.cid-sspmuLfYfi .item:hover img {
  transform: scale(1.1);
}
.cid-sspmuLfYfi .btn {
  position: relative;
}
.cid-sspmuLfYfi .btn:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  content: url("data:image/svg+xml; utf8, <svg class='icon' xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path fill='black' fill-rule='nonzero' d='M.146 3.611a.606.606 0 0 1 .437-.177h11.412L9.515.994C9.225.736 9.219.47 9.498.2c.28-.271.553-.265.82.018l3.5 3.394a.343.343 0 0 1 .147.177.65.65 0 0 1 0 .424.343.343 0 0 1-.146.177l-3.5 3.394c-.268.283-.541.29-.82.018-.28-.271-.274-.536.018-.796l2.479-2.44H.583a.577.577 0 0 1-.419-.158A.542.542 0 0 1 0 4c0-.165.049-.295.146-.389z'></path></svg>");
}
.cid-sspmuLfYfi .item:hover .btn {
  padding-right: 32px;
}
.cid-sspmuLfYfi .item:hover .btn:after {
  opacity: 1;
}
.cid-sspmuLfYfi .mbr-section-subtitle {
  color: #232323;
}
.cid-ssv5r5LwwE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-ssv5r5LwwE .mbr-section-title {
  color: #e9204f;
}
.cid-ssv5gVRyT8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-ssv5gVRyT8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ssv5gVRyT8 .row {
    flex-direction: column-reverse;
  }
  .cid-ssv5gVRyT8 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ssv5gVRyT8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ssv5gVRyT8 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ssv5gVRyT8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ssv5gVRyT8 .card-title {
  color: #004646;
  text-align: right;
}
.cid-ssv5gVRyT8 .mbr-text,
.cid-ssv5gVRyT8 .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-ssv7CFkWll {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #f9f9f9;
}
@media (max-width: 1000px) {
  .cid-ssv7CFkWll {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-ssv7CFkWll {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }
}
.cid-ssv7CFkWll .mbr-section-subtitle {
  text-align: left;
}
.cid-ssv7CFkWll .mbr-section-title {
  text-align: center;
}
.cid-ssv7CFkWll .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-ssv7CFkWll hr {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
}
.cid-sBfSWlU9x6 {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/gz-1-492x328.jpg");
}
.cid-sBfSWlU9x6 .row {
  flex-direction: row-reverse;
}
.cid-sBfSWlU9x6 h4 {
  border: 1px solid #fff;
  width: auto;
  border-radius: 100px;
  font-size: 5em;
}
.cid-sBfSWlU9x6 .video-wrapper iframe {
  width: 100%;
}
.cid-sBfSWlU9x6 .mbr-section-title,
.cid-sBfSWlU9x6 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sBfSWlU9x6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sBfSWlU9x6 .mbr-section-title {
  color: #ffffff;
}
.cid-sBfSWlU9x6 .mbr-section-subtitle {
  color: #f7ed4a;
}
.cid-sBfSWlU9x6 .mbr-text {
  color: #ffffff;
}
.cid-sBfSWlU9x6 .mbr-description {
  color: #f7ed4a;
}
.cid-seITQ3g0xU {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #003300;
}
.cid-seITQ3g0xU .mbr-section-subtitle {
  color: #767676;
}
.cid-seITQ3g0xU h6 {
  color: #fff;
  font-family: "Cinzel";
  font-size: 2.2em;
  font-style: normal;
  font-weight: 400;
}
.cid-seITQ3g0xU H6 {
  color: #f7ed4a;
}
.cid-seITQ3rM2l {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #003300;
}
.cid-seITQ3rM2l h4 {
  color: #F00;
  font-weight: normal;
}
.cid-seITQ3rM2l h6 {
  color: #FF0;
  font-weight: 100;
  font-style: italic;
  text-align: center;
}
.cid-seITQ3rM2l img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-seITQ3rM2l .card-wrapper {
  background: #003300;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-seITQ3rM2l .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-seITQ3rM2l .first:hover:before {
  content: none;
}
.cid-seITQ3rM2l .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, yellow, white);
  content: "";
}
.cid-seITQ3rM2l .last:hover:after {
  content: none;
}
.cid-seITQ3rM2l .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, yellow, white);
  content: "";
}
.cid-seITQ3rM2l .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
.cid-seITQ3rM2l .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-seITQ3rM2l .card .img-wrapper {
  overflow: hidden;
}
.cid-seITQ3rM2l .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-seITQ3rM2l .card:hover .card-wrapper {
  background: #111;
  color: #ffffff !important;
}
.cid-seITQ3rM2l .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-seITQ3rM2l .mbr-section-title {
  color: #f7ed4a;
  text-align: center;
}
.cid-seITQ3N25X {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/seenland-1-1208x805.jpeg");
  background-attachment: fixed;
}
.cid-seITQ3N25X .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-seITQ3N25X .card-wrapper {
    padding: 0;
  }
}
.cid-seITQ3N25X h6 {
  color: #fff;
  font-family: "Cinzel";
  font-size: 2.6em;
  font-style: normal;
  font-weight: 400;
}
.cid-seITQ3N25X img {
  width: 100%;
}
.cid-seITQ3N25X .mbr-iconfont {
  font-size: 3rem;
  background-image: linear-gradient(to right, red, yellow);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-seITQ3N25X .line {
  width: 80%;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background-image: linear-gradient(to left, white, yellow);
}
.cid-seITQ3N25X .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-seITQ3N25X h4 {
  margin: 0;
}
.cid-seITQ3N25X .card-text {
  color: #f9f295;
}
.cid-seITQ3N25X .mbr-text {
  color: #000000;
}
.cid-seITQ3N25X .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-seITQ3N25X .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-seITQ3N25X .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-seITQ3N25X .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-seITQ3N25X .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-seITQ3N25X H3 {
  color: #787324;
}
.cid-seITQ3N25X .mbr-section-title,
.cid-seITQ3N25X .title-wrapper {
  color: #ffffff;
}
.cid-seITQ3N25X .mbr-text,
.cid-seITQ3N25X .mbr-section-btn {
  color: #ffffff;
}
.cid-seITQ3N25X H6 {
  color: #f7ed4a;
}
.cid-seITQ44NH2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/ostern-1920x1014.jpg");
}
.cid-seITQ44NH2 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-seITQ44NH2 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-seITQ44NH2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-seITQ44NH2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-seITQ44NH2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-seITQ44NH2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-seITQ44NH2 a.close:hover {
  color: #ffffff;
}
.cid-seITQ4ntCL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-seITQ4ntCL .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-seITQ4ntCL .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-seITQ4ntCL hr {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  color: #000;
  background: #fff;
}
.cid-seITQ4ntCL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-seITQ4ntCL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-seITQ4ntCL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-seITQ4ntCL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-seITQ4ntCL a.close:hover {
  color: #ffffff;
}
.cid-slquWfs8tg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a3e0f;
}
.cid-slquWfs8tg .video-wrapper iframe {
  width: 100%;
}
.cid-slquWfs8tg .mbr-section-title,
.cid-slquWfs8tg .mbr-section-subtitle,
.cid-slquWfs8tg .mbr-text {
  text-align: center;
}
.cid-slquWfs8tg .mbr-section-title {
  color: #f7ed4a;
}
.cid-slquWfs8tg .mbr-text {
  color: #ffffff;
}
.cid-seITQ4EEWo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f9f9;
}
.cid-seITQ4EEWo .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-seITQ4EEWo .content {
    text-align: center;
  }
  .cid-seITQ4EEWo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-seITQ4EEWo .img-logo img {
  height: 10rem;
}
.cid-seITQ4EEWo .img-logo2 img {
  height: 4rem;
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seITQ4EEWo .img-logo2 img:hover {
  opacity: 1;
}
.cid-seITQ4EEWo .form-group,
.cid-seITQ4EEWo .input-group-btn {
  padding: 0;
}
.cid-seITQ4EEWo .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-seITQ4EEWo .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-seITQ4EEWo .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-seITQ4EEWo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seITQ4EEWo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .5;
  height: 5px;
}
.cid-seITQ4EEWo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-seITQ4EEWo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-seITQ4EEWo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seITQ4EEWo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seITQ4EEWo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seITQ4EEWo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-seITQ4EEWo .foot-logo {
    text-align: center !important;
  }
  .cid-seITQ4EEWo .foot-title {
    text-align: center !important;
  }
  .cid-seITQ4EEWo .mbr-text {
    text-align: center !important;
  }
  .cid-seITQ4EEWo .form-group {
    margin: 0;
  }
}
.cid-seITQ4EEWo .foot-logo {
  color: #ff3366;
}
.cid-seITQ4EEWo .foot-title {
  color: #06680f;
  text-align: left;
}
.cid-sBlXHwrTeO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f9f9;
}
.cid-sBlXHwrTeO .mbr-text,
.cid-sBlXHwrTeO blockquote {
  color: #767676;
}
.cid-sBg4bMm3ZJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sBg4bMm3ZJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sBg4bMm3ZJ hr {
  width: 100%;
  height: 3px;
  margin: 0 auto;
  color: #767676;
  background: #767676;
}
.cid-sBg4bMm3ZJ h6 {
  color: #ccc);
  font-family: "Cinzel Decorative";
  font-size: 6em;
  font-weight: 400;
  float: left;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.61);
}
.cid-sBg4bMm3ZJ .row {
  flex-direction: row-reverse;
}
.cid-sBg4bMm3ZJ img {
  width: 80%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
@media (min-width: 992px) {
  .cid-sBg4bMm3ZJ .text-wrapper {
    padding: 1rem;
  }
}
.cid-sBg4bMm3ZJ .mbr-text {
  text-align: right;
}
.cid-sBg4bMm3ZJ .mbr-section-title {
  text-align: right;
}
.cid-sX1ijuFizp {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-sX1ijuFizp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sX1ijuFizp .inner-container {
  padding-left: 4%;
}
.cid-sX1ijuFizp h6 {
  border: 1px solid #FF0000;
  text-align: center;
  padding: 5px;
  font-weight: 500;
  font-family: Montserrat;
}
.cid-sX1ijuFizp p {
  color: #767676;
  text-align: left;
}
.cid-sX1ijuFizp .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sX1ijuFizp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sX1ijuFizp .card-img {
  background-color: #efefef;
}
.cid-sX1ijuFizp .card-box {
  padding: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sX1ijuFizp img {
  -webkit-border-radius: 40px 40px 0px 0px;
  -moz-border-radius: 40px 40px 0px 0px;
  border-radius: 40px 40px 0px 0px;
  border: 5px solid #fff;
}
.cid-sX1ijuFizp .card-title {
  text-align: center;
}
.cid-sX1ijuFizp .mbr-text {
  text-align: center;
  color: #003300;
}
.cid-sVTNRoE8MW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-sVTNRoE8MW .underlined-example {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding-bottom: -5em;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-rule: 1px solid rgba(28, 110, 164, 0.5);
  -moz-column-rule: 1px solid rgba(28, 110, 164, 0.5);
  column-rule: 1px solid rgba(28, 110, 164, 0.5);
  text-shadow: 1px 1px 1px #000;
}
.cid-sVTNRoE8MW .underlined-example:hover {
  color: #000;
}
.cid-sVTNRoE8MW .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: red;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVTNRoE8MW .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sVTNRoE8MW .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 4px 20px 4px 20px;
  color: #003300;
  background-color: #5f86be;
  margin-bottom: 16px;
}
.cid-sVTNRoE8MW .badge.display-4 {
  font-size: 20px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sVTNRoE8MW .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-sVTNRoE8MW .main-title {
  color: #404040;
}
.cid-sVTNRoE8MW .mbr-text {
  color: #606060;
}
.cid-sVTNRoE8MW .count {
  text-align: center;
  margin-bottom: 12px;
  color: #404040;
}
.cid-sVTNRoE8MW .count.display-1 {
  font-size: 46px;
  line-height: 1;
}
.cid-sVTNRoE8MW .mbr-content-title {
  color: #606060;
}
.cid-sVTNRoE8MW .card {
  word-wrap: break-word;
}
.cid-sVTNRoE8MW .card .mbr-iconfont {
  font-size: 5rem;
  color: #003300;
}
.cid-sVTNRoE8MW .count,
.cid-sVTNRoE8MW .card-img {
  text-align: center;
}
.cid-sVTUlMwvOd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1357.jpg");
}
.cid-sVTUlMwvOd .underlined-example {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding-bottom: -5em;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-rule: 1px solid rgba(28, 110, 164, 0.5);
  -moz-column-rule: 1px solid rgba(28, 110, 164, 0.5);
  column-rule: 1px solid rgba(28, 110, 164, 0.5);
  text-shadow: 1px 1px 1px #000;
}
.cid-sVTUlMwvOd .underlined-example:hover {
  color: #000;
}
.cid-sVTUlMwvOd .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: red;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVTUlMwvOd .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sVTUlMwvOd .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #003300;
  background-color: rgba(0, 51, 0, 0.15);
  margin-bottom: 16px;
}
.cid-sVTUlMwvOd .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sVTUlMwvOd .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-sVTUlMwvOd .main-title {
  color: #404040;
}
.cid-sVTUlMwvOd .mbr-text {
  color: #606060;
}
.cid-sVTUlMwvOd .count {
  text-align: center;
  margin-bottom: 12px;
  color: #404040;
}
.cid-sVTUlMwvOd .count.display-1 {
  font-size: 46px;
  line-height: 1;
}
.cid-sVTUlMwvOd .mbr-content-title {
  color: #606060;
}
.cid-sVTUlMwvOd .card {
  word-wrap: break-word;
}
.cid-sVTUlMwvOd .card .mbr-iconfont {
  font-size: 5rem;
  color: #003300;
}
.cid-sVTUlMwvOd .count,
.cid-sVTUlMwvOd .card-img {
  text-align: center;
}
.cid-sVTUnoJzsK {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1-1920x1357.jpg");
}
.cid-sVTUnoJzsK h5 {
  font-family: Archivo Narrow;
  line-height: 120%;
}
.cid-sVTUnoJzsK .underlined-example {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding-bottom: -8em;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-rule: 1px solid rgba(28, 110, 164, 0.5);
  -moz-column-rule: 1px solid rgba(28, 110, 164, 0.5);
  column-rule: 1px solid rgba(28, 110, 164, 0.5);
  text-shadow: 1px 1px 1px #000;
}
.cid-sVTUnoJzsK .underlined-example:hover {
  color: #000;
}
.cid-sVTUnoJzsK .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: red;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVTUnoJzsK .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sVTUnoJzsK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #003300;
  background-color: rgba(0, 51, 0, 0.15);
  margin-bottom: 16px;
}
.cid-sVTUnoJzsK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sVTUnoJzsK .mbr-section-subtitle {
  color: #000000;
  font-weight: 400;
  font-size: 1.4em;
}
.cid-sVTUnoJzsK .main-title {
  color: #404040;
}
.cid-sVTUnoJzsK .mbr-text {
  color: #606060;
}
.cid-sVTUnoJzsK .count {
  text-align: center;
  margin-bottom: 12px;
  color: #404040;
}
.cid-sVTUnoJzsK .count.display-1 {
  font-size: 46px;
  line-height: 1;
}
.cid-sVTUnoJzsK .mbr-content-title {
  color: #606060;
}
.cid-sVTUnoJzsK .card {
  word-wrap: break-word;
}
.cid-sVTUnoJzsK .card .mbr-iconfont {
  font-size: 5rem;
  color: #003300;
}
.cid-sVTUnoJzsK .count,
.cid-sVTUnoJzsK .card-img {
  text-align: center;
}
.cid-sVNQZ2FeE9 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-sVNQZ2FeE9 .content_wrapper {
  position: relative;
  padding: 10px 0;
  border-top: 2px solid #f14105;
  border-bottom: 2px solid #f14105;
  z-index: 1;
}
.cid-sVNQZ2FeE9 .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sVNQZ2FeE9 .mbr-section-title {
  margin-bottom: 12px;
  color: #e3000f;
}
.cid-sVNQZ2FeE9 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sVNQZ2FeE9 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sVNQZ2FeE9 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sVNQZ2FeE9 .mbr-section-btn .btn-secondary-outline .active,
.cid-sVNQZ2FeE9 .mbr-section-btn .btn-secondary-outline:focus {
  color: #003300 !important;
}
.cid-sVNQZ2FeE9 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sVNQZ2FeE9 .image_post {
  display: inline-block;
}
.cid-sVNQZ2FeE9 .image_post img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  min-width: 50px;
  float: left;
}
.cid-sVNQZ2FeE9 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sVTPMjnsSK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVTPMjnsSK .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sVTPMjnsSK .underlined-example:hover {
  color: #000;
}
.cid-sVTPMjnsSK .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVTPMjnsSK .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sVTPMjnsSK h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sBg4bODdcT {
  padding-top: 15px;
  padding-bottom: 1200px;
  background: linear-gradient(0deg, #faf9f9, #faf9f9);
}
.cid-sBg4bODdcT .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sBg4bODdcT .social-list a:focus {
  text-decoration: none;
}
.cid-sCj20egXLn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1920.jpeg");
}
.cid-sCj20egXLn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCj20egXLn .mbr-section-title {
  color: #0f7699;
  text-align: center;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sCj20egXLn .mbr-section-subtitle {
  color: #cc2952;
  text-align: center;
}
.cid-sCj20egXLn .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
  border: 2px solid #0f7699;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-left: 5%;
  border-radius: 0px 20px 0px 20px;
  -webkit-box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.1);
}
.cid-sCj20egXLn .underlined-example:hover {
  color: #000;
  background-color: #fff;
}
.cid-sCj20egXLn .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sCj20egXLn .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sCj20egXLn h6 {
  text-align: left;
  font-size: 1.0em;
  line-height: 1em;
  font-weight: 300;
}
.cid-sCypHfl7of {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCypHfl7of .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sCypHfl7of .underlined-example:hover {
  color: #000;
}
.cid-sCypHfl7of .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sCypHfl7of .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sCypHfl7of h6 {
  text-align: center;
  font-size: 1.5em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sCybKebE6F {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCybKebE6F .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sCybKebE6F h4 {
  color: #103178;
  text-align: left;
  font-weight: normal;
  font-family: Montserrat;
  font-size: 1.5em;
  line-height: 2em;
}
.cid-sCAmRpZVj7 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sCAmRpZVj7 .mbr-media {
  position: relative;
}
.cid-sCAmRpZVj7 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sCAmRpZVj7 .mbr-iconfont {
  color: #ffffff;
}
.cid-sCAmRpZVj7 .mbr-iconfont:hover {
  font-size: 4.5rem;
}
.cid-sCAmRpZVj7 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sCAmRpZVj7 .mbr-media span {
  font-size: 4rem;
  transition: all 0.3s;
}
.cid-sCAmRpZVj7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCAmRpZVj7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCAmRpZVj7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCAmRpZVj7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sCAmRpZVj7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCAmRpZVj7 .mbr-section-title {
  color: #ffffff;
}
.cid-sCEyBJcExu {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sCEyBJcExu .mbr-media {
  position: relative;
}
.cid-sCEyBJcExu .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sCEyBJcExu .mbr-iconfont {
  color: #ffffff;
}
.cid-sCEyBJcExu .mbr-iconfont:hover {
  font-size: 4.5rem;
}
.cid-sCEyBJcExu .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sCEyBJcExu .mbr-media span {
  font-size: 4rem;
  transition: all 0.3s;
}
.cid-sCEyBJcExu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCEyBJcExu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCEyBJcExu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCEyBJcExu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sCEyBJcExu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCEyBJcExu .mbr-section-title {
  color: #ffffff;
}
.cid-sCEAgFSWF5 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sCEAgFSWF5 .mbr-media {
  position: relative;
}
.cid-sCEAgFSWF5 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sCEAgFSWF5 .mbr-iconfont {
  color: #ffffff;
}
.cid-sCEAgFSWF5 .mbr-iconfont:hover {
  font-size: 4.5rem;
}
.cid-sCEAgFSWF5 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sCEAgFSWF5 .mbr-media span {
  font-size: 4rem;
  transition: all 0.3s;
}
.cid-sCEAgFSWF5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCEAgFSWF5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCEAgFSWF5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCEAgFSWF5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sCEAgFSWF5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCEAgFSWF5 .mbr-section-title {
  color: #ffffff;
}
.cid-sCtQ8rDlne {
  background-color: #003300;
}
.cid-sCtQ8rDlne .container {
  max-width: 1500px;
}
.cid-sCtQ8rDlne img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sCtQ8rDlne h2 {
  padding: 0;
  margin: 0;
}
.cid-sCtQ8rDlne .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sCtQ8rDlne .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sCtQ8rDlne .img-col {
  position: relative;
}
.cid-sCtQ8rDlne .img2 {
  position: absolute;
  right: 10rem;
  bottom: 10px;
  width: 300px;
}
@media (max-width: 1200px) {
  .cid-sCtQ8rDlne .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sCtQ8rDlne .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sCtQ8rDlne .img2 {
    top: -2rem;
  }
  .cid-sCtQ8rDlne .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sCtQ8rDlne .img2 {
    width: 50%;
  }
  .cid-sCtQ8rDlne .number {
    margin: auto;
  }
}
.cid-sCtQ8rDlne .mbr-text {
  color: #ffffff;
}
.cid-sCtQ8rDlne H2 {
  color: #ffffff;
}
.cid-sCtQ8rDlne H3 {
  color: #ffff00;
}
.cid-sCuct8872W {
  background-color: #ffffff;
}
.cid-sCuct8872W .text {
  padding: 0;
}
.cid-sCuct8872W section {
  position: relative;
}
.cid-sCuct8872W h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sCuct8872W .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #003300;
}
.cid-sCuct8872W .box {
  background-image: url("../../../assets/images/dsc03919-2000x1333.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-sCuct8872W .icon-wrap {
  background-color: #003300 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sCuct8872W .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sCuct8872W .icon-wrap span {
  padding-left: 8px;
}
.cid-sCuct8872W .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sCuct8872W .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sCuct8872W .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCuct8872W .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCuct8872W .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCuct8872W a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sCuct8872W a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCuct8872W .box {
    height: 250px;
  }
  .cid-sCuct8872W .row {
    padding: 1rem!important;
  }
}
.cid-sCAfDZIoAn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #003300;
}
.cid-sCAfDZIoAn hr {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  color: #fff;
  background: #fff;
  float: left;
}
.cid-sCAfDZIoAn .bildlinks {
  float: left;
  margin: -30px 30px 0px 10px;
  border: 2px solid #fff;
}
.cid-sCAfDZIoAn .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  Font-size: 120%;
  font-weight: 300;
  display: inline-block;
}
.cid-sCAfDZIoAn .underlined-example:hover {
  color: #000;
}
.cid-sCAfDZIoAn .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sCAfDZIoAn .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sCAfDZIoAn h6 {
  text-align: left;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sCAfDZIoAn H6 {
  color: #ffffff;
}
.cid-sTlwu16m4L {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/godensteinn01-1686x948.jpg");
}
.cid-sTlwu16m4L border {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  Font-size: 120%;
  font-weight: 300;
  display: inline-block;
}
.cid-sTlwu16m4L boder:hover {
  color: #000;
}
.cid-sTlwu16m4L border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sTlwu16m4L border:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sTlwu16m4L H1 {
  text-shadow: 3px 3px 6px #ffffff;
  text-align: left;
  padding-top: 5%;
  padding-left: 10%;
}
.cid-sTlwu16m4L .imagehz {
  width: 180%;
  border-style: solid;
  color: #ffffff;
  border-width: 3px;
  padding-right: 5%;
  border-top-left-radius: 150px;
}
.cid-sTlwu16m4L .row {
  align-items: center;
  justify-content: center;
}
.cid-sTlwu16m4L .shape_left {
  width: 100%;
  position: absolute;
  top: 70%;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #003300;
}
.cid-sTlwu16m4L .content_box {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.61);
  border-top-right-radius: 150px;
  padding: 20px;
  border-style: solid;
  color: #ffffff;
}
.cid-sTlwu16m4L .mbr-section-title {
  margin-bottom: 21px;
  color: #ffffff;
}
.cid-sTlwu16m4L .mbr-text {
  margin-bottom: 21px;
}
.cid-sTlwu16m4L .image-wrapper,
.cid-sTlwu16m4L img {
  width: 100%;
}
.cid-sTlwu16m4L .image-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .cid-sTlwu16m4L .image_left {
    padding-top: 5rem;
  }
  .cid-sTlwu16m4L .image_right {
    right: -2rem;
    hight: 514px;
  }
}
@media (max-width: 767px) {
  .cid-sTlwu16m4L .row {
    flex-direction: column;
  }
  .cid-sTlwu16m4L .shape {
    display: none;
  }
}
.cid-sTlwu16m4L .mbr-text,
.cid-sTlwu16m4L .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sTrVH6GYER {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sTrVH6GYER .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTrVH6GYER .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTrVH6GYER img {
  border-top-left-radius: 25px;
  border: 2px solid #666;
}
.cid-sTrVH6GYER border {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  Font-size: 120%;
  font-weight: 300;
  display: inline-block;
}
.cid-sTrVH6GYER boder:hover {
  color: #000;
}
.cid-sTrVH6GYER border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sTrVH6GYER border:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sTrVH6GYER h2 {
  font-size: 4em;
}
.cid-sTrVH6GYER .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTrVH6GYER .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTrVH6GYER .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sTrVH6GYER .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sTrVH6GYER .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-sTrVH6GYER .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sTrVH6GYER .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-sTrVH6GYER .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #e3000f !important;
}
.cid-sTrVH6GYER .mbr-gallery-filter ul {
  display: block;
}
.cid-sTrVH6GYER .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sTrVH6GYER .mbr-gallery-filter li.active .btn {
  color: #e3000f !important;
  background: transparent;
}
.cid-sTrVH6GYER .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #e3000f !important;
}
.cid-sTrVH6GYER .mbr-gallery-filter li.active::after,
.cid-sTrVH6GYER .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #e3000f !important;
}
.cid-sTrVH6GYER .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sTrVH6GYER .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sTrVH6GYER .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sTrVH6GYER .icon-focus:before {
  content: '\e95e';
}
.cid-sTrVH6GYER .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sTrVH6GYER .mbr-section-title {
  margin: 0;
}
.cid-sTrVH6GYER .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sTrVH6GYER .underline .line {
  width: 3rem;
  height: 2px;
  background: #e3000f;
  display: inline-block;
}
.cid-sTrVH6GYER .mbr-section-title,
.cid-sTrVH6GYER .underline {
  color: #003300;
}
.cid-sTrVH6GYER .mbr-section-subtitle {
  color: #232323;
}
.cid-sLZn6XsMgj {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sLZn6XsMgj .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sLZn6XsMgj .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sLZn6XsMgj .btn_link:hover {
  cursor: pointer;
}
.cid-sLZn6XsMgj .btn_link:hover a {
  color: #003300 !important;
}
.cid-sLZn6XsMgj .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sLZn6XsMgj .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sLZn6XsMgj .wrapper {
    padding: 1rem 10rem;
  }
}
.cid-sLZn6XsMgj img,
.cid-sLZn6XsMgj .item-img {
  width: 100%;
}
.cid-sLZn6XsMgj .item:focus,
.cid-sLZn6XsMgj span:focus {
  outline: none;
}
.cid-sLZn6XsMgj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLZn6XsMgj .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sLZn6XsMgj img {
  border-radius: 30px;
}
.cid-sLZn6XsMgj .mbr-section-title {
  text-align: center;
}
.cid-sLZn6XsMgj .mbr-section-subtitle {
  text-align: center;
}
.cid-sHiiGxo55H {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sHiiGxo55H .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sHiiGxo55H .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sHiiGxo55H .mbr-text {
  color: #767676;
}
.cid-sCA02sWw7P {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCA02sWw7P .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sCA02sWw7P .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sCA02sWw7P .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sCA02sWw7P P {
  text-align: left;
  color: #073b4c;
}
.cid-sCA02sWw7P .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sCA02sWw7P .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sCA02sWw7P .btn_link:hover {
  cursor: pointer;
}
.cid-sCA02sWw7P .btn_link:hover a {
  color: #003300 !important;
}
.cid-sCA02sWw7P .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sCyAGm7IH5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCyAGm7IH5 .icon1 {
  background: #003300;
}
.cid-sCyAGm7IH5 .link-text-wrapper {
  display: flex;
  align-items: center;
}
.cid-sCyAGm7IH5 .link-text-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}
.cid-sCyAGm7IH5 .link-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  margin: auto;
  width: 70px;
  height: 70px;
}
.cid-sCyAGm7IH5 .link-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sCyAGm7IH5 .inline-wrapper {
  display: inline-block;
}
.cid-sCyAGm7IH5 .align-wrapper {
  width: 100%;
}
.cid-sCyAGm7IH5 .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px #e3000f inset;
  border-radius: 50%;
  min-width: 70px;
  width: 70px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
}
.cid-sCyAGm7IH5 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sCyAGm7IH5 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sCyAGm7IH5 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sCyAGm7IH5 .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.8rem;
  color: #e3000f;
  position: relative;
}
.cid-sCyAGm7IH5 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 6px;
  right: -6px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: 1;
  height: 100%;
  border-radius: 50%;
}
.cid-sCyAGm7IH5 img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-sCyAGm7IH5 img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-sCyAGm7IH5 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sCyAGm7IH5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sCyAGm7IH5 .main-sub-title {
  background: #b2ccd2;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sCyAGm7IH5 .card-text {
  color: #767676;
}
.cid-sCyAGm7IH5 .main-sub-title,
.cid-sCyAGm7IH5 .align-wrapper {
  color: #33358c;
}
.cid-sCyAGm7IH5 .main-text {
  color: #777d74;
}
.cid-sCyAGm7IH5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCyAGm7IH5 .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sCyAGm7IH5 .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sCyAGm7IH5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sCyAGm7IH5 a.close:hover {
  color: #ffffff;
}
.cid-sCyAGm7IH5 .main-text,
.cid-sCyAGm7IH5 .link-align-wrapper {
  color: #232323;
}
.cid-sCA74vsjwP {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sCA74vsjwP .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sCA74vsjwP .underlined-example:hover {
  color: #000;
}
.cid-sCA74vsjwP .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sCA74vsjwP .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sCA74vsjwP h6 {
  text-align: center;
  font-size: 1.5em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sVHZ94pbpN.popup-builder {
  background-color: #ffffff;
}
.cid-sVHZ94pbpN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVHZ94pbpN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-sVHZ94pbpN .modal-content,
.cid-sVHZ94pbpN .modal-dialog {
  height: auto;
}
.cid-sVHZ94pbpN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVHZ94pbpN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVHZ94pbpN .form-wrapper .mbr-form .form-group,
  .cid-sVHZ94pbpN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVHZ94pbpN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVHZ94pbpN .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-sVHZ94pbpN .mbr-text {
  text-align: center;
}
.cid-sVHZ94pbpN .pt-0 {
  padding-top: 0 !important;
}
.cid-sVHZ94pbpN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVHZ94pbpN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVHZ94pbpN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVHZ94pbpN .modal-open {
  overflow: hidden;
}
.cid-sVHZ94pbpN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVHZ94pbpN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVHZ94pbpN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-sVHZ94pbpN .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-sVHZ94pbpN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVHZ94pbpN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVHZ94pbpN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVHZ94pbpN .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-sVHZ94pbpN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVHZ94pbpN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVHZ94pbpN .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVHZ94pbpN .modal-backdrop.show {
  opacity: .5;
}
.cid-sVHZ94pbpN .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-sVHZ94pbpN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVHZ94pbpN .modal-header {
    padding: 1rem;
  }
}
.cid-sVHZ94pbpN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVHZ94pbpN .modal-header .close svg {
  fill: #353535;
}
.cid-sVHZ94pbpN .modal-header .close:hover {
  opacity: 1;
}
.cid-sVHZ94pbpN .modal-header .close:focus {
  outline: none;
}
.cid-sVHZ94pbpN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVHZ94pbpN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVHZ94pbpN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVHZ94pbpN .modal-body {
    padding: 1rem;
  }
}
.cid-sVHZ94pbpN .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-sVHZ94pbpN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVHZ94pbpN .modal-footer {
    padding: 1rem;
  }
}
.cid-sVHZ94pbpN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVHZ94pbpN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVHZ94pbpN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVHZ94pbpN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVHZ94pbpN .modal-lg,
  .cid-sVHZ94pbpN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVHZ94pbpN .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVHZ94pbpN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVHZ94pbpN .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-sVHZ94pbpN .form-group {
  margin-bottom: 1rem;
}
.cid-sVHZ94pbpN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVHZ94pbpN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVHZ94pbpN .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-sVHZ94pbpN .mbr-section-btn {
  margin: 0;
}
.cid-sVHZ94pbpN .mbr-section-btn .btn {
  margin: 0;
}
.cid-sVHYFb4FaY.popup-builder {
  background-color: #ffffff;
}
.cid-sVHYFb4FaY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVHYFb4FaY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-sVHYFb4FaY .modal-content,
.cid-sVHYFb4FaY .modal-dialog {
  height: auto;
}
.cid-sVHYFb4FaY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVHYFb4FaY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVHYFb4FaY .form-wrapper .mbr-form .form-group,
  .cid-sVHYFb4FaY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVHYFb4FaY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVHYFb4FaY .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-sVHYFb4FaY .mbr-text {
  text-align: center;
}
.cid-sVHYFb4FaY .pt-0 {
  padding-top: 0 !important;
}
.cid-sVHYFb4FaY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVHYFb4FaY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVHYFb4FaY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVHYFb4FaY .modal-open {
  overflow: hidden;
}
.cid-sVHYFb4FaY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVHYFb4FaY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVHYFb4FaY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-sVHYFb4FaY .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-sVHYFb4FaY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVHYFb4FaY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVHYFb4FaY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVHYFb4FaY .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-sVHYFb4FaY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVHYFb4FaY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVHYFb4FaY .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVHYFb4FaY .modal-backdrop.show {
  opacity: .5;
}
.cid-sVHYFb4FaY .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-sVHYFb4FaY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVHYFb4FaY .modal-header {
    padding: 1rem;
  }
}
.cid-sVHYFb4FaY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVHYFb4FaY .modal-header .close svg {
  fill: #353535;
}
.cid-sVHYFb4FaY .modal-header .close:hover {
  opacity: 1;
}
.cid-sVHYFb4FaY .modal-header .close:focus {
  outline: none;
}
.cid-sVHYFb4FaY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVHYFb4FaY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVHYFb4FaY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVHYFb4FaY .modal-body {
    padding: 1rem;
  }
}
.cid-sVHYFb4FaY .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-sVHYFb4FaY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVHYFb4FaY .modal-footer {
    padding: 1rem;
  }
}
.cid-sVHYFb4FaY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVHYFb4FaY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVHYFb4FaY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVHYFb4FaY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVHYFb4FaY .modal-lg,
  .cid-sVHYFb4FaY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVHYFb4FaY .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVHYFb4FaY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVHYFb4FaY .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-sVHYFb4FaY .form-group {
  margin-bottom: 1rem;
}
.cid-sVHYFb4FaY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVHYFb4FaY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVHYFb4FaY .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-sVHYFb4FaY .mbr-section-btn {
  margin: 0;
}
.cid-sVHYFb4FaY .mbr-section-btn .btn {
  margin: 0;
}
.cid-sI8OtQIGar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/p1020606-2000x1500.jpg");
}
.cid-sI8OtQIGar h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
@media (max-width: 992px) {
  .cid-sI8OtQIGar {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .cid-sI8OtQIGar .box {
    height: 250px;
  }
  .cid-sI8OtQIGar .row {
    padding: 1rem !important;
  }
  .cid-sI8OtQIGar .mbr-text {
    margin-top: 30px;
    text-align: left;
  }
}
.cid-sI8OtQIGar .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #003300;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}
.cid-sI8OtQIGar .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sI8OtQIGar .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sI8OtQIGar .mbr-section-title {
  color: #465052;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sI8OtQIGar .mbr-text {
  color: #606060;
}
.cid-sI8OtQIGar .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sI8OtQIGar .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}
.cid-sI8OtQIGar .mbr-list .list li {
  line-height: 1.75;
}
.cid-sI8OtQIGar .mbr-list .list li:before {
  font-weight: 900;
  color: #cc2952;
  display: inline-block;
  font-family: FontAwesome !important;
  content: "\f061";
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 10px;
}
.cid-sI8OtQIGar .mbr-section-btn {
  text-align: left;
  margin-top: 30px;
}
.cid-sI8OtQIGar .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-sI8OtQIGar .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sI8OtQIGar .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sI8OtQIGar .box {
  background-image: url("../../../assets/images/maisanlieferung-1hz1-1714x965.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 0;
}
.cid-sI8OtQIGar .box .overlay {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.cid-sI8OtQIGar .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sI8OtQIGar .icon-wrap span {
  padding-left: 8px;
}
.cid-sI8OtQIGar .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #cc2952 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-sI8OtQIGar .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-sI8OtQIGar .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sI8OtQIGar .play {
  width: 70px;
  height: 70px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 200ms ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cid-sI8OtQIGar .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 2px;
  display: block;
}
.cid-sI8OtQIGar .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sI8OtQIGar .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sI8OtQIGar .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sI8OtQIGar a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sI8OtQIGar a.close:hover {
  color: #ffffff;
}
.cid-sI8XNiUk1k {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/p1020606-2000x1500.jpg");
}
@media (max-width: 991px) {
  .cid-sI8XNiUk1k .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sI8XNiUk1k .container-fluid {
    padding: 0 3rem;
  }
}
.cid-sI8XNiUk1k .row {
  align-items: center;
}
.cid-sI8XNiUk1k img {
  width: 100%;
  height: 100%;
  border: 2px solid #0C4F19;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
}
.cid-sI8XNiUk1k .col-lg-3 {
  height: 300px;
}
.cid-sI8XNiUk1k .col-lg-2 {
  height: 400px;
}
.cid-sI8XNiUk1k .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sI8XNiUk1k .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sI8XNiUk1k .col-12 {
    margin-bottom: 3rem;
  }
}
.cid-sJ5OHHVKvJ {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/back-1600x900.jpg");
  overflow: hidden;
}
.cid-sJ5OHHVKvJ .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJ5OHHVKvJ H6 {
  color: #ffffff;
  font-family: Cinzel;
  font-size: 6em;
  line-height: 80%;
  text-align: center;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJ5OHHVKvJ Hz {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 0.8em;
  line-height: 200%;
}
.cid-sJ5OHHVKvJ H1 {
  color: #ffffff;
  font-family: Cinzel;
  font-size: 3em;
  line-height: 80%;
  text-align: center;
}
.cid-sJ5OHHVKvJ svg {
  fill: #efefef !important;
  pointer-events: none;
}
.cid-sJ5OHHVKvJ #e2_shape {
  fill: #efefef !important;
}
.cid-sJ5OHHVKvJ .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-sJ5OHHVKvJ .mbr-text {
  font-weight: 300;
}
.cid-sJ5OHHVKvJ .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sJ5OHHVKvJ .btn-white {
  color: #404040 !important;
}
.cid-sJ5OHHVKvJ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-sJ5OHHVKvJ .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-sJ5OHHVKvJ .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-sJ5OHHVKvJ {
    padding: 30px;
  }
  .cid-sJ5OHHVKvJ svg {
    display: none;
  }
}
.cid-sJ5OHHVKvJ .mbr-text,
.cid-sJ5OHHVKvJ .mbr-section-btn {
  text-align: right;
}
.cid-sISg86TqhV {
  background-color: #efefef;
  overflow: hidden;
}
.cid-sISg86TqhV H1 {
  color: #073b4c;
  text-shadow: 3px 3px 6px #cccccc;
}
.cid-sISg86TqhV .mbr-text,
.cid-sISg86TqhV .mbr-section-btn {
  color: #003300;
  font-size: 120%;
  text-align: right;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sISg86TqhV .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
  right: 1rem;
}
.cid-sISg86TqhV .relative {
  position: relative;
}
.cid-sISg86TqhV .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 30%;
  top: -3rem;
  left: -5rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sISg86TqhV .img1 {
    width: 100%;
  }
}
.cid-sISg86TqhV H3 {
  text-align: right;
}
.cid-sISjQWdKvp {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sISjQWdKvp .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sISjQWdKvp .container-fluid {
    padding: 0 3rem;
  }
}
.cid-sISjQWdKvp .row {
  align-items: center;
}
.cid-sISjQWdKvp img {
  width: 100%;
  height: 100%;
}
.cid-sISjQWdKvp .col-lg-3 {
  height: 300px;
}
.cid-sISjQWdKvp .col-lg-2 {
  height: 400px;
}
.cid-sISjQWdKvp .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sISjQWdKvp .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sISjQWdKvp .col-12 {
    margin-bottom: 3rem;
  }
}
.cid-sITXjobRGx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sITXjobRGx H1 {
  color: #57468b;
}
.cid-sITXjobRGx .mbr-text,
.cid-sITXjobRGx .mbr-section-btn {
  color: #000;
  text-align: left;
}
.cid-sITXjobRGx img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sITXjobRGx .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sIU3iids7m {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #efefef;
}
.cid-sIU3iids7m .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sIU3iids7m .row {
    flex-direction: column-reverse;
  }
  .cid-sIU3iids7m .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sIU3iids7m .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIU3iids7m .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sIU3iids7m .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sIU3iids7m .card-title {
  color: #003300;
  text-align: right;
  text-shadow: 3px 3px 6px #cccccc;
}
.cid-sIU3iids7m .mbr-text,
.cid-sIU3iids7m .mbr-section-btn {
  color: #000;
  font-size: 120%;
  text-align: right;
}
.cid-sITXlPJDSh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sITXlPJDSh .container {
  max-width: 1500px;
}
.cid-sITXlPJDSh img {
  width: 100%;
}
.cid-sITXlPJDSh h2 {
  padding: 0;
  margin: 0;
  text-shadow: 3px 3px 6px #cccccc;
}
.cid-sITXlPJDSh .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sITXlPJDSh .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sITXlPJDSh .img-col {
  position: relative;
}
.cid-sITXlPJDSh .img2 {
  position: absolute;
  left: 16rem;
  top: 12rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sITXlPJDSh .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sITXlPJDSh .img-col {
    margin-bottom: 3rem;
  }
  .cid-sITXlPJDSh .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sITXlPJDSh .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sITXlPJDSh .number {
    margin: auto;
  }
}
.cid-sITXlPJDSh H2 {
  color: #003300;
}
.cid-sITXgWpsXc {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sITXgWpsXc .mbr-text {
  color: #767676;
}
.cid-sITXgWpsXc .card-subtitle {
  margin: 0;
}
.cid-sITXgWpsXc .link {
  margin: 0;
}
.cid-sITXgWpsXc h6 {
  color: #000;
  font-family: Archivo Narrow;
  font-size: 1 em;
  text-align: center;
}
.cid-sITXgWpsXc .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sITXgWpsXc .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sITXgWpsXc .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sITXgWpsXc .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sITXgWpsXc .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sITXgWpsXc .date {
  margin: 0;
}
.cid-sITXgWpsXc img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sITXgWpsXc .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sITXgWpsXc .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sITXgWpsXc .card-img:hover:before {
  opacity: 0.4;
}
.cid-sITXgWpsXc .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sITXgWpsXc .icon-box {
    flex-direction: column;
  }
  .cid-sITXgWpsXc .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sITXgWpsXc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sITXgWpsXc .card {
    margin-bottom: 3rem;
  }
}
.cid-sITXgWpsXc .mbr-text,
.cid-sITXgWpsXc .link {
  color: #232323;
  text-align: left;
}
.cid-sIUaNTpNC9 {
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sIUaNTpNC9 .image-wrapper {
    padding: 1rem;
  }
}
.cid-sIUaNTpNC9 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-sIUaNTpNC9 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
  width: 100%;
}
.cid-sIUaNTpNC9 .mbr-text,
.cid-sIUaNTpNC9 .mbr-section-btn {
  color: #000;
  font-size: 120%;
  text-align: right;
}
.cid-sIUaNTpNC9 .mbr-section-title {
  text-align: right;
  text-shadow: 3px 3px 6px #cccccc;
}
.cid-sIY8YlmkR5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sIY8YlmkR5 .item {
  padding-bottom: 2rem;
}
.cid-sIY8YlmkR5 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sIY8YlmkR5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sIY8YlmkR5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sIY8YlmkR5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sIY8YlmkR5 .carousel-control,
.cid-sIY8YlmkR5 .close {
  background: #1b1b1b;
}
.cid-sIY8YlmkR5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sIY8YlmkR5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sIY8YlmkR5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sIY8YlmkR5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sIY8YlmkR5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sIY8YlmkR5 .close::before {
  content: '\e91a';
}
.cid-sIY8YlmkR5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sIY8YlmkR5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sIY8YlmkR5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIY8YlmkR5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sIY8YlmkR5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sIY8YlmkR5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sIY8YlmkR5 .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-sIY8YlmkR5 .carousel-indicators li.active,
.cid-sIY8YlmkR5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sIY8YlmkR5 .carousel-indicators li::after,
.cid-sIY8YlmkR5 .carousel-indicators li::before {
  content: none;
}
.cid-sIY8YlmkR5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sIY8YlmkR5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sIY8YlmkR5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sIY8YlmkR5 .carousel-indicators {
    display: none;
  }
}
.cid-sIY8YlmkR5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sIY8YlmkR5 .carousel-inner > .active {
  display: block;
}
.cid-sIY8YlmkR5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIY8YlmkR5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIY8YlmkR5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sIY8YlmkR5 .carousel-control,
  .cid-sIY8YlmkR5 .carousel-indicators,
  .cid-sIY8YlmkR5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sIY8YlmkR5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sIY8YlmkR5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sIY8YlmkR5 .carousel-indicators .active,
.cid-sIY8YlmkR5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sIY8YlmkR5 .carousel-indicators .active {
  background: #fff;
}
.cid-sIY8YlmkR5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sIY8YlmkR5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sIY8YlmkR5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sIY8YlmkR5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sIY8YlmkR5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sIY8YlmkR5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sIY8YlmkR5 .carousel {
  width: 100%;
}
.cid-sIY8YlmkR5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sIY8YlmkR5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sIY8YlmkR5 .modal.fade .modal-dialog,
.cid-sIY8YlmkR5 .modal.in .modal-dialog {
  transform: none;
}
.cid-sIY8YlmkR5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sIY8YlmkR5 H6 {
  text-align: center;
  font-size: 1em;
  line-height: 140%;
}
.cid-sIY8YlmkR5 H3 {
  color: #003300;
  text-shadow: 3px 3px 6px #cccccc;
}
.cid-sJ4eZnWU3r {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJ4eZnWU3r .item {
  padding-bottom: 2rem;
}
.cid-sJ4eZnWU3r .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sJ4eZnWU3r .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sJ4eZnWU3r .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJ4eZnWU3r .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJ4eZnWU3r .carousel-control,
.cid-sJ4eZnWU3r .close {
  background: #1b1b1b;
}
.cid-sJ4eZnWU3r .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJ4eZnWU3r .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJ4eZnWU3r .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJ4eZnWU3r .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJ4eZnWU3r .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJ4eZnWU3r .close::before {
  content: '\e91a';
}
.cid-sJ4eZnWU3r .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJ4eZnWU3r .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJ4eZnWU3r .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ4eZnWU3r .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJ4eZnWU3r .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJ4eZnWU3r .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJ4eZnWU3r .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-sJ4eZnWU3r .carousel-indicators li.active,
.cid-sJ4eZnWU3r .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJ4eZnWU3r .carousel-indicators li::after,
.cid-sJ4eZnWU3r .carousel-indicators li::before {
  content: none;
}
.cid-sJ4eZnWU3r .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJ4eZnWU3r .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJ4eZnWU3r .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ4eZnWU3r .carousel-indicators {
    display: none;
  }
}
.cid-sJ4eZnWU3r .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJ4eZnWU3r .carousel-inner > .active {
  display: block;
}
.cid-sJ4eZnWU3r .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ4eZnWU3r .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJ4eZnWU3r .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJ4eZnWU3r .carousel-control,
  .cid-sJ4eZnWU3r .carousel-indicators,
  .cid-sJ4eZnWU3r .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJ4eZnWU3r .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJ4eZnWU3r .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJ4eZnWU3r .carousel-indicators .active,
.cid-sJ4eZnWU3r .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJ4eZnWU3r .carousel-indicators .active {
  background: #fff;
}
.cid-sJ4eZnWU3r .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJ4eZnWU3r .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJ4eZnWU3r .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJ4eZnWU3r .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJ4eZnWU3r .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJ4eZnWU3r .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJ4eZnWU3r .carousel {
  width: 100%;
}
.cid-sJ4eZnWU3r .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJ4eZnWU3r .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJ4eZnWU3r .modal.fade .modal-dialog,
.cid-sJ4eZnWU3r .modal.in .modal-dialog {
  transform: none;
}
.cid-sJ4eZnWU3r .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJ4eZnWU3r H6 {
  text-align: center;
  font-size: 1em;
  line-height: 150%;
}
.cid-sIYdImHnyQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sIYdImHnyQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sIYdImHnyQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sIYdImHnyQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-sIYdImHnyQ P {
  color: #000000;
  font-size: 1em;
  line-height: 150%;
}
.cid-sIYfe7tWb3 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sIYfe7tWb3 .image-wrapper {
    padding: 1rem;
  }
}
.cid-sIYfe7tWb3 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-sIYfe7tWb3 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
  width: 150%;
}
.cid-sIYfe7tWb3 .mbr-text,
.cid-sIYfe7tWb3 .mbr-section-btn {
  color: #000;
  text-align: right;
}
.cid-sIYfe7tWb3 .mbr-section-title {
  text-align: right;
  text-shadow: 3px 3px 6px #cccccc;
}
.cid-sIYfe7tWb3 h1 {
  font-size: 2em;
}
.cid-sIYB9JPGQc {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sIYB9JPGQc img,
.cid-sIYB9JPGQc .item-img {
  width: 100%;
}
.cid-sIYB9JPGQc .item:focus,
.cid-sIYB9JPGQc span:focus {
  outline: none;
}
.cid-sIYB9JPGQc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sIYB9JPGQc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sIYB9JPGQc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sIYB9JPGQc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sIYB9JPGQc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sIYB9JPGQc .mbr-section-title {
  color: #073b4c;
}
.cid-sIYB9JPGQc .mbr-text,
.cid-sIYB9JPGQc .mbr-section-btn {
  text-align: center;
  color: #000;
}
.cid-sIYB9JPGQc .item-title {
  text-align: center;
}
.cid-sIYB9JPGQc .item-subtitle {
  text-align: left;
}
.cid-sJ4ihi9wA2.popup-builder {
  background-color: #ffffff;
}
.cid-sJ4ihi9wA2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJ4ihi9wA2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJ4ihi9wA2 .modal-content,
.cid-sJ4ihi9wA2 .modal-dialog {
  height: auto;
}
.cid-sJ4ihi9wA2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJ4ihi9wA2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJ4ihi9wA2 .form-wrapper .mbr-form .form-group,
  .cid-sJ4ihi9wA2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJ4ihi9wA2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJ4ihi9wA2 .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-sJ4ihi9wA2 .mbr-text {
  text-align: center;
}
.cid-sJ4ihi9wA2 .pt-0 {
  padding-top: 0 !important;
}
.cid-sJ4ihi9wA2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJ4ihi9wA2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJ4ihi9wA2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJ4ihi9wA2 .modal-open {
  overflow: hidden;
}
.cid-sJ4ihi9wA2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJ4ihi9wA2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJ4ihi9wA2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJ4ihi9wA2 .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-sJ4ihi9wA2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJ4ihi9wA2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJ4ihi9wA2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJ4ihi9wA2 .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-sJ4ihi9wA2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJ4ihi9wA2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJ4ihi9wA2 .modal-backdrop.show {
  opacity: .5;
}
.cid-sJ4ihi9wA2 .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-sJ4ihi9wA2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4ihi9wA2 .modal-header {
    padding: 1rem;
  }
}
.cid-sJ4ihi9wA2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJ4ihi9wA2 .modal-header .close:hover {
  opacity: 1;
}
.cid-sJ4ihi9wA2 .modal-header .close:focus {
  outline: none;
}
.cid-sJ4ihi9wA2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJ4ihi9wA2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJ4ihi9wA2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4ihi9wA2 .modal-body {
    padding: 1rem;
  }
}
.cid-sJ4ihi9wA2 .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-sJ4ihi9wA2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4ihi9wA2 .modal-footer {
    padding: 1rem;
  }
}
.cid-sJ4ihi9wA2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJ4ihi9wA2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJ4ihi9wA2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJ4ihi9wA2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJ4ihi9wA2 .modal-sm {
    max-width: 300px;
  }
  .cid-sJ4ihi9wA2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJ4ihi9wA2 .modal-lg,
  .cid-sJ4ihi9wA2 .modal-xl {
    max-width: 800px;
  }
  .cid-sJ4ihi9wA2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJ4ihi9wA2 .modal-xl {
    max-width: 1140px;
  }
  .cid-sJ4ihi9wA2 .container {
    max-width: 1140px;
  }
}
.cid-sJ4ihi9wA2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJ4ihi9wA2 .container {
    max-width: 720px;
  }
}
.cid-sJ4ihi9wA2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJ4ihi9wA2 .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-sJ4ihi9wA2 .form-group {
  margin-bottom: 1rem;
}
.cid-sJ4ihi9wA2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJ4ihi9wA2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJ4ihi9wA2 .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-sJ4ihi9wA2 .mbr-section-btn {
  margin: 0;
}
.cid-sJ4ihi9wA2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJ4iTlfSsf.popup-builder {
  background-color: #ffffff;
}
.cid-sJ4iTlfSsf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJ4iTlfSsf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJ4iTlfSsf .modal-content,
.cid-sJ4iTlfSsf .modal-dialog {
  height: auto;
}
.cid-sJ4iTlfSsf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJ4iTlfSsf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJ4iTlfSsf .form-wrapper .mbr-form .form-group,
  .cid-sJ4iTlfSsf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJ4iTlfSsf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJ4iTlfSsf .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-sJ4iTlfSsf .mbr-text {
  text-align: center;
}
.cid-sJ4iTlfSsf .pt-0 {
  padding-top: 0 !important;
}
.cid-sJ4iTlfSsf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJ4iTlfSsf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJ4iTlfSsf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJ4iTlfSsf .modal-open {
  overflow: hidden;
}
.cid-sJ4iTlfSsf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJ4iTlfSsf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJ4iTlfSsf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJ4iTlfSsf .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-sJ4iTlfSsf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJ4iTlfSsf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJ4iTlfSsf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJ4iTlfSsf .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-sJ4iTlfSsf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJ4iTlfSsf .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJ4iTlfSsf .modal-backdrop.show {
  opacity: .5;
}
.cid-sJ4iTlfSsf .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-sJ4iTlfSsf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4iTlfSsf .modal-header {
    padding: 1rem;
  }
}
.cid-sJ4iTlfSsf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJ4iTlfSsf .modal-header .close:hover {
  opacity: 1;
}
.cid-sJ4iTlfSsf .modal-header .close:focus {
  outline: none;
}
.cid-sJ4iTlfSsf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJ4iTlfSsf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJ4iTlfSsf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4iTlfSsf .modal-body {
    padding: 1rem;
  }
}
.cid-sJ4iTlfSsf .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-sJ4iTlfSsf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4iTlfSsf .modal-footer {
    padding: 1rem;
  }
}
.cid-sJ4iTlfSsf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJ4iTlfSsf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJ4iTlfSsf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJ4iTlfSsf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJ4iTlfSsf .modal-sm {
    max-width: 300px;
  }
  .cid-sJ4iTlfSsf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJ4iTlfSsf .modal-lg,
  .cid-sJ4iTlfSsf .modal-xl {
    max-width: 800px;
  }
  .cid-sJ4iTlfSsf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJ4iTlfSsf .modal-xl {
    max-width: 1140px;
  }
  .cid-sJ4iTlfSsf .container {
    max-width: 1140px;
  }
}
.cid-sJ4iTlfSsf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJ4iTlfSsf .container {
    max-width: 720px;
  }
}
.cid-sJ4iTlfSsf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJ4iTlfSsf .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-sJ4iTlfSsf .form-group {
  margin-bottom: 1rem;
}
.cid-sJ4iTlfSsf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJ4iTlfSsf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJ4iTlfSsf .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-sJ4iTlfSsf .mbr-section-btn {
  margin: 0;
}
.cid-sJ4iTlfSsf .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJ4iU35LSM.popup-builder {
  background-color: #ffffff;
}
.cid-sJ4iU35LSM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJ4iU35LSM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJ4iU35LSM .modal-content,
.cid-sJ4iU35LSM .modal-dialog {
  height: auto;
}
.cid-sJ4iU35LSM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJ4iU35LSM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJ4iU35LSM .form-wrapper .mbr-form .form-group,
  .cid-sJ4iU35LSM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJ4iU35LSM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJ4iU35LSM .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-sJ4iU35LSM .mbr-text {
  text-align: center;
}
.cid-sJ4iU35LSM .pt-0 {
  padding-top: 0 !important;
}
.cid-sJ4iU35LSM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJ4iU35LSM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJ4iU35LSM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJ4iU35LSM .modal-open {
  overflow: hidden;
}
.cid-sJ4iU35LSM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJ4iU35LSM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJ4iU35LSM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJ4iU35LSM .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-sJ4iU35LSM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJ4iU35LSM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJ4iU35LSM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJ4iU35LSM .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-sJ4iU35LSM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJ4iU35LSM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJ4iU35LSM .modal-backdrop.show {
  opacity: .5;
}
.cid-sJ4iU35LSM .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-sJ4iU35LSM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4iU35LSM .modal-header {
    padding: 1rem;
  }
}
.cid-sJ4iU35LSM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJ4iU35LSM .modal-header .close:hover {
  opacity: 1;
}
.cid-sJ4iU35LSM .modal-header .close:focus {
  outline: none;
}
.cid-sJ4iU35LSM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJ4iU35LSM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJ4iU35LSM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4iU35LSM .modal-body {
    padding: 1rem;
  }
}
.cid-sJ4iU35LSM .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-sJ4iU35LSM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4iU35LSM .modal-footer {
    padding: 1rem;
  }
}
.cid-sJ4iU35LSM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJ4iU35LSM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJ4iU35LSM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJ4iU35LSM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJ4iU35LSM .modal-sm {
    max-width: 300px;
  }
  .cid-sJ4iU35LSM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJ4iU35LSM .modal-lg,
  .cid-sJ4iU35LSM .modal-xl {
    max-width: 800px;
  }
  .cid-sJ4iU35LSM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJ4iU35LSM .modal-xl {
    max-width: 1140px;
  }
  .cid-sJ4iU35LSM .container {
    max-width: 1140px;
  }
}
.cid-sJ4iU35LSM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJ4iU35LSM .container {
    max-width: 720px;
  }
}
.cid-sJ4iU35LSM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJ4iU35LSM .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-sJ4iU35LSM .form-group {
  margin-bottom: 1rem;
}
.cid-sJ4iU35LSM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJ4iU35LSM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJ4iU35LSM .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-sJ4iU35LSM .mbr-section-btn {
  margin: 0;
}
.cid-sJ4iU35LSM .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJ4vnsAmlc.popup-builder {
  background-color: #ffffff;
}
.cid-sJ4vnsAmlc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJ4vnsAmlc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJ4vnsAmlc .modal-content,
.cid-sJ4vnsAmlc .modal-dialog {
  height: auto;
}
.cid-sJ4vnsAmlc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJ4vnsAmlc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJ4vnsAmlc .form-wrapper .mbr-form .form-group,
  .cid-sJ4vnsAmlc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJ4vnsAmlc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJ4vnsAmlc .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-sJ4vnsAmlc .mbr-text {
  text-align: center;
}
.cid-sJ4vnsAmlc .pt-0 {
  padding-top: 0 !important;
}
.cid-sJ4vnsAmlc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJ4vnsAmlc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJ4vnsAmlc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJ4vnsAmlc .modal-open {
  overflow: hidden;
}
.cid-sJ4vnsAmlc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJ4vnsAmlc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJ4vnsAmlc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJ4vnsAmlc .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-sJ4vnsAmlc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJ4vnsAmlc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJ4vnsAmlc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJ4vnsAmlc .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-sJ4vnsAmlc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJ4vnsAmlc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJ4vnsAmlc .modal-backdrop.show {
  opacity: .5;
}
.cid-sJ4vnsAmlc .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-sJ4vnsAmlc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4vnsAmlc .modal-header {
    padding: 1rem;
  }
}
.cid-sJ4vnsAmlc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJ4vnsAmlc .modal-header .close:hover {
  opacity: 1;
}
.cid-sJ4vnsAmlc .modal-header .close:focus {
  outline: none;
}
.cid-sJ4vnsAmlc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJ4vnsAmlc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJ4vnsAmlc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4vnsAmlc .modal-body {
    padding: 1rem;
  }
}
.cid-sJ4vnsAmlc .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-sJ4vnsAmlc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4vnsAmlc .modal-footer {
    padding: 1rem;
  }
}
.cid-sJ4vnsAmlc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJ4vnsAmlc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJ4vnsAmlc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJ4vnsAmlc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJ4vnsAmlc .modal-sm {
    max-width: 300px;
  }
  .cid-sJ4vnsAmlc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJ4vnsAmlc .modal-lg,
  .cid-sJ4vnsAmlc .modal-xl {
    max-width: 800px;
  }
  .cid-sJ4vnsAmlc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJ4vnsAmlc .modal-xl {
    max-width: 1140px;
  }
  .cid-sJ4vnsAmlc .container {
    max-width: 1140px;
  }
}
.cid-sJ4vnsAmlc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJ4vnsAmlc .container {
    max-width: 720px;
  }
}
.cid-sJ4vnsAmlc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJ4vnsAmlc .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-sJ4vnsAmlc .form-group {
  margin-bottom: 1rem;
}
.cid-sJ4vnsAmlc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJ4vnsAmlc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJ4vnsAmlc .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-sJ4vnsAmlc .mbr-section-btn {
  margin: 0;
}
.cid-sJ4vnsAmlc .mbr-section-btn .btn {
  margin: 0;
}
.cid-sIYEKu0FQd {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sIYEKu0FQd .card-wrapper {
  background-color: #ff7f9f;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sIYEKu0FQd .card-wrapper {
    padding: 1rem;
  }
}
.cid-sIYEKu0FQd .text-wrapper {
  max-width: 28rem;
}
.cid-sIYEKu0FQd .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIYEKu0FQd .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIYEKu0FQd .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sIYEKu0FQd .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sIYEKu0FQd .content-wrapper {
    padding: 3rem;
  }
  .cid-sIYEKu0FQd .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-sIYEKu0FQd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sIYEKu0FQd .mbr-text,
.cid-sIYEKu0FQd .mbr-section-btn {
  text-align: left;
}
.cid-sIYSjGFVF9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sIYSjGFVF9 .item {
  padding-bottom: 2rem;
}
.cid-sIYSjGFVF9 .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sIYSjGFVF9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sIYSjGFVF9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sIYSjGFVF9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sIYSjGFVF9 .carousel-control,
.cid-sIYSjGFVF9 .close {
  background: #1b1b1b;
}
.cid-sIYSjGFVF9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sIYSjGFVF9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sIYSjGFVF9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sIYSjGFVF9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sIYSjGFVF9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sIYSjGFVF9 .close::before {
  content: '\e91a';
}
.cid-sIYSjGFVF9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sIYSjGFVF9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sIYSjGFVF9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIYSjGFVF9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sIYSjGFVF9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sIYSjGFVF9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sIYSjGFVF9 .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-sIYSjGFVF9 .carousel-indicators li.active,
.cid-sIYSjGFVF9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sIYSjGFVF9 .carousel-indicators li::after,
.cid-sIYSjGFVF9 .carousel-indicators li::before {
  content: none;
}
.cid-sIYSjGFVF9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sIYSjGFVF9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sIYSjGFVF9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sIYSjGFVF9 .carousel-indicators {
    display: none;
  }
}
.cid-sIYSjGFVF9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sIYSjGFVF9 .carousel-inner > .active {
  display: block;
}
.cid-sIYSjGFVF9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIYSjGFVF9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIYSjGFVF9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sIYSjGFVF9 .carousel-control,
  .cid-sIYSjGFVF9 .carousel-indicators,
  .cid-sIYSjGFVF9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sIYSjGFVF9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sIYSjGFVF9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sIYSjGFVF9 .carousel-indicators .active,
.cid-sIYSjGFVF9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sIYSjGFVF9 .carousel-indicators .active {
  background: #fff;
}
.cid-sIYSjGFVF9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sIYSjGFVF9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sIYSjGFVF9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sIYSjGFVF9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sIYSjGFVF9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sIYSjGFVF9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sIYSjGFVF9 .carousel {
  width: 100%;
}
.cid-sIYSjGFVF9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sIYSjGFVF9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sIYSjGFVF9 .modal.fade .modal-dialog,
.cid-sIYSjGFVF9 .modal.in .modal-dialog {
  transform: none;
}
.cid-sIYSjGFVF9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sIYSjGFVF9 H6 {
  text-align: center;
}
.cid-sJ3P5cNWIn {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJ3P5cNWIn .mbr-section-title {
  text-align: right;
}
.cid-sJ4wlwCTGN.popup-builder {
  background-color: #ffffff;
}
.cid-sJ4wlwCTGN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJ4wlwCTGN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJ4wlwCTGN .modal-content,
.cid-sJ4wlwCTGN .modal-dialog {
  height: auto;
}
.cid-sJ4wlwCTGN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJ4wlwCTGN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJ4wlwCTGN .form-wrapper .mbr-form .form-group,
  .cid-sJ4wlwCTGN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJ4wlwCTGN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJ4wlwCTGN .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-sJ4wlwCTGN .mbr-text {
  text-align: center;
}
.cid-sJ4wlwCTGN .pt-0 {
  padding-top: 0 !important;
}
.cid-sJ4wlwCTGN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJ4wlwCTGN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJ4wlwCTGN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJ4wlwCTGN .modal-open {
  overflow: hidden;
}
.cid-sJ4wlwCTGN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJ4wlwCTGN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJ4wlwCTGN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJ4wlwCTGN .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-sJ4wlwCTGN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJ4wlwCTGN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJ4wlwCTGN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJ4wlwCTGN .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-sJ4wlwCTGN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJ4wlwCTGN .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJ4wlwCTGN .modal-backdrop.show {
  opacity: .5;
}
.cid-sJ4wlwCTGN .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-sJ4wlwCTGN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4wlwCTGN .modal-header {
    padding: 1rem;
  }
}
.cid-sJ4wlwCTGN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJ4wlwCTGN .modal-header .close:hover {
  opacity: 1;
}
.cid-sJ4wlwCTGN .modal-header .close:focus {
  outline: none;
}
.cid-sJ4wlwCTGN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJ4wlwCTGN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJ4wlwCTGN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4wlwCTGN .modal-body {
    padding: 1rem;
  }
}
.cid-sJ4wlwCTGN .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-sJ4wlwCTGN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ4wlwCTGN .modal-footer {
    padding: 1rem;
  }
}
.cid-sJ4wlwCTGN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJ4wlwCTGN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJ4wlwCTGN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJ4wlwCTGN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJ4wlwCTGN .modal-sm {
    max-width: 300px;
  }
  .cid-sJ4wlwCTGN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJ4wlwCTGN .modal-lg,
  .cid-sJ4wlwCTGN .modal-xl {
    max-width: 800px;
  }
  .cid-sJ4wlwCTGN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJ4wlwCTGN .modal-xl {
    max-width: 1140px;
  }
  .cid-sJ4wlwCTGN .container {
    max-width: 1140px;
  }
}
.cid-sJ4wlwCTGN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJ4wlwCTGN .container {
    max-width: 720px;
  }
}
.cid-sJ4wlwCTGN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJ4wlwCTGN .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-sJ4wlwCTGN .form-group {
  margin-bottom: 1rem;
}
.cid-sJ4wlwCTGN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJ4wlwCTGN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJ4wlwCTGN .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-sJ4wlwCTGN .mbr-section-btn {
  margin: 0;
}
.cid-sJ4wlwCTGN .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJzXR3FGod.popup-builder {
  background-color: #ffffff;
}
.cid-sJzXR3FGod.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJzXR3FGod.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJzXR3FGod .modal-content,
.cid-sJzXR3FGod .modal-dialog {
  height: auto;
}
.cid-sJzXR3FGod .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJzXR3FGod .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJzXR3FGod .form-wrapper .mbr-form .form-group,
  .cid-sJzXR3FGod .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJzXR3FGod .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJzXR3FGod .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-sJzXR3FGod .mbr-text {
  text-align: center;
}
.cid-sJzXR3FGod .pt-0 {
  padding-top: 0 !important;
}
.cid-sJzXR3FGod .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJzXR3FGod .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJzXR3FGod .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJzXR3FGod .modal-open {
  overflow: hidden;
}
.cid-sJzXR3FGod .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJzXR3FGod .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJzXR3FGod .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJzXR3FGod .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-sJzXR3FGod .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJzXR3FGod .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJzXR3FGod .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJzXR3FGod .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-sJzXR3FGod .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJzXR3FGod .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJzXR3FGod .modal-backdrop.show {
  opacity: .5;
}
.cid-sJzXR3FGod .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-sJzXR3FGod .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJzXR3FGod .modal-header {
    padding: 1rem;
  }
}
.cid-sJzXR3FGod .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJzXR3FGod .modal-header .close:hover {
  opacity: 1;
}
.cid-sJzXR3FGod .modal-header .close:focus {
  outline: none;
}
.cid-sJzXR3FGod .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJzXR3FGod .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJzXR3FGod .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJzXR3FGod .modal-body {
    padding: 1rem;
  }
}
.cid-sJzXR3FGod .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-sJzXR3FGod .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJzXR3FGod .modal-footer {
    padding: 1rem;
  }
}
.cid-sJzXR3FGod .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJzXR3FGod .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJzXR3FGod .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJzXR3FGod .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJzXR3FGod .modal-sm {
    max-width: 300px;
  }
  .cid-sJzXR3FGod .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJzXR3FGod .modal-lg,
  .cid-sJzXR3FGod .modal-xl {
    max-width: 800px;
  }
  .cid-sJzXR3FGod .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJzXR3FGod .modal-xl {
    max-width: 1140px;
  }
  .cid-sJzXR3FGod .container {
    max-width: 1140px;
  }
}
.cid-sJzXR3FGod .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJzXR3FGod .container {
    max-width: 720px;
  }
}
.cid-sJzXR3FGod .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJzXR3FGod .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-sJzXR3FGod .form-group {
  margin-bottom: 1rem;
}
.cid-sJzXR3FGod .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJzXR3FGod .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJzXR3FGod .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-sJzXR3FGod .mbr-section-btn {
  margin: 0;
}
.cid-sJzXR3FGod .mbr-section-btn .btn {
  margin: 0;
}
.cid-sLP2lerrFj {
  background-image: url("../../../assets/images/nakasiba-08-2000x1125.jpg");
}
.cid-sLP2lerrFj H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
  line-height: 110%;
}
.cid-sLP2lerrFj img {
  border-radius: 30px;
  border: 40px solid rgba(255, 255, 255, 0.41);
  height: 90%;
  width: 90%;
  position: relative;
  left: 20%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sLP2lerrFj .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  padding: 3rem 3rem;
  width: 80%;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sLP2lerrFj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sLP2lerrFj .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sLP2lerrFj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sLP2lerrFj .mbr-section-title {
  color: #263d5a;
  text-align: left;
}
.cid-sLP2lerrFj .mbr-text,
.cid-sLP2lerrFj .mbr-section-btn {
  color: #003300;
  text-align: center;
}
.cid-sLP2lerrFj .mbr-section-subtitle {
  color: #263d5a;
  text-align: left;
}
.cid-sLP2lerrFj .mbr-section-title DIV {
  text-align: left;
}
.cid-sJ3N4fqIlJ {
  background-color: #efefef;
}
.cid-sJ3N4fqIlJ H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJ3N4fqIlJ .number {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sJ3N4fqIlJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJ3N4fqIlJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sJ3N4fqIlJ img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJ3N4fqIlJ li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-sJ3N4fqIlJ li:nth-child(1) .mbr-iconfont {
  color: #003300;
}
.cid-sJ3N4fqIlJ li:nth-child(2) .mbr-iconfont {
  color: #e3000f;
}
.cid-sJ3N4fqIlJ li:nth-child(3) .mbr-iconfont {
  color: #465052;
}
.cid-sJ3N4fqIlJ li:nth-child(4) .mbr-iconfont {
  color: #ffff00;
}
.cid-sJ3N4fqIlJ li:nth-child(5) .mbr-iconfont {
  color: #879a9f;
}
.cid-sJ3N4fqIlJ li:nth-child(6) .mbr-iconfont {
  color: #073b4c;
}
.cid-sJ3N4fqIlJ li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-sJ3N4fqIlJ .mbr-section-title {
  margin-bottom: 1rem;
  color: #003300;
}
.cid-sJ3N4fqIlJ .mbr-text {
  margin-bottom: 3.75rem;
  font-size: 1em;
  line-height: 140%;
  font-weight: 400;
}
.cid-sJ3N4fqIlJ .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-sJ3N4fqIlJ .mbr-text,
.cid-sJ3N4fqIlJ .mbr-section-btn {
  color: #1d1e22;
}
.cid-sJ3N4fqIlJ .mbr-section-title DIV {
  text-align: center;
}
.cid-sJ3N6ETdkd {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-sJ3N6ETdkd .item {
  padding-bottom: 2rem;
}
.cid-sJ3N6ETdkd Hz {
  text-align: center;
  font-size: 0.81em;
  line-height: 150%;
  font-family: Archivo Narrow;
  color: #017268;
}
.cid-sJ3N6ETdkd .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sJ3N6ETdkd .item-wrapper img {
  height: 100%;
  object-fit: cover;
  border: 2px solid #0C4F19;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.19);
}
.cid-sJ3N6ETdkd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJ3N6ETdkd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJ3N6ETdkd .carousel-control,
.cid-sJ3N6ETdkd .close {
  background: #1b1b1b;
}
.cid-sJ3N6ETdkd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJ3N6ETdkd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJ3N6ETdkd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJ3N6ETdkd .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJ3N6ETdkd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJ3N6ETdkd .close::before {
  content: '\e91a';
}
.cid-sJ3N6ETdkd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJ3N6ETdkd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJ3N6ETdkd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ3N6ETdkd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJ3N6ETdkd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJ3N6ETdkd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJ3N6ETdkd .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-sJ3N6ETdkd .carousel-indicators li.active,
.cid-sJ3N6ETdkd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJ3N6ETdkd .carousel-indicators li::after,
.cid-sJ3N6ETdkd .carousel-indicators li::before {
  content: none;
}
.cid-sJ3N6ETdkd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJ3N6ETdkd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJ3N6ETdkd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ3N6ETdkd .carousel-indicators {
    display: none;
  }
}
.cid-sJ3N6ETdkd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJ3N6ETdkd .carousel-inner > .active {
  display: block;
}
.cid-sJ3N6ETdkd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ3N6ETdkd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJ3N6ETdkd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJ3N6ETdkd .carousel-control,
  .cid-sJ3N6ETdkd .carousel-indicators,
  .cid-sJ3N6ETdkd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJ3N6ETdkd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJ3N6ETdkd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJ3N6ETdkd .carousel-indicators .active,
.cid-sJ3N6ETdkd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJ3N6ETdkd .carousel-indicators .active {
  background: #fff;
}
.cid-sJ3N6ETdkd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJ3N6ETdkd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJ3N6ETdkd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJ3N6ETdkd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJ3N6ETdkd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJ3N6ETdkd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJ3N6ETdkd .carousel {
  width: 100%;
}
.cid-sJ3N6ETdkd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJ3N6ETdkd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJ3N6ETdkd .modal.fade .modal-dialog,
.cid-sJ3N6ETdkd .modal.in .modal-dialog {
  transform: none;
}
.cid-sJ3N6ETdkd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJ3N6ETdkd H6 {
  text-align: left;
  font-size: 1em;
  line-height: 150%;
}
.cid-sJ3XjvPfpL {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJ3XjvPfpL .mbr-section-title {
  text-align: right;
}
.cid-sJ3VGksEwX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sJ3VGksEwX .item {
  padding-bottom: 2rem;
}
.cid-sJ3VGksEwX .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sJ3VGksEwX .item-wrapper img {
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
}
.cid-sJ3VGksEwX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJ3VGksEwX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJ3VGksEwX .carousel-control,
.cid-sJ3VGksEwX .close {
  background: #1b1b1b;
}
.cid-sJ3VGksEwX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJ3VGksEwX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJ3VGksEwX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJ3VGksEwX .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJ3VGksEwX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJ3VGksEwX .close::before {
  content: '\e91a';
}
.cid-sJ3VGksEwX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJ3VGksEwX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJ3VGksEwX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ3VGksEwX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJ3VGksEwX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJ3VGksEwX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJ3VGksEwX .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-sJ3VGksEwX .carousel-indicators li.active,
.cid-sJ3VGksEwX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJ3VGksEwX .carousel-indicators li::after,
.cid-sJ3VGksEwX .carousel-indicators li::before {
  content: none;
}
.cid-sJ3VGksEwX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJ3VGksEwX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJ3VGksEwX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ3VGksEwX .carousel-indicators {
    display: none;
  }
}
.cid-sJ3VGksEwX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJ3VGksEwX .carousel-inner > .active {
  display: block;
}
.cid-sJ3VGksEwX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ3VGksEwX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJ3VGksEwX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJ3VGksEwX .carousel-control,
  .cid-sJ3VGksEwX .carousel-indicators,
  .cid-sJ3VGksEwX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJ3VGksEwX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJ3VGksEwX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJ3VGksEwX .carousel-indicators .active,
.cid-sJ3VGksEwX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJ3VGksEwX .carousel-indicators .active {
  background: #fff;
}
.cid-sJ3VGksEwX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJ3VGksEwX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJ3VGksEwX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJ3VGksEwX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJ3VGksEwX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJ3VGksEwX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJ3VGksEwX .carousel {
  width: 100%;
}
.cid-sJ3VGksEwX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJ3VGksEwX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJ3VGksEwX .modal.fade .modal-dialog,
.cid-sJ3VGksEwX .modal.in .modal-dialog {
  transform: none;
}
.cid-sJ3VGksEwX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJ3VGksEwX H6 {
  text-align: left;
  font-size: 1em;
  line-height: 140%;
}
.cid-sJ3VGksEwX H3 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJ45e0IC1o {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJ45e0IC1o .mbr-section-title {
  text-align: right;
}
.cid-sJ40Q9YB8C {
  background-color: #efefef;
}
.cid-sJ40Q9YB8C .container {
  max-width: 1500px;
}
.cid-sJ40Q9YB8C img {
  width: 100%;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.66);
}
.cid-sJ40Q9YB8C h2 {
  padding: 0;
  margin: 0;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJ40Q9YB8C .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sJ40Q9YB8C .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sJ40Q9YB8C .img-col {
  position: relative;
}
.cid-sJ40Q9YB8C .img2 {
  position: absolute;
  left: -6rem;
  top: -8rem;
  width: 380px;
  border: 2px solid #003300;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-sJ40Q9YB8C .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sJ40Q9YB8C .img-col {
    margin-bottom: 3rem;
  }
  .cid-sJ40Q9YB8C .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sJ40Q9YB8C .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sJ40Q9YB8C .number {
    margin: auto;
  }
}
.cid-sJ40Q9YB8C H2 {
  color: #003300;
}
.cid-sJ3M3iNj3M {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJ3M3iNj3M .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJ3M3iNj3M .row {
    flex-direction: column-reverse;
  }
  .cid-sJ3M3iNj3M .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sJ3M3iNj3M .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJ3M3iNj3M .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sJ3M3iNj3M H6 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJ3M3iNj3M .image-wrapper img {
  width: 100%;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJ3M3iNj3M .card-title {
  color: #003300;
  text-align: right;
}
.cid-sJ3M3iNj3M .mbr-text,
.cid-sJ3M3iNj3M .mbr-section-btn {
  color: #000;
  font-size: 120%;
  text-align: right;
}
.cid-sJ3M3j1hSc {
  background-color: #efefef;
}
.cid-sJ3M3j1hSc .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sJ3M3j1hSc .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 20px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sJ3M3j1hSc .btn_link:hover {
  cursor: pointer;
}
.cid-sJ3M3j1hSc .btn_link:hover a {
  color: #003300 !important;
}
.cid-sJ3M3j1hSc .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sJ3M3j1hSc .container {
  max-width: 1500px;
}
.cid-sJ3M3j1hSc img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJ3M3j1hSc h2 {
  padding: 0;
  margin: 0;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJ3M3j1hSc .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sJ3M3j1hSc .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sJ3M3j1hSc .img-col {
  position: relative;
}
.cid-sJ3M3j1hSc .img2 {
  position: absolute;
  left: -8rem;
  top: -8rem;
  width: 480px;
  border: 2px solid #fff;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-sJ3M3j1hSc .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sJ3M3j1hSc .img-col {
    margin-bottom: 3rem;
  }
  .cid-sJ3M3j1hSc .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sJ3M3j1hSc .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sJ3M3j1hSc .number {
    margin: auto;
  }
}
.cid-sJ3M3j1hSc H2 {
  color: #003300;
}
.cid-sJ3M3kJ0dR {
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sJ3M3kJ0dR .image-wrapper {
    padding: 1rem;
  }
}
.cid-sJ3M3kJ0dR img {
  border-radius: 2rem;
  transition: all 0.3s;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJ3M3kJ0dR img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
  width: 150%;
}
.cid-sJ3M3kJ0dR .mbr-text,
.cid-sJ3M3kJ0dR .mbr-section-btn {
  color: #000;
  font-size: 140%;
  text-align: right;
}
.cid-sJ3M3kJ0dR .mbr-section-title {
  text-align: right;
}
.cid-sJ3M3kJ0dR H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJ3M3jzcqc {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sJ3M3jzcqc .image-wrapper {
    padding: 1rem;
  }
}
.cid-sJ3M3jzcqc .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sJ3M3jzcqc .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sJ3M3jzcqc .btn_link:hover {
  cursor: pointer;
}
.cid-sJ3M3jzcqc .btn_link:hover a {
  color: #003300 !important;
}
.cid-sJ3M3jzcqc .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sJ3M3jzcqc img {
  border-radius: 2rem;
  transition: all 0.3s;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJ3M3jzcqc img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
  width: 100%;
}
.cid-sJ3M3jzcqc .mbr-text,
.cid-sJ3M3jzcqc .mbr-section-btn {
  color: #000;
  text-align: right;
}
.cid-sJ3M3jzcqc .mbr-section-title {
  text-align: right;
}
.cid-sJ3M3jzcqc H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJbFqExT52 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-sJbFqExT52 .item {
  padding-bottom: 2rem;
}
.cid-sJbFqExT52 H3 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJbFqExT52 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sJbFqExT52 .item-wrapper img {
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJbFqExT52 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJbFqExT52 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJbFqExT52 .carousel-control,
.cid-sJbFqExT52 .close {
  background: #1b1b1b;
}
.cid-sJbFqExT52 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJbFqExT52 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJbFqExT52 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJbFqExT52 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJbFqExT52 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJbFqExT52 .close::before {
  content: '\e91a';
}
.cid-sJbFqExT52 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJbFqExT52 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJbFqExT52 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJbFqExT52 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJbFqExT52 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJbFqExT52 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJbFqExT52 .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-sJbFqExT52 .carousel-indicators li.active,
.cid-sJbFqExT52 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJbFqExT52 .carousel-indicators li::after,
.cid-sJbFqExT52 .carousel-indicators li::before {
  content: none;
}
.cid-sJbFqExT52 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJbFqExT52 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJbFqExT52 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJbFqExT52 .carousel-indicators {
    display: none;
  }
}
.cid-sJbFqExT52 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJbFqExT52 .carousel-inner > .active {
  display: block;
}
.cid-sJbFqExT52 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJbFqExT52 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJbFqExT52 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJbFqExT52 .carousel-control,
  .cid-sJbFqExT52 .carousel-indicators,
  .cid-sJbFqExT52 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJbFqExT52 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJbFqExT52 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJbFqExT52 .carousel-indicators .active,
.cid-sJbFqExT52 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJbFqExT52 .carousel-indicators .active {
  background: #fff;
}
.cid-sJbFqExT52 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJbFqExT52 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJbFqExT52 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJbFqExT52 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJbFqExT52 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJbFqExT52 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJbFqExT52 .carousel {
  width: 100%;
}
.cid-sJbFqExT52 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJbFqExT52 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJbFqExT52 .modal.fade .modal-dialog,
.cid-sJbFqExT52 .modal.in .modal-dialog {
  transform: none;
}
.cid-sJbFqExT52 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJbFqExT52 H6 {
  text-align: center;
}
.cid-sJbFqExT52 H4 {
  color: #003300;
}
.cid-sJcpU8aO1y {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJcpU8aO1y .mbr-section-title {
  text-align: right;
}
.cid-sJcnWx0rLj {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc01046-2000x1500.jpg");
}
.cid-sJcnWx0rLj .row {
  max-width: 900px;
  margin: auto;
}
.cid-sJcnWx0rLj H6 {
  color: #000;
  font-family: Montserrat;
  font-size: 1.4em;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
}
.cid-sJcnWx0rLj .btn {
  width: -webkit-fill-available;
}
.cid-sJcnWx0rLj .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 1rem 1rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sJcnWx0rLj .card-wrapper {
    padding: 1rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sJcnWx0rLj .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-sJcnWx0rLj .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sJcnWx0rLj .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-sJcnWx0rLj .mbr-text {
  color: #000000;
}
.cid-sJcnWx0rLj .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sJcuoff6U8 {
  background-image: url("../../../assets/images/aufenthalt-abreise-071-2000x1333.jpg");
}
@media (max-width: 991px) {
  .cid-sJcuoff6U8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJcuoff6U8 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sJcuoff6U8 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sJcuoff6U8 .btn_link:hover {
  cursor: pointer;
}
.cid-sJcuoff6U8 .btn_link:hover a {
  color: #003300 !important;
}
.cid-sJcuoff6U8 .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sJcuoff6U8 .row {
  flex-direction: row-reverse;
}
.cid-sJcuoff6U8 img {
  width: 100%;
  border-radius: 2%;
  border: 5px solid #fff;
}
@media (min-width: 992px) {
  .cid-sJcuoff6U8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJcuoff6U8 .mbr-text {
  color: #ffffff;
}
.cid-sJcuoff6U8 .mbr-section-title {
  color: #ffffff;
}
.cid-sJcuoff6U8 H3 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJcuoff6U8 .mbr-description {
  color: #ffffff;
}
.cid-sJfFcdWEqP {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sJfFcdWEqP .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJfFcdWEqP .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sJfFcdWEqP .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  color: #e3000f;
}
.cid-sJfFcdWEqP .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sJfFcdWEqP .btn_link:hover {
  cursor: pointer;
}
.cid-sJfFcdWEqP .btn_link:hover a {
  color: #003300 !important;
}
.cid-sJfFcdWEqP .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sJfFcdWEqP H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJfFcdWEqP .mbr-text {
  color: #232323;
}
.cid-sJfFcdWEqP figcaption {
  padding: 10px;
  text-align: right;
  position: absolute;
  width: 80%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  bottom: 50%;
  overflow: hidden;
}
.cid-sJfFcdWEqP figure:hover figcaption {
  opacity: 0.7;
  bottom: 0;
}
.cid-sJfFcdWEqP figure img {
  width: 100%;
  display: block;
  border: 4px solid #0C4F19;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJfFcdWEqP figure:before {
  content: "?";
  position: absolute;
  bottom: 1em;
  left: 1em;
  background: white;
  color: red;
  opacity: 0.7;
  width: 1.5em;
  height: 1.5em;
  border-radius: 1em;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cid-sJfFcdWEqP figure:hover:before {
  opacity: 0;
}
.cid-sJcyxOvwyd {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sJcyxOvwyd .image-wrapper {
    padding: 1rem;
  }
}
.cid-sJcyxOvwyd .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sJcyxOvwyd .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sJcyxOvwyd .btn_link:hover {
  cursor: pointer;
}
.cid-sJcyxOvwyd .btn_link:hover a {
  color: #003300 !important;
}
.cid-sJcyxOvwyd .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sJcyxOvwyd img {
  border-radius: 2rem;
  border: 4px solid #0C4F19;
}
.cid-sJcyxOvwyd .mbr-text,
.cid-sJcyxOvwyd .mbr-section-btn {
  color: #000;
  text-align: right;
}
.cid-sJcyxOvwyd .mbr-section-title {
  text-align: right;
}
.cid-sJcyxOvwyd H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJtynuMrYi {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 1000px) {
  .cid-sJtynuMrYi {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sJtynuMrYi {
    padding-top: 1.8rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-sJtynuMrYi .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-sJtynuMrYi .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (max-width: 992px) {
  .cid-sJtynuMrYi .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sJtynuMrYi .link-wrap {
    align-items: center;
  }
}
.cid-sJtynuMrYi .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border: 4px solid #0C4F19;
  border-radius: 2rem;
}
.cid-sJtynuMrYi .card-title,
.cid-sJtynuMrYi .card-box {
  text-align: left;
  color: #232323;
}
.cid-sJtynuMrYi .mbr-text,
.cid-sJtynuMrYi .link-wrap,
.cid-sJtynuMrYi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sJtynuMrYi .card-title,
.cid-sJtynuMrYi .mbr-text,
.cid-sJtynuMrYi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sJtAso9HdZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-sJtAso9HdZ .item {
  padding-bottom: 2rem;
}
.cid-sJtAso9HdZ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sJtAso9HdZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
  border: 4px solid #0C4F19;
}
.cid-sJtAso9HdZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJtAso9HdZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJtAso9HdZ .carousel-control,
.cid-sJtAso9HdZ .close {
  background: #1b1b1b;
}
.cid-sJtAso9HdZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJtAso9HdZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJtAso9HdZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJtAso9HdZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJtAso9HdZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJtAso9HdZ .close::before {
  content: '\e91a';
}
.cid-sJtAso9HdZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJtAso9HdZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJtAso9HdZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJtAso9HdZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJtAso9HdZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJtAso9HdZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJtAso9HdZ .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-sJtAso9HdZ .carousel-indicators li.active,
.cid-sJtAso9HdZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJtAso9HdZ .carousel-indicators li::after,
.cid-sJtAso9HdZ .carousel-indicators li::before {
  content: none;
}
.cid-sJtAso9HdZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJtAso9HdZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJtAso9HdZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJtAso9HdZ .carousel-indicators {
    display: none;
  }
}
.cid-sJtAso9HdZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJtAso9HdZ .carousel-inner > .active {
  display: block;
}
.cid-sJtAso9HdZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJtAso9HdZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJtAso9HdZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJtAso9HdZ .carousel-control,
  .cid-sJtAso9HdZ .carousel-indicators,
  .cid-sJtAso9HdZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJtAso9HdZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJtAso9HdZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJtAso9HdZ .carousel-indicators .active,
.cid-sJtAso9HdZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJtAso9HdZ .carousel-indicators .active {
  background: #fff;
}
.cid-sJtAso9HdZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJtAso9HdZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJtAso9HdZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJtAso9HdZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJtAso9HdZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJtAso9HdZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJtAso9HdZ .carousel {
  width: 100%;
}
.cid-sJtAso9HdZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJtAso9HdZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJtAso9HdZ .modal.fade .modal-dialog,
.cid-sJtAso9HdZ .modal.in .modal-dialog {
  transform: none;
}
.cid-sJtAso9HdZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJtAso9HdZ H6 {
  text-align: left;
  font-size: 1em;
  line-height: 140%;
}
.cid-sJtAso9HdZ H3 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJtO7mkgA4 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJtO7mkgA4 .mbr-section-title {
  text-align: right;
}
.cid-sJtPBjj26Q {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJtPBjj26Q img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-sJtPBjj26Q .right {
  display: flex;
  flex-direction: column;
}
.cid-sJtPBjj26Q .card-heading {
  padding-bottom: 5px;
  color: #0c5b47;
}
.cid-sJtPBjj26Q .p {
  padding-bottom: 2px;
  color: #232323;
  text-align: center;
}
.cid-sJtPBjj26Q .last-p {
  padding-bottom: 0;
}
.cid-sJtPBjj26Q .row {
  justify-content: center;
}
.cid-sJtU3HJy3U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sJtU3HJy3U .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sJtU3HJy3U .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sJtU3HJy3U .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  border: 4px solid #0C4F19;
}
.cid-sJtU3HJy3U P {
  text-align: left;
}
.cid-sJtO0CgAdt {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJtO0CgAdt .mbr-section-title {
  text-align: right;
}
.cid-sJtXrM9o0Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sJtXrM9o0Q .item {
  padding-bottom: 2rem;
}
.cid-sJtXrM9o0Q .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-sJtXrM9o0Q .item-wrapper img {
  height: 100%;
  object-fit: cover;
  border: 4px solid #0C4F19;
}
.cid-sJtXrM9o0Q .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJtXrM9o0Q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJtXrM9o0Q .carousel-control,
.cid-sJtXrM9o0Q .close {
  background: #1b1b1b;
}
.cid-sJtXrM9o0Q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJtXrM9o0Q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJtXrM9o0Q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJtXrM9o0Q .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJtXrM9o0Q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJtXrM9o0Q .close::before {
  content: '\e91a';
}
.cid-sJtXrM9o0Q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJtXrM9o0Q .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJtXrM9o0Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJtXrM9o0Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJtXrM9o0Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJtXrM9o0Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJtXrM9o0Q .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-sJtXrM9o0Q .carousel-indicators li.active,
.cid-sJtXrM9o0Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJtXrM9o0Q .carousel-indicators li::after,
.cid-sJtXrM9o0Q .carousel-indicators li::before {
  content: none;
}
.cid-sJtXrM9o0Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJtXrM9o0Q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJtXrM9o0Q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJtXrM9o0Q .carousel-indicators {
    display: none;
  }
}
.cid-sJtXrM9o0Q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJtXrM9o0Q .carousel-inner > .active {
  display: block;
}
.cid-sJtXrM9o0Q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJtXrM9o0Q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJtXrM9o0Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJtXrM9o0Q .carousel-control,
  .cid-sJtXrM9o0Q .carousel-indicators,
  .cid-sJtXrM9o0Q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJtXrM9o0Q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJtXrM9o0Q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJtXrM9o0Q .carousel-indicators .active,
.cid-sJtXrM9o0Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJtXrM9o0Q .carousel-indicators .active {
  background: #fff;
}
.cid-sJtXrM9o0Q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJtXrM9o0Q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJtXrM9o0Q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJtXrM9o0Q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJtXrM9o0Q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJtXrM9o0Q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJtXrM9o0Q .carousel {
  width: 100%;
}
.cid-sJtXrM9o0Q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJtXrM9o0Q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJtXrM9o0Q .modal.fade .modal-dialog,
.cid-sJtXrM9o0Q .modal.in .modal-dialog {
  transform: none;
}
.cid-sJtXrM9o0Q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJtXrM9o0Q H6 {
  text-align: left;
  font-size: 1em;
  line-height: 140%;
}
.cid-sJtXrM9o0Q H3 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJtO4cBuv3 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJtO4cBuv3 .mbr-section-title {
  text-align: right;
}
.cid-sJu1Jn68BT {
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sJu1Jn68BT .image-wrapper {
    padding: 1rem;
  }
}
.cid-sJu1Jn68BT .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sJu1Jn68BT .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sJu1Jn68BT .btn_link:hover {
  cursor: pointer;
}
.cid-sJu1Jn68BT .btn_link:hover a {
  color: #003300 !important;
}
.cid-sJu1Jn68BT .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sJu1Jn68BT img {
  border-radius: 2rem;
  border: 4px solid #0C4F19;
  transition: all 0.3s;
}
.cid-sJu1Jn68BT img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
  width: 100%;
  border: 4px solid #0C4F19;
}
.cid-sJu1Jn68BT .mbr-text,
.cid-sJu1Jn68BT .mbr-section-btn {
  color: #000;
  text-align: right;
  font-size: 120%;
}
.cid-sJu1Jn68BT .mbr-section-title {
  text-align: right;
}
.cid-sJu1Jn68BT H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJuaPJTeVr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sJuaPJTeVr .item {
  padding-bottom: 2rem;
}
.cid-sJuaPJTeVr .item-wrapper {
  position: relative;
}
.cid-sJuaPJTeVr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJuaPJTeVr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJuaPJTeVr .carousel-control,
.cid-sJuaPJTeVr .close {
  background: #1b1b1b;
}
.cid-sJuaPJTeVr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJuaPJTeVr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJuaPJTeVr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJuaPJTeVr .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJuaPJTeVr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJuaPJTeVr .close::before {
  content: '\e91a';
}
.cid-sJuaPJTeVr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJuaPJTeVr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJuaPJTeVr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJuaPJTeVr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJuaPJTeVr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJuaPJTeVr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJuaPJTeVr .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-sJuaPJTeVr .carousel-indicators li.active,
.cid-sJuaPJTeVr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJuaPJTeVr .carousel-indicators li::after,
.cid-sJuaPJTeVr .carousel-indicators li::before {
  content: none;
}
.cid-sJuaPJTeVr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJuaPJTeVr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJuaPJTeVr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJuaPJTeVr .carousel-indicators {
    display: none;
  }
}
.cid-sJuaPJTeVr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJuaPJTeVr .carousel-inner > .active {
  display: block;
}
.cid-sJuaPJTeVr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJuaPJTeVr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJuaPJTeVr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJuaPJTeVr .carousel-control,
  .cid-sJuaPJTeVr .carousel-indicators,
  .cid-sJuaPJTeVr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJuaPJTeVr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJuaPJTeVr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJuaPJTeVr .carousel-indicators .active,
.cid-sJuaPJTeVr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJuaPJTeVr .carousel-indicators .active {
  background: #fff;
}
.cid-sJuaPJTeVr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJuaPJTeVr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJuaPJTeVr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJuaPJTeVr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJuaPJTeVr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJuaPJTeVr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJuaPJTeVr .carousel {
  width: 100%;
}
.cid-sJuaPJTeVr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJuaPJTeVr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJuaPJTeVr .modal.fade .modal-dialog,
.cid-sJuaPJTeVr .modal.in .modal-dialog {
  transform: none;
}
.cid-sJuaPJTeVr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJuaPJTeVr H6 {
  text-align: left;
  font-size: 1em;
  line-height: 140%;
}
.cid-sJuaPJTeVr H3 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJtO4UKDl4 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJtO4UKDl4 .mbr-section-title {
  text-align: right;
}
.cid-sJudFUpjhF {
  background-image: url("../../../assets/images/dreck-1920x1440.jpg");
}
@media (max-width: 991px) {
  .cid-sJudFUpjhF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJudFUpjhF H3 {
  text-shadow: 5px 5px 5px black;
}
.cid-sJudFUpjhF img {
  width: 100%;
  border: 3px solid #fff;
  border-radius: 14px;
}
@media (min-width: 992px) {
  .cid-sJudFUpjhF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJudFUpjhF .mbr-section-title {
  color: #ffffff;
}
.cid-sJudFUpjhF .mbr-text {
  color: #ffffff;
  font-size: 1.4em;
  line-height: 120%;
}
.cid-sJudFUpjhF .mbr-description {
  color: #ffffff;
}
.cid-sJulPa5f1E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sJulPa5f1E .item {
  padding-bottom: 2rem;
}
.cid-sJulPa5f1E .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sJulPa5f1E .item-wrapper img {
  height: 100%;
  object-fit: cover;
  border: 2px solid #0C4F19;
}
.cid-sJulPa5f1E .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJulPa5f1E .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJulPa5f1E .carousel-control,
.cid-sJulPa5f1E .close {
  background: #1b1b1b;
}
.cid-sJulPa5f1E .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJulPa5f1E .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJulPa5f1E .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJulPa5f1E .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJulPa5f1E .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJulPa5f1E .close::before {
  content: '\e91a';
}
.cid-sJulPa5f1E .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJulPa5f1E .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJulPa5f1E .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJulPa5f1E .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJulPa5f1E .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJulPa5f1E .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJulPa5f1E .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-sJulPa5f1E .carousel-indicators li.active,
.cid-sJulPa5f1E .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJulPa5f1E .carousel-indicators li::after,
.cid-sJulPa5f1E .carousel-indicators li::before {
  content: none;
}
.cid-sJulPa5f1E .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJulPa5f1E .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJulPa5f1E .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJulPa5f1E .carousel-indicators {
    display: none;
  }
}
.cid-sJulPa5f1E .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJulPa5f1E .carousel-inner > .active {
  display: block;
}
.cid-sJulPa5f1E .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJulPa5f1E .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJulPa5f1E .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJulPa5f1E .carousel-control,
  .cid-sJulPa5f1E .carousel-indicators,
  .cid-sJulPa5f1E .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJulPa5f1E .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJulPa5f1E .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJulPa5f1E .carousel-indicators .active,
.cid-sJulPa5f1E .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJulPa5f1E .carousel-indicators .active {
  background: #fff;
}
.cid-sJulPa5f1E .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJulPa5f1E .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJulPa5f1E .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJulPa5f1E .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJulPa5f1E .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJulPa5f1E .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJulPa5f1E .carousel {
  width: 100%;
}
.cid-sJulPa5f1E .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJulPa5f1E .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJulPa5f1E .modal.fade .modal-dialog,
.cid-sJulPa5f1E .modal.in .modal-dialog {
  transform: none;
}
.cid-sJulPa5f1E .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJulPa5f1E H6 {
  text-align: left;
  font-size: 1em;
  line-height: 140%;
}
.cid-sJulPa5f1E H3 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sK1df9LiTP {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sK1df9LiTP .mbr-section-title {
  text-align: right;
}
.cid-sJ9FalenZk.popup-builder {
  background-color: #ffffff;
}
.cid-sJ9FalenZk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJ9FalenZk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJ9FalenZk .modal-content,
.cid-sJ9FalenZk .modal-dialog {
  height: auto;
}
.cid-sJ9FalenZk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJ9FalenZk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJ9FalenZk .form-wrapper .mbr-form .form-group,
  .cid-sJ9FalenZk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJ9FalenZk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJ9FalenZk .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-sJ9FalenZk .mbr-text {
  text-align: center;
}
.cid-sJ9FalenZk .pt-0 {
  padding-top: 0 !important;
}
.cid-sJ9FalenZk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJ9FalenZk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJ9FalenZk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJ9FalenZk .modal-open {
  overflow: hidden;
}
.cid-sJ9FalenZk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJ9FalenZk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJ9FalenZk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJ9FalenZk .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-sJ9FalenZk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJ9FalenZk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJ9FalenZk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJ9FalenZk .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-sJ9FalenZk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJ9FalenZk .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJ9FalenZk .modal-backdrop.show {
  opacity: .5;
}
.cid-sJ9FalenZk .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-sJ9FalenZk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ9FalenZk .modal-header {
    padding: 1rem;
  }
}
.cid-sJ9FalenZk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJ9FalenZk .modal-header .close:hover {
  opacity: 1;
}
.cid-sJ9FalenZk .modal-header .close:focus {
  outline: none;
}
.cid-sJ9FalenZk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJ9FalenZk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJ9FalenZk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ9FalenZk .modal-body {
    padding: 1rem;
  }
}
.cid-sJ9FalenZk .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-sJ9FalenZk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ9FalenZk .modal-footer {
    padding: 1rem;
  }
}
.cid-sJ9FalenZk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJ9FalenZk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJ9FalenZk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJ9FalenZk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJ9FalenZk .modal-sm {
    max-width: 300px;
  }
  .cid-sJ9FalenZk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJ9FalenZk .modal-lg,
  .cid-sJ9FalenZk .modal-xl {
    max-width: 800px;
  }
  .cid-sJ9FalenZk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJ9FalenZk .modal-xl {
    max-width: 1140px;
  }
  .cid-sJ9FalenZk .container {
    max-width: 1140px;
  }
}
.cid-sJ9FalenZk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJ9FalenZk .container {
    max-width: 720px;
  }
}
.cid-sJ9FalenZk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJ9FalenZk .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-sJ9FalenZk .form-group {
  margin-bottom: 1rem;
}
.cid-sJ9FalenZk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJ9FalenZk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJ9FalenZk .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-sJ9FalenZk .mbr-section-btn {
  margin: 0;
}
.cid-sJ9FalenZk .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJcuE9aYAU.popup-builder {
  background-color: #ffffff;
}
.cid-sJcuE9aYAU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJcuE9aYAU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJcuE9aYAU .modal-content,
.cid-sJcuE9aYAU .modal-dialog {
  height: auto;
}
.cid-sJcuE9aYAU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJcuE9aYAU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJcuE9aYAU .form-wrapper .mbr-form .form-group,
  .cid-sJcuE9aYAU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJcuE9aYAU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJcuE9aYAU .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-sJcuE9aYAU .mbr-text {
  text-align: left;
}
.cid-sJcuE9aYAU .pt-0 {
  padding-top: 0 !important;
}
.cid-sJcuE9aYAU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJcuE9aYAU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJcuE9aYAU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJcuE9aYAU .modal-open {
  overflow: hidden;
}
.cid-sJcuE9aYAU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJcuE9aYAU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJcuE9aYAU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJcuE9aYAU .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-sJcuE9aYAU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJcuE9aYAU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJcuE9aYAU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJcuE9aYAU .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-sJcuE9aYAU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJcuE9aYAU .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJcuE9aYAU .modal-backdrop.show {
  opacity: .5;
}
.cid-sJcuE9aYAU .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-sJcuE9aYAU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJcuE9aYAU .modal-header {
    padding: 1rem;
  }
}
.cid-sJcuE9aYAU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJcuE9aYAU .modal-header .close:hover {
  opacity: 1;
}
.cid-sJcuE9aYAU .modal-header .close:focus {
  outline: none;
}
.cid-sJcuE9aYAU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJcuE9aYAU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJcuE9aYAU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJcuE9aYAU .modal-body {
    padding: 1rem;
  }
}
.cid-sJcuE9aYAU .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-sJcuE9aYAU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJcuE9aYAU .modal-footer {
    padding: 1rem;
  }
}
.cid-sJcuE9aYAU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJcuE9aYAU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJcuE9aYAU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJcuE9aYAU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJcuE9aYAU .modal-sm {
    max-width: 300px;
  }
  .cid-sJcuE9aYAU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJcuE9aYAU .modal-lg,
  .cid-sJcuE9aYAU .modal-xl {
    max-width: 800px;
  }
  .cid-sJcuE9aYAU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJcuE9aYAU .modal-xl {
    max-width: 1140px;
  }
  .cid-sJcuE9aYAU .container {
    max-width: 1140px;
  }
}
.cid-sJcuE9aYAU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJcuE9aYAU .container {
    max-width: 720px;
  }
}
.cid-sJcuE9aYAU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJcuE9aYAU .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-sJcuE9aYAU .form-group {
  margin-bottom: 1rem;
}
.cid-sJcuE9aYAU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJcuE9aYAU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJcuE9aYAU .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-sJcuE9aYAU .mbr-section-btn {
  margin: 0;
}
.cid-sJcuE9aYAU .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJu55tfykC.popup-builder {
  background-color: #ffffff;
}
.cid-sJu55tfykC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJu55tfykC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJu55tfykC .modal-content,
.cid-sJu55tfykC .modal-dialog {
  height: auto;
}
.cid-sJu55tfykC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJu55tfykC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJu55tfykC .form-wrapper .mbr-form .form-group,
  .cid-sJu55tfykC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJu55tfykC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJu55tfykC .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-sJu55tfykC .mbr-text {
  text-align: center;
}
.cid-sJu55tfykC .pt-0 {
  padding-top: 0 !important;
}
.cid-sJu55tfykC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJu55tfykC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJu55tfykC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJu55tfykC .modal-open {
  overflow: hidden;
}
.cid-sJu55tfykC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJu55tfykC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJu55tfykC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJu55tfykC .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-sJu55tfykC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJu55tfykC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJu55tfykC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJu55tfykC .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-sJu55tfykC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJu55tfykC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJu55tfykC .modal-backdrop.show {
  opacity: .5;
}
.cid-sJu55tfykC .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-sJu55tfykC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJu55tfykC .modal-header {
    padding: 1rem;
  }
}
.cid-sJu55tfykC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJu55tfykC .modal-header .close:hover {
  opacity: 1;
}
.cid-sJu55tfykC .modal-header .close:focus {
  outline: none;
}
.cid-sJu55tfykC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJu55tfykC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJu55tfykC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJu55tfykC .modal-body {
    padding: 1rem;
  }
}
.cid-sJu55tfykC .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-sJu55tfykC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJu55tfykC .modal-footer {
    padding: 1rem;
  }
}
.cid-sJu55tfykC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJu55tfykC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJu55tfykC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJu55tfykC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJu55tfykC .modal-sm {
    max-width: 300px;
  }
  .cid-sJu55tfykC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJu55tfykC .modal-lg,
  .cid-sJu55tfykC .modal-xl {
    max-width: 800px;
  }
  .cid-sJu55tfykC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJu55tfykC .modal-xl {
    max-width: 1140px;
  }
  .cid-sJu55tfykC .container {
    max-width: 1140px;
  }
}
.cid-sJu55tfykC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJu55tfykC .container {
    max-width: 720px;
  }
}
.cid-sJu55tfykC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJu55tfykC .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-sJu55tfykC .form-group {
  margin-bottom: 1rem;
}
.cid-sJu55tfykC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJu55tfykC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJu55tfykC .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-sJu55tfykC .mbr-section-btn {
  margin: 0;
}
.cid-sJu55tfykC .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJ9FapQJkO.popup-builder {
  background-color: #ffffff;
}
.cid-sJ9FapQJkO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJ9FapQJkO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJ9FapQJkO .modal-content,
.cid-sJ9FapQJkO .modal-dialog {
  height: auto;
}
.cid-sJ9FapQJkO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJ9FapQJkO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJ9FapQJkO .form-wrapper .mbr-form .form-group,
  .cid-sJ9FapQJkO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJ9FapQJkO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJ9FapQJkO .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-sJ9FapQJkO .mbr-text {
  text-align: center;
}
.cid-sJ9FapQJkO .pt-0 {
  padding-top: 0 !important;
}
.cid-sJ9FapQJkO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJ9FapQJkO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJ9FapQJkO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJ9FapQJkO .modal-open {
  overflow: hidden;
}
.cid-sJ9FapQJkO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJ9FapQJkO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJ9FapQJkO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJ9FapQJkO .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-sJ9FapQJkO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJ9FapQJkO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJ9FapQJkO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJ9FapQJkO .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-sJ9FapQJkO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJ9FapQJkO .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJ9FapQJkO .modal-backdrop.show {
  opacity: .5;
}
.cid-sJ9FapQJkO .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-sJ9FapQJkO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ9FapQJkO .modal-header {
    padding: 1rem;
  }
}
.cid-sJ9FapQJkO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJ9FapQJkO .modal-header .close:hover {
  opacity: 1;
}
.cid-sJ9FapQJkO .modal-header .close:focus {
  outline: none;
}
.cid-sJ9FapQJkO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJ9FapQJkO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJ9FapQJkO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ9FapQJkO .modal-body {
    padding: 1rem;
  }
}
.cid-sJ9FapQJkO .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-sJ9FapQJkO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ9FapQJkO .modal-footer {
    padding: 1rem;
  }
}
.cid-sJ9FapQJkO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJ9FapQJkO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJ9FapQJkO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJ9FapQJkO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJ9FapQJkO .modal-sm {
    max-width: 300px;
  }
  .cid-sJ9FapQJkO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJ9FapQJkO .modal-lg,
  .cid-sJ9FapQJkO .modal-xl {
    max-width: 800px;
  }
  .cid-sJ9FapQJkO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJ9FapQJkO .modal-xl {
    max-width: 1140px;
  }
  .cid-sJ9FapQJkO .container {
    max-width: 1140px;
  }
}
.cid-sJ9FapQJkO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJ9FapQJkO .container {
    max-width: 720px;
  }
}
.cid-sJ9FapQJkO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJ9FapQJkO .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-sJ9FapQJkO .form-group {
  margin-bottom: 1rem;
}
.cid-sJ9FapQJkO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJ9FapQJkO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJ9FapQJkO .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-sJ9FapQJkO .mbr-section-btn {
  margin: 0;
}
.cid-sJ9FapQJkO .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJFnmzChjq {
  background-image: url("../../../assets/images/foto-3-lebensmittelverteilung-1890x1417.jpg");
}
@media (max-width: 991px) {
  .cid-sJFnmzChjq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJFnmzChjq img {
  width: 100%;
  border: 4px solid #fff;
  border-radius: 10%;
}
.cid-sJFnmzChjq .text-success {
  border: 2px solid #ffff00;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .cid-sJFnmzChjq .text-wrapper {
    padding: 1rem;
  }
}
.cid-sJFnmzChjq h3 {
  text-shadow: 5px 5px 10px black;
}
.cid-sJFnmzChjq .mbr-section-title {
  color: #cccccc;
}
.cid-sJFnmzChjq .mbr-text {
  color: #ffffff;
}
.cid-sJFnmzChjq .mbr-description {
  color: #ffff00;
}
.cid-sJFrESP2IE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sJFrESP2IE h5 {
  color: #FF0000;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #e3000f;
}
.cid-sJFrESP2IE .w-100 {
  border: 3px solid #879a9f;
  border-radius: 20px;
}
.cid-sJFrESP2IE .item {
  padding-bottom: 2rem;
}
.cid-sJFrESP2IE .item-wrapper {
  position: relative;
}
.cid-sJFrESP2IE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJFrESP2IE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJFrESP2IE .carousel-control,
.cid-sJFrESP2IE .close {
  background: #1b1b1b;
}
.cid-sJFrESP2IE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJFrESP2IE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJFrESP2IE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJFrESP2IE .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJFrESP2IE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJFrESP2IE .close::before {
  content: '\e91a';
}
.cid-sJFrESP2IE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJFrESP2IE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJFrESP2IE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJFrESP2IE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJFrESP2IE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJFrESP2IE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJFrESP2IE .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-sJFrESP2IE .carousel-indicators li.active,
.cid-sJFrESP2IE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJFrESP2IE .carousel-indicators li::after,
.cid-sJFrESP2IE .carousel-indicators li::before {
  content: none;
}
.cid-sJFrESP2IE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJFrESP2IE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJFrESP2IE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJFrESP2IE .carousel-indicators {
    display: none;
  }
}
.cid-sJFrESP2IE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJFrESP2IE .carousel-inner > .active {
  display: block;
}
.cid-sJFrESP2IE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJFrESP2IE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJFrESP2IE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJFrESP2IE .carousel-control,
  .cid-sJFrESP2IE .carousel-indicators,
  .cid-sJFrESP2IE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJFrESP2IE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJFrESP2IE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJFrESP2IE .carousel-indicators .active,
.cid-sJFrESP2IE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJFrESP2IE .carousel-indicators .active {
  background: #fff;
}
.cid-sJFrESP2IE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJFrESP2IE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJFrESP2IE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJFrESP2IE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJFrESP2IE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJFrESP2IE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJFrESP2IE .carousel {
  width: 100%;
}
.cid-sJFrESP2IE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJFrESP2IE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJFrESP2IE .modal.fade .modal-dialog,
.cid-sJFrESP2IE .modal.in .modal-dialog {
  transform: none;
}
.cid-sJFrESP2IE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJFrESP2IE H6 {
  text-align: left;
  font-size: 1em;
  line-height: 140%;
}
.cid-sJFrESP2IE H3 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJFtHDmsVV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sJFtHDmsVV .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sJFtHDmsVV .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sJFtHDmsVV .row .img-item img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  min-height: 1px;
  color: #FF0000;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #879a9f;
}
.cid-sJFtHDmsVV P {
  text-align: left;
}
.cid-sJKOKmOrNL {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJKOKmOrNL .mbr-section-title {
  text-align: right;
}
.cid-sJKO3ekzCq {
  background-image: url("../../../assets/images/foto-3-lebensmittelverteilung-1890x1417.jpg");
}
@media (max-width: 991px) {
  .cid-sJKO3ekzCq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJKO3ekzCq img {
  width: 70%;
  border: 3px solid #fff;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .cid-sJKO3ekzCq .text-wrapper {
    padding: 1rem;
  }
}
.cid-sJKO3ekzCq h3 {
  text-shadow: 5px 5px 10px black;
}
.cid-sJKO3ekzCq .mbr-section-title {
  color: #cccccc;
}
.cid-sJKO3ekzCq .mbr-text {
  color: #ffffff;
}
.cid-sJKO3ekzCq .mbr-description {
  color: #ffff00;
}
.cid-sJKRHZQzR3 {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJKRHZQzR3 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
}
.cid-sJKRHZQzR3 .item {
  padding-bottom: 2rem;
}
.cid-sJKRHZQzR3 .item-wrapper {
  position: relative;
}
.cid-sJKRHZQzR3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJKRHZQzR3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJKRHZQzR3 .carousel-control,
.cid-sJKRHZQzR3 .close {
  background: #1b1b1b;
}
.cid-sJKRHZQzR3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJKRHZQzR3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJKRHZQzR3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJKRHZQzR3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJKRHZQzR3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJKRHZQzR3 .close::before {
  content: '\e91a';
}
.cid-sJKRHZQzR3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJKRHZQzR3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJKRHZQzR3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJKRHZQzR3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJKRHZQzR3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJKRHZQzR3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJKRHZQzR3 .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-sJKRHZQzR3 .carousel-indicators li.active,
.cid-sJKRHZQzR3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJKRHZQzR3 .carousel-indicators li::after,
.cid-sJKRHZQzR3 .carousel-indicators li::before {
  content: none;
}
.cid-sJKRHZQzR3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJKRHZQzR3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJKRHZQzR3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJKRHZQzR3 .carousel-indicators {
    display: none;
  }
}
.cid-sJKRHZQzR3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJKRHZQzR3 .carousel-inner > .active {
  display: block;
}
.cid-sJKRHZQzR3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJKRHZQzR3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJKRHZQzR3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJKRHZQzR3 .carousel-control,
  .cid-sJKRHZQzR3 .carousel-indicators,
  .cid-sJKRHZQzR3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJKRHZQzR3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJKRHZQzR3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJKRHZQzR3 .carousel-indicators .active,
.cid-sJKRHZQzR3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJKRHZQzR3 .carousel-indicators .active {
  background: #fff;
}
.cid-sJKRHZQzR3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJKRHZQzR3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJKRHZQzR3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJKRHZQzR3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJKRHZQzR3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJKRHZQzR3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJKRHZQzR3 .carousel {
  width: 100%;
}
.cid-sJKRHZQzR3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJKRHZQzR3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJKRHZQzR3 .modal.fade .modal-dialog,
.cid-sJKRHZQzR3 .modal.in .modal-dialog {
  transform: none;
}
.cid-sJKRHZQzR3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJKRHZQzR3 H6 {
  text-align: left;
  font-size: 1em;
  line-height: 140%;
}
.cid-sJKRHZQzR3 H3 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJKRHZQzR3 H4 {
  color: #017268;
}
.cid-sJKWOCNrH1 {
  padding-top: 15px;
  padding-bottom: 150px;
  background-color: #efefef;
}
.cid-sJKWOCNrH1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sJKWOCNrH1 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sJKWOCNrH1 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sJKWOCNrH1 P {
  text-align: left;
}
.cid-sJKWOCNrH1 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  border: 2px solid #0C4F19;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20p;
}
.cid-sJQpmT4TjP {
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sJQpmT4TjP .image-wrapper {
    padding: 1rem;
  }
}
.cid-sJQpmT4TjP img {
  border-radius: 2rem;
  transition: all 0.3s;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJQpmT4TjP img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.6);
  transform: rotate(-2deg) scale(1.03);
  width: 100%;
}
.cid-sJQpmT4TjP .mbr-text,
.cid-sJQpmT4TjP .mbr-section-btn {
  color: #000;
  font-size: 120%;
  text-align: right;
}
.cid-sJQpmT4TjP .mbr-section-title {
  text-align: right;
  text-shadow: 3px 3px 6px #cccccc;
}
.cid-sJQrmTqr4f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sJQrmTqr4f .item {
  padding-bottom: 2rem;
}
.cid-sJQrmTqr4f .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-sJQrmTqr4f .item-wrapper img {
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJQrmTqr4f .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJQrmTqr4f .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJQrmTqr4f .carousel-control,
.cid-sJQrmTqr4f .close {
  background: #1b1b1b;
}
.cid-sJQrmTqr4f .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJQrmTqr4f .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJQrmTqr4f .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJQrmTqr4f .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJQrmTqr4f .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJQrmTqr4f .close::before {
  content: '\e91a';
}
.cid-sJQrmTqr4f .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJQrmTqr4f .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJQrmTqr4f .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJQrmTqr4f .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJQrmTqr4f .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJQrmTqr4f .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJQrmTqr4f .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-sJQrmTqr4f .carousel-indicators li.active,
.cid-sJQrmTqr4f .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJQrmTqr4f .carousel-indicators li::after,
.cid-sJQrmTqr4f .carousel-indicators li::before {
  content: none;
}
.cid-sJQrmTqr4f .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJQrmTqr4f .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJQrmTqr4f .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJQrmTqr4f .carousel-indicators {
    display: none;
  }
}
.cid-sJQrmTqr4f .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJQrmTqr4f .carousel-inner > .active {
  display: block;
}
.cid-sJQrmTqr4f .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJQrmTqr4f .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJQrmTqr4f .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJQrmTqr4f .carousel-control,
  .cid-sJQrmTqr4f .carousel-indicators,
  .cid-sJQrmTqr4f .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJQrmTqr4f .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJQrmTqr4f .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJQrmTqr4f .carousel-indicators .active,
.cid-sJQrmTqr4f .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJQrmTqr4f .carousel-indicators .active {
  background: #fff;
}
.cid-sJQrmTqr4f .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJQrmTqr4f .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJQrmTqr4f .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJQrmTqr4f .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJQrmTqr4f .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJQrmTqr4f .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJQrmTqr4f .carousel {
  width: 100%;
}
.cid-sJQrmTqr4f .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJQrmTqr4f .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJQrmTqr4f .modal.fade .modal-dialog,
.cid-sJQrmTqr4f .modal.in .modal-dialog {
  transform: none;
}
.cid-sJQrmTqr4f .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJQrmTqr4f H6 {
  text-align: left;
  font-size: 1em;
  line-height: 140%;
}
.cid-sJQrmTqr4f H3 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJQrmTqr4f H4 {
  color: #017268;
}
.cid-sJQAvSjRwF {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJQAvSjRwF .mbr-section-title {
  text-align: right;
}
.cid-sJQsBKIblr {
  background-color: #efefef;
}
.cid-sJQsBKIblr .container {
  max-width: 1500px;
}
.cid-sJQsBKIblr img {
  width: 90%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJQsBKIblr h2 {
  padding: 0;
  margin: 0;
}
.cid-sJQsBKIblr h5 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  color: #000;
}
.cid-sJQsBKIblr h6 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  color: #000;
}
.cid-sJQsBKIblr .text-wrap {
  max-width: 600px;
  margin: auto;
}
.cid-sJQsBKIblr .number {
  border-top: 2px solid currentColor;
  padding-top: 0.2rem;
  margin-bottom: 0;
  margin-top: 0.2rem;
  width: fit-content;
}
.cid-sJQsBKIblr .img-col {
  position: relative;
}
.cid-sJQsBKIblr .img2 {
  position: absolute;
  left: -3rem;
  top: 6rem;
  width: 380px;
}
@media (max-width: 1200px) {
  .cid-sJQsBKIblr .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sJQsBKIblr .img-col {
    margin-bottom: 3rem;
  }
  .cid-sJQsBKIblr .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sJQsBKIblr .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sJQsBKIblr .number {
    margin: auto;
  }
}
.cid-sJQsBKIblr H3 {
  color: #003300;
  font-size: 1em;
}
.cid-sJQsBKIblr H2 {
  color: #6a7c92;
}
.cid-sJQtJpbTBp {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 120px;
}
.cid-sJQtJpbTBp h6 {
  color: #000;
  font-family: "Montserrat";
  font-size: 1em;
  font-style: normal;
  line-height: 2em;
  font-weight: 400;
  text-align: center;
}
.cid-sJQtJpbTBp .image-block {
  margin: auto;
}
.cid-sJQtJpbTBp figcaption {
  position: relative;
}
.cid-sJQtJpbTBp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQtJpbTBp .image-block {
    width: 100% !important;
  }
}
.cid-sJQtJpbTBp DIV {
  color: #003300;
}
.cid-sJQtJpbTBp img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  border: 2px solid #0C4F19;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.cid-sJRim4ZIAZ {
  background-image: url("../../../assets/images/mbr-1920x1077.jpg");
}
.cid-sJRim4ZIAZ .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sJRim4ZIAZ .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sJRim4ZIAZ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sJRim4ZIAZ .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-sJRim4ZIAZ .col-12 {
  position: relative;
}
.cid-sJRim4ZIAZ .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sJRim4ZIAZ .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-sJRim4ZIAZ .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-sJRim4ZIAZ H2 {
  text-shadow: 3px 3px 10px #879a9f;
}
.cid-sJRim4ZIAZ .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-sJRim4ZIAZ .mbr-section-title {
  color: #263d5a;
}
.cid-sJRim4ZIAZ .mbr-text,
.cid-sJRim4ZIAZ .mbr-section-btn {
  color: #000000;
  font-size: 1.2em;
  line-height: 140%;
}
.cid-sJRim4ZIAZ .mbr-section-subtitle {
  color: #003300;
}
.cid-sK1J8ItW7x {
  background-color: #efefef;
}
.cid-sK1J8ItW7x .container-fluid {
  max-width: 1200px;
  padding: 0 1em;
}
.cid-sK1J8ItW7x H4 {
  text-shadow: 3px 3px 6px #b8b8b8;
  line-height: 80%;
}
.cid-sK1J8ItW7x H3 {
  text-shadow: 3px 3px 6px #b8b8b8;
  font-size: 3.2em;
}
.cid-sK1J8ItW7x .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sK1J8ItW7x .imageContainer img {
  width: 120%;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sK1J8ItW7x .blue-block {
  background-color: #e3000f;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
  position: relative;
  bottom: 2rem;
  right: 0;
  transform: translate(20%, 20%);
}
@media (min-width: 992px) {
  .cid-sK1J8ItW7x .blue-block {
    right: auto;
    left: 0;
    transform: translate(-20%, 20%);
  }
}
.cid-sK1J8ItW7x .wrapper {
  color: #ffffff;
  padding: 0.0rem;
}
.cid-sK1J8ItW7x .blue-title {
  margin: 0;
  line-height: 1.6;
  text-align: center;
}
.cid-sK1J8ItW7x .text-blue {
  margin: 0;
  font-weight: normal;
  text-align: center;
  font-size: 1.4em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sK1J8ItW7x .right-wrapper {
    padding-left: 3rem;
  }
}
.cid-sK1J8ItW7x .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sK1J8ItW7x .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sK1J8ItW7x .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sK1J8ItW7x .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.cid-sK1J8ItW7x .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sK1J8ItW7x .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 991px) {
  .cid-sK1J8ItW7x .imageContainer img {
    margin-bottom: 2rem;
  }
  .cid-sK1J8ItW7x .right-wrapper {
    padding-left: 1rem;
  }
  .cid-sK1J8ItW7x .blue-block {
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  .cid-sK1J8ItW7x .container-fluid {
    padding: 0 1rem;
  }
  .cid-sK1J8ItW7x .blue-block {
    width: 100%;
    position: static;
    transform: translate(0);
    text-align: center;
  }
}
.cid-sJRCJ01wIt {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sJRCJ01wIt .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sJRCJ01wIt .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sJRCJ01wIt .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sJRCJ01wIt .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sJRCJ01wIt .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-sJRCJ01wIt img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJRFmKXq4p {
  padding-top: 0.5rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJRFmKXq4p .row {
  flex-direction: row-reverse;
}
.cid-sJRFmKXq4p img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJRFmKXq4p H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJRFmKXq4p .number {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sJRFmKXq4p .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJRFmKXq4p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sJRFmKXq4p li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-sJRFmKXq4p li:nth-child(1) .mbr-iconfont {
  color: #003300;
}
.cid-sJRFmKXq4p li:nth-child(2) .mbr-iconfont {
  color: #e3000f;
}
.cid-sJRFmKXq4p li:nth-child(3) .mbr-iconfont {
  color: #465052;
}
.cid-sJRFmKXq4p li:nth-child(4) .mbr-iconfont {
  color: #ffff00;
}
.cid-sJRFmKXq4p li:nth-child(5) .mbr-iconfont {
  color: #879a9f;
}
.cid-sJRFmKXq4p li:nth-child(6) .mbr-iconfont {
  color: #073b4c;
}
.cid-sJRFmKXq4p li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-sJRFmKXq4p .mbr-section-title {
  margin-bottom: 1rem;
  color: #003300;
}
.cid-sJRFmKXq4p .mbr-text {
  margin-bottom: 3.75rem;
  font-size: 1em;
  line-height: 140%;
  font-weight: 400;
}
.cid-sJRFmKXq4p .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-sJRFmKXq4p .mbr-text,
.cid-sJRFmKXq4p .mbr-section-btn {
  color: #000000;
}
.cid-sJRFmKXq4p .mbr-section-title DIV {
  text-align: center;
}
.cid-sJRILtOE4Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sJRILtOE4Q .item {
  padding-bottom: 2rem;
}
.cid-sJRILtOE4Q .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-sJRILtOE4Q .item-wrapper img {
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJRILtOE4Q .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJRILtOE4Q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJRILtOE4Q .carousel-control,
.cid-sJRILtOE4Q .close {
  background: #1b1b1b;
}
.cid-sJRILtOE4Q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJRILtOE4Q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJRILtOE4Q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJRILtOE4Q .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJRILtOE4Q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJRILtOE4Q .close::before {
  content: '\e91a';
}
.cid-sJRILtOE4Q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJRILtOE4Q .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJRILtOE4Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJRILtOE4Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJRILtOE4Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJRILtOE4Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJRILtOE4Q .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-sJRILtOE4Q .carousel-indicators li.active,
.cid-sJRILtOE4Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJRILtOE4Q .carousel-indicators li::after,
.cid-sJRILtOE4Q .carousel-indicators li::before {
  content: none;
}
.cid-sJRILtOE4Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJRILtOE4Q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJRILtOE4Q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJRILtOE4Q .carousel-indicators {
    display: none;
  }
}
.cid-sJRILtOE4Q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJRILtOE4Q .carousel-inner > .active {
  display: block;
}
.cid-sJRILtOE4Q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJRILtOE4Q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJRILtOE4Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJRILtOE4Q .carousel-control,
  .cid-sJRILtOE4Q .carousel-indicators,
  .cid-sJRILtOE4Q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJRILtOE4Q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJRILtOE4Q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJRILtOE4Q .carousel-indicators .active,
.cid-sJRILtOE4Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJRILtOE4Q .carousel-indicators .active {
  background: #fff;
}
.cid-sJRILtOE4Q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJRILtOE4Q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJRILtOE4Q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJRILtOE4Q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJRILtOE4Q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJRILtOE4Q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJRILtOE4Q .carousel {
  width: 100%;
}
.cid-sJRILtOE4Q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJRILtOE4Q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJRILtOE4Q .modal.fade .modal-dialog,
.cid-sJRILtOE4Q .modal.in .modal-dialog {
  transform: none;
}
.cid-sJRILtOE4Q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJRILtOE4Q H6 {
  text-align: left;
  font-size: 1em;
  line-height: 140%;
}
.cid-sJRILtOE4Q H3 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJRILtOE4Q H4 {
  color: #017268;
}
.cid-sJX4xwwVX9 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJX4xwwVX9 .mbr-section-title {
  text-align: right;
}
.cid-sJWFPjICHQ {
  background-color: #efefef;
  overflow: hidden;
}
.cid-sJWFPjICHQ H1 {
  color: #073b4c;
  text-shadow: 3px 3px 6px #cccccc;
}
.cid-sJWFPjICHQ .mbr-text,
.cid-sJWFPjICHQ .mbr-section-btn {
  color: #003300;
  font-size: 120%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sJWFPjICHQ .img1 {
  width: 160%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
  right: 1rem;
}
.cid-sJWFPjICHQ .relative {
  position: relative;
}
.cid-sJWFPjICHQ .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 30%;
  top: -3rem;
  left: -5rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sJWFPjICHQ .img1 {
    width: 100%;
  }
}
.cid-sJXeuaqlbH {
  background-color: #efefef;
}
.cid-sJXeuaqlbH .row {
  flex-direction: row-reverse;
}
.cid-sJXeuaqlbH .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sJXeuaqlbH .mbr-media {
  position: relative;
}
.cid-sJXeuaqlbH .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
@media (max-width: 992px) {
  .cid-sJXeuaqlbH .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sJXeuaqlbH .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sJXeuaqlbH .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sJXeuaqlbH .card-title {
  padding: 0;
  margin: 0;
}
.cid-sJXeuaqlbH .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sJXeuaqlbH .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJXeuaqlbH .card-wrapper {
    width: fit-content;
  }
}
.cid-sJXeuaqlbH .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sJXeuaqlbH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJXeuaqlbH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sJXeuaqlbH .card-title,
.cid-sJXeuaqlbH .card-icon {
  color: #5b6c8f;
}
.cid-sJXeuaqlbH .mbr-section-title {
  color: #000000;
}
.cid-sJXeuaqlbH .mbr-text,
.cid-sJXeuaqlbH .mbr-section-btn {
  color: #103178;
}
.cid-sJXeuaqlbH .price-title {
  text-align: center;
  color: #103178;
}
.cid-sJXeuaqlbH .price {
  text-align: center;
  color: #103178;
}
.cid-sJXeuaqlbH .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sJXeuaqlbH .mbr-media a:hover {
  background-image: none!important;
}
.cid-sJXeuaqlbH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sJXeuaqlbH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sJXeuaqlbH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sJXeuaqlbH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJXeuaqlbH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJXi04REVH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sJXi04REVH .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJXi04REVH .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sJXi04REVH .mbr-text {
  color: #767676;
}
.cid-sJXi04REVH figcaption {
  padding: 10px;
  text-align: right;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  bottom: 50%;
  overflow: hidden;
}
.cid-sJXi04REVH figure:hover figcaption {
  opacity: 0.7;
  bottom: 0;
}
.cid-sJXi04REVH figure img {
  width: 100%;
  display: block;
}
.cid-sJXi04REVH figure:before {
  content: "?";
  position: absolute;
  bottom: 1em;
  left: 1em;
  background: white;
  color: red;
  opacity: 0.7;
  width: 1.5em;
  height: 1.5em;
  border-radius: 1em;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cid-sJXi04REVH figure:hover:before {
  opacity: 0;
}
.cid-sJXjsl6pU2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sJXjsl6pU2 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sJXjsl6pU2 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sJXjsl6pU2 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sJXjsl6pU2 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sJXkk2bbIF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sJXkk2bbIF .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sJXkk2bbIF .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sJXkk2bbIF .mbr-text {
  color: #000000;
}
.cid-sJXkk2bbIF img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sK1dQlbyZ0 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sK1dQlbyZ0 .mbr-section-title {
  text-align: right;
}
.cid-sK37QlB6ad {
  background-color: #efefef;
}
.cid-sK37QlB6ad H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sK37QlB6ad img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sK37QlB6ad .number {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sK37QlB6ad .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sK37QlB6ad .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sK37QlB6ad li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-sK37QlB6ad li:nth-child(1) .mbr-iconfont {
  color: #003300;
}
.cid-sK37QlB6ad li:nth-child(2) .mbr-iconfont {
  color: #e3000f;
}
.cid-sK37QlB6ad li:nth-child(3) .mbr-iconfont {
  color: #465052;
}
.cid-sK37QlB6ad li:nth-child(4) .mbr-iconfont {
  color: #ffff00;
}
.cid-sK37QlB6ad li:nth-child(5) .mbr-iconfont {
  color: #879a9f;
}
.cid-sK37QlB6ad li:nth-child(6) .mbr-iconfont {
  color: #073b4c;
}
.cid-sK37QlB6ad li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-sK37QlB6ad .mbr-section-title {
  margin-bottom: 1rem;
  color: #003300;
}
.cid-sK37QlB6ad .mbr-text {
  margin-bottom: 3.75rem;
  font-size: 1em;
  line-height: 140%;
  font-weight: 400;
}
.cid-sK37QlB6ad .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-sK37QlB6ad .mbr-text,
.cid-sK37QlB6ad .mbr-section-btn {
  color: #1d1e22;
}
.cid-sK37QlB6ad .mbr-section-title DIV {
  text-align: center;
}
.cid-sK39Hvrdnp {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sK39Hvrdnp .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sK39Hvrdnp img {
  -webkit-box-shadow: 10px 10px 50px grey;
  -moz-box-shadow: 10px 10px 50px grey;
  box-shadow: 10px 10px 50px grey;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px outset #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sK39Hvrdnp img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sK39Hvrdnp img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sK39Hvrdnp .card {
  padding: 2rem 3rem;
}
@media (max-width: 992px) {
  .cid-sK39Hvrdnp .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sK39Hvrdnp .card {
    padding: 2rem 0rem;
  }
}
.cid-sK39Hvrdnp .mbr-text,
.cid-sK39Hvrdnp .mbr-section-btn {
  color: #777777;
}
.cid-sK39Hvrdnp .mbr-section-subtitle {
  color: #14191e;
}
.cid-sK39Hvrdnp .mbr-section-title {
  color: #777777;
}
.cid-sK3byqJmqj {
  padding-top: 60px;
  padding-bottom: 375px;
  background-color: #efefef;
  overflow: hidden;
}
.cid-sK3byqJmqj H1 {
  color: #017268;
  text-shadow: 3px 3px 6px #cccccc;
}
.cid-sK3byqJmqj .mbr-text,
.cid-sK3byqJmqj .mbr-section-btn {
  color: #003300;
  font-size: 120%;
}
.cid-sK3byqJmqj figcaption {
  color: #fff;
  font-family: Montserrat;
  font-size: 1em;
  text-align: center;
  background-color: #017268;
  padding: 15px;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sK3byqJmqj .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
  right: 1rem;
}
.cid-sK3byqJmqj .relative {
  position: relative;
}
.cid-sK3byqJmqj .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 30%;
  top: -3rem;
  left: -5rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sK3byqJmqj .img1 {
    width: 100%;
  }
}
.cid-sJQvr6kmaJ.popup-builder {
  background-color: #ffffff;
}
.cid-sJQvr6kmaJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJQvr6kmaJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJQvr6kmaJ .modal-content,
.cid-sJQvr6kmaJ .modal-dialog {
  height: auto;
}
.cid-sJQvr6kmaJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJQvr6kmaJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJQvr6kmaJ .form-wrapper .mbr-form .form-group,
  .cid-sJQvr6kmaJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJQvr6kmaJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJQvr6kmaJ .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-sJQvr6kmaJ .mbr-text {
  text-align: center;
}
.cid-sJQvr6kmaJ .pt-0 {
  padding-top: 0 !important;
}
.cid-sJQvr6kmaJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJQvr6kmaJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJQvr6kmaJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJQvr6kmaJ .modal-open {
  overflow: hidden;
}
.cid-sJQvr6kmaJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJQvr6kmaJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJQvr6kmaJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJQvr6kmaJ .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-sJQvr6kmaJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJQvr6kmaJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJQvr6kmaJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJQvr6kmaJ .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-sJQvr6kmaJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJQvr6kmaJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJQvr6kmaJ .modal-backdrop.show {
  opacity: .5;
}
.cid-sJQvr6kmaJ .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-sJQvr6kmaJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJQvr6kmaJ .modal-header {
    padding: 1rem;
  }
}
.cid-sJQvr6kmaJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJQvr6kmaJ .modal-header .close:hover {
  opacity: 1;
}
.cid-sJQvr6kmaJ .modal-header .close:focus {
  outline: none;
}
.cid-sJQvr6kmaJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJQvr6kmaJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJQvr6kmaJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJQvr6kmaJ .modal-body {
    padding: 1rem;
  }
}
.cid-sJQvr6kmaJ .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-sJQvr6kmaJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJQvr6kmaJ .modal-footer {
    padding: 1rem;
  }
}
.cid-sJQvr6kmaJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJQvr6kmaJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJQvr6kmaJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJQvr6kmaJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJQvr6kmaJ .modal-sm {
    max-width: 300px;
  }
  .cid-sJQvr6kmaJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJQvr6kmaJ .modal-lg,
  .cid-sJQvr6kmaJ .modal-xl {
    max-width: 800px;
  }
  .cid-sJQvr6kmaJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJQvr6kmaJ .modal-xl {
    max-width: 1140px;
  }
  .cid-sJQvr6kmaJ .container {
    max-width: 1140px;
  }
}
.cid-sJQvr6kmaJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJQvr6kmaJ .container {
    max-width: 720px;
  }
}
.cid-sJQvr6kmaJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJQvr6kmaJ .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-sJQvr6kmaJ .form-group {
  margin-bottom: 1rem;
}
.cid-sJQvr6kmaJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJQvr6kmaJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJQvr6kmaJ .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-sJQvr6kmaJ .mbr-section-btn {
  margin: 0;
}
.cid-sJQvr6kmaJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJQvzRnj3T.popup-builder {
  background-color: #ffffff;
}
.cid-sJQvzRnj3T.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJQvzRnj3T.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJQvzRnj3T .modal-content,
.cid-sJQvzRnj3T .modal-dialog {
  height: auto;
}
.cid-sJQvzRnj3T .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJQvzRnj3T .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJQvzRnj3T .form-wrapper .mbr-form .form-group,
  .cid-sJQvzRnj3T .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJQvzRnj3T .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJQvzRnj3T .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-sJQvzRnj3T .mbr-text {
  text-align: center;
}
.cid-sJQvzRnj3T .pt-0 {
  padding-top: 0 !important;
}
.cid-sJQvzRnj3T .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJQvzRnj3T .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJQvzRnj3T .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJQvzRnj3T .modal-open {
  overflow: hidden;
}
.cid-sJQvzRnj3T .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJQvzRnj3T .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJQvzRnj3T .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJQvzRnj3T .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-sJQvzRnj3T .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJQvzRnj3T .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJQvzRnj3T .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJQvzRnj3T .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-sJQvzRnj3T .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJQvzRnj3T .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJQvzRnj3T .modal-backdrop.show {
  opacity: .5;
}
.cid-sJQvzRnj3T .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-sJQvzRnj3T .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJQvzRnj3T .modal-header {
    padding: 1rem;
  }
}
.cid-sJQvzRnj3T .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJQvzRnj3T .modal-header .close:hover {
  opacity: 1;
}
.cid-sJQvzRnj3T .modal-header .close:focus {
  outline: none;
}
.cid-sJQvzRnj3T .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJQvzRnj3T .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJQvzRnj3T .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJQvzRnj3T .modal-body {
    padding: 1rem;
  }
}
.cid-sJQvzRnj3T .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-sJQvzRnj3T .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJQvzRnj3T .modal-footer {
    padding: 1rem;
  }
}
.cid-sJQvzRnj3T .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJQvzRnj3T .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJQvzRnj3T .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJQvzRnj3T .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJQvzRnj3T .modal-sm {
    max-width: 300px;
  }
  .cid-sJQvzRnj3T .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJQvzRnj3T .modal-lg,
  .cid-sJQvzRnj3T .modal-xl {
    max-width: 800px;
  }
  .cid-sJQvzRnj3T .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJQvzRnj3T .modal-xl {
    max-width: 1140px;
  }
  .cid-sJQvzRnj3T .container {
    max-width: 1140px;
  }
}
.cid-sJQvzRnj3T .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJQvzRnj3T .container {
    max-width: 720px;
  }
}
.cid-sJQvzRnj3T .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJQvzRnj3T .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-sJQvzRnj3T .form-group {
  margin-bottom: 1rem;
}
.cid-sJQvzRnj3T .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJQvzRnj3T .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJQvzRnj3T .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-sJQvzRnj3T .mbr-section-btn {
  margin: 0;
}
.cid-sJQvzRnj3T .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJQpziVsvR.popup-builder {
  background-color: #ffffff;
}
.cid-sJQpziVsvR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJQpziVsvR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJQpziVsvR .modal-content,
.cid-sJQpziVsvR .modal-dialog {
  height: auto;
}
.cid-sJQpziVsvR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJQpziVsvR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJQpziVsvR .form-wrapper .mbr-form .form-group,
  .cid-sJQpziVsvR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJQpziVsvR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJQpziVsvR .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-sJQpziVsvR .mbr-text {
  text-align: center;
}
.cid-sJQpziVsvR .pt-0 {
  padding-top: 0 !important;
}
.cid-sJQpziVsvR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJQpziVsvR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJQpziVsvR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJQpziVsvR .modal-open {
  overflow: hidden;
}
.cid-sJQpziVsvR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJQpziVsvR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJQpziVsvR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJQpziVsvR .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-sJQpziVsvR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJQpziVsvR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJQpziVsvR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJQpziVsvR .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-sJQpziVsvR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJQpziVsvR .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJQpziVsvR .modal-backdrop.show {
  opacity: .5;
}
.cid-sJQpziVsvR .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-sJQpziVsvR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJQpziVsvR .modal-header {
    padding: 1rem;
  }
}
.cid-sJQpziVsvR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJQpziVsvR .modal-header .close:hover {
  opacity: 1;
}
.cid-sJQpziVsvR .modal-header .close:focus {
  outline: none;
}
.cid-sJQpziVsvR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJQpziVsvR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJQpziVsvR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJQpziVsvR .modal-body {
    padding: 1rem;
  }
}
.cid-sJQpziVsvR .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-sJQpziVsvR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJQpziVsvR .modal-footer {
    padding: 1rem;
  }
}
.cid-sJQpziVsvR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJQpziVsvR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJQpziVsvR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJQpziVsvR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJQpziVsvR .modal-sm {
    max-width: 300px;
  }
  .cid-sJQpziVsvR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJQpziVsvR .modal-lg,
  .cid-sJQpziVsvR .modal-xl {
    max-width: 800px;
  }
  .cid-sJQpziVsvR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJQpziVsvR .modal-xl {
    max-width: 1140px;
  }
  .cid-sJQpziVsvR .container {
    max-width: 1140px;
  }
}
.cid-sJQpziVsvR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJQpziVsvR .container {
    max-width: 720px;
  }
}
.cid-sJQpziVsvR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJQpziVsvR .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-sJQpziVsvR .form-group {
  margin-bottom: 1rem;
}
.cid-sJQpziVsvR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJQpziVsvR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJQpziVsvR .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-sJQpziVsvR .mbr-section-btn {
  margin: 0;
}
.cid-sJQpziVsvR .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJQpuBpZ3a.popup-builder {
  background-color: #ffffff;
}
.cid-sJQpuBpZ3a.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJQpuBpZ3a.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJQpuBpZ3a .modal-content,
.cid-sJQpuBpZ3a .modal-dialog {
  height: auto;
}
.cid-sJQpuBpZ3a .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJQpuBpZ3a .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJQpuBpZ3a .form-wrapper .mbr-form .form-group,
  .cid-sJQpuBpZ3a .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJQpuBpZ3a .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJQpuBpZ3a .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-sJQpuBpZ3a .mbr-text {
  text-align: center;
}
.cid-sJQpuBpZ3a .pt-0 {
  padding-top: 0 !important;
}
.cid-sJQpuBpZ3a .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJQpuBpZ3a .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJQpuBpZ3a .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJQpuBpZ3a .modal-open {
  overflow: hidden;
}
.cid-sJQpuBpZ3a .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJQpuBpZ3a .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJQpuBpZ3a .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJQpuBpZ3a .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-sJQpuBpZ3a .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJQpuBpZ3a .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJQpuBpZ3a .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJQpuBpZ3a .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-sJQpuBpZ3a .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJQpuBpZ3a .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJQpuBpZ3a .modal-backdrop.show {
  opacity: .5;
}
.cid-sJQpuBpZ3a .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-sJQpuBpZ3a .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJQpuBpZ3a .modal-header {
    padding: 1rem;
  }
}
.cid-sJQpuBpZ3a .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJQpuBpZ3a .modal-header .close:hover {
  opacity: 1;
}
.cid-sJQpuBpZ3a .modal-header .close:focus {
  outline: none;
}
.cid-sJQpuBpZ3a .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sJQpuBpZ3a .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJQpuBpZ3a .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJQpuBpZ3a .modal-body {
    padding: 1rem;
  }
}
.cid-sJQpuBpZ3a .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-sJQpuBpZ3a .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJQpuBpZ3a .modal-footer {
    padding: 1rem;
  }
}
.cid-sJQpuBpZ3a .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJQpuBpZ3a .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJQpuBpZ3a .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJQpuBpZ3a .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJQpuBpZ3a .modal-sm {
    max-width: 300px;
  }
  .cid-sJQpuBpZ3a .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJQpuBpZ3a .modal-lg,
  .cid-sJQpuBpZ3a .modal-xl {
    max-width: 800px;
  }
  .cid-sJQpuBpZ3a .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJQpuBpZ3a .modal-xl {
    max-width: 1140px;
  }
  .cid-sJQpuBpZ3a .container {
    max-width: 1140px;
  }
}
.cid-sJQpuBpZ3a .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJQpuBpZ3a .container {
    max-width: 720px;
  }
}
.cid-sJQpuBpZ3a .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJQpuBpZ3a .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-sJQpuBpZ3a .form-group {
  margin-bottom: 1rem;
}
.cid-sJQpuBpZ3a .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJQpuBpZ3a .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJQpuBpZ3a .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-sJQpuBpZ3a .mbr-section-btn {
  margin: 0;
}
.cid-sJQpuBpZ3a .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJWiOrHLiz {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #cccccc;
  background: linear-gradient(0deg, #cccccc, #ffffff);
}
.cid-sJWiOrHLiz .mbr-section-title {
  color: #444444;
}
.cid-sJWiOrHLiz .mbr-section-subtitle {
  color: #003300;
}
.cid-sJWiOrHLiz .mbr-text {
  color: #8d97ad;
}
.cid-sJWiOrHLiz .nav {
  border: none;
}
.cid-sJWiOrHLiz .nav-tabs {
  width: 100%;
}
.cid-sJWiOrHLiz .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sJWiOrHLiz H2 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sJWiOrHLiz .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-sJWiOrHLiz .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #c1c1c1;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-sJWiOrHLiz .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sJWiOrHLiz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sJWiOrHLiz .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sJWiOrHLiz .nav-item {
    display: table-row !important;
  }
}
.cid-sJWiOrHLiz .mbr-text,
.cid-sJWiOrHLiz .mbr-section-btn {
  color: #000000;
  line-height: 180%;
}
.cid-sJWvwe62PB {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pd-34-file-4-2000x1333.jpg");
}
.cid-sJWvwe62PB .title__block {
  margin-bottom: 40px;
}
.cid-sJWvwe62PB .mbr-text {
  margin-bottom: 0;
}
.cid-sJWvwe62PB .mbr-section-btn {
  margin-bottom: 0;
  text-align: center;
}
.cid-sJWvwe62PB .carousel-item {
  justify-content: center;
}
.cid-sJWvwe62PB .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sJWvwe62PB .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sJWvwe62PB .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sJWvwe62PB .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sJWvwe62PB .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-sJWvwe62PB .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sJWvwe62PB .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sJWvwe62PB .user {
    max-width: 87%;
  }
  .cid-sJWvwe62PB .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sJWvwe62PB .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sJWvwe62PB .user {
    max-width: 100%;
  }
  .cid-sJWvwe62PB .carousel-control-prev {
    left: -5%;
  }
  .cid-sJWvwe62PB .carousel-control-next {
    right: -5%;
  }
  .cid-sJWvwe62PB .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sJWvwe62PB .title__block {
    margin-bottom: 20px;
  }
  .cid-sJWvwe62PB .carousel-controls {
    display: none;
  }
}
.cid-sJS1PVrnji {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sJS1PVrnji .row {
  flex-direction: row-reverse;
}
.cid-sJS1PVrnji .video-wrapper iframe {
  width: 100%;
}
.cid-sJS1PVrnji .mbr-section-title,
.cid-sJS1PVrnji .mbr-description {
  text-align: center;
  text-shadow: 3px 3px 6px #b8b8b8;
}
@media (min-width: 992px) {
  .cid-sJS1PVrnji .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLgtpFfeI2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sLgtpFfeI2 .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sLgtpFfeI2 .underlined-example:hover {
  color: #000;
}
.cid-sLgtpFfeI2 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sLgtpFfeI2 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sLgtpFfeI2 h6 {
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
}
.cid-sLgtgND30s {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sLgtgND30s .row {
  flex-direction: row-reverse;
}
.cid-sLgtgND30s .video-wrapper iframe {
  width: 100%;
}
.cid-sLgtgND30s .mbr-section-title,
.cid-sLgtgND30s .mbr-description {
  text-align: center;
  text-shadow: 3px 3px 6px #b8b8b8;
}
@media (min-width: 992px) {
  .cid-sLgtgND30s .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLgtgND30s .mbr-text {
  text-align: left;
  color: #003300;
}
.cid-sLgtgND30s .mbr-section-subtitle {
  color: #017268;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-t1WXAKvNFp {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dsc4861.jpg");
  background-attachment: fixed;
}
.cid-sLqyThelmu {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-sLqyThelmu .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sLqyThelmu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 0px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sLqyThelmu img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sLqyThelmu img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sLqyThelmu .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sLqyThelmu .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLqyThelmu .card {
    padding: 2rem 0rem;
  }
}
.cid-sLqyThelmu .mbr-text,
.cid-sLqyThelmu .mbr-section-btn {
  color: #777777;
}
.cid-sLqyThelmu .mbr-section-subtitle {
  color: #017268;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sLqyThelmu .mbr-section-title {
  color: #777777;
}
.cid-t1X3l4L1c5 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/dsc5849-1-2000x1329.jpg");
}
.cid-t1X3l4L1c5 h5 {
  background-color: rgba(0, 0, 0, 0.51);
  padding-top: 10px;
  padding-bottom: 5px;
}
.cid-t1X3l4L1c5 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1X3l4L1c5 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
  background-color: rgba(250, 250, 250, 0.61);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
}
.cid-t1X3l4L1c5 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-t1X3l4L1c5 .mbr-text {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.51);
  padding-top: 10px;
  padding-bottom: 5px;
}
.cid-t1X3l4L1c5 .card {
  padding-bottom: 1.5rem;
}
.cid-t1X3l4L1c5 h1 {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.51);
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: 100px;
}
#custom-html-1ct {
  /* Type valid CSS here */
}
#custom-html-1ct div {
  background-color: #efefef;
  height: 600px;
}
.cid-sLrNGPuQLG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sLrNGPuQLG .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sLrNGPuQLG .underlined-example:hover {
  color: #000;
}
.cid-sLrNGPuQLG .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sLrNGPuQLG .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sLrNGPuQLG h6 {
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
}
.cid-sLrP1bPSyp {
  background-color: #efefef;
}
.cid-sLrP1bPSyp H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sLrP1bPSyp H4 {
  color: #0f7699;
  font-weight: 300;
  font-size: 0.8em;
  font-family: Archivo Narrow;
}
.cid-sLrP1bPSyp .text {
  padding: 0;
}
.cid-sLrP1bPSyp section {
  position: relative;
}
.cid-sLrP1bPSyp h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sLrP1bPSyp .mbr-iconfont {
  padding: 0!important;
}
.cid-sLrP1bPSyp .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: #003300;
}
.cid-sLrP1bPSyp .box {
  background-image: url("../../../assets/images/dsc2408-2000x1125.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLrP1bPSyp .icon-wrap {
  background-color: rgba(0, 0, 0, 0.51);
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sLrP1bPSyp .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sLrP1bPSyp .icon-wrap span {
  padding-left: 8px;
}
.cid-sLrP1bPSyp .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sLrP1bPSyp .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sLrP1bPSyp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sLrP1bPSyp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sLrP1bPSyp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sLrP1bPSyp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sLrP1bPSyp a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sLrP1bPSyp .box {
    height: 250px;
  }
  .cid-sLrP1bPSyp .row {
    padding: 1rem!important;
  }
}
.cid-sLrP1bPSyp H2 {
  color: #000;
  font-weight: 300;
  line-height: 140%;
}
.cid-sLy1tuKPwx {
  background-image: url("../../../assets/images/nakasiba-10-2000x1125.jpg");
}
.cid-sLy1tuKPwx .row {
  flex-direction: row-reverse;
}
.cid-sLy1tuKPwx .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sLy1tuKPwx .mbr-media {
  position: relative;
}
.cid-sLy1tuKPwx .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sLy1tuKPwx .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sLy1tuKPwx .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sLy1tuKPwx .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sLy1tuKPwx .card-title {
  padding: 0;
  margin: 0;
}
.cid-sLy1tuKPwx .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sLy1tuKPwx .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLy1tuKPwx .card-wrapper {
    width: fit-content;
  }
}
.cid-sLy1tuKPwx H1 {
  text-shadow: 2px 3px 8px #666;
}
.cid-sLy1tuKPwx .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sLy1tuKPwx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sLy1tuKPwx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLy1tuKPwx .card-title,
.cid-sLy1tuKPwx .card-icon {
  color: #5b6c8f;
}
.cid-sLy1tuKPwx .mbr-section-title {
  color: #003300;
}
.cid-sLy1tuKPwx .mbr-text,
.cid-sLy1tuKPwx .mbr-section-btn {
  color: #103178;
}
.cid-sLy1tuKPwx .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sLy1tuKPwx .mbr-section-btn .btn-secondary-outline:hover,
.cid-sLy1tuKPwx .mbr-section-btn .btn-secondary-outline .active,
.cid-sLy1tuKPwx .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sLy1tuKPwx .price-title {
  text-align: center;
  color: #103178;
}
.cid-sLy1tuKPwx .price {
  text-align: center;
  color: #103178;
}
.cid-sLy1tuKPwx .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sLy1tuKPwx .mbr-media a:hover {
  background-image: none!important;
}
.cid-sLy1tuKPwx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sLy1tuKPwx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sLy1tuKPwx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sLy1tuKPwx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sLy1tuKPwx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
#custom-html-1cz {
  /* Type valid CSS here */
}
#custom-html-1cz div {
  background-color: #003300;
  height: 500px;
}
.cid-sMaVnKGF5c {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-sMaVnKGF5c .wrapper {
  background-color: #003300;
  border-radius: 30px;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
}
.cid-sMaVnKGF5c .wrapper img {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sMaVnKGF5c .wrapper {
    padding: 1rem;
  }
  .cid-sMaVnKGF5c .wrapper img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .cid-sMaVnKGF5c .wrapper {
    padding: 6rem;
  }
  .cid-sMaVnKGF5c .wrapper img {
    width: 100%;
  }
}
.cid-sMaVnKGF5c .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 1rem 4rem 1rem 1.5rem;
  transition: all .3s;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-sMaVnKGF5c .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sMaVnKGF5c .btn-black::after,
  .cid-sMaVnKGF5c .btn-black::before {
    display: none;
  }
}
.cid-sMaVnKGF5c .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  transform: translateZ(-1px);
}
.cid-sMaVnKGF5c .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sMaVnKGF5c .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sMaVnKGF5c .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sMaVnKGF5c .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
    margin-right: 40px;
  }
}
.cid-sMaVnKGF5c .color {
  color: #FFA29D;
}
.cid-sMaVnKGF5c .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-sMaVnKGF5c H3 {
  text-align: center;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sMaVnKGF5c .btn {
  font-family: 'Archivo Narrow', sans-serif;
}
.cid-sMgKkDEIqJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cid-sMgKkDEIqJ .carousel .carousel-img {
  max-width: 800px;
  max-height: 680px;
}
.cid-sMgKkDEIqJ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sMgKkDEIqJ .mbr-overlay {
  z-index: 2;
}
.cid-sMgKkDEIqJ .carousel-caption {
  bottom: 40px;
}
.cid-sMgKkDEIqJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMgKkDEIqJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMgKkDEIqJ .carousel-control:hover {
  background: #000000;
  color: #fff;
  opacity: 1;
}
.cid-sMgKkDEIqJ .item-wrapper {
  width: 100%;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-sMgKkDEIqJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sMgKkDEIqJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sMgKkDEIqJ .my-carousel-caption {
  z-index: 1;
  max-width: 580px;
  margin: 0 40vw 0 1rem;
}
@media (max-width: 1000px) {
  .cid-sMgKkDEIqJ .my-carousel-caption {
    margin: 0 25vw 0 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sMgKkDEIqJ .my-carousel-caption {
    margin: 1rem 1rem 0 1rem;
  }
}
@media (min-width: 796px) {
  .cid-sMgKkDEIqJ .content-align-items {
    align-items: center;
  }
}
.cid-sMgKkDEIqJ .z-index-1 {
  z-index: 1;
}
.cid-sMgKkDEIqJ .carousel-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sMgKkDEIqJ .carousel-controls {
  column-gap: 1rem;
}
.cid-sMgKkDEIqJ .carousel-controls a {
  transition: opacity .5s;
  font-size: 16px;
  height: 40px;
  width: 40px;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 7px;
  position: relative;
}
.cid-sMgKkDEIqJ .carousel-controls a .mbr-iconfont {
  font-weight: 600;
}
.cid-sMgHlQnmNg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sMgHlQnmNg .content_wrapper {
  position: relative;
  padding: 0px 0;
  z-index: 1;
}
.cid-sMgHlQnmNg .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sMgHlQnmNg .mbr-section-title {
  margin-bottom: 12px;
  color: #e3000f;
}
.cid-sMgHlQnmNg .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 42%;
  right: 13%;
}
.cid-sMgHlQnmNg .mbr-section-btn .btn-secondary-outline {
  color: #e3000f;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sMgHlQnmNg .mbr-section-btn .btn-secondary-outline:hover,
.cid-sMgHlQnmNg .mbr-section-btn .btn-secondary-outline .active,
.cid-sMgHlQnmNg .mbr-section-btn .btn-secondary-outline:focus {
  color: #000;
  text-decoration: underline;
}
.cid-sMgHlQnmNg .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sMgHlQnmNg .image_post {
  display: inline-block;
}
.cid-sMgHlQnmNg .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sMgHlQnmNg .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sMgHlQnmNg .mbr-text,
.cid-sMgHlQnmNg .mbr-section-btn {
  color: #ffffff;
}
.cid-sMb0GVfhAd {
  background-color: #fafafa;
}
.cid-sMb0GVfhAd .row {
  flex-direction: row-reverse;
}
.cid-sMb0GVfhAd .top {
  z-index: 5;
}
.cid-sMb0GVfhAd .img-col {
  position: relative;
}
.cid-sMb0GVfhAd .img1 {
  position: absolute;
  max-width: 60%;
  top: 0rem;
  right: 1rem;
  border: 2px solid #FFF;
}
.cid-sMb0GVfhAd .img2 {
  max-width: 100%;
  padding-top: 15rem;
  padding-right: 10rem;
}
@media (max-width: 767px) {
  .cid-sMb0GVfhAd .img2 {
    padding-top: 15rem;
    padding-right: 10rem;
    border: 2px solid #FFF;
  }
}
.cid-sMb0GVfhAd img {
  width: 100%;
  border-radius: 0px 25%;
  box-shadow: 10px 10px 15px #d1d1d1;
}
.cid-sMb0GVfhAd .text-wrapper {
  z-index: 11;
}
.cid-sMb0GVfhAd .wrapper {
  display: flex;
}
.cid-sMb0GVfhAd .row {
  align-items: center;
}
.cid-sMb0GVfhAd .animate__fadeInUp:before {
  background: #fafafa;
}
.cid-sMb0GVfhAd .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #003300;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sMb0GVfhAd .wrapper {
    flex-direction: column;
  }
  .cid-sMb0GVfhAd .iconfont-wrapper {
    margin: auto;
  }
  .cid-sMb0GVfhAd .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sMb0GVfhAd .mbr-section-title {
  color: #161734;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sMb0GVfhAd .mbr-text,
.cid-sMb0GVfhAd .mbr-section-btn {
  color: #161734;
}
.cid-sMgBo3rhdH {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-sMgBo3rhdH .video-wrapper iframe {
  width: 100%;
}
.cid-sMgBo3rhdH .mbr-section-title,
.cid-sMgBo3rhdH .mbr-section-subtitle,
.cid-sMgBo3rhdH .mbr-text {
  text-align: center;
}
.cid-sMgBo3rhdH .mbr-section-title {
  color: #017268;
}
.cid-sMgBo3rhdH .video {
  padding-top: 1rem;
}
.cid-sMgBo3rhdH .mbr-section-subtitle {
  color: #767676;
}
.cid-sMgBo3rhdH h4 {
  font-family: Cinzel;
  font-size: 3em;
  font-style: normal;
  line-height: 100%;
  font-weight: 400;
  text-shadow: 3px 3px 6px #d1d1d1;
}
#custom-html-1hr {
  /* Type valid CSS here */
}
#custom-html-1hr div {
  background-color: #fafafa;
  height: 400px;
}
.cid-sMLCysVvUr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sMLCysVvUr .content_wrapper {
  position: relative;
  padding: 0px 0;
  z-index: 1;
}
.cid-sMLCysVvUr .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sMLCysVvUr .mbr-section-title {
  margin-bottom: 12px;
  color: #e3000f;
}
.cid-sMLCysVvUr .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sMLCysVvUr .mbr-section-btn .btn-secondary-outline {
  color: #e3000f;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sMLCysVvUr .mbr-section-btn .btn-secondary-outline:hover,
.cid-sMLCysVvUr .mbr-section-btn .btn-secondary-outline .active,
.cid-sMLCysVvUr .mbr-section-btn .btn-secondary-outline:focus {
  color: #000;
  text-decoration: underline;
}
.cid-sMLCysVvUr .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sMLCysVvUr .image_post {
  display: inline-block;
}
.cid-sMLCysVvUr .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sMLCysVvUr .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sMLCysVvUr .mbr-text,
.cid-sMLCysVvUr .mbr-section-btn {
  color: #ffffff;
}
.cid-sMLF7fhmTa {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #003300;
}
.cid-sMLF7fhmTa .mbr-media {
  position: relative;
}
.cid-sMLF7fhmTa .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sMLF7fhmTa a:hover {
  background-image: none!important;
}
.cid-sMLF7fhmTa .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #003300;
}
.cid-sMLF7fhmTa .svg-top .st0 {
  fill: #003300;
}
@media (max-width: 992px) {
  .cid-sMLF7fhmTa .svg-top {
    width: 1000px;
  }
}
.cid-sMLF7fhmTa .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.3s;
}
.cid-sMLF7fhmTa .mbr-media span {
  font-size: 5.5rem;
  transition: all 0.3s;
  color: #003300;
}
.cid-sMLF7fhmTa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sMLF7fhmTa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sMLF7fhmTa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sMLF7fhmTa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sMLF7fhmTa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sMLF7fhmTa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sMLF7fhmTa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sXMr3cTBoK {
  padding-top: 30px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/01-web-1920x1080.jpg");
}
.cid-sXMr3cTBoK p:first-of-type:first-letter {
  font-size: 600%;
  color: #003300;
  line-height: 0.5;
  float: left;
  padding-right: .025em;
  padding-bottom: 0.2em;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.61);
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sXMr3cTBoK h1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.61);
}
.cid-sXMr3cTBoK .first-card {
  background-color: rgba(255, 255, 255, 0.6);
}
.cid-sXMr3cTBoK .card-box {
  padding: 2rem;
}
.cid-sXMr3cTBoK .second-card-title {
  text-align: center;
  color: #f9f295;
}
.cid-sXMr3cTBoK .second-card-subtitle {
  text-align: center;
}
.cid-sXMr3cTBoK .second-card {
  background-color: rgba(0, 51, 0, 0.4);
}
.cid-sXMr3cTBoK .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sXMr3cTBoK [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sXMr3cTBoK .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-sXMr3cTBoK .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-sXMr3cTBoK .first-card-text,
.cid-sXMr3cTBoK .card-btn {
  text-align: center;
}
.cid-sXMr3cTBoK .mbr-text,
.cid-sXMr3cTBoK .card-btn {
  text-align: left;
  color: #000000;
}
.cid-sXMr3cTBoK .second-card-subtitle,
.cid-sXMr3cTBoK .second-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sXMr3cTBoK .card {
  border-radius: 0 !important;
}
.cid-sXMJltyg43 {
  padding-top: 30px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/01-web-1920x1080.jpg");
}
.cid-sXMJltyg43 .btn {
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sXMJltyg43 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sXMJltyg43 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sXMJltyg43 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sXMJltyg43 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sXMJltyg43 img {
  margin-top: 32px;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 990px) {
  .cid-sXMJltyg43 .top {
    margin-top: 0;
    margin-left: 60%;
  }
}
@media (min-width: 990px) {
  .cid-sXMJltyg43 .top,
  .cid-sXMJltyg43 .top-2 {
    margin-top: 0;
    margin-left: 60%;
  }
}
.cid-sXNC4U8q6K {
  background-color: #003300;
}
@media (max-width: 991px) {
  .cid-sXNC4U8q6K .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXNC4U8q6K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sXNC4U8q6K .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-sXNC4U8q6K .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-sXNC4U8q6K .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-sXNC4U8q6K .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sXNC4U8q6K .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-sXNC4U8q6K .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sXNC4U8q6K .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-sXNC4U8q6K .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sXNHsmMGsJ {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #003300;
}
.cid-sXNHsmMGsJ .mbr-overlay {
  z-index: 1;
}
.cid-sXNHsmMGsJ .carousel,
.cid-sXNHsmMGsJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sXNHsmMGsJ .item-wrapper {
  width: 100%;
}
.cid-sXNHsmMGsJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sXNHsmMGsJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-sXNHsmMGsJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sXNHsmMGsJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sXNHsmMGsJ .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}
.cid-sXNHsmMGsJ .carousel-control span {
  color: #101019;
}
.cid-sXNHsmMGsJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sXNHsmMGsJ .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-sXNHsmMGsJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sXNHsmMGsJ .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sXNHsmMGsJ .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-sXNHsmMGsJ .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-sXNHsmMGsJ .carousel-indicators li.active,
.cid-sXNHsmMGsJ .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-sXNHsmMGsJ .carousel-indicators li::after,
.cid-sXNHsmMGsJ .carousel-indicators li::before {
  content: none;
}
.cid-sXNHsmMGsJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sXNHsmMGsJ .carousel-indicators {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cid-sXNHsmMGsJ .mbr-section-head {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .cid-sXNHsmMGsJ .mbr-section-head {
    margin-left: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sXNHsmMGsJ .mbr-section-head {
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-sXNHsmMGsJ .mbr-section-head {
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sXNHsmMGsJ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sXNHsmMGsJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sXO5wYqKmN {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #003300;
}
.cid-sXO5wYqKmN .mbr-overlay {
  z-index: 1;
}
.cid-sXO5wYqKmN .carousel,
.cid-sXO5wYqKmN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sXO5wYqKmN .item-wrapper {
  width: 100%;
}
.cid-sXO5wYqKmN .carousel-caption {
  bottom: 11rem;
}
.cid-sXO5wYqKmN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sXO5wYqKmN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sXO5wYqKmN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sXO5wYqKmN .container .carousel-indicators {
  bottom: 10px;
  position: absolute;
}
.cid-sXO5wYqKmN .carousel-control {
  display: none;
  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-sXO5wYqKmN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXO5wYqKmN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sXO5wYqKmN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sXO5wYqKmN .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  margin-bottom: 1.5rem !important;
}
.cid-sXO5wYqKmN .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffff00;
}
.cid-sXO5wYqKmN .carousel-indicators li {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sXO5wYqKmN .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sXO5wYqKmN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sXO5wYqKmN .button-align {
  width: 100%;
}
.cid-sXO5wYqKmN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sXO5wYqKmN .mbr-section-subtitle,
.cid-sXO5wYqKmN .button-align {
  text-align: left;
  color: #626262;
}
.cid-sXO5wYqKmN .mbr-text {
  padding-top: 10px;
}
@media (min-width: 600px) and (max-width: 990px) {
  .cid-sXO5wYqKmN .carousel-caption {
    bottom: 5rem;
  }
  .cid-sXO5wYqKmN .carousel-indicators {
    bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sXO5wYqKmN .carousel-caption {
    display: none;
  }
  .cid-sXO5wYqKmN .carousel-indicators {
    display: none;
  }
}
.cid-sXO5wYqKmN .mbr-text,
.cid-sXO5wYqKmN .button-align {
  color: #000000;
  text-align: left;
}
.cid-sXO5wYqKmN .carousel-fade .active.carousel-item-left,
.cid-sXO5wYqKmN .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sXO5wYqKmN .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sXO5wYqKmN .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sXNPYauO0R {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #003300;
}
.cid-sXNPYauO0R .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
#custom-html-1it {
  /* Type valid CSS here */
}
#custom-html-1it div {
  background-color: #003300;
  height: 400px;
}
.cid-sMW2LBGFlH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sMW2LBGFlH .mbr-section-btn .btn-secondary-outline {
  color: #e3000f;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sMW2LBGFlH .mbr-section-btn .btn-secondary-outline:hover,
.cid-sMW2LBGFlH .mbr-section-btn .btn-secondary-outline .active,
.cid-sMW2LBGFlH .mbr-section-btn .btn-secondary-outline:focus {
  color: #000;
  text-decoration: underline;
}
.cid-sMW2LBGFlH .hz {
  text-aligne: center;
  float: right;
}
.cid-sMW662r9vV {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sMW662r9vV .title_block {
  margin-bottom: 20px;
}
.cid-sMW662r9vV H3 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sMW662r9vV .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #767676;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sMW662r9vV .mbr-section-title {
  color: #017268;
  text-align: left;
}
.cid-sMW662r9vV .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #e3000f;
}
.cid-sMW662r9vV .item {
  padding-bottom: 2rem;
}
.cid-sMW662r9vV .image-wrapper {
  overflow: hidden;
}
.cid-sMW662r9vV .item-wrapper {
  position: relative;
}
.cid-sMW662r9vV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sMW662r9vV .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sMW662r9vV .item-wrapper:hover .mbr-item-subtitle a {
  color: #003300 !important;
}
.cid-sMW662r9vV .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sMW662r9vV .carousel-control,
.cid-sMW662r9vV .close {
  background: #1b1b1b;
}
.cid-sMW662r9vV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sMW662r9vV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sMW662r9vV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sMW662r9vV .carousel-control-next span {
  margin-left: 5px;
}
.cid-sMW662r9vV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sMW662r9vV .close::before {
  content: '\e91a';
}
.cid-sMW662r9vV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sMW662r9vV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sMW662r9vV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMW662r9vV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sMW662r9vV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sMW662r9vV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sMW662r9vV .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-sMW662r9vV .carousel-indicators li.active,
.cid-sMW662r9vV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sMW662r9vV .carousel-indicators li::after,
.cid-sMW662r9vV .carousel-indicators li::before {
  content: none;
}
.cid-sMW662r9vV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sMW662r9vV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sMW662r9vV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sMW662r9vV .carousel-indicators {
    display: none;
  }
}
.cid-sMW662r9vV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sMW662r9vV .carousel-inner > .active {
  display: block;
}
.cid-sMW662r9vV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMW662r9vV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMW662r9vV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sMW662r9vV .carousel-control,
  .cid-sMW662r9vV .carousel-indicators,
  .cid-sMW662r9vV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sMW662r9vV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sMW662r9vV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sMW662r9vV .carousel-indicators .active,
.cid-sMW662r9vV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sMW662r9vV .carousel-indicators .active {
  background: #fff;
}
.cid-sMW662r9vV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sMW662r9vV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sMW662r9vV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sMW662r9vV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sMW662r9vV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sMW662r9vV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sMW662r9vV .carousel {
  width: 100%;
}
.cid-sMW662r9vV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sMW662r9vV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sMW662r9vV .modal.fade .modal-dialog,
.cid-sMW662r9vV .modal.in .modal-dialog {
  transform: none;
}
.cid-sMW662r9vV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sMW662r9vV .descr mb-0 {
  text-align: center;
}
.cid-sMWb0gamZi {
  background: #ffffff;
}
.cid-sMWb0gamZi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sMWb0gamZi figcaption {
  position: relative;
}
.cid-sMWb0gamZi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sMWb0gamZi .image-block {
    width: 100% !important;
  }
}
.cid-sMWcBM6NIF {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.cid-sMWcBM6NIF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMWcBM6NIF .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  font-weight: 200;
  border: none !important;
}
.cid-sMWcBM6NIF .mbr-section-btn .btn-secondary-outline:hover {
  color: #003300 !important;
}
.cid-sMWcBM6NIF .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sMWcBM6NIF .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sMWcBM6NIF .row {
  align-items: center;
  height: 100%;
}
.cid-sMWcBM6NIF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMWcBM6NIF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMWcBM6NIF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sMWcBM6NIF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sMWcBM6NIF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-sMWcBM6NIF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sMWcBM6NIF ul {
  font-size: 0;
}
.cid-sMWcBM6NIF .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #58d0ff;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-sMWcBM6NIF .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #58d0ff solid;
  border-radius: 0 !important;
}
.cid-sMWcBM6NIF .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sMWcBM6NIF .btn-primary-outline:hover,
.cid-sMWcBM6NIF .btn-primary-outline:focus,
.cid-sMWcBM6NIF .btn-primary-outline.focus,
.cid-sMWcBM6NIF .btn-primary-outline.active {
  background-color: transparent !important;
  color: #58d0ff !important;
}
.cid-sMWcBM6NIF .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-sPvV4qHBBC {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sPvV4qHBBC .first-card {
  background-color: #ffffff;
}
.cid-sPvV4qHBBC .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-sPvV4qHBBC .second-card-title {
  text-align: center;
  color: #ffff00;
}
.cid-sPvV4qHBBC .second-card-subtitle {
  text-align: center;
}
.cid-sPvV4qHBBC .second-card {
  background-color: #017268;
}
.cid-sPvV4qHBBC .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sPvV4qHBBC [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sPvV4qHBBC .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-sPvV4qHBBC .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-sPvV4qHBBC .first-card-text,
.cid-sPvV4qHBBC .card-btn {
  text-align: center;
}
.cid-sPvV4qHBBC .mbr-text,
.cid-sPvV4qHBBC .card-btn {
  text-align: left;
}
.cid-sPvV4qHBBC .second-card-subtitle,
.cid-sPvV4qHBBC .second-btn {
  text-align: left;
  color: #ffffff;
  line-height: 180%;
  font-size: 0.8em;
}
.cid-sPvV4qHBBC .card {
  border-radius: 0 !important;
}
.cid-sPw0qovzpG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPw0qovzpG .text-wrapper {
  padding: 2rem;
  max-width: 650px;
}
@media (max-width: 991px) {
  .cid-sPw0qovzpG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPw0qovzpG H3 {
  line-height: 180%;
}
.cid-sPw0qovzpG img {
  width: 130%;
}
@media (max-width: 1400px) {
  .cid-sPw0qovzpG img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-sPw0qovzpG img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-sPw0qovzpG .text-wrapper {
    padding: 2rem;
  }
}
.cid-sPw0qovzpG .mbr-section-subtitle {
  color: #fa4529;
  line-height: 180%;
}
.cid-sPw0qovzpG .mbr-text {
  color: #000000;
}
.cid-sNlOAbJ9HF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sNlOAbJ9HF divhz {
  padding: 10px 0;
  color: #777;
  text-align: right;
  background-color: #333;
  font-family: "Archivo Narrow";
  font-size: 1em;
}
.cid-sNlOAbJ9HF .content_wrapper {
  position: relative;
  padding: 0px 0;
  z-index: 1;
}
.cid-sNlOAbJ9HF .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sNlOAbJ9HF .mbr-section-title {
  margin-bottom: 12px;
  color: #e3000f;
}
.cid-sNlOAbJ9HF .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sNlOAbJ9HF .mbr-section-btn .btn-secondary-outline {
  color: #e3000f;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sNlOAbJ9HF .mbr-section-btn .btn-secondary-outline:hover,
.cid-sNlOAbJ9HF .mbr-section-btn .btn-secondary-outline .active,
.cid-sNlOAbJ9HF .mbr-section-btn .btn-secondary-outline:focus {
  color: #000;
  text-decoration: underline;
}
.cid-sNlOAbJ9HF .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sNlOAbJ9HF .image_post {
  display: inline-block;
}
.cid-sNlOAbJ9HF .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sNlOAbJ9HF .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sNlOAbJ9HF .mbr-text,
.cid-sNlOAbJ9HF .mbr-section-btn {
  color: #ffffff;
}
.cid-sNlOAcjqd2 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #003300;
}
.cid-sNlOAcjqd2 .mbr-media {
  position: relative;
}
.cid-sNlOAcjqd2 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sNlOAcjqd2 a:hover {
  background-image: none!important;
}
.cid-sNlOAcjqd2 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #003300;
}
.cid-sNlOAcjqd2 .svg-top .st0 {
  fill: #003300;
}
@media (max-width: 992px) {
  .cid-sNlOAcjqd2 .svg-top {
    width: 1000px;
  }
}
.cid-sNlOAcjqd2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.3s;
}
.cid-sNlOAcjqd2 .mbr-media span {
  font-size: 5.5rem;
  transition: all 0.3s;
  color: #003300;
}
.cid-sNlOAcjqd2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sNlOAcjqd2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sNlOAcjqd2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sNlOAcjqd2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNlOAcjqd2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sNlOAcjqd2 .mbr-section-title {
  color: #ffffff;
}
.cid-sNlOAcjqd2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sRG7IUC7fe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRG7IUC7fe .mbr-section-btn .btn-secondary-outline {
  color: #e3000f;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sRG7IUC7fe .mbr-section-btn .btn-secondary-outline:hover,
.cid-sRG7IUC7fe .mbr-section-btn .btn-secondary-outline .active,
.cid-sRG7IUC7fe .mbr-section-btn .btn-secondary-outline:focus {
  color: #000;
  text-decoration: underline;
}
.cid-sRG7IUC7fe .hz {
  text-aligne: center;
}
.cid-sRG9czqcRp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRG9czqcRp .text-wrapper {
  padding: 2rem;
  max-width: 650px;
}
@media (max-width: 991px) {
  .cid-sRG9czqcRp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRG9czqcRp img {
  width: 130%;
}
@media (max-width: 1400px) {
  .cid-sRG9czqcRp img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-sRG9czqcRp img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-sRG9czqcRp .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRG9czqcRp .mbr-section-subtitle {
  color: #fa4529;
}
.cid-sRG9czqcRp .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-sRG9czqcRp .mbr-section-title {
  color: #017268;
  text-align: left;
}
.cid-sTJ9I60XoW {
  background-color: #ffffff;
}
.cid-sTJ9I60XoW h4 {
  font-size: 1em;
  font-style: normal;
  line-height: 2em;
  font-weight: 100;
  color: #e3000f;
}
.cid-sTJ9I60XoW H1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
  text-align: left;
  color: #003300;
}
.cid-sTJ9I60XoW .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-sTJ9I60XoW .mbr-section-btn {
  animation-delay: .4s;
}
.cid-sTJ9I60XoW .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-top: auto;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
}
@media (min-width: 992px) {
  .cid-sTJ9I60XoW .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sTJ9I60XoW .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-sTJ9I60XoW section {
  position: relative;
}
.cid-sTJ9I60XoW .mbr-iconfont {
  padding: 0!important;
}
.cid-sTJ9I60XoW .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-color: #003300;
}
@media (max-width: 767px) {
  .cid-sTJ9I60XoW .back {
    width: 100%;
  }
}
.cid-sTJ9I60XoW .box {
  background-image: url("../../../assets/images/0back-1-900x680.jpeg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  height: 400px;
  margin-right: auto;
  margin-bottom: 90px;
  border: 3px solid #003300;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sTJ9I60XoW .box {
    margin-bottom: 1rem;
  }
}
.cid-sTJ9I60XoW .icon-wrap {
  background-color: #e3000f !important;
  width: 73.5px;
  height: 73.5px;
  border-radius: 50%;
  margin: auto;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}
.cid-sTJ9I60XoW .icon-wrap:hover {
  transform: scale(1.45);
}
.cid-sTJ9I60XoW .icon-wrap span {
  padding-left: 8px;
}
.cid-sTJ9I60XoW .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sTJ9I60XoW .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sTJ9I60XoW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sTJ9I60XoW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sTJ9I60XoW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sTJ9I60XoW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sTJ9I60XoW a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTJ9I60XoW .box {
    height: 250px;
  }
  .cid-sTJ9I60XoW .row {
    padding: 1rem!important;
  }
}
.cid-sTJ9I60XoW .mbr-section-subtitle,
.cid-sTJ9I60XoW .mbr-section-btn {
  text-align: left;
}
.cid-sTJ9I60XoW .mbr-section-text,
.cid-sTJ9I60XoW .mbr-section-btn {
  text-align: left;
}
.cid-sTIZ5Py3C9 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sTIZ5Py3C9 .title_block {
  margin-bottom: 20px;
}
.cid-sTIZ5Py3C9 divhz {
  padding: 10px 0;
  color: #777;
  text-align: center;
  background-color: #333;
  font-family: "Archivo Narrow";
  font-size: 1em;
}
.cid-sTIZ5Py3C9 H3 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sTIZ5Py3C9 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #767676;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sTIZ5Py3C9 .mbr-section-title {
  color: #017268;
  text-align: left;
}
.cid-sTIZ5Py3C9 .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #e3000f;
}
.cid-sTIZ5Py3C9 .item {
  padding-bottom: 2rem;
}
.cid-sTIZ5Py3C9 .image-wrapper {
  overflow: hidden;
}
.cid-sTIZ5Py3C9 .item-wrapper {
  position: relative;
}
.cid-sTIZ5Py3C9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sTIZ5Py3C9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sTIZ5Py3C9 .item-wrapper:hover .mbr-item-subtitle a {
  color: #003300 !important;
}
.cid-sTIZ5Py3C9 .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sTIZ5Py3C9 .carousel-control,
.cid-sTIZ5Py3C9 .close {
  background: #1b1b1b;
}
.cid-sTIZ5Py3C9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sTIZ5Py3C9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sTIZ5Py3C9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sTIZ5Py3C9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sTIZ5Py3C9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sTIZ5Py3C9 .close::before {
  content: '\e91a';
}
.cid-sTIZ5Py3C9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sTIZ5Py3C9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sTIZ5Py3C9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTIZ5Py3C9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sTIZ5Py3C9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sTIZ5Py3C9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sTIZ5Py3C9 .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-sTIZ5Py3C9 .carousel-indicators li.active,
.cid-sTIZ5Py3C9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sTIZ5Py3C9 .carousel-indicators li::after,
.cid-sTIZ5Py3C9 .carousel-indicators li::before {
  content: none;
}
.cid-sTIZ5Py3C9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sTIZ5Py3C9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sTIZ5Py3C9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sTIZ5Py3C9 .carousel-indicators {
    display: none;
  }
}
.cid-sTIZ5Py3C9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sTIZ5Py3C9 .carousel-inner > .active {
  display: block;
}
.cid-sTIZ5Py3C9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTIZ5Py3C9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTIZ5Py3C9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sTIZ5Py3C9 .carousel-control,
  .cid-sTIZ5Py3C9 .carousel-indicators,
  .cid-sTIZ5Py3C9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sTIZ5Py3C9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sTIZ5Py3C9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sTIZ5Py3C9 .carousel-indicators .active,
.cid-sTIZ5Py3C9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sTIZ5Py3C9 .carousel-indicators .active {
  background: #fff;
}
.cid-sTIZ5Py3C9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sTIZ5Py3C9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sTIZ5Py3C9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sTIZ5Py3C9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sTIZ5Py3C9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sTIZ5Py3C9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sTIZ5Py3C9 .carousel {
  width: 100%;
}
.cid-sTIZ5Py3C9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sTIZ5Py3C9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sTIZ5Py3C9 .modal.fade .modal-dialog,
.cid-sTIZ5Py3C9 .modal.in .modal-dialog {
  transform: none;
}
.cid-sTIZ5Py3C9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sTIZ5Py3C9 .descr mb-0 {
  text-align: center;
}
.cid-sTIZ5PZZSd {
  background: #ffffff;
}
.cid-sTIZ5PZZSd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sTIZ5PZZSd figcaption {
  position: relative;
}
.cid-sTIZ5PZZSd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sTIZ5PZZSd .image-block {
    width: 100% !important;
  }
}
.cid-sUibT6BxAV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: linear-gradient(180deg, #ffffff, #efefef);
}
.cid-sUibT6BxAV .mbr-text,
.cid-sUibT6BxAV .mbr-section-btn {
  color: #000000;
}
.cid-sUibT6BxAV .container {
  max-width: 1000px;
}
.cid-sUibT6BxAV .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #003300;
  padding-bottom: 1rem;
}
.cid-sUibT6BxAV h1 {
  color: #000);
  font-family: "Cinzel Decorative";
  font-size: 4em;
  font-style: normal;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.cid-sUibT6BxAV .underlined-example {
  position: relative;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  float: right;
  padding-top: 2rem;
}
.cid-sUibT6BxAV .underlined-example:hover {
  color: #000;
}
.cid-sUibT6BxAV .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: red;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sUibT6BxAV .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sUibT6BxAV .mbr-section-subtitle {
  text-align: center;
}
.cid-sUAP92NHrZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sUAP92NHrZ .link-wrapper {
  width: 100%;
}
.cid-sUAP92NHrZ .contaiter-fluid {
  max-width: 100%;
  padding-right: 2rem;
}
.cid-sUAP92NHrZ .row {
  justify-content: center;
}
.cid-sUAP92NHrZ .card {
  border-left: 1px solid #003300;
  border-radius: 0;
  padding: 0 1rem;
}
@media (max-width: 1750px) {
  .cid-sUAP92NHrZ .card {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sUAP92NHrZ .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
.cid-sUAP92NHrZ .first {
  border-left: 0;
  padding-left: 1rem;
}
.cid-sUAP92NHrZ .card-text {
  color: #818181;
}
.cid-sUAP92NHrZ .card-text a {
  position: relative;
  background: none!important;
}
.cid-sUAP92NHrZ .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sUAP92NHrZ .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sUAP92NHrZ .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUAP92NHrZ .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUAP92NHrZ .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUAP92NHrZ .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUAP92NHrZ .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUAP92NHrZ .card-title,
.cid-sUAP92NHrZ .iconfont-wrapper {
  color: #000000;
}
.cid-sUAP92NHrZ .link,
.cid-sUAP92NHrZ .link-wrapper {
  color: #6870d1;
}
.cid-sUB5jd5Zr8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sUB5jd5Zr8 p:first-of-type:first-letter {
  font-size: 400%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  color: #0f7699;
}
.cid-sUB5jd5Zr8 .line {
  background-color: #a6a6a6;
  color: #a6a6a6;
  align: left;
  height: 2px;
  margin: 10 auto;
}
.cid-sUB5jd5Zr8 .content {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-sUB5jd5Zr8 .content {
    flex-wrap: wrap;
  }
}
.cid-sUB5jd5Zr8 h2,
.cid-sUB5jd5Zr8 h4,
.cid-sUB5jd5Zr8 h5,
.cid-sUB5jd5Zr8 p {
  margin: 0;
}
.cid-sUB5jd5Zr8 .left {
  width: 85%;
  padding-right: 58px;
}
@media (max-width: 1024px) {
  .cid-sUB5jd5Zr8 .left {
    width: 100%;
    padding-right: 0;
  }
}
.cid-sUB5jd5Zr8 .right {
  width: 15%;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .cid-sUB5jd5Zr8 .right {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-sUB5jd5Zr8 .info {
  flex-direction: column;
}
.cid-sUB5jd5Zr8 .mbr-section-title {
  color: #767676;
}
.cid-sUB5jd5Zr8 .mbr-section-subtitle {
  color: #003300;
  margin: -14px 0 8px;
}
.cid-sUB5jd5Zr8 .mbr-text {
  color: #000000;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 1em;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  -moz-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  column-rule: 1px solid rgba(28, 110, 164, 0.35);
}
.cid-sUB5jd5Zr8 .info-block {
  margin-top: 3em;
}
.cid-sUB5jd5Zr8 .mbr-info-title {
  color: #e3000f;
  margin: 5px 14px 5px 0;
  text-align: right;
}
.cid-sUB5jd5Zr8 .mbr-details {
  color: #6b6b6b;
  margin: 5px 0;
  text-align: right;
}
.cid-sUB5jd5Zr8 .link {
  position: relative;
  margin-right: 5px;
}
.cid-sUB5jd5Zr8 .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: right;
  color: #e3000f;
  font-family: Archivo Narrow;
  Font-size: 120%;
  font-weight: 300;
  display: inline-block;
}
.cid-sUB5jd5Zr8 .underlined-example:hover {
  color: #000;
}
.cid-sUB5jd5Zr8 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sUB5jd5Zr8 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sUASiJ5hz3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sUASiJ5hz3 h2,
.cid-sUASiJ5hz3 h3,
.cid-sUASiJ5hz3 h4,
.cid-sUASiJ5hz3 h5 {
  margin: 0;
}
.cid-sUASiJ5hz3 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sUASiJ5hz3 .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sUASiJ5hz3 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sUASiJ5hz3 .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sUASiJ5hz3 .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sUASiJ5hz3 .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sUASiJ5hz3 .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sUASiJ5hz3 .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sUASiJ5hz3 .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sUASiJ5hz3 .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sUASiJ5hz3 .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sUASiJ5hz3 .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sUASiJ5hz3 .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sUASiJ5hz3 img {
  padding: 10px;
  background-color: #003300;
  border: 5px outset #FFFFFF;
}
.cid-sUASiJ5hz3 .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-sUASiJ5hz3 .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-sUASiJ5hz3 .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-sUiGMP74Yc {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sUiGMP74Yc img {
  background: #fff;
  border: 1px solid #bbb;
  filter: drop-shadow(1rem 1rem 4px #cccccc);
  padding: 2rem 2rem 5rem 2rem;
  border-radius: 40px;
}
.cid-sUiGMP74Yc img,
.cid-sUiGMP74Yc .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUiGMP74Yc .item:focus,
.cid-sUiGMP74Yc span:focus {
  outline: none;
}
.cid-sUiGMP74Yc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUiGMP74Yc .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sUiGMP74Yc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sUiGMP74Yc .mbr-section-title {
  color: #3F424E;
  padding-bottom: 50px;
}
.cid-sUiGMP74Yc .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-sV4YpdoZ9e {
  padding-top: 3rem;
  padding-bottom: 4rem;
  padding-right: 10%;
  background-color: #efefef;
}
.cid-sV4YpdoZ9e .video-wrapper iframe {
  width: 120%;
}
.cid-sV4YpdoZ9e p:first-of-type:first-letter {
  font-size: 600%;
  color: #0f7699;
  line-height: 1;
  float: left;
  padding-right: .125em;
  padding-bottom: 1em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sV4YpdoZ9e h2,
.cid-sV4YpdoZ9e h4,
.cid-sV4YpdoZ9e p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sV4YpdoZ9e .col-md-6 {
    width: 120%;
  }
}
.cid-sV4YpdoZ9e .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-sV4YpdoZ9e .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-sV4YpdoZ9e .mbr-section-head {
    text-align: center;
  }
}
.cid-sV4YpdoZ9e .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sV4YpdoZ9e .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-sV4YpdoZ9e .mbr-text {
  color: #000;
  font-weight: 400;
  text-align: justify;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sXXXN6oPHw {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sXXXN6oPHw .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sXXXN6oPHw .underlined-example:hover {
  color: #000;
}
.cid-sXXXN6oPHw .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sXXXN6oPHw .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sXXXN6oPHw h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
  font-family: Archivo Narrow;
}
.cid-sXXXN6oPHw H6 {
  color: #0f7699;
}
.cid-t1LujTA74i {
  overflow: visible !important;
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
@media (max-width: 1000px) {
  .cid-t1LujTA74i {
    padding-top: 0.5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-t1LujTA74i {
    padding-top: 0.3rem;
    padding-bottom: 3rem;
  }
}
.cid-t1LujTA74i h1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t1LujTA74i .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t1LujTA74i .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-t1LujTA74i .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-t1LujTA74i .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  border: 5px solid #003300;
  border-radius: 200px 0px 0px 0px;
}
@media (min-width: 992px) {
  .cid-t1LujTA74i .text {
    min-width: 615px;
    transform: translate(-25%, 6rem);
  }
}
.cid-t1LujTA74i .text-wrapper {
  background: #ffcc01;
  padding: 30rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-t1LujTA74i .text-wrapper {
    padding: 100px 100px 63px;
    border: 1px solid #ffcc01;
    border-radius: 0px 0px 200px 0px;
  }
}
.cid-t1LujTA74i .mbr-text {
  font-weight: 500;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
@media (min-width: 992px) {
  .cid-t1LujTA74i .display-1 {
    font-size: 65px;
  }
  .cid-t1LujTA74i .display-5 {
    font-size: 29px;
  }
}
.cid-t1LujTA74i .mbr-section-btn {
  background: #ffcc01;
  margin-left: 0;
  margin-right: 0;
}
.cid-t1LujTA74i .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-t1LujTA74i .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-t1Lx1KNNhW {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-t1Lx1KNNhW img {
  border: 5px solid #666;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t1Lx1KNNhW .item {
  padding-bottom: 2rem;
}
.cid-t1Lx1KNNhW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t1Lx1KNNhW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t1Lx1KNNhW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t1Lx1KNNhW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t1Lx1KNNhW .carousel-control,
.cid-t1Lx1KNNhW .close {
  background: #1b1b1b;
}
.cid-t1Lx1KNNhW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t1Lx1KNNhW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t1Lx1KNNhW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t1Lx1KNNhW .carousel-control-next span {
  margin-left: 5px;
}
.cid-t1Lx1KNNhW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t1Lx1KNNhW .close::before {
  content: '\e91a';
}
.cid-t1Lx1KNNhW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t1Lx1KNNhW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t1Lx1KNNhW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1Lx1KNNhW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t1Lx1KNNhW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t1Lx1KNNhW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t1Lx1KNNhW .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-t1Lx1KNNhW .carousel-indicators li.active,
.cid-t1Lx1KNNhW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t1Lx1KNNhW .carousel-indicators li::after,
.cid-t1Lx1KNNhW .carousel-indicators li::before {
  content: none;
}
.cid-t1Lx1KNNhW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t1Lx1KNNhW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t1Lx1KNNhW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t1Lx1KNNhW .carousel-indicators {
    display: none;
  }
}
.cid-t1Lx1KNNhW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t1Lx1KNNhW .carousel-inner > .active {
  display: block;
}
.cid-t1Lx1KNNhW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1Lx1KNNhW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t1Lx1KNNhW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t1Lx1KNNhW .carousel-control,
  .cid-t1Lx1KNNhW .carousel-indicators,
  .cid-t1Lx1KNNhW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t1Lx1KNNhW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t1Lx1KNNhW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t1Lx1KNNhW .carousel-indicators .active,
.cid-t1Lx1KNNhW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t1Lx1KNNhW .carousel-indicators .active {
  background: #fff;
}
.cid-t1Lx1KNNhW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t1Lx1KNNhW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t1Lx1KNNhW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t1Lx1KNNhW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t1Lx1KNNhW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t1Lx1KNNhW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t1Lx1KNNhW .carousel {
  width: 100%;
}
.cid-t1Lx1KNNhW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t1Lx1KNNhW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t1Lx1KNNhW .modal.fade .modal-dialog,
.cid-t1Lx1KNNhW .modal.in .modal-dialog {
  transform: none;
}
.cid-t1Lx1KNNhW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t1Lx1KNNhW H6 {
  text-align: center;
}
.cid-t1Lx1KNNhW .mbr-section-title {
  color: #2e6b75;
}
.cid-t1Lx1KNNhW .mbr-section-subtitle {
  color: #6c7577;
}
.cid-t1Lx1KNNhW .mbr-item-subtitle {
  color: #6c7577;
}
.cid-sTWzDTZwoC {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-sTWzDTZwoC .mbr-section-title {
  text-align: left;
  color: #003300;
}
.cid-sTWzDTZwoC h5 {
  color: #000);
  font-family: "Cinzel";
  font-size: 4em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-weight: 500;
}
.cid-sTWz9xuEuo {
  background-color: #003300;
}
.cid-sTWz9xuEuo hr {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  color: #fff;
  background: #fff;
}
.cid-sTWz9xuEuo p:first-of-type:first-letter {
  font-size: 800%;
  line-height: 1;
  float: left;
  padding-right: .105em;
  text-shadow: 3px 3px 6px #000;
  font-family: Cinzel Decorative;
  color: #ffff00;
}
.cid-sTWz9xuEuo .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #003300;
}
.cid-sTWz9xuEuo .svg-top .st0 {
  fill: #003300;
}
@media (max-width: 992px) {
  .cid-sTWz9xuEuo .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-sTWz9xuEuo .col-12 {
    padding: 0 2rem;
  }
  .cid-sTWz9xuEuo .row {
    margin: 0 -2rem;
  }
}
.cid-sTWz9xuEuo .mbr-text,
.cid-sTWz9xuEuo .mbr-section-btn {
  color: #ffffff;
  line-height: 180%;
  font-weight: 500;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sTWz9xuEuo .mbr-section-title {
  color: #ffff00;
}
.cid-sU2fHWHH6t {
  background-color: #003300;
}
.cid-sU2fHWHH6t .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  font-family: Archivo Narrow;
}
.cid-sU2fHWHH6t .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 90%;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sU2fHWHH6t .btn_link:hover {
  cursor: pointer;
}
.cid-sU2fHWHH6t .btn_link:hover a {
  color: #fff;
}
.cid-sU2fHWHH6t .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sU2fHWHH6t p:first-of-type:first-letter {
  font-size: 500%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #000;
  font-family: Cinzel Decorative;
}
.cid-sU2fHWHH6t img {
  border-top-right-radius: 200px;
  border: 2px solid #fff;
  width: 90%;
  height: auto;
  object-fit: cover;
}
.cid-sU2fHWHH6t hr {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  color: #fff;
  background: #fff;
}
.cid-sU2fHWHH6t h6 {
  color: #fff;
  font-size: 1.8em;
  font-style: normal;
  font-family: "Archivo narrow";
  font-weight: 200;
}
.cid-sU2fHWHH6t .container {
  max-width: 1500px;
}
.cid-sU2fHWHH6t .row {
  background: #333333;
}
.cid-sU2fHWHH6t .img-col {
  padding: 4rem 0rem;
}
.cid-sU2fHWHH6t .title-col {
  padding: 4rem 8rem;
}
.cid-sU2fHWHH6t h2 {
  padding: 0;
  margin: 0;
}
.cid-sU2fHWHH6t .text-wrap {
  margin: auto;
}
.cid-sU2fHWHH6t .mbr-text {
  color: #ffffff;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
@media (max-width: 1200px) {
  .cid-sU2fHWHH6t .row {
    margin: 2rem;
  }
  .cid-sU2fHWHH6t .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sU2fHWHH6t .row {
    margin: 0rem;
  }
  .cid-sU2fHWHH6t .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sU0FIEL6Xe {
  padding-top: 30px;
  padding-bottom: 225px;
  background-color: #003300;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sU0FIEL6Xe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sU0FIEL6Xe .btn_link {
  display: block;
  padding-left: 30%;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sU0FIEL6Xe .btn_link span {
  display: inline-block;
  margin-left: 1.25rem;
  font-size: 20px;
  vertical-align: right;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sU0FIEL6Xe .btn_link:hover {
  cursor: pointer;
}
.cid-sU0FIEL6Xe .btn_link:hover a {
  color: #e3000f;
}
.cid-sU0FIEL6Xe .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sU0FIEL6Xe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sU0FIEL6Xe .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-sU0FIEL6Xe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sU0FIEL6Xe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sU0FIEL6Xe .row > .row {
  display: block;
}
.cid-sU0FIEL6Xe .mbr-gallery-item {
  width: 100%;
}
.cid-sU0FIEL6Xe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c1c1c1;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
  border: 2px solid #fff;
}
.cid-sU0FIEL6Xe .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sU0FIEL6Xe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sU0FIEL6Xe .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sU0FIEL6Xe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sU0FIEL6Xe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #c1c1c1 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sU0FIEL6Xe .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sU0FIEL6Xe .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sU0FIEL6Xe {
    padding-top: 10px;
    padding-bottom: 75px;
  }
  .cid-sU0FIEL6Xe .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-sU0FIEL6Xe P {
  color: #ffffff;
  font-family: Archivo Narrow;
  text-align: center;
}
.cid-sVC6TANysx {
  background-image: url("../../../assets/images/schulerfolg-1920x1079.jpg");
}
.cid-sVC6TANysx .mbr-section-subtitle {
  color: #fff;
  text-transform: uppercase;
}
.cid-sVC6TANysx .mbr-section-title {
  color: #fff;
  margin-bottom: 40px;
}
.cid-sVC6TANysx .description {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}
.cid-sVC6TANysx .link {
  display: inline-block;
}
.cid-sVC6TANysx .resume-link {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
}
.cid-sVC6TANysx a::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 4px;
  margin-top: -3px;
  background-color: #e3000f;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  margin-right: 7px;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.cid-sVC6TANysx .link:hover a::before {
  width: 30px;
}
.cid-sVC6TANysx .row {
  align-items: center;
}
@media (max-width: 576px) {
  .cid-sVC6TANysx .counter {
    margin-top: 20px;
  }
  .cid-sVC6TANysx .resume-link {
    margin-top: 20px;
  }
}
.cid-sVC6TANysx img {
  border: 4px solid #fff;
}
.cid-sU7Cv4MHGR {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sU7Cv4MHGR .content {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-sU7Cv4MHGR .content {
    flex-wrap: wrap;
  }
}
.cid-sU7Cv4MHGR h2,
.cid-sU7Cv4MHGR h4,
.cid-sU7Cv4MHGR h5,
.cid-sU7Cv4MHGR p {
  margin: 0;
}
.cid-sU7Cv4MHGR .left {
  width: 75%;
  padding-right: 58px;
}
@media (max-width: 1024px) {
  .cid-sU7Cv4MHGR .left {
    width: 100%;
    padding-right: 0;
  }
}
.cid-sU7Cv4MHGR .right {
  width: 25%;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .cid-sU7Cv4MHGR .right {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-sU7Cv4MHGR .info {
  flex-direction: column;
}
.cid-sU7Cv4MHGR .mbr-section-title {
  color: #000000;
}
.cid-sU7Cv4MHGR .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sU7Cv4MHGR .mbr-text {
  color: #000000;
  margin: 10px 0;
}
.cid-sU7Cv4MHGR .info-block {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
  flex-wrap: wrap;
}
.cid-sU7Cv4MHGR .mbr-info-title {
  color: #000000;
  margin: 5px 14px 5px 0;
}
.cid-sU7Cv4MHGR .mbr-details {
  color: #6b6b6b;
  margin: 5px 0;
}
.cid-sU7Cv4MHGR .link {
  position: relative;
  margin-right: 5px;
  font-size: 1.4em;
}
.cid-sUdJP6SitP {
  padding-top: 1rem;
  padding-bottom: 4.5rem;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #ffffff;
}
.cid-sUdJP6SitP img {
  border: 6px solid #003300;
  border-radius: 20px;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.61);
}
.cid-sUdJP6SitP .item-image {
  margin-bottom: 5rem;
}
.cid-sUdJP6SitP img,
.cid-sUdJP6SitP .item-img {
  width: 100%;
}
.cid-sUdJP6SitP .item:focus,
.cid-sUdJP6SitP span:focus {
  outline: none;
}
.cid-sUdJP6SitP .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-sUdJP6SitP .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sUdJP6SitP .mbr-section-title {
  color: #042304;
  text-align: left;
  margin-left: 50px;
}
@media (min-width: 768px) {
  .cid-sUdJP6SitP .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-sUdJP6SitP .mbr-section-subtitle,
  .cid-sUdJP6SitP .mbr-text {
    display: none;
  }
}
@media (max-width: 600px) {
  .cid-sUdJP6SitP .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sUdJP6SitP .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-sUdJP6SitP .mbr-section-subtitle {
  color: #000000;
}
.cid-sUhO0z17fF {
  padding-top: 1rem;
  padding-bottom: 10rem;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #ffffff;
}
.cid-sUhO0z17fF img {
  border: 6px solid #003300;
  border-radius: 20px;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.61);
}
.cid-sUhO0z17fF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sUhO0z17fF .row {
    flex-direction: column-reverse;
  }
  .cid-sUhO0z17fF .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sUhO0z17fF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sUhO0z17fF .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sUhO0z17fF .image-wrapper img {
  width: 100%;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.61);
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sUhO0z17fF .card-title {
  color: #000000;
}
.cid-sUhO0z17fF .mbr-text,
.cid-sUhO0z17fF .mbr-section-btn {
  color: #6c758f;
}
.cid-sUhVX5iPMO {
  padding-top: 30px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/back-homeschooling-1920x1080.jpg");
}
.cid-sUhVX5iPMO img {
  border: 4px solid #fff;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  -webkit-box-shadow: 5px 5px 15px 20px rgba(0, 0, 0, 0.89);
  box-shadow: 5px 5px 15px 20px rgba(0, 0, 0, 0.89);
}
.cid-sUhVX5iPMO .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sUhVX5iPMO .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sUhVX5iPMO .list-img {
  width: 100px;
}
.cid-sUhVX5iPMO .ico2 {
  color: #ffff00;
  font-size: 1.2rem;
}
.cid-sUhVX5iPMO .btn {
  margin: 0px !important;
}
.cid-sUhVX5iPMO .text-box {
  padding: 1rem;
}
.cid-sUhVX5iPMO .text-box p {
  margin: 0;
}
.cid-sUhVX5iPMO .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sUhVX5iPMO .ico-box p {
  margin: 0;
}
.cid-sUhVX5iPMO .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUhVX5iPMO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUhVX5iPMO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border: 1px solid #fff;
}
.cid-sUhVX5iPMO .carousel-item .wrap-img {
  text-align: center;
}
.cid-sUhVX5iPMO .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sUhVX5iPMO .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sUhVX5iPMO .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sUhVX5iPMO .carousel-indicators li {
  display: inline-block;
}
.cid-sUhVX5iPMO .carousel-indicators li {
  max-width: 15%;
  max-height: 80px;
  width: 15%;
  height: 80px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: 2px solid #fff;
}
.cid-sUhVX5iPMO .carousel-indicators li.active {
  border: 0px;
}
.cid-sUhVX5iPMO .li1 {
  background-image: url("../../../assets/images/01-764x616.jpg");
}
.cid-sUhVX5iPMO .li2 {
  background-image: url("../../../assets/images/hz1-2-1080x809.jpg");
}
.cid-sUhVX5iPMO .li3 {
  background-image: url("../../../assets/images/04-864x580.jpg");
}
.cid-sUhVX5iPMO .li4 {
  background-image: url("../../../assets/images/06-744x512.jpg");
}
.cid-sUhVX5iPMO .li5 {
  background-image: url("../../../assets/images/10-1008x756.jpg");
}
.cid-sUhVX5iPMO .li6 {
  background-image: url("../../../assets/images/03-2-756x1008.jpg");
}
@media (max-width: 992px) {
  .cid-sUhVX5iPMO .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sUhVX5iPMO .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sUhVX5iPMO .card-title2 {
  color: #274abb;
}
.cid-sUhVX5iPMO .sq {
  color: #656565;
}
.cid-sUhVX5iPMO .item {
  color: #656565;
}
.cid-sUhVX5iPMO .card-title1 {
  color: #ffff00;
  text-align: left;
}
.cid-t3QpK4Eo0a {
  background-color: #003300;
}
.cid-t3QpK4Eo0a .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  font-family: Archivo Narrow;
}
.cid-t3QpK4Eo0a .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 90%;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t3QpK4Eo0a .btn_link:hover {
  cursor: pointer;
}
.cid-t3QpK4Eo0a .btn_link:hover a {
  color: #fff;
}
.cid-t3QpK4Eo0a .btn_link:hover span {
  transform: translatex(5px);
}
.cid-t3QpK4Eo0a p:first-of-type:first-letter {
  font-size: 800%;
  line-height: 1;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #000;
  font-family: Cinzel Decorative;
  color: #FFFFD9;
}
.cid-t3QpK4Eo0a img {
  border-top-right-radius: 200px;
  border: 2px solid #fff;
  width: 90%;
  height: auto;
  object-fit: cover;
}
.cid-t3QpK4Eo0a hr {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  color: #fff;
  background: #fff;
}
.cid-t3QpK4Eo0a h6 {
  color: #fff;
  font-size: 1.8em;
  font-style: normal;
  font-family: "Archivo narrow";
  font-weight: 200;
}
.cid-t3QpK4Eo0a .container {
  max-width: 1500px;
}
.cid-t3QpK4Eo0a .row {
  background: #333333;
}
.cid-t3QpK4Eo0a .img-col {
  padding: 4rem 0rem;
}
.cid-t3QpK4Eo0a .title-col {
  padding: 4rem 8rem;
}
.cid-t3QpK4Eo0a h2 {
  padding: 0;
  margin: 0;
}
.cid-t3QpK4Eo0a .text-wrap {
  margin: auto;
}
.cid-t3QpK4Eo0a .mbr-text {
  color: #ffffff;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
@media (max-width: 1200px) {
  .cid-t3QpK4Eo0a .row {
    margin: 2rem;
  }
  .cid-t3QpK4Eo0a .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3QpK4Eo0a .row {
    margin: 0rem;
  }
  .cid-t3QpK4Eo0a .title-col {
    padding: 2rem 1rem;
  }
}
.cid-t3QpK4Eo0a H2 {
  color: #ffff00;
}
.cid-t3QpK4Eo0a H6 {
  color: #ffff00;
  text-align: left;
}
.cid-t3QyfLBLef {
  padding-top: 30px;
  padding-bottom: 225px;
  background-color: #003300;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t3QyfLBLef .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t3QyfLBLef .btn_link {
  display: block;
  padding-left: 30%;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-t3QyfLBLef .btn_link span {
  display: inline-block;
  margin-left: 1.25rem;
  font-size: 20px;
  vertical-align: right;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t3QyfLBLef .btn_link:hover {
  cursor: pointer;
}
.cid-t3QyfLBLef .btn_link:hover a {
  color: #e3000f;
}
.cid-t3QyfLBLef .btn_link:hover span {
  transform: translatex(5px);
}
.cid-t3QyfLBLef .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3QyfLBLef .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-t3QyfLBLef .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t3QyfLBLef .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t3QyfLBLef .row > .row {
  display: block;
}
.cid-t3QyfLBLef .mbr-gallery-item {
  width: 100%;
}
.cid-t3QyfLBLef .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c1c1c1;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
  border: 2px solid #fff;
}
.cid-t3QyfLBLef .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-t3QyfLBLef .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t3QyfLBLef .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t3QyfLBLef .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  text-shadow: 1px 1px 6px #000000;
  z-index: 2;
  text-align: center;
}
.cid-t3QyfLBLef .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #c1c1c1 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-t3QyfLBLef .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-t3QyfLBLef .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-t3QyfLBLef {
    padding-top: 10px;
    padding-bottom: 75px;
  }
  .cid-t3QyfLBLef .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-t3QyfLBLef P {
  color: #ffff00;
  font-family: Archivo Narrow;
  text-align: center;
}
#custom-html-1fs {
  /* Type valid CSS here */
}
#custom-html-1fs div {
  background-color: #003300;
  height: 400px;
}
.cid-sUjUoi49ks {
  background-color: #efefef;
}
.cid-sUjUoi49ks h4 {
  font-size: 1.8em;
  text-align: right;
  line-height: 1.1em;
  font-weight: 300;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
  font-style: normal;
  font-family: Archivo Narrow;
}
.cid-sUjUoi49ks h1 {
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
  font-size: 8em;
  line-height: 1.1em;
}
.cid-sUjUoi49ks .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sUjUoi49ks h5 {
  color: #000);
  font-family: "Cinzel Decorative";
  font-size: 1.5em;
  text-align: right;
  line-height: 2em;
  font-weight: 300;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
  font-style: normal;
}
.cid-sUjUoi49ks hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
}
.cid-sUjUoi49ks .underlined-example:hover {
  color: #000;
}
.cid-sUjUoi49ks .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sUjUoi49ks .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sUjUoi49ks .card-img {
  text-align: right;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sUjUoi49ks .card-img span {
  color: #000);
}
.cid-sUjUoi49ks .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sUjUoi49ks .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sUjUoi49ks .card-box {
    padding-left: 0;
  }
}
.cid-sUjUoi49ks .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sUjUoi49ks .mbr-section-title {
  width: 100%;
  text-align: right;
  margin-bottom: 24px;
  color: #003300;
}
.cid-sUjUoi49ks .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-sUjUoi49ks .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-sUjUoi49ks ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-sUjUoi49ks li::marker {
  color: #003300;
  width: 10px;
}
.cid-sUjUoi49ks li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-sUjUoi49ks img {
  width: 100%;
}
.cid-sUjUoi49ks .gray {
  background-color: #003300;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-sUjUoi49ks .b {
  max-width: 598px;
}
.cid-sUjUoi49ks .first {
  position: absolute;
  top: -45%;
  right: 40%;
  width: 60%;
}
.cid-sUjUoi49ks .second {
  position: absolute;
  bottom: -40%;
  left: -10%;
  width: 150%;
}
@media (max-width: 992px) {
  .cid-sUjUoi49ks .t {
    padding-top: 90px;
  }
  .cid-sUjUoi49ks .b {
    max-width: initial;
  }
  .cid-sUjUoi49ks .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-sUjUoi49ks .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-sUjUoi49ks .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-sUjUoi49ks .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-sUjUoi49ks .btn {
  margin-top: 20px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  -webkit-box-shadow: 2px 7px 11px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 2px 7px 11px 0px rgba(0, 0, 0, 0.44);
}
.cid-sUjUoi49ks .row {
  flex-direction: row-reverse;
}
.cid-sUjUoi49ks .t {
  max-width: 542px;
}
.cid-sUjUoi49ks .mbr-text,
.cid-sUjUoi49ks .button-align,
.cid-sUjUoi49ks .list {
  text-align: right;
  color: #232323;
}
.cid-sUjUoi49ks .list {
  text-align: right;
}
.cid-sUjUoi49ks H6 {
  color: #003300;
  font-size: 1.8em;
  text-align: right;
  line-height: 1.1em;
  font-weight: 300;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
  font-style: normal;
  font-family: Archivo Narrow;
}
.cid-t1QZFpiQOd {
  padding-top: 135px;
  padding-bottom: 1350px;
  background-image: url("../../../assets/images/back-1-1920x1080.jpg");
  background-attachment: fixed;
}
.cid-t1QZFpiQOd h3 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.91);
  font-size: 200%;
}
.cid-t1QZFpiQOd .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-t1QZFpiQOd .col-lg-3,
.cid-t1QZFpiQOd .col-lg-6 {
  padding: 0 !important;
}
.cid-t1QZFpiQOd .btn {
  border-radius: 8px;
}
.cid-t1QZFpiQOd .card-wrapper {
  min-height: 700px;
  border-right: 1px solid white;
}
.cid-t1QZFpiQOd .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-t1QZFpiQOd .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t1QZFpiQOd .wrapper {
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-t1QZFpiQOd .image-element:hover .wrapper {
    background-color: rgba(0, 0, 0, 0.61);
  }
  .cid-t1QZFpiQOd .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.3s, max-height 0.9s;
    opacity: 1;
    max-height: 999px;
  }
  .cid-t1QZFpiQOd .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.41);
  }
  .cid-t1QZFpiQOd .wrapper .collapsed-content {
    transition: opacity 0.3s, max-height 0.3s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .cid-t1QZFpiQOd .card-title,
  .cid-t1QZFpiQOd .underline,
  .cid-t1QZFpiQOd .mbr-text,
  .cid-t1QZFpiQOd .mbr-section-btn,
  .cid-t1QZFpiQOd .mbr-section-subtitle,
  .cid-t1QZFpiQOd .mbr-section-title {
    text-align: center !important;
  }
  .cid-t1QZFpiQOd .card-wrapper {
    align-items: center;
    display: flex;
    min-height: 500px;
    border-bottom: 1px solid white;
  }
}
.cid-t1QZFpiQOd .mbr-section-title {
  text-align: left;
}
.cid-t1QZFpiQOd .mbr-section-title,
.cid-t1QZFpiQOd .underline {
  text-align: center;
}
.cid-t1QZFpiQOd H4 {
  color: #e1201d;
}
.cid-t1QZFpiQOd H5 {
  color: #ffffff;
}
.cid-t1FTDPikkY {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-t1FTDPikkY .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t1FTDPikkY .section-text {
  padding: 2rem 0;
}
.cid-t1FTDPikkY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t1FTDPikkY .inner-container {
    width: 100% !important;
  }
}
.cid-sUFM2Wqgh9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: linear-gradient(180deg, #ffffff, #efefef);
}
.cid-sUFM2Wqgh9 .mbr-text,
.cid-sUFM2Wqgh9 .mbr-section-btn {
  color: #000000;
}
.cid-sUFM2Wqgh9 .container {
  max-width: 1000px;
}
.cid-sUFM2Wqgh9 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #003300;
  padding-bottom: 1rem;
}
.cid-sUFM2Wqgh9 h1 {
  color: #000);
  font-family: "Cinzel Decorative";
  font-size: 4em;
  font-style: normal;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.cid-sUFM2Wqgh9 .underlined-example {
  position: relative;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  float: right;
  padding-top: 2rem;
}
.cid-sUFM2Wqgh9 .underlined-example:hover {
  color: #000;
}
.cid-sUFM2Wqgh9 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: red;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sUFM2Wqgh9 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sUFM2Wqgh9 .mbr-section-subtitle {
  text-align: center;
}
.cid-sUvKQtRHnM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sUvKQtRHnM .link-wrapper {
  width: 100%;
}
.cid-sUvKQtRHnM .contaiter-fluid {
  max-width: 100%;
  padding-right: 2rem;
}
.cid-sUvKQtRHnM .row {
  justify-content: center;
}
.cid-sUvKQtRHnM .card {
  border-left: 1px solid #003300;
  border-radius: 0;
  padding: 0 2rem;
}
@media (max-width: 1750px) {
  .cid-sUvKQtRHnM .card {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sUvKQtRHnM .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
.cid-sUvKQtRHnM .first {
  border-left: 0;
  padding-left: 1rem;
}
.cid-sUvKQtRHnM .card-text {
  color: #818181;
}
.cid-sUvKQtRHnM .card-text a {
  position: relative;
  background: none!important;
}
.cid-sUvKQtRHnM .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sUvKQtRHnM .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sUvKQtRHnM .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUvKQtRHnM .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUvKQtRHnM .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUvKQtRHnM .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUvKQtRHnM .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUvKQtRHnM .card-title,
.cid-sUvKQtRHnM .iconfont-wrapper {
  color: #000000;
}
.cid-sUvKQtRHnM .link,
.cid-sUvKQtRHnM .link-wrapper {
  color: #e3000f;
}
.cid-sUvASEsHSc {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
  overflow: hidden;
}
.cid-sUvASEsHSc p:first-of-type:first-letter {
  font-size: 500%;
  color: #e3000f;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 400;
}
.cid-sUvASEsHSc .line {
  background-color: #a6a6a6;
  color: #a6a6a6;
  float: left;
  height: 2px;
  margin: 10 auto;
  margin-right: 200px;
  Width: 80%;
}
.cid-sUvASEsHSc H1 {
  color: #073b4c;
  text-shadow: 3px 3px 6px #cccccc;
  margin-top: -1.5em;
  text-align: left;
}
.cid-sUvASEsHSc H4 {
  color: #a6a6a6;
  font-size: 1em;
  text-align: left;
  font-family: Archivo Narrow;
  font-weight: 100;
}
.cid-sUvASEsHSc h6 {
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
  font-family: Archivo Narrow;
}
.cid-sUvASEsHSc .mbr-text,
.cid-sUvASEsHSc .mbr-section-btn {
  color: #003300;
  font-size: 100%;
  font-weight: 400;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sUvASEsHSc .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
  right: -10rem;
}
.cid-sUvASEsHSc .relative {
  position: relative;
}
.cid-sUvASEsHSc .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 30%;
  top: -3rem;
  left: -5rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sUvASEsHSc .img1 {
    width: 100%;
  }
}
.cid-sUvASEsHSc .mbr-section-title {
  text-align: left;
  color: #767676;
}
.cid-sUXnY2KjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sUXnY2KjKT .row {
  flex-direction: row-reverse;
}
.cid-sUXnY2KjKT .top {
  z-index: 5;
}
.cid-sUXnY2KjKT .img-col {
  position: relative;
}
.cid-sUXnY2KjKT .img1 {
  position: absolute;
  max-width: 60%;
  top: 0rem;
  right: 1rem;
}
.cid-sUXnY2KjKT .img2 {
  max-width: 90%;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .cid-sUXnY2KjKT .img2 {
    padding-top: 5rem;
  }
}
.cid-sUXnY2KjKT img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sUXnY2KjKT .text-wrapper {
  z-index: 11;
}
.cid-sUXnY2KjKT .wrapper {
  display: flex;
}
.cid-sUXnY2KjKT .row {
  align-items: center;
}
.cid-sUXnY2KjKT .animate__fadeInUp:before {
  background: #efefef;
}
.cid-sUXnY2KjKT .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #003300;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sUXnY2KjKT .wrapper {
    flex-direction: column;
  }
  .cid-sUXnY2KjKT .iconfont-wrapper {
    margin: auto;
  }
  .cid-sUXnY2KjKT .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sUXnY2KjKT .mbr-section-title {
  color: #161734;
}
.cid-sUXnY2KjKT .mbr-text,
.cid-sUXnY2KjKT .mbr-section-btn {
  color: #161734;
}
.cid-sUXuuIF3Ni {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sUXuuIF3Ni p:first-of-type:first-letter {
  font-size: 500%;
  color: #e3000f;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 400;
}
.cid-sUXuuIF3Ni img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sUXuuIF3Ni .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sUXuuIF3Ni .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-sUXuuIF3Ni .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-sUXuuIF3Ni .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-sUXuuIF3Ni .mbr-text,
.cid-sUXuuIF3Ni .mbr-section-btn {
  text-align: left;
}
.cid-sUXuuIF3Ni .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #000000;
}
.cid-sUXuuIF3Ni .mbr-text-title {
  text-align: left;
  color: #000000;
}
.cid-sUXuuIF3Ni .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-sUXuuIF3Ni .mbr-text-2,
.cid-sUXuuIF3Ni .mbr-section-btn {
  text-align: left;
}
.cid-sUXuuIF3Ni .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-sUXuuIF3Ni .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-sUXuuIF3Ni .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-sUXuuIF3Ni .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-sUXuuIF3Ni .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-sUXuuIF3Ni .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-sUXraxGOxr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sUXraxGOxr img {
  border: #000 3px solid;
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.cid-sUXraxGOxr .features-image:nth-child(-n+4) img {
  padding-top: 0px;
}
.cid-sUXraxGOxr .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sUXraxGOxr .date {
  text-transform: uppercase;
  color: #003300;
  text-align: left;
  padding-top: 1rem;
}
.cid-sUXraxGOxr .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sUXraxGOxr .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-sUXraxGOxr img {
    padding-top: 1rem;
  }
}
.cid-sZp3JxQ3OC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sZp3JxQ3OC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sZp3JxQ3OC .card-title {
  margin-bottom: 26px;
  color: #e3000f;
}
.cid-sZp3JxQ3OC .mbr-text {
  margin-bottom: 30px;
}
.cid-sZp3JxQ3OC img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZp3JxQ3OC .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sZp3JxQ3OC .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(35, 35, 35, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sZp3JxQ3OC .iconfont-wrapper .mbr-iconfont {
  color: #232323;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sZp3JxQ3OC .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sZp3JxQ3OC .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sZp3JxQ3OC .btn_link:hover {
  cursor: pointer;
}
.cid-sZp3JxQ3OC .btn_link:hover a {
  color: #003300 !important;
}
.cid-sZp3JxQ3OC .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sZp3JxQ3OC .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZp3JxQ3OC .text-wrapper {
    text-align: center;
  }
  .cid-sZp3JxQ3OC .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sZp3JxQ3OC .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sZp3JxQ3OC .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sZp3JxQ3OC .mbr-text,
.cid-sZp3JxQ3OC .btn_link {
  text-align: right;
}
.cid-sZp3JxQ3OC .card-title,
.cid-sZp3JxQ3OC .icon_block {
  text-align: right;
  color: #073b4c;
}
.cid-sXIBkCb5lt {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-sXIBkCb5lt img {
  border: 4px solid #767676;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sXIBkCb5lt .icons-menu {
  margin-bottom: 35px;
  display: flex;
  justify-content: left;
  align-items: left;
}
.cid-sXIBkCb5lt .soc-item {
  line-height: 30px;
}
.cid-sXIBkCb5lt .soc-item .mbr-iconfont {
  font-size: 20px;
  height: 20px;
  width: 20px;
}
.cid-sXIBkCb5lt .mbr-section-title {
  color: #0f7699;
  margin-bottom: 2rem;
  text-align: right;
}
.cid-sXIBkCb5lt .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
}
.cid-sXIBkCb5lt .btn {
  margin: 0px !important;
}
.cid-sXIBkCb5lt .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXIBkCb5lt .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXIBkCb5lt .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sXIBkCb5lt .carousel-item .wrap-img {
  text-align: center;
}
.cid-sXIBkCb5lt .carousel-item .wrap-img img {
  max-height: 780px;
  width: auto;
  max-width: 100%;
}
.cid-sXIBkCb5lt .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sXIBkCb5lt .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sXIBkCb5lt .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cc2952;
  display: inline-block;
  border: 8px solid #fff;
}
.cid-sXIBkCb5lt .carousel-indicators li.active {
  border-color: #cc2952;
}
@media (max-width: 768px) {
  .cid-sXIBkCb5lt .second-col {
    padding-top: 2rem;
  }
}
.cid-t5InaLMksW {
  background-color: #efefef;
}
.cid-t5InaLMksW .row {
  flex-direction: row-reverse;
}
.cid-t5InaLMksW img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t5InaLMksW .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-t5InaLMksW .mbr-media {
  position: relative;
}
.cid-t5InaLMksW .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t5InaLMksW .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-t5InaLMksW .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-t5InaLMksW .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-t5InaLMksW .card-title {
  padding: 0;
  margin: 0;
}
.cid-t5InaLMksW .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t5InaLMksW .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t5InaLMksW .card-wrapper {
    width: fit-content;
  }
}
.cid-t5InaLMksW H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-t5InaLMksW .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-t5InaLMksW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t5InaLMksW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t5InaLMksW .card-title,
.cid-t5InaLMksW .card-icon {
  color: #5b6c8f;
}
.cid-t5InaLMksW .mbr-section-title {
  color: #017268;
}
.cid-t5InaLMksW .mbr-text,
.cid-t5InaLMksW .mbr-section-btn {
  color: #103178;
}
.cid-t5InaLMksW .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t5InaLMksW .mbr-section-btn .btn-secondary-outline:hover,
.cid-t5InaLMksW .mbr-section-btn .btn-secondary-outline .active,
.cid-t5InaLMksW .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-t5InaLMksW .price-title {
  text-align: center;
  color: #103178;
}
.cid-t5InaLMksW .price {
  text-align: center;
  color: #103178;
}
.cid-t5InaLMksW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t5InaLMksW .mbr-media a:hover {
  background-image: none!important;
}
.cid-t5InaLMksW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5InaLMksW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5InaLMksW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5InaLMksW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t5InaLMksW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
#custom-html-1g0 {
  /* Type valid CSS here */
}
#custom-html-1g0 div {
  background-color: #003300;
  height: 400px;
}
.cid-sUFzNtjZTd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: linear-gradient(180deg, #ffffff, #efefef);
}
.cid-sUFzNtjZTd .mbr-text,
.cid-sUFzNtjZTd .mbr-section-btn {
  color: #000000;
}
.cid-sUFzNtjZTd .container {
  max-width: 1000px;
}
.cid-sUFzNtjZTd .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #003300;
  padding-bottom: 1rem;
}
.cid-sUFzNtjZTd h1 {
  color: #000);
  font-family: "Cinzel Decorative";
  font-size: 4em;
  font-style: normal;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.cid-sUFzNtjZTd .underlined-example {
  position: relative;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  float: right;
  padding-top: 2rem;
}
.cid-sUFzNtjZTd .underlined-example:hover {
  color: #000;
}
.cid-sUFzNtjZTd .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: red;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sUFzNtjZTd .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sUFzNtjZTd .mbr-section-subtitle {
  text-align: center;
}
.cid-sUFzNu3KkK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  padding-left: 4rem;
  padding-right: 4rem;
  background-color: #efefef;
}
.cid-sUFzNu3KkK .link-wrapper {
  width: 100%;
}
.cid-sUFzNu3KkK .contaiter-fluid {
  max-width: 100%;
  padding-right: 2rem;
}
.cid-sUFzNu3KkK .row {
  justify-content: center;
}
.cid-sUFzNu3KkK .card {
  border-left: 1px solid #003300;
  border-radius: 0;
  padding: 0 2rem;
}
@media (max-width: 1750px) {
  .cid-sUFzNu3KkK .card {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sUFzNu3KkK .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
.cid-sUFzNu3KkK .first {
  border-left: 0;
  padding-left: 1rem;
}
.cid-sUFzNu3KkK .card-text {
  color: #818181;
}
.cid-sUFzNu3KkK .card-text a {
  position: relative;
  background: none!important;
}
.cid-sUFzNu3KkK .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sUFzNu3KkK .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sUFzNu3KkK .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUFzNu3KkK .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUFzNu3KkK .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUFzNu3KkK .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUFzNu3KkK .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUFzNu3KkK .card-title,
.cid-sUFzNu3KkK .iconfont-wrapper {
  color: #000000;
}
.cid-sUFzNu3KkK .link,
.cid-sUFzNu3KkK .link-wrapper {
  color: #000000;
}
.cid-t84I9jTgcY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  background-color: #efefef;
}
.cid-t84I9jTgcY .link-wrapper {
  width: 100%;
}
.cid-t84I9jTgcY .contaiter-fluid {
  max-width: 100%;
  padding-right: 2rem;
}
.cid-t84I9jTgcY .row {
  justify-content: center;
}
.cid-t84I9jTgcY .card {
  border-left: 1px solid #003300;
  border-radius: 0;
  padding: 0 2rem;
}
@media (max-width: 1750px) {
  .cid-t84I9jTgcY .card {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t84I9jTgcY .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
.cid-t84I9jTgcY .first {
  border-left: 0;
  padding-left: 1rem;
}
.cid-t84I9jTgcY .card-text {
  color: #818181;
}
.cid-t84I9jTgcY .card-text a {
  position: relative;
  background: none!important;
}
.cid-t84I9jTgcY .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-t84I9jTgcY .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-t84I9jTgcY .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-t84I9jTgcY .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-t84I9jTgcY .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-t84I9jTgcY .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-t84I9jTgcY .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-t84I9jTgcY .card-title,
.cid-t84I9jTgcY .iconfont-wrapper {
  color: #000000;
}
.cid-t84I9jTgcY .link,
.cid-t84I9jTgcY .link-wrapper {
  color: #000000;
}
.cid-sUFCJnlhpa {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-sUFCJnlhpa p:first-of-type:first-letter {
  font-size: 600%;
  line-height: 0.61;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 400;
}
.cid-sUFCJnlhpa .top {
  z-index: 5;
}
.cid-sUFCJnlhpa .img-col {
  position: relative;
}
.cid-sUFCJnlhpa .img1 {
  position: absolute;
  max-width: 30%;
  top: -1rem;
  right: 1em;
}
.cid-sUFCJnlhpa .img2 {
  max-width: 80%;
  padding-top: 5rem;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-sUFCJnlhpa .img2 {
    padding-top: 5rem;
  }
}
.cid-sUFCJnlhpa h1 {
  font-size: 2.4em;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sUFCJnlhpa img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.39);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.39);
}
.cid-sUFCJnlhpa .text-wrapper {
  z-index: 11;
}
.cid-sUFCJnlhpa .wrapper {
  display: flex;
}
.cid-sUFCJnlhpa .row {
  align-items: center;
}
.cid-sUFCJnlhpa .animate__fadeInUp:before {
  background: #efefef;
}
.cid-sUFCJnlhpa .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #003300;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sUFCJnlhpa .wrapper {
    flex-direction: column;
  }
  .cid-sUFCJnlhpa .iconfont-wrapper {
    margin: auto;
  }
  .cid-sUFCJnlhpa .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sUFCJnlhpa .mbr-section-title {
  color: #161734;
}
.cid-sUFCJnlhpa .mbr-text,
.cid-sUFCJnlhpa .mbr-section-btn {
  color: #161734;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sUFzNuKbNJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sUFzNuKbNJ h2,
.cid-sUFzNuKbNJ h3,
.cid-sUFzNuKbNJ h4,
.cid-sUFzNuKbNJ h5 {
  margin: 0;
}
.cid-sUFzNuKbNJ .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sUFzNuKbNJ .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sUFzNuKbNJ .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sUFzNuKbNJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sUFzNuKbNJ .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sUFzNuKbNJ .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sUFzNuKbNJ .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sUFzNuKbNJ .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sUFzNuKbNJ .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sUFzNuKbNJ .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sUFzNuKbNJ .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sUFzNuKbNJ .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sUFzNuKbNJ .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sUFzNuKbNJ img {
  padding: 10px;
  background-color: #003300;
  border: 1px  #FFFFFF;
  border-radius: 20px;
}
.cid-sUFzNuKbNJ .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-sUFzNuKbNJ .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-sUFzNuKbNJ .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-sZpkNQMLRA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sZpkNQMLRA img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZpkNQMLRA .item {
  padding-bottom: 2rem;
}
.cid-sZpkNQMLRA .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-sZpkNQMLRA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZpkNQMLRA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sZpkNQMLRA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZpkNQMLRA .carousel-control,
.cid-sZpkNQMLRA .close {
  background: #1b1b1b;
}
.cid-sZpkNQMLRA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZpkNQMLRA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZpkNQMLRA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZpkNQMLRA .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZpkNQMLRA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sZpkNQMLRA .close::before {
  content: '\e91a';
}
.cid-sZpkNQMLRA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZpkNQMLRA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sZpkNQMLRA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZpkNQMLRA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZpkNQMLRA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZpkNQMLRA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZpkNQMLRA .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-sZpkNQMLRA .carousel-indicators li.active,
.cid-sZpkNQMLRA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZpkNQMLRA .carousel-indicators li::after,
.cid-sZpkNQMLRA .carousel-indicators li::before {
  content: none;
}
.cid-sZpkNQMLRA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZpkNQMLRA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZpkNQMLRA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZpkNQMLRA .carousel-indicators {
    display: none;
  }
}
.cid-sZpkNQMLRA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZpkNQMLRA .carousel-inner > .active {
  display: block;
}
.cid-sZpkNQMLRA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZpkNQMLRA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZpkNQMLRA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZpkNQMLRA .carousel-control,
  .cid-sZpkNQMLRA .carousel-indicators,
  .cid-sZpkNQMLRA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZpkNQMLRA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZpkNQMLRA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZpkNQMLRA .carousel-indicators .active,
.cid-sZpkNQMLRA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZpkNQMLRA .carousel-indicators .active {
  background: #fff;
}
.cid-sZpkNQMLRA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZpkNQMLRA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZpkNQMLRA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZpkNQMLRA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZpkNQMLRA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZpkNQMLRA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZpkNQMLRA .carousel {
  width: 100%;
}
.cid-sZpkNQMLRA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZpkNQMLRA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZpkNQMLRA .modal.fade .modal-dialog,
.cid-sZpkNQMLRA .modal.in .modal-dialog {
  transform: none;
}
.cid-sZpkNQMLRA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZpkNQMLRA .mbr-section-title {
  color: #2e6b75;
}
.cid-sZpkNQMLRA .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sZpkNQMLRA .mbr-item-subtitle {
  color: #6c7577;
}
.cid-sZpkNQMLRA H3 {
  color: #073b4c;
  text-align: center;
}
.cid-sZpkNQMLRA H6 {
  color: #000000;
  line-hight: 3em;
  text-align: left;
}
.cid-sZpkNQMLRA H4 {
  text-align: center;
}
.cid-sZpcYex4aK {
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sZpcYex4aK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZpcYex4aK .row {
  flex-direction: row-reverse;
}
.cid-sZpcYex4aK img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZp9r9Nx7f {
  background-color: #efefef;
}
.cid-sZp9r9Nx7f img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sZp9r9Nx7f h2 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.41);
}
.cid-sZp9r9Nx7f .article-circle {
  background-color: #003300;
}
.cid-sZp9r9Nx7f .mbr-section-title {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #003300;
}
.cid-sZp9r9Nx7f .article-subtitle {
  display: flex;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .cid-sZp9r9Nx7f .article-subtitle {
    display: block;
    margin-top: 0;
  }
}
.cid-sZp9r9Nx7f .article-subtitle .article-number {
  min-width: 70px;
  min-height: 70px;
  font-family: "Indie_Flower", sans-serif;
  font-size: 3rem;
}
.cid-sZp9r9Nx7f .article-subtitle .article-number p {
  margin: 0;
}
.cid-sZp9r9Nx7f .article-subtitle .mbr-section-subtitle {
  margin-left: 8rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sZp9r9Nx7f .article-subtitle .mbr-section-subtitle {
    margin-left: 8;
  }
}
.cid-sZp9r9Nx7f .mbr-circle {
  display: flex;
  justify-content: center;
}
.cid-sZp9r9Nx7f .article-circle {
  min-width: 550px;
  height: 550px;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .cid-sZp9r9Nx7f .article-circle {
    min-width: 320px;
    height: 320px;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .cid-sZp9r9Nx7f .article-circle {
    min-width: 280px;
    height: 280px;
  }
}
.cid-sZp9r9Nx7f .article-circle img {
  max-width: 350px;
  max-height: 450px;
  object-fit: cover;
  border-radius: 15px;
  border: 2px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-sZp9r9Nx7f .article-circle img {
    max-width: 150px;
  }
}
@media (max-width: 425px) {
  .cid-sZp9r9Nx7f .article-circle img {
    max-width: 100px;
  }
}
.cid-sZp9r9Nx7f .article-circle .img1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cid-sZp9r9Nx7f .article-circle .img1 {
    margin-right: 5px;
    width: 10%;
  }
}
.cid-sZp9r9Nx7f .article-circle .img2 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cid-sZp9r9Nx7f .article-circle .img2 {
    margin-left: 5px;
    margin-bottom: 2rem;
  }
}
.cid-sZp9r9Nx7f .article-content {
  padding-right: 5%;
  margin-bottom: 1.2rem;
  margin-left: 8rem;
}
.cid-sZp9r9Nx7f p:first-of-type:first-letter {
  font-size: 300%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 400;
}
.cid-sZp9r9Nx7f .article-more {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-sZp9r9Nx7f .article-more {
    margin-bottom: 4rem;
  }
}
.cid-sZp9r9Nx7f .article-more .more-subtitle {
  margin-bottom: 3rem;
  margin-left: 8rem;
}
.cid-sZp9r9Nx7f .article-more .more-text {
  margin-bottom: 3rem;
}
.cid-sZp9r9Nx7f .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sZp9r9Nx7f .mbr-section-subtitle {
  color: #003300;
  text-align: left;
}
.cid-sZp9r9Nx7f .article-number {
  color: #6870d1;
}
.cid-sZp9r9Nx7f .mbr-text {
  color: #3a3e5e;
  text-align: left;
}
.cid-sZp9r9Nx7f .more-subtitle {
  color: #073b4c;
  line-height: 140%;
}
.cid-sZp9r9Nx7f .more-text {
  color: #3a3e5e;
}
.cid-sZp9scoNTz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sZp9scoNTz h4:first-of-type:first-letter {
  font-size: 400%;
  color: #003300;
  line-height: 0.51;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
@media (max-width: 991px) {
  .cid-sZp9scoNTz .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sZp9scoNTz .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sZp9scoNTz img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZp9scoNTz img,
.cid-sZp9scoNTz .item-img {
  width: 100%;
}
.cid-sZp9scoNTz .item:focus,
.cid-sZp9scoNTz span:focus {
  outline: none;
}
.cid-sZp9scoNTz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sZp9scoNTz .item-wrapper {
  position: relative;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sZpxvN2Phg {
  background-color: #003300;
}
.cid-sZpxvN2Phg img {
  border-radius: 30px;
}
.cid-sZpxvN2Phg .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sZpxvN2Phg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sZpxvN2Phg .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sZpxvN2Phg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sZpxvN2Phg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sZpxvN2Phg .mbr-text,
.cid-sZpxvN2Phg .mbr-section-btn {
  color: #000000;
}
.cid-sZpxvN2Phg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t1LEdsTI2h {
  overflow: visible !important;
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
@media (max-width: 1000px) {
  .cid-t1LEdsTI2h {
    padding-top: 0.5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-t1LEdsTI2h {
    padding-top: 0.3rem;
    padding-bottom: 3rem;
  }
}
.cid-t1LEdsTI2h h1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t1LEdsTI2h .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t1LEdsTI2h .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-t1LEdsTI2h .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-t1LEdsTI2h .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  border: 5px solid #003300;
  border-radius: 200px 0px 0px 0px;
}
@media (min-width: 992px) {
  .cid-t1LEdsTI2h .text {
    min-width: 615px;
    transform: translate(-25%, 6rem);
  }
}
.cid-t1LEdsTI2h .text-wrapper {
  background: #ffcc01;
  padding: 30rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-t1LEdsTI2h .text-wrapper {
    padding: 100px 100px 63px;
    border: 1px solid #ffcc01;
    border-radius: 0px 0px 200px 0px;
  }
}
.cid-t1LEdsTI2h .mbr-text {
  font-weight: 500;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
@media (min-width: 992px) {
  .cid-t1LEdsTI2h .display-1 {
    font-size: 65px;
  }
  .cid-t1LEdsTI2h .display-5 {
    font-size: 29px;
  }
}
.cid-t1LEdsTI2h .mbr-section-btn {
  background: #ffcc01;
  margin-left: 0;
  margin-right: 0;
}
.cid-t1LEdsTI2h .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-t1LEdsTI2h .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-t1LEeGcMN2 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-t1LEeGcMN2 .btn {
  margin-left: 4px !important;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
}
.cid-t1LEeGcMN2 img {
  border: 5px solid #666;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t1LEeGcMN2 .item {
  padding-bottom: 2rem;
}
.cid-t1LEeGcMN2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t1LEeGcMN2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t1LEeGcMN2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t1LEeGcMN2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t1LEeGcMN2 .carousel-control,
.cid-t1LEeGcMN2 .close {
  background: #1b1b1b;
}
.cid-t1LEeGcMN2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t1LEeGcMN2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t1LEeGcMN2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t1LEeGcMN2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t1LEeGcMN2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t1LEeGcMN2 .close::before {
  content: '\e91a';
}
.cid-t1LEeGcMN2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t1LEeGcMN2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t1LEeGcMN2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1LEeGcMN2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t1LEeGcMN2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t1LEeGcMN2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t1LEeGcMN2 .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-t1LEeGcMN2 .carousel-indicators li.active,
.cid-t1LEeGcMN2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t1LEeGcMN2 .carousel-indicators li::after,
.cid-t1LEeGcMN2 .carousel-indicators li::before {
  content: none;
}
.cid-t1LEeGcMN2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t1LEeGcMN2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t1LEeGcMN2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t1LEeGcMN2 .carousel-indicators {
    display: none;
  }
}
.cid-t1LEeGcMN2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t1LEeGcMN2 .carousel-inner > .active {
  display: block;
}
.cid-t1LEeGcMN2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1LEeGcMN2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t1LEeGcMN2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t1LEeGcMN2 .carousel-control,
  .cid-t1LEeGcMN2 .carousel-indicators,
  .cid-t1LEeGcMN2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t1LEeGcMN2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t1LEeGcMN2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t1LEeGcMN2 .carousel-indicators .active,
.cid-t1LEeGcMN2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t1LEeGcMN2 .carousel-indicators .active {
  background: #fff;
}
.cid-t1LEeGcMN2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t1LEeGcMN2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t1LEeGcMN2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t1LEeGcMN2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t1LEeGcMN2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t1LEeGcMN2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t1LEeGcMN2 .carousel {
  width: 100%;
}
.cid-t1LEeGcMN2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t1LEeGcMN2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t1LEeGcMN2 .modal.fade .modal-dialog,
.cid-t1LEeGcMN2 .modal.in .modal-dialog {
  transform: none;
}
.cid-t1LEeGcMN2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t1LEeGcMN2 H6 {
  text-align: center;
}
.cid-t1LEeGcMN2 .mbr-section-title {
  color: #2e6b75;
}
.cid-t1LEeGcMN2 .mbr-section-subtitle {
  color: #6c7577;
}
.cid-t1LEeGcMN2 .mbr-item-subtitle {
  color: #6c7577;
}
.cid-t3fKgQgonN {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-t3fKgQgonN h1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
  color: #003300;
}
.cid-t3fKgQgonN img {
  border: 5px solid #666;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t3fKgQgonN .item {
  padding-bottom: 2rem;
}
.cid-t3fKgQgonN .item-wrapper {
  position: relative;
}
.cid-t3fKgQgonN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t3fKgQgonN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t3fKgQgonN .carousel-control,
.cid-t3fKgQgonN .close {
  background: #1b1b1b;
}
.cid-t3fKgQgonN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t3fKgQgonN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t3fKgQgonN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t3fKgQgonN .carousel-control-next span {
  margin-left: 5px;
}
.cid-t3fKgQgonN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t3fKgQgonN .close::before {
  content: '\e91a';
}
.cid-t3fKgQgonN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t3fKgQgonN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t3fKgQgonN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3fKgQgonN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3fKgQgonN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t3fKgQgonN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t3fKgQgonN .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-t3fKgQgonN .carousel-indicators li.active,
.cid-t3fKgQgonN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t3fKgQgonN .carousel-indicators li::after,
.cid-t3fKgQgonN .carousel-indicators li::before {
  content: none;
}
.cid-t3fKgQgonN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t3fKgQgonN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t3fKgQgonN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t3fKgQgonN .carousel-indicators {
    display: none;
  }
}
.cid-t3fKgQgonN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t3fKgQgonN .carousel-inner > .active {
  display: block;
}
.cid-t3fKgQgonN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3fKgQgonN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t3fKgQgonN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t3fKgQgonN .carousel-control,
  .cid-t3fKgQgonN .carousel-indicators,
  .cid-t3fKgQgonN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t3fKgQgonN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t3fKgQgonN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t3fKgQgonN .carousel-indicators .active,
.cid-t3fKgQgonN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t3fKgQgonN .carousel-indicators .active {
  background: #fff;
}
.cid-t3fKgQgonN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t3fKgQgonN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t3fKgQgonN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t3fKgQgonN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t3fKgQgonN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t3fKgQgonN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t3fKgQgonN .carousel {
  width: 100%;
}
.cid-t3fKgQgonN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t3fKgQgonN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t3fKgQgonN .modal.fade .modal-dialog,
.cid-t3fKgQgonN .modal.in .modal-dialog {
  transform: none;
}
.cid-t3fKgQgonN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t3fKgQgonN H6 {
  text-align: center;
}
.cid-t3fKgQgonN .mbr-section-title {
  color: #003300;
}
.cid-t3fKgQgonN .mbr-section-subtitle {
  color: #353535;
}
.cid-t3fKgQgonN .mbr-item-subtitle {
  color: #6c7577;
}
.cid-t3fKgQgonN H1 {
  color: #232323;
}
.cid-t3fKgQgonN H4 {
  color: #353535;
}
.cid-t5OyTsPtmn {
  background-color: #efefef;
}
.cid-t5OyTsPtmn .row {
  flex-direction: row-reverse;
}
.cid-t5OyTsPtmn img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t5OyTsPtmn .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-t5OyTsPtmn .mbr-media {
  position: relative;
}
.cid-t5OyTsPtmn .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t5OyTsPtmn .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-t5OyTsPtmn .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-t5OyTsPtmn .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-t5OyTsPtmn .card-title {
  padding: 0;
  margin: 0;
}
.cid-t5OyTsPtmn .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t5OyTsPtmn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t5OyTsPtmn .card-wrapper {
    width: fit-content;
  }
}
.cid-t5OyTsPtmn H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-t5OyTsPtmn .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-t5OyTsPtmn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t5OyTsPtmn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t5OyTsPtmn .card-title,
.cid-t5OyTsPtmn .card-icon {
  color: #5b6c8f;
}
.cid-t5OyTsPtmn .mbr-section-title {
  color: #003300;
}
.cid-t5OyTsPtmn .mbr-text,
.cid-t5OyTsPtmn .mbr-section-btn {
  color: #103178;
}
.cid-t5OyTsPtmn .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t5OyTsPtmn .mbr-section-btn .btn-secondary-outline:hover,
.cid-t5OyTsPtmn .mbr-section-btn .btn-secondary-outline .active,
.cid-t5OyTsPtmn .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-t5OyTsPtmn .price-title {
  text-align: center;
  color: #103178;
}
.cid-t5OyTsPtmn .price {
  text-align: center;
  color: #103178;
}
.cid-t5OyTsPtmn .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t5OyTsPtmn .mbr-media a:hover {
  background-image: none!important;
}
.cid-t5OyTsPtmn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5OyTsPtmn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5OyTsPtmn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5OyTsPtmn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t5OyTsPtmn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t5OK40yO1J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t5OK40yO1J .content_wrapper {
  position: relative;
  padding: 50px 0;
  z-index: 1;
}
.cid-t5OK40yO1J .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-t5OK40yO1J H3 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-t5OK40yO1J .mbr-text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  -moz-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  column-rule: 1px solid rgba(28, 110, 164, 0.35);
}
.cid-t5OK40yO1J .mbr-section-title {
  margin-bottom: 12px;
  color: #003300;
}
.cid-t5OK40yO1J .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-t5OK40yO1J .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t5OK40yO1J .mbr-section-btn .btn-secondary-outline:hover,
.cid-t5OK40yO1J .mbr-section-btn .btn-secondary-outline .active,
.cid-t5OK40yO1J .mbr-section-btn .btn-secondary-outline:focus {
  color: #003300 !important;
}
.cid-t5OK40yO1J .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-t5OK40yO1J .image_post {
  display: inline-block;
}
.cid-t5OK40yO1J .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-t5OK40yO1J .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-t5OHFlpjvQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t5OHFlpjvQ .mbr-overlay {
  z-index: 1;
}
.cid-t5OHFlpjvQ img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.89);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.89);
  width: 100%;
  border: 2px solid #073b4c;
}
@media (min-width: 992px) {
  .cid-t5OHFlpjvQ .carousel {
    min-height: 500px;
  }
  .cid-t5OHFlpjvQ .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t5OHFlpjvQ .carousel {
    min-height: 325px;
  }
  .cid-t5OHFlpjvQ .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t5OHFlpjvQ .carousel {
    min-height: 275px;
  }
  .cid-t5OHFlpjvQ .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-t5OHFlpjvQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t5OHFlpjvQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t5OHFlpjvQ .carousel,
.cid-t5OHFlpjvQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t5OHFlpjvQ .item-wrapper {
  width: 100%;
}
.cid-t5OHFlpjvQ .carousel-caption {
  bottom: 40px;
}
.cid-t5OHFlpjvQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t5OHFlpjvQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t5OHFlpjvQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t5OHFlpjvQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t5OHFlpjvQ .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-t5OHFlpjvQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5OHFlpjvQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t5OHFlpjvQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t5OHFlpjvQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t5OHFlpjvQ .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-t5OHFlpjvQ .carousel-indicators li.active,
.cid-t5OHFlpjvQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t5OHFlpjvQ .carousel-indicators li::after,
.cid-t5OHFlpjvQ .carousel-indicators li::before {
  content: none;
}
.cid-t5OHFlpjvQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t5OHFlpjvQ .carousel-indicators {
    display: none !important;
  }
}
.cid-t84J8ds4dL {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-t84J8ds4dL .images-container.container-fluid {
  padding: 0;
}
.cid-t84J8ds4dL img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.89);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.89);
  width: 100%;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t84J8ds4dL .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-t84J8ds4dL .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-t84J8ds4dL .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-t84J8ds4dL .media-container-row .img-item .img-caption {
  background: #073b4c;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-t84J8ds4dL .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-t84J8ds4dL .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-t84J8ds4dL .img-item {
    width: 100% !important;
  }
  .cid-t84J8ds4dL .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-t84J8ds4dL P {
  text-align: left;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 100%;
}
.cid-t84Lrudw6K {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-t84Lrudw6K .mbr-text,
.cid-t84Lrudw6K blockquote {
  color: #767676;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  -moz-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  column-rule: 1px solid rgba(28, 110, 164, 0.35);
}
.cid-t84Lrudw6K .mbr-text {
  color: #000000;
}
.cid-t84Lrudw6K hz {
  font-family: "Archivo Narrow";
  font-size: 2.4em;
  line-height: 100%;
  color: #073b4c;
}
.cid-t5UIPwv0tz {
  background-color: #003300;
}
.cid-t5UIPwv0tz img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.89);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.89);
  width: 100%;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t5UIPwv0tz .item {
  padding-bottom: 2rem;
}
.cid-t5UIPwv0tz img,
.cid-t5UIPwv0tz .item-wrapper {
  transition: all 0.7s;
}
.cid-t5UIPwv0tz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t5UIPwv0tz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t5UIPwv0tz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-t5UIPwv0tz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t5UIPwv0tz .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-t5UIPwv0tz .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t5UIPwv0tz .close::before {
  content: "\e91a";
}
.cid-t5UIPwv0tz .close:hover {
  color: #fff;
}
.cid-t5UIPwv0tz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t5UIPwv0tz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t5UIPwv0tz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t5UIPwv0tz .carousel-control-next span {
  margin-left: 5px;
}
.cid-t5UIPwv0tz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-t5UIPwv0tz .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-t5UIPwv0tz .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-t5UIPwv0tz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-t5UIPwv0tz .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-t5UIPwv0tz .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-t5UIPwv0tz .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-t5UIPwv0tz .carousel-item img {
    width: 70%;
  }
}
.cid-t5UIPwv0tz .carousel-inner > .active {
  display: block;
}
.cid-t5UIPwv0tz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5UIPwv0tz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t5UIPwv0tz .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-t5UIPwv0tz .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-t5UIPwv0tz .carousel-control,
  .cid-t5UIPwv0tz .carousel-indicators {
    position: fixed;
  }
}
.cid-t5UIPwv0tz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t5UIPwv0tz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t5UIPwv0tz .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-t5UIPwv0tz .modal-content {
    width: 70%;
  }
}
.cid-t5UIPwv0tz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t5UIPwv0tz .carousel {
  width: 100%;
}
.cid-t5UIPwv0tz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t5UIPwv0tz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t5UIPwv0tz .modal.fade .modal-dialog,
.cid-t5UIPwv0tz .modal.in .modal-dialog {
  transform: none;
}
.cid-t5UIPwv0tz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t5UIPwv0tz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t5UIPwv0tz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-t5UIPwv0tz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-t5UIPwv0tz .soc-item::before,
.cid-t5UIPwv0tz .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-t5UIPwv0tz .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-t5UIPwv0tz .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-t5UIPwv0tz .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-t5UIPwv0tz .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-t5UIPwv0tz .mbr-section-subtitle {
  font-family: "Montserrat";
  font-size: 1em;
  color: #ffffff;
  line-height: 1.4em;
  font-weight: 300;
  margin-bottom: 77px;
}
.cid-t5UIPwv0tz .mbr-text {
  font-family: "Archivo Narrow";
  color: #f7ed4a;
}
.cid-t5UIPwv0tz .text {
  color: #ddc499;
  font-size: 1em;
  font-family: "Archivo Narrow";
}
.cid-t5UIPwv0tz .one {
  color: #c0bcb7;
  font-family: "Montserrat";
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-t5UIPwv0tz .right {
    padding-right: 32px;
  }
  .cid-t5UIPwv0tz .left {
    padding-left: 32px;
  }
}
.cid-t5UIPwv0tz .mbr-section-title {
  color: #f7ed4a;
}
.cid-t5UIPwv0tz .mbr-text .text {
  color: #ffffff;
  text-align: left;
}
.cid-t8mB6UdD7P {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #f6f8f6;
  padding-right: 10%;
  padding-left: 10%;
}
.cid-t8mB6UdD7P p:first-of-type:first-letter {
  font-size: 600%;
  color: #6a7c92;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-t8mB6UdD7P h3 {
  line-height: 100%;
}
.cid-t8mB6UdD7P .mbr-section-title {
  color: #6a7c92;
}
.cid-t8mB6UdD7P .mbr-text {
  color: #465052;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 160%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  -moz-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  column-rule: 1px solid rgba(28, 110, 164, 0.35);
}
.cid-t8mB6UdD7P .mbr-section-subtitle {
  color: #184103;
}
.cid-t8mB6UdD7P .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #003300;
}
.cid-t8mB6UdD7P .svg-top .st0 {
  fill: #f6f8f6;
}
@media (max-width: 992px) {
  .cid-t8mB6UdD7P .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-t8mMxW7rsT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f8f6;
}
.cid-t8mMxW7rsT h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-t8mMxW7rsT h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-t8mMxW7rsT h3:hover:after {
  margin-left: -15px;
}
.cid-t8mMxW7rsT .mbr-text,
.cid-t8mMxW7rsT .mbr-section-btn {
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  font-size: 1.0em;
  line-height: 1.6em;
  font-weight: 400;
}
.cid-t8mMxW7rsT img {
  width: 100%;
}
.cid-t8mMxW7rsT .col1 {
  margin: auto;
  max-width: 600px;
  padding: 1rem -2rem;
}
.cid-t8OssWaQsA {
  background-image: url("../../../assets/images/dsc2175-2-1-1920x1080.jpg");
}
.cid-t8OssWaQsA img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
}
.cid-t8OssWaQsA h3 {
  background-color: rgba(0, 0, 0, 0.21);
  padding: 20px;
  margin-top: 20px;
}
.cid-t8OssWaQsA .mbr-section-title {
  margin-top: 250px;
  color: #ffffff;
  text-align: left;
}
.cid-t8OssWaQsA .mbr-section-btn {
  margin-top: 60px;
}
.cid-t8OssWaQsA .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-t8OssWaQsA .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
@media (min-width: 768px) {
  .cid-t8OssWaQsA .bottom__block {
    margin-top: 80px;
  }
}
.cid-t8OssWaQsA .bottom__card {
  margin-top: 30px;
  height: 100%;
  align-items: center;
}
.cid-t8OssWaQsA .mbr-text {
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cid-t8OssWaQsA .mbr-text {
    margin: 10px 0px 0 !important;
  }
}
.cid-t8OssWaQsA .image {
  display: flex;
  justify-content: center;
}
.cid-t8OssWaQsA .image img {
  object-fit: cover;
  width: 200%;
  height: 280px;
}
@media (max-width: 991px) {
  .cid-t8OssWaQsA .image img {
    width: 170px;
    height: 110px;
  }
}
.cid-t8OssWaQsA .separate,
.cid-t8OssWaQsA .separate2 {
  height: 150px;
  position: absolute;
}
.cid-t8OssWaQsA .separate {
  left: 0;
}
.cid-t8OssWaQsA .separate2 {
  right: 0;
}
@media (max-width: 767px) {
  .cid-t8OssWaQsA .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-t8OssWaQsA .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-t8OssWaQsA .separate,
  .cid-t8OssWaQsA .separate2 {
    border-left: none;
  }
}
.cid-t8OssWaQsA .mbr-section-subtitle,
.cid-t8OssWaQsA .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tnJ0bDugj9 {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-tnJ0bDugj9 .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tnJ0bDugj9 .col-title {
    margin-bottom: 40px;
  }
}
.cid-tnJ0bDugj9 .mbr-section-title {
  color: #2B2B2B;
}
.cid-tnJ0bDugj9 .mbr-section-main-subtitle {
  color: #000000;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-tnJ0bDugj9 .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-tnJ0bDugj9 .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-tnJ0bDugj9 .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 720px;
  margin-bottom: 60px;
}
.cid-tnJ0bDugj9 .carousel img {
  max-height: 720px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tnJ0bDugj9 .carousel {
    height: 380px;
  }
  .cid-tnJ0bDugj9 .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tnJ0bDugj9 .carousel {
    height: 320px;
  }
  .cid-tnJ0bDugj9 .carousel img {
    max-height: 320px;
  }
}
.cid-tnJ0bDugj9 .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-tnJ0bDugj9 .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-tnJ0bDugj9 .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tnJ0bDugj9 .carousel-inner {
    max-width: 460px;
  }
}
.cid-tnJ0bDugj9 .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-tnJ0bDugj9 .item-wrapper {
  width: 100%;
}
.cid-tnJ0bDugj9 .carousel-caption {
  bottom: 30px;
}
.cid-tnJ0bDugj9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tnJ0bDugj9 .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tnJ0bDugj9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tnJ0bDugj9 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tnJ0bDugj9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tnJ0bDugj9 .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #e3000f;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-tnJ0bDugj9 .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-tnJ0bDugj9 .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tnJ0bDugj9 .carousel-control.carousel-control-next {
  right: 0;
}
.cid-tnJ0bDugj9 .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-tnJ0bDugj9 .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-tnJ0bDugj9 .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-tnJ0bDugj9 .carousel-indicators li.active,
.cid-tnJ0bDugj9 .carousel-indicators li:hover {
  background-color: #e3000f;
  height: 10px !important;
  width: 10px !important;
}
.cid-tnJ0bDugj9 .carousel-indicators li::after,
.cid-tnJ0bDugj9 .carousel-indicators li::before {
  content: none;
}
.cid-tnJ0bDugj9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tnJ0bDugj9 .container,
.cid-tnJ0bDugj9 .container-fluid {
  position: relative;
}
.cid-tnJ0bDugj9 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tnJ0bDugj9 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tnJ0bDugj9 .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tnJ0bDugj9 .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #ffff00 27%, #ffff00 50%, #ffff00 79%);
}
.cid-tnJ0bDugj9 .item-menu-overlay {
  opacity: 0 !important;
}
#custom-html-1gh {
  /* Type valid CSS here */
}
#custom-html-1gh div {
  background-color: #003300;
  height: 400px;
}
.cid-sVsisE1ChT {
  background-image: url("../../../assets/images/renate-und-hans-1048x590.jpg");
}
.cid-sVsisE1ChT .mbr-section-title,
.cid-sVsisE1ChT .mbr-section-subtitle {
  color: #000000;
}
.cid-sVsisE1ChT .mbr-section-text {
  color: #232323;
}
.cid-sVsisE1ChT .mbr-text,
.cid-sVsisE1ChT .typed-text,
.cid-sVsisE1ChT .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sVsisE1ChT hr {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  color: #fff;
  background: #fff;
  margin-bottom: 1em;
}
.cid-sVsisE1ChT .btn {
  margin-left: 4px !important;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
}
.cid-sVsisE1ChT .animated-element {
  color: #e3000f;
}
.cid-sVsisE1ChT .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sVsisE1ChT .mbr-figure {
  width: 30%;
  height: auto;
  overflow: hidden;
  padding-top: 50%;
}
@media (max-width: 767px) {
  .cid-sVsisE1ChT .typed-text,
  .cid-sVsisE1ChT .mbr-section-subtitle,
  .cid-sVsisE1ChT .mbr-section-text,
  .cid-sVsisE1ChT .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sVsisE1ChT .mbr-section-subtitle,
.cid-sVsisE1ChT .typed-text {
  color: #ffffff;
  text-align: left;
  text-shadow: 3px 3px 6px #000;
}
.cid-sVsisE1ChT .mbr-section-text,
.cid-sVsisE1ChT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
  line-height: 140%;
}
.cid-sVkDnkshSq {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #003300;
}
.cid-sVkDnkshSq .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  Font-size: 120%;
  font-weight: 300;
  display: inline-block;
}
.cid-sVkDnkshSq .underlined-example:hover {
  color: #000;
}
.cid-sVkDnkshSq .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVkDnkshSq .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sVkDnkshSq h4 {
  color: #F00;
  font-weight: normal;
}
.cid-sVkDnkshSq h6 {
  color: #FF0;
  font-weight: 100;
  font-style: italic;
  text-align: center;
}
.cid-sVkDnkshSq img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sVkDnkshSq .card-wrapper {
  background: #7f1933;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sVkDnkshSq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sVkDnkshSq .first:hover:before {
  content: none;
}
.cid-sVkDnkshSq .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, yellow, white);
  content: "";
}
.cid-sVkDnkshSq .last:hover:after {
  content: none;
}
.cid-sVkDnkshSq .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, yellow, white);
  content: "";
}
.cid-sVkDnkshSq .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
.cid-sVkDnkshSq .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-sVkDnkshSq .card .img-wrapper {
  overflow: hidden;
}
.cid-sVkDnkshSq .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sVkDnkshSq .card:hover .card-wrapper {
  background: #111;
  color: #ffffff !important;
}
.cid-sVkDnkshSq .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sVkDnkshSq .mbr-section-title {
  color: #f7ed4a;
  text-align: center;
}
.cid-sVkDnkQb3D {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/back-2020-1280x720.jpg");
  background-attachment: fixed;
}
.cid-sVkDnkQb3D .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-sVkDnkQb3D .card-wrapper {
    padding: 0;
    text-shadow: 2px 2px 13px #000;
  }
}
.cid-sVkDnkQb3D h6 {
  color: #fff;
  font-family: "Cinzel";
  font-size: 2.6em;
  font-style: normal;
  font-weight: 400;
  text-shadow: 2px 2px 13px #000;
}
.cid-sVkDnkQb3D h5 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 1.0em;
  font-style: normal;
  font-weight: 800;
  text-shadow: 2px 2px 13px #000;
}
.cid-sVkDnkQb3D img {
  width: 100%;
}
.cid-sVkDnkQb3D .mbr-iconfont {
  font-size: 3rem;
  background-image: linear-gradient(to right, red, yellow);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sVkDnkQb3D .line {
  width: 100%;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background-image: linear-gradient(to left, white, yellow);
}
.cid-sVkDnkQb3D .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-sVkDnkQb3D h4 {
  margin: 0;
  text-shadow: 2px 2px 13px #000;
}
.cid-sVkDnkQb3D .card-text {
  color: #f9f295;
  text-shadow: 2px 2px 13px #000;
}
.cid-sVkDnkQb3D .mbr-text {
  color: #000000;
  text-shadow: 2px 2px 13px #000;
}
.cid-sVkDnkQb3D .card-title {
  color: #ffffff;
  text-shadow: 2px 2px 13px #000;
}
@media (min-width: 1200px) {
  .cid-sVkDnkQb3D .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-sVkDnkQb3D .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-sVkDnkQb3D .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVkDnkQb3D .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-sVkDnkQb3D H3 {
  color: #787324;
  text-shadow: 2px 2px 13px #000;
}
.cid-sVkDnkQb3D .mbr-section-title,
.cid-sVkDnkQb3D .title-wrapper {
  color: #ffffff;
}
.cid-sVkDnkQb3D .mbr-text,
.cid-sVkDnkQb3D .mbr-section-btn {
  color: #ffffff;
  text-shadow: 2px 2px 13px #000;
}
.cid-sVkDnkQb3D H6 {
  color: #ffff00;
  text-shadow: 2px 2px 13px #000;
}
.cid-sVkDnkQb3D H5 {
  text-align: left;
  text-shadow: 2px 2px 13px #000;
}
.cid-sVlSkC54Wq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0a3e0f;
}
.cid-sVlSkC54Wq img {
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px #000;
  box-shadow: 5px 5px 15px 5px #000;
}
.cid-sVlSkC54Wq .testimonial-text {
  font-style: italic;
  font-weight: 300;
  font-size: 110%;
}
.cid-sVlSkC54Wq .mbr-author-name {
  font-weight: bold;
  color: #f9f295;
}
.cid-sVlSkC54Wq .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sVlSkC54Wq .mbr-figure,
  .cid-sVlSkC54Wq img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-sVlSkC54Wq .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-sVlSkC54Wq p:first-of-type:first-letter {
  font-size: 600%;
  color: #e3000f;
  line-height: 1;
  float: left;
  padding-right: .325em;
  text-shadow: 3px 3px 6px #000;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sVm5pa66TL {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-sVm5pa66TL .mbr-text {
  color: #232323;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sVm5pa66TL p:first-of-type:first-letter {
  font-size: 600%;
  color: #e3000f;
  line-height: 1;
  float: left;
  padding-right: .325em;
  text-shadow: 3px 3px 6px #000;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sVlSlEIldt {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #003300;
}
.cid-sVlSlEIldt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sVlSlEIldt img {
  border: 2px solid #fff;
  -webkit-box-shadow: 5px 5px 15px 5px #000;
  box-shadow: 5px 5px 15px 5px #000;
}
.cid-sVlSlEIldt .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sVlSlEIldt .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sVlSlEIldt .team-item .item-image img {
  width: 100%;
}
.cid-sVlSlEIldt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sVlSlEIldt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sVlSlEIldt .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sVlSlEIldt .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sVlSlEIldt H2 {
  color: #f9f295;
}
.cid-sVlSlEIldt h5 {
  color: #fff;
  font-size: 120%;
  font-weight: 400;
  font-family: "Montserrat";
  line-height: 140%;
}
.cid-sVlSmz1p2c {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #003300;
}
.cid-sVlSmz1p2c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sVlSmz1p2c img {
  border: 2px solid #fff;
  -webkit-box-shadow: 5px 5px 15px 5px #000;
  box-shadow: 5px 5px 15px 5px #000;
}
.cid-sVlSmz1p2c .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sVlSmz1p2c .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sVlSmz1p2c .team-item .item-image img {
  width: 100%;
}
.cid-sVlSmz1p2c .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sVlSmz1p2c .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sVlSmz1p2c .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sVlSmz1p2c .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sVlSmz1p2c H2 {
  color: #f9f295;
}
.cid-sVlSmz1p2c h5 {
  color: #fff;
  font-size: 120%;
  font-weight: 400;
  font-family: "Montserrat";
  line-height: 140%;
}
.cid-sVlSnl1LJL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #003300;
}
.cid-sVlSnl1LJL img {
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px #000;
  box-shadow: 5px 5px 15px 5px #000;
}
.cid-sVlSnl1LJL .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
  font-size: 120%;
  text-align: right;
}
.cid-sVlSnl1LJL .mbr-author-name {
  font-weight: bold;
  color: #ffffff;
  text-align: right;
}
.cid-sVlSnl1LJL .mbr-author-desc {
  color: #efefef;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sVlSnl1LJL .mbr-figure,
  .cid-sVlSnl1LJL img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sVlSnl1LJL p:first-of-type:first-letter {
  font-size: 600%;
  color: #e3000f;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #000;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sVm9OzmDim {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #003300;
}
.cid-sVm9OzmDim .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  Font-size: 120%;
  font-weight: 300;
  display: inline-block;
}
.cid-sVm9OzmDim .underlined-example:hover {
  color: #000;
}
.cid-sVm9OzmDim .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVm9OzmDim .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sVm9OzmDim .article-wrapper {
  padding-bottom: 200px;
}
.cid-sVm9OzmDim .article-list {
  margin: 0 0 64px 20px;
  padding: 0;
  list-style-position: inside;
}
.cid-sVm9OzmDim .article-list li p {
  margin-bottom: 0;
}
.cid-sVm9OzmDim .mbr-section-text {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVm9OzmDim .article-wrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 425px) {
  .cid-sVm9OzmDim .article-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 320px) {
  .cid-sVm9OzmDim .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-sVm9OzmDim .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sVm9OzmDim .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sVkDnmbbxV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f9f9;
}
.cid-sVkDnmbbxV .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sVkDnmbbxV .content {
    text-align: center;
  }
  .cid-sVkDnmbbxV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVkDnmbbxV .img-logo img {
  height: 10rem;
}
.cid-sVkDnmbbxV .img-logo2 img {
  height: 4rem;
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sVkDnmbbxV .img-logo2 img:hover {
  opacity: 1;
}
.cid-sVkDnmbbxV .form-group,
.cid-sVkDnmbbxV .input-group-btn {
  padding: 0;
}
.cid-sVkDnmbbxV .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sVkDnmbbxV .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sVkDnmbbxV .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sVkDnmbbxV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVkDnmbbxV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .5;
  height: 5px;
}
.cid-sVkDnmbbxV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVkDnmbbxV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sVkDnmbbxV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sVkDnmbbxV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sVkDnmbbxV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVkDnmbbxV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sVkDnmbbxV .foot-logo {
    text-align: center !important;
  }
  .cid-sVkDnmbbxV .foot-title {
    text-align: center !important;
  }
  .cid-sVkDnmbbxV .mbr-text {
    text-align: center !important;
  }
  .cid-sVkDnmbbxV .form-group {
    margin: 0;
  }
}
.cid-sVkDnmbbxV .foot-logo {
  color: #ff3366;
}
.cid-sVkDnmbbxV .foot-title {
  color: #06680f;
  text-align: left;
}
.cid-sVvYwllMiE {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #cccccc;
  background: linear-gradient(0deg, #cccccc, #ffffff);
}
.cid-sVvYwllMiE .mbr-section-title {
  color: #444444;
}
.cid-sVvYwllMiE .mbr-section-subtitle {
  color: #003300;
}
.cid-sVvYwllMiE .mbr-text {
  color: #8d97ad;
}
.cid-sVvYwllMiE .nav {
  border: none;
}
.cid-sVvYwllMiE .nav-tabs {
  width: 100%;
}
.cid-sVvYwllMiE .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sVvYwllMiE H2 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sVvYwllMiE .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-sVvYwllMiE .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #c1c1c1;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-sVvYwllMiE .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sVvYwllMiE .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sVvYwllMiE .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sVvYwllMiE .nav-item {
    display: table-row !important;
  }
}
.cid-sVvYwllMiE .mbr-text,
.cid-sVvYwllMiE .mbr-section-btn {
  color: #000000;
  line-height: 180%;
}
.cid-sVvYwlYIHR {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pd-34-file-4-2000x1333.jpg");
}
.cid-sVvYwlYIHR .title__block {
  margin-bottom: 40px;
}
.cid-sVvYwlYIHR .mbr-text {
  margin-bottom: 0;
}
.cid-sVvYwlYIHR .mbr-section-btn {
  margin-bottom: 0;
  text-align: center;
}
.cid-sVvYwlYIHR .carousel-item {
  justify-content: center;
}
.cid-sVvYwlYIHR .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sVvYwlYIHR .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sVvYwlYIHR .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sVvYwlYIHR .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sVvYwlYIHR .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-sVvYwlYIHR .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sVvYwlYIHR .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sVvYwlYIHR .user {
    max-width: 87%;
  }
  .cid-sVvYwlYIHR .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sVvYwlYIHR .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sVvYwlYIHR .user {
    max-width: 100%;
  }
  .cid-sVvYwlYIHR .carousel-control-prev {
    left: -5%;
  }
  .cid-sVvYwlYIHR .carousel-control-next {
    right: -5%;
  }
  .cid-sVvYwlYIHR .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sVvYwlYIHR .title__block {
    margin-bottom: 20px;
  }
  .cid-sVvYwlYIHR .carousel-controls {
    display: none;
  }
}
.cid-sVqCdnjq61 {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sVqCdnjq61 hr {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  color: #e3000f;
  background: #e3000f;
}
.cid-sVqCdnjq61 h1 {
  font-family: Cinzel Decorative;
  font-size: 4em;
  line-height: 0.9em;
  font-weight: 400;
  text-align: center;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.51);
}
.cid-sVqCdnjq61 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
}
.cid-sVqCdnjq61 .item {
  padding-bottom: 2rem;
}
.cid-sVqCdnjq61 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sVqCdnjq61 .item-wrapper img {
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
}
.cid-sVqCdnjq61 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sVqCdnjq61 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sVqCdnjq61 .carousel-control,
.cid-sVqCdnjq61 .close {
  background: #1b1b1b;
}
.cid-sVqCdnjq61 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVqCdnjq61 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVqCdnjq61 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVqCdnjq61 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVqCdnjq61 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVqCdnjq61 .close::before {
  content: '\e91a';
}
.cid-sVqCdnjq61 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVqCdnjq61 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVqCdnjq61 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVqCdnjq61 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVqCdnjq61 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVqCdnjq61 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVqCdnjq61 .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-sVqCdnjq61 .carousel-indicators li.active,
.cid-sVqCdnjq61 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVqCdnjq61 .carousel-indicators li::after,
.cid-sVqCdnjq61 .carousel-indicators li::before {
  content: none;
}
.cid-sVqCdnjq61 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVqCdnjq61 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVqCdnjq61 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVqCdnjq61 .carousel-indicators {
    display: none;
  }
}
.cid-sVqCdnjq61 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVqCdnjq61 .carousel-inner > .active {
  display: block;
}
.cid-sVqCdnjq61 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVqCdnjq61 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVqCdnjq61 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVqCdnjq61 .carousel-control,
  .cid-sVqCdnjq61 .carousel-indicators,
  .cid-sVqCdnjq61 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVqCdnjq61 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVqCdnjq61 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVqCdnjq61 .carousel-indicators .active,
.cid-sVqCdnjq61 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVqCdnjq61 .carousel-indicators .active {
  background: #fff;
}
.cid-sVqCdnjq61 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVqCdnjq61 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVqCdnjq61 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVqCdnjq61 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVqCdnjq61 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVqCdnjq61 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVqCdnjq61 .carousel {
  width: 100%;
}
.cid-sVqCdnjq61 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVqCdnjq61 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVqCdnjq61 .modal.fade .modal-dialog,
.cid-sVqCdnjq61 .modal.in .modal-dialog {
  transform: none;
}
.cid-sVqCdnjq61 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVqCdnjq61 H6 {
  text-align: left;
  font-size: 1em;
  line-height: 140%;
}
.cid-sVqCdnjq61 H3 {
  color: #003300;
  text-shadow: 3px 3px 6px #879a9f;
}
.cid-sVqCdnjq61 H4 {
  color: #767676;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sVqCdnjq61 H1 {
  color: #e3000f;
}
.cid-sVqCdpiZHR {
  background-image: url("../../../assets/images/mbr-1920x1077.jpg");
}
.cid-sVqCdpiZHR .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sVqCdpiZHR .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sVqCdpiZHR .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sVqCdpiZHR .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-sVqCdpiZHR .col-12 {
  position: relative;
}
.cid-sVqCdpiZHR .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sVqCdpiZHR .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-sVqCdpiZHR .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-sVqCdpiZHR H2 {
  text-shadow: 3px 3px 10px #879a9f;
}
.cid-sVqCdpiZHR .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-sVqCdpiZHR .mbr-section-title {
  color: #263d5a;
}
.cid-sVqCdpiZHR .mbr-text,
.cid-sVqCdpiZHR .mbr-section-btn {
  color: #000000;
  font-size: 1.2em;
  line-height: 140%;
}
.cid-sVqCdpiZHR .mbr-section-subtitle {
  color: #003300;
}
.cid-sVqCdpx1QM {
  background-color: #efefef;
}
.cid-sVqCdpx1QM .container-fluid {
  max-width: 1200px;
  padding: 0 1em;
}
.cid-sVqCdpx1QM p:first-of-type:first-letter {
  font-size: 600%;
  color: #000;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sVqCdpx1QM H4 {
  text-shadow: 3px 3px 6px #b8b8b8;
  line-height: 80%;
}
.cid-sVqCdpx1QM H3 {
  text-shadow: 3px 3px 6px #b8b8b8;
  font-size: 3.2em;
}
.cid-sVqCdpx1QM .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sVqCdpx1QM .imageContainer img {
  width: 120%;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.59);
}
.cid-sVqCdpx1QM .blue-block {
  background-color: #e3000f;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
  position: relative;
  margin-left: 6rem;
  bottom: 2rem;
  right: 0;
  transform: translate(20%, 20%);
  width: 120%;
}
@media (min-width: 992px) {
  .cid-sVqCdpx1QM .blue-block {
    right: auto;
    left: 0;
    transform: translate(-20%, 20%);
  }
}
.cid-sVqCdpx1QM .wrapper {
  color: #ffffff;
  padding: 0.0rem;
}
.cid-sVqCdpx1QM .blue-title {
  margin: 0;
  line-height: 1.6;
  text-align: center;
}
.cid-sVqCdpx1QM .text-blue {
  margin: 0;
  font-weight: normal;
  text-align: center;
  font-size: 1.1em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sVqCdpx1QM .right-wrapper {
    padding-left: 3rem;
  }
}
.cid-sVqCdpx1QM .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sVqCdpx1QM .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sVqCdpx1QM .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sVqCdpx1QM .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sVqCdpx1QM .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sVqCdpx1QM .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 991px) {
  .cid-sVqCdpx1QM .imageContainer img {
    margin-bottom: 2rem;
  }
  .cid-sVqCdpx1QM .right-wrapper {
    padding-left: 1rem;
  }
  .cid-sVqCdpx1QM .blue-block {
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  .cid-sVqCdpx1QM .container-fluid {
    padding: 0 1rem;
  }
  .cid-sVqCdpx1QM .blue-block {
    width: 100%;
    position: static;
    transform: translate(0);
    text-align: center;
  }
}
.cid-sVwrnNadYx {
  background-color: #efefef;
  overflow: hidden;
}
.cid-sVwrnNadYx H1 {
  color: #073b4c;
  text-shadow: 3px 3px 6px #cccccc;
}
.cid-sVwrnNadYx .mbr-text,
.cid-sVwrnNadYx .mbr-section-btn {
  color: #003300;
  font-size: 120%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sVwrnNadYx .img1 {
  width: 330%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
  right: 1rem;
}
.cid-sVwrnNadYx .relative {
  position: relative;
}
.cid-sVwrnNadYx .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 30%;
  top: -3rem;
  left: -2rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sVwrnNadYx .img1 {
    width: 100%;
  }
}
.cid-sVw2KvKLAg {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #cccccc;
  background: linear-gradient(0deg, #cccccc, #ffffff);
}
.cid-sVw2KvKLAg .mbr-section-title {
  color: #444444;
}
.cid-sVw2KvKLAg .mbr-section-subtitle {
  color: #003300;
}
.cid-sVw2KvKLAg .mbr-text {
  color: #8d97ad;
}
.cid-sVw2KvKLAg .nav {
  border: none;
}
.cid-sVw2KvKLAg .nav-tabs {
  width: 100%;
}
.cid-sVw2KvKLAg .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sVw2KvKLAg H2 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sVw2KvKLAg .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-sVw2KvKLAg .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #c1c1c1;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-sVw2KvKLAg .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sVw2KvKLAg .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sVw2KvKLAg .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sVw2KvKLAg .nav-item {
    display: table-row !important;
  }
}
.cid-sVw2KvKLAg .mbr-text,
.cid-sVw2KvKLAg .mbr-section-btn {
  color: #000000;
  line-height: 180%;
}
.cid-sVw2KvKLAg .title-content {
  color: #000000;
}
.cid-sVw2Kw8XQL {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pd-34-file-4-2000x1333.jpg");
}
.cid-sVw2Kw8XQL img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sVw2Kw8XQL .title__block {
  margin-bottom: 1em;
}
.cid-sVw2Kw8XQL hr {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  color: #e3000f;
  background: #e3000f;
}
.cid-sVw2Kw8XQL h2 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sVw2Kw8XQL .mbr-text {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.4em;
}
.cid-sVw2Kw8XQL .mbr-section-btn {
  margin-bottom: 0;
  text-align: center;
}
.cid-sVw2Kw8XQL .carousel-item {
  justify-content: center;
}
.cid-sVw2Kw8XQL .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sVw2Kw8XQL .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sVw2Kw8XQL .carousel-controls a span {
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sVw2Kw8XQL .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sVw2Kw8XQL .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-sVw2Kw8XQL .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sVw2Kw8XQL .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sVw2Kw8XQL .user {
    max-width: 87%;
  }
  .cid-sVw2Kw8XQL .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sVw2Kw8XQL .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sVw2Kw8XQL .user {
    max-width: 100%;
  }
  .cid-sVw2Kw8XQL .carousel-control-prev {
    left: -5%;
  }
  .cid-sVw2Kw8XQL .carousel-control-next {
    right: -5%;
  }
  .cid-sVw2Kw8XQL .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sVw2Kw8XQL .title__block {
    margin-bottom: 20px;
  }
  .cid-sVw2Kw8XQL .carousel-controls {
    display: none;
  }
}
.cid-sVDytue5mU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVDytue5mU img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sVDytue5mU h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sVDytue5mU .right {
  display: flex;
  flex-direction: column;
}
.cid-sVDytue5mU .card-heading {
  padding-bottom: 10px;
  color: #003300;
  text-align: center;
}
.cid-sVDytue5mU .p {
  padding-bottom: 5px;
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sVDytue5mU .last-p {
  padding-bottom: 0;
}
.cid-sVDytue5mU .row {
  justify-content: center;
}
.cid-sVDytue5mU p:first-of-type:first-letter {
  font-size: 700%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sVDDVJLk72 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sVDDVJLk72 .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sVDDVJLk72 h5 {
  color: #000);
  font-family: "Cinzel";
  font-size: 2em;
  text-align: center;
  line-height: 2em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sVDDVJLk72 hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
}
.cid-sVDDVJLk72 .underlined-example:hover {
  color: #000;
}
.cid-sVDDVJLk72 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVDDVJLk72 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sVDDVJLk72 h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWyhYZdBpG {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sWyhYZdBpG h2,
.cid-sWyhYZdBpG h3,
.cid-sWyhYZdBpG h4,
.cid-sWyhYZdBpG h5 {
  margin: 0;
}
.cid-sWyhYZdBpG .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sWyhYZdBpG .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sWyhYZdBpG img {
  border: 2px solid #fff;
}
.cid-sWyhYZdBpG .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sWyhYZdBpG .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sWyhYZdBpG .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sWyhYZdBpG .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sWyhYZdBpG .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sWyhYZdBpG .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sWyhYZdBpG .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sWyhYZdBpG .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sWyhYZdBpG .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sWyhYZdBpG .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sWyhYZdBpG .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sWyhYZdBpG .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
  text-align: center;
}
.cid-sWyhYZdBpG .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
  text-align: center;
}
.cid-sWyhYZdBpG .item-caption {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  padding: 16px 0 8px;
  background: transparent;
  background: #ffffff;
  padding-left: 16px;
}
.cid-sVDX1XJdZ1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-sVDX1XJdZ1 .row {
  display: flex;
  flex-direction: row-reverse;
  margin-top: -1px;
}
.cid-sVDX1XJdZ1 .title-wrapper {
  padding: 0 12px;
}
.cid-sVDX1XJdZ1 .text-block {
  padding: 48px 24px;
}
.cid-sVDX1XJdZ1 .video-wrapper iframe {
  width: 100%;
}
.cid-sVDX1XJdZ1 .video-block {
  padding: 0;
}
.cid-sVDX1XJdZ1 .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-sVDX1XJdZ1 .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sVDX1XJdZ1 .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sVDX1XJdZ1 .mbr-text,
.cid-sVDX1XJdZ1 .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sVDX1XJdZ1 .video-block {
    border-left: none;
  }
}
@media (min-width: 992px) {
  .cid-sVDX1XJdZ1 .title-wrapper {
    padding: 0 48px;
  }
  .cid-sVDX1XJdZ1 .text-block {
    padding: 60px;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sVDX1XJdZ1 .mbr-section-subtitle {
  text-align: right;
}
.cid-sVDX1XJdZ1 .mbr-text {
  text-align: right;
}
.cid-sVJfZ5BfxU {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #141414;
}
.cid-sVJfZ5BfxU .row {
  display: flex;
  flex-direction: row-reverse;
  margin-top: -1px;
}
.cid-sVJfZ5BfxU .title-wrapper {
  padding: 0 12px;
}
.cid-sVJfZ5BfxU .text-block {
  padding: 48px 24px;
}
.cid-sVJfZ5BfxU .video-wrapper iframe {
  width: 100%;
}
.cid-sVJfZ5BfxU .video-block {
  padding: 0;
}
.cid-sVJfZ5BfxU .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-sVJfZ5BfxU .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sVJfZ5BfxU .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sVJfZ5BfxU .mbr-text,
.cid-sVJfZ5BfxU .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sVJfZ5BfxU .video-block {
    border-left: none;
  }
}
@media (min-width: 992px) {
  .cid-sVJfZ5BfxU .title-wrapper {
    padding: 0 48px;
  }
  .cid-sVJfZ5BfxU .text-block {
    padding: 60px;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sVJfZ5BfxU .mbr-text {
  text-align: right;
}
.cid-sVJfZ5BfxU .mbr-section-subtitle {
  text-align: right;
}
.cid-sVNOzFCSh5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVNOzFCSh5 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sVNOzFCSh5 h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sVNOzFCSh5 .right {
  display: flex;
  flex-direction: column;
}
.cid-sVNOzFCSh5 .card-heading {
  padding-bottom: 10px;
  color: #003300;
  text-align: center;
}
.cid-sVNOzFCSh5 .p {
  padding-bottom: 5px;
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sVNOzFCSh5 .last-p {
  padding-bottom: 0;
}
.cid-sVNOzFCSh5 .row {
  justify-content: center;
}
.cid-sVNOzFCSh5 p:first-of-type:first-letter {
  font-size: 700%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sVNOzG0d8H {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #efefef;
}
.cid-sVNOzG0d8H .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sVNOzG0d8H h5 {
  color: #000);
  font-family: "Cinzel";
  font-size: 2em;
  text-align: center;
  line-height: 2em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sVNOzG0d8H hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
}
.cid-sVNOzG0d8H .underlined-example:hover {
  color: #000;
}
.cid-sVNOzG0d8H .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVNOzG0d8H .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sVNOzG0d8H h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWytxpkKGg {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sWytxpkKGg h2,
.cid-sWytxpkKGg h3,
.cid-sWytxpkKGg h4,
.cid-sWytxpkKGg h5 {
  margin: 0;
}
.cid-sWytxpkKGg .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sWytxpkKGg .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sWytxpkKGg img {
  border: 2px solid #fff;
}
.cid-sWytxpkKGg .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sWytxpkKGg .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sWytxpkKGg .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sWytxpkKGg .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sWytxpkKGg .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sWytxpkKGg .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sWytxpkKGg .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sWytxpkKGg .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sWytxpkKGg .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sWytxpkKGg .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sWytxpkKGg .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sWytxpkKGg .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
  text-align: center;
}
.cid-sWytxpkKGg .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
  text-align: center;
}
.cid-sWytxpkKGg .item-caption {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  padding: 16px 0 8px;
  background: transparent;
  background: #ffffff;
  padding-left: 16px;
}
.cid-sWyd3MbNjX {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-sWyd3MbNjX .video-wrapper iframe {
  width: 100%;
}
.cid-sWyd3MbNjX h2,
.cid-sWyd3MbNjX h4 {
  margin: 0;
}
.cid-sWyd3MbNjX .mbr-section-head {
  margin-bottom: 1.5rem;
}
.cid-sWyd3MbNjX .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sWyd3MbNjX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sVNOzGrcMH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-sVNOzGrcMH .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sVNOzGrcMH .title-wrapper {
  padding: 0 12px;
}
.cid-sVNOzGrcMH .text-block {
  padding: 48px 24px;
}
.cid-sVNOzGrcMH .video-wrapper iframe {
  width: 100%;
}
.cid-sVNOzGrcMH .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sVNOzGrcMH .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-sVNOzGrcMH .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sVNOzGrcMH .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sVNOzGrcMH .mbr-text,
.cid-sVNOzGrcMH .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sVNOzGrcMH .video-block {
    border-left: none;
  }
  .cid-sVNOzGrcMH .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sVNOzGrcMH .title-wrapper {
    padding: 0 48px;
  }
  .cid-sVNOzGrcMH .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sVNOzGrcMH .mbr-text {
  text-align: left;
}
.cid-sVNOzGrcMH P {
  color: #ffffff;
}
.cid-sVNOzGHv6S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-sVNOzGHv6S .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sVNOzGHv6S .title-wrapper {
  padding: 0 12px;
}
.cid-sVNOzGHv6S .text-block {
  padding: 48px 24px;
}
.cid-sVNOzGHv6S .video-wrapper iframe {
  width: 100%;
}
.cid-sVNOzGHv6S .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sVNOzGHv6S .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-sVNOzGHv6S .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sVNOzGHv6S .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sVNOzGHv6S .mbr-text,
.cid-sVNOzGHv6S .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sVNOzGHv6S .video-block {
    border-left: none;
  }
  .cid-sVNOzGHv6S .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sVNOzGHv6S .title-wrapper {
    padding: 0 48px;
  }
  .cid-sVNOzGHv6S .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sVNOzGHv6S P {
  color: #ffffff;
}
.cid-sVO7RAI5ei {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #141414;
}
.cid-sVO7RAI5ei .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sVO7RAI5ei .title-wrapper {
  padding: 0 12px;
}
.cid-sVO7RAI5ei .text-block {
  padding: 48px 24px;
}
.cid-sVO7RAI5ei .video-wrapper iframe {
  width: 100%;
}
.cid-sVO7RAI5ei .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sVO7RAI5ei .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-sVO7RAI5ei .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sVO7RAI5ei .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sVO7RAI5ei .mbr-text,
.cid-sVO7RAI5ei .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sVO7RAI5ei .video-block {
    border-left: none;
  }
  .cid-sVO7RAI5ei .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sVO7RAI5ei .title-wrapper {
    padding: 0 48px;
  }
  .cid-sVO7RAI5ei .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sVUFWEpoQs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sVUFWEpoQs .row {
  flex-direction: row-reverse;
}
.cid-sVUFWEpoQs p:first-of-type:first-letter {
  font-size: 600%;
  color: #e3000f;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sVUFWEpoQs .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #003300;
}
.cid-sVUFWEpoQs .svg-top .st0 {
  fill: #efefef;
}
@media (max-width: 992px) {
  .cid-sVUFWEpoQs .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sVUFWEpoQs .mbr-section-title {
  color: #003300;
}
@media (min-width: 1400px) {
  .cid-sVUFWEpoQs .col-12 {
    padding: 0 2rem;
  }
  .cid-sVUFWEpoQs .row {
    margin: 0 -2rem;
  }
}
.cid-sVUFWEpoQs .mbr-text,
.cid-sVUFWEpoQs .mbr-section-btn {
  color: #232323;
}
.cid-sVUKsiDDSu {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-sVUKsiDDSu .mbr-text {
  color: #000000;
}
.cid-sVUKsiDDSu .mbr-text p {
  background: #ffffff;
}
.cid-sVW7doZo7K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVW7doZo7K img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sVW7doZo7K h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sVW7doZo7K .right {
  display: flex;
  flex-direction: column;
}
.cid-sVW7doZo7K .card-heading {
  padding-bottom: 10px;
  color: #003300;
  text-align: center;
}
.cid-sVW7doZo7K .p {
  padding-bottom: 5px;
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sVW7doZo7K .last-p {
  padding-bottom: 0;
}
.cid-sVW7doZo7K .row {
  justify-content: center;
}
.cid-sVW7doZo7K p:first-of-type:first-letter {
  font-size: 700%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sVW7dpvXFy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVW7dpvXFy .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sVW7dpvXFy h5 {
  color: #000);
  font-family: "Cinzel";
  font-size: 2em;
  text-align: center;
  line-height: 2em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sVW7dpvXFy hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
}
.cid-sVW7dpvXFy .underlined-example:hover {
  color: #000;
}
.cid-sVW7dpvXFy .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVW7dpvXFy .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sVW7dpvXFy h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWyDTGWIDm {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sWyDTGWIDm h2,
.cid-sWyDTGWIDm h3,
.cid-sWyDTGWIDm h4,
.cid-sWyDTGWIDm h5 {
  margin: 0;
}
.cid-sWyDTGWIDm .btn {
  margin-left: 4px !important;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
}
.cid-sWyDTGWIDm .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sWyDTGWIDm .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sWyDTGWIDm img {
  border: 2px solid #fff;
}
.cid-sWyDTGWIDm .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sWyDTGWIDm .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sWyDTGWIDm .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sWyDTGWIDm .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sWyDTGWIDm .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sWyDTGWIDm .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sWyDTGWIDm .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sWyDTGWIDm .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sWyDTGWIDm .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sWyDTGWIDm .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sWyDTGWIDm .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sWyDTGWIDm .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
  text-align: center;
}
.cid-sWyDTGWIDm .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
  text-align: center;
}
.cid-sWyDTGWIDm .item-caption {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  padding: 16px 0 8px;
  background: transparent;
  background: #ffffff;
  padding-left: 16px;
}
.cid-sWyIikzCLU {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sWyIikzCLU .image-wrapper {
    padding: 1rem;
  }
}
.cid-sWyIikzCLU img {
  border-radius: 2rem;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #fff;
  transition: all 0.3s;
}
.cid-sWyIikzCLU img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sWyIikzCLU .mbr-text,
.cid-sWyIikzCLU .mbr-section-btn {
  color: #696969;
}
.cid-sWyIikzCLU h1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.51);
}
.cid-sWyIikzCLU .mbr-section-title {
  color: #003300;
}
.cid-sWzVcfGTDa {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sWzVcfGTDa .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWzVcfGTDa .underlined-example:hover {
  color: #000;
}
.cid-sWzVcfGTDa .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWzVcfGTDa .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWzVcfGTDa h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWzVcfGTDa H6 {
  color: #e3000f;
}
.cid-sWyPlhfYcf {
  background: #efefef;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sWyPlhfYcf .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWyPlhfYcf .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sWyPlhfYcf .image-block:hover:before {
  opacity: 0.6;
}
.cid-sWyPlhfYcf .image-block:hover .wrap {
  opacity: 1;
}
.cid-sWyPlhfYcf .image-block:hover img {
  transform: scale(1.1);
}
.cid-sWyPlhfYcf img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
.cid-sWyPlhfYcf .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-sWyPlhfYcf .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sWyPlhfYcf .wrap {
    opacity: 1 !important;
  }
  .cid-sWyPlhfYcf .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-sWzUBcZb0Y {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sWzUBcZb0Y .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWzUBcZb0Y .underlined-example:hover {
  color: #000;
}
.cid-sWzUBcZb0Y .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWzUBcZb0Y .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWzUBcZb0Y h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWzUBcZb0Y H6 {
  color: #e3000f;
}
.cid-sWzsqRV6ru {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sWzsqRV6ru h5 {
  font-family: Montserrat;
  font-size: 1em;
}
.cid-sWzsqRV6ru h2 {
  font-family: "Cinzel";
  line-height: 50%;
  text-shadow: 3px 3px 8px #b8b8b8;
}
.cid-sWzsqRV6ru .mbr-section-title {
  color: #444444;
}
.cid-sWzsqRV6ru p:first-of-type:first-letter {
  font-size: 600%;
  color: #e3000f;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel;
  font-weight: 100;
}
.cid-sWzsqRV6ru .mbr-section-subtitle {
  color: #0f7699;
}
.cid-sWzsqRV6ru .mbr-text {
  color: #8d97ad;
}
.cid-sWzsqRV6ru .nav {
  border: none;
}
.cid-sWzsqRV6ru .nav-tabs {
  width: 100%;
}
.cid-sWzsqRV6ru .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sWzsqRV6ru .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.9);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.9);
}
.cid-sWzsqRV6ru .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #51add0;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-sWzsqRV6ru .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sWzsqRV6ru .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-sWzsqRV6ru .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sWzsqRV6ru .nav-item {
    display: table-row !important;
  }
}
.cid-sWzsqRV6ru .mbr-text,
.cid-sWzsqRV6ru .mbr-section-btn {
  color: #232323;
}
.cid-sWzru57024 {
  background-color: #232323;
}
.cid-sWzru57024 .item {
  padding-bottom: 2rem;
}
.cid-sWzru57024 img {
  border: 2px solid #fff;
}
.cid-sWzru57024 img,
.cid-sWzru57024 .item-wrapper {
  transition: all 0.7s;
}
.cid-sWzru57024 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sWzru57024 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sWzru57024 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sWzru57024 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sWzru57024 .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-sWzru57024 .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sWzru57024 .close::before {
  content: "\e91a";
}
.cid-sWzru57024 .close:hover {
  color: #fff;
}
.cid-sWzru57024 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sWzru57024 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sWzru57024 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sWzru57024 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sWzru57024 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-sWzru57024 .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-sWzru57024 .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-sWzru57024 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-sWzru57024 .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-sWzru57024 .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-sWzru57024 .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-sWzru57024 .carousel-item img {
    width: 100%;
  }
}
.cid-sWzru57024 .carousel-inner > .active {
  display: block;
}
.cid-sWzru57024 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWzru57024 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWzru57024 .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-sWzru57024 .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-sWzru57024 .carousel-control,
  .cid-sWzru57024 .carousel-indicators {
    position: fixed;
  }
}
.cid-sWzru57024 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sWzru57024 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sWzru57024 .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-sWzru57024 .modal-content {
    width: 70%;
  }
}
.cid-sWzru57024 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sWzru57024 .carousel {
  width: 100%;
}
.cid-sWzru57024 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sWzru57024 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sWzru57024 .modal.fade .modal-dialog,
.cid-sWzru57024 .modal.in .modal-dialog {
  transform: none;
}
.cid-sWzru57024 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sWzru57024 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sWzru57024 .soc-item {
  font-family: "Montserrat";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sWzru57024 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sWzru57024 .soc-item::before,
.cid-sWzru57024 .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sWzru57024 .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sWzru57024 .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sWzru57024 .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sWzru57024 .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sWzru57024 .mbr-section-subtitle {
  font-family: "Montserrat";
  color: #c0bcb7;
  margin-bottom: 77px;
}
.cid-sWzru57024 .mbr-text {
  font-family: "Montserrat";
  text-align: center;
  color: #ffffff;
}
.cid-sWzru57024 .text {
  color: #ddc499;
}
.cid-sWzru57024 .one {
  color: #c0bcb7;
  font-family: "Montserrat";
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-sWzru57024 .right {
    padding-right: 32px;
  }
  .cid-sWzru57024 .left {
    padding-left: 32px;
  }
}
.cid-sWzru57024 .mbr-section-title {
  color: #ffff00;
}
.cid-sWzru57024 .mbr-text .text {
  text-align: left;
}
.cid-sWzVaK9Xij {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sWzVaK9Xij .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWzVaK9Xij .underlined-example:hover {
  color: #000;
}
.cid-sWzVaK9Xij .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWzVaK9Xij .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWzVaK9Xij h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWzVaK9Xij H6 {
  color: #e3000f;
}
.cid-sWzVZxtEns {
  background-color: #efefef;
  overflow: hidden;
}
.cid-sWzVZxtEns H1 {
  color: #073b4c;
  text-shadow: 3px 3px 6px #cccccc;
  text-align: left;
}
.cid-sWzVZxtEns .mbr-text,
.cid-sWzVZxtEns .mbr-section-btn {
  color: #003300;
  font-size: 120%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sWzVZxtEns .img1 {
  width: 160%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
  right: 1rem;
}
.cid-sWzVZxtEns .relative {
  position: relative;
}
.cid-sWzVZxtEns .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 50%;
  top: -3rem;
  left: -5rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sWzVZxtEns .img1 {
    width: 100%;
  }
}
.cid-sWzVZxtEns P {
  text-align: right;
}
.cid-sWzVZxtEns H3 {
  text-align: right;
}
.cid-sWA10bmvsj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWA10bmvsj h2,
.cid-sWA10bmvsj h3,
.cid-sWA10bmvsj h4,
.cid-sWA10bmvsj h5 {
  margin: 0;
}
.cid-sWA10bmvsj .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sWA10bmvsj .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sWA10bmvsj img {
  border: 2px solid #fff;
}
.cid-sWA10bmvsj .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sWA10bmvsj .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sWA10bmvsj .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sWA10bmvsj .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sWA10bmvsj .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sWA10bmvsj .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sWA10bmvsj .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sWA10bmvsj .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sWA10bmvsj .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sWA10bmvsj .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sWA10bmvsj .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sWA10bmvsj .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
  text-align: center;
}
.cid-sWA10bmvsj .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
  text-align: center;
}
.cid-sWA10bmvsj .item-caption {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  padding: 16px 0 8px;
  background: transparent;
}
.cid-sWAaRMvIaE {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sWAaRMvIaE .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWAaRMvIaE .underlined-example:hover {
  color: #000;
}
.cid-sWAaRMvIaE .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWAaRMvIaE .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWAaRMvIaE h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWAaRMvIaE H6 {
  color: #e3000f;
}
.cid-sWA3URXwZe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWA3URXwZe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWA3URXwZe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWA3URXwZe img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWA3URXwZe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWA3URXwZe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWA3URXwZe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWA3URXwZe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWA3URXwZe .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sWA3URXwZe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sWA3URXwZe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sWAaFu9k9Y {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sWAaFu9k9Y .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWAaFu9k9Y .underlined-example:hover {
  color: #000;
}
.cid-sWAaFu9k9Y .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWAaFu9k9Y .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWAaFu9k9Y h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWAaFu9k9Y H6 {
  color: #e3000f;
}
.cid-sWA6aAbEQK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWA6aAbEQK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWA6aAbEQK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWA6aAbEQK img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWA6aAbEQK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWA6aAbEQK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWA6aAbEQK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWA6aAbEQK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWA6aAbEQK .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sWA6aAbEQK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sWA6aAbEQK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVWg0dZg68 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVWg0dZg68 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sVWg0dZg68 h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sVWg0dZg68 .right {
  display: flex;
  flex-direction: column;
}
.cid-sVWg0dZg68 .card-heading {
  padding-bottom: 10px;
  color: #003300;
  text-align: center;
}
.cid-sVWg0dZg68 .p {
  padding-bottom: 5px;
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sVWg0dZg68 .last-p {
  padding-bottom: 0;
}
.cid-sVWg0dZg68 .row {
  justify-content: center;
}
.cid-sVWg0dZg68 p:first-of-type:first-letter {
  font-size: 400%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sVWg0ekGzx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVWg0ekGzx .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sVWg0ekGzx h5 {
  color: #000);
  font-family: "Cinzel";
  font-size: 2em;
  text-align: center;
  line-height: 2em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sVWg0ekGzx hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
}
.cid-sVWg0ekGzx .underlined-example:hover {
  color: #000;
}
.cid-sVWg0ekGzx .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVWg0ekGzx .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sVWg0ekGzx h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWWhqkDuMq {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sWWhqkDuMq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWWhqkDuMq .row {
  flex-direction: row-reverse;
}
.cid-sWWhqkDuMq img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWWhqkDuMq h6 {
  color: #0f7699;
  font-family: "Cinzel";
  font-size: 2em;
  font-weight: 400;
  text-shadow: #000000;
}
.cid-sWWhqkDuMq H6 {
  color: #5f86be;
  text-align: center;
}
.cid-sWWNx0dW88 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWWNx0dW88 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWWNx0dW88 .image-wrapper {
  padding: 0 2rem;
}
.cid-sWWNx0dW88 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-sWWNx0dW88 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-sWWNx0dW88 .mbr-section-title {
  color: #0f7699;
  margin-bottom: 1.5rem;
  text-align: left;
}
.cid-sWWNx0dW88 h3 {
  text-shadow: #000000;
}
.cid-sWWNx0dW88 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 3rem;
}
.cid-sWWNx0dW88 .mbr-text {
  color: #003300;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sWWNx0dW88 .text-wrapper,
  .cid-sWWNx0dW88 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sWWNx0dW88 .text-wrapper,
  .cid-sWWNx0dW88 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-sWWNx0dW88 .text-wrapper,
  .cid-sWWNx0dW88 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-sWWNx0dW88 .text-wrapper,
  .cid-sWWNx0dW88 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sWWNx0dW88 .text-wrapper,
  .cid-sWWNx0dW88 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-sWWNx0dW88 .content {
    text-align: center;
  }
}
.cid-sWWNx0dW88 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-sWWNx0dW88 .mbr-card-title {
    text-align: start;
  }
}
.cid-sWWNx0dW88 .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-sWWNx0dW88 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-sWWNx0dW88 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-sWWNx0dW88 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-sWWNx0dW88 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-sWWNx0dW88 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-sWWNx0dW88 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-sWWNx0dW88 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-sWWNx0dW88 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-sWWNx0dW88 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-sWWNx0dW88 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-sWWNx0dW88 .nutrition-wrap {
    width: 100%;
  }
}
.cid-sWWNx0dW88 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-sWWNx0dW88 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-sWWNx0dW88 .tile-text-wrap {
  display: flex;
}
.cid-sWWNx0dW88 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-sWWNx0dW88 svg path {
  fill: #cd8ad1;
}
.cid-sWWNx0dW88 .numbers {
  display: flex;
  align-self: center;
}
.cid-sWWNx0dW88 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-sWWNx0dW88 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-sWWNx0dW88 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sWWNx0dW88 .mbr-tile-text {
    text-align: start;
  }
}
.cid-sWWNx0dW88 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sWWNx0dW88 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-sWWNx0dW88 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sWWNx0dW88 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-sWWNx0dW88 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.1;
}
.cid-sWWNx0dW88 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sWWNx0dW88 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sWWNx0dW88 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sWWNx0dW88 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sWWNx0dW88 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-sWWSKmEtu1 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-sWWSKmEtu1 .mbr-text {
  color: #000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sWWSKmEtu1 p:first-of-type:first-letter {
  font-size: 600%;
  color: #0f7699;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sWWSKmEtu1 hr {
  width: 100%;
  height: 5px;
  margin: 0 auto;
  color: #0f7699;
  background: #0f7699;
}
.cid-sWWSKmEtu1 h6 {
  font-family: Montserrat;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 400;
  text-shadow: #000000;
}
.cid-sVWgIxbrev {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sVWgIxbrev .mbr-media {
  position: relative;
}
.cid-sVWgIxbrev .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sVWgIxbrev .mbr-iconfont {
  color: #ffffff;
}
.cid-sVWgIxbrev .mbr-iconfont:hover {
  font-size: 4.5rem;
}
.cid-sVWgIxbrev .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sVWgIxbrev .mbr-media span {
  font-size: 4rem;
  transition: all 0.3s;
}
.cid-sVWgIxbrev .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sVWgIxbrev .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sVWgIxbrev .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sVWgIxbrev .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVWgIxbrev .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sWAfuDZrRN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWAfuDZrRN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWAfuDZrRN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWAfuDZrRN img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWAfuDZrRN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWAfuDZrRN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWAfuDZrRN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWAfuDZrRN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWAfuDZrRN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sWAfuDZrRN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sWAfuDZrRN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sVWnaheTL7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVWnaheTL7 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sVWnaheTL7 h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sVWnaheTL7 .right {
  display: flex;
  flex-direction: column;
}
.cid-sVWnaheTL7 .card-heading {
  padding-bottom: 10px;
  color: #003300;
  text-align: center;
}
.cid-sVWnaheTL7 .p {
  padding-bottom: 5px;
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sVWnaheTL7 .last-p {
  padding-bottom: 0;
}
.cid-sVWnaheTL7 .row {
  justify-content: center;
}
.cid-sVWnaheTL7 p:first-of-type:first-letter {
  font-size: 400%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sVWnahvHBD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVWnahvHBD .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sVWnahvHBD h5 {
  color: #000);
  font-family: "Cinzel";
  font-size: 1.4em;
  text-align: center;
  line-height: 2em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sVWnahvHBD hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
}
.cid-sVWnahvHBD .underlined-example:hover {
  color: #000;
}
.cid-sVWnahvHBD .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVWnahvHBD .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sVWnahvHBD h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWLuB8EW0P {
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sWLuB8EW0P .image-wrapper {
    padding: 1rem;
  }
}
.cid-sWLuB8EW0P p:first-of-type:first-letter {
  font-size: 600%;
  color: #e3000f;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sWLuB8EW0P figure {
  position: relative;
  margin: 0;
  padding: 1.5em;
  width: 100%;
  border: thin solid gainsboro;
  background: white;
}
.cid-sWLuB8EW0P figcaption {
  padding: .8em;
  text-align: center;
  font-family: Archivo Narrow;
}
.cid-sWLuB8EW0P img {
  border-radius: 2rem;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #fff;
  transition: all 0.3s;
}
.cid-sWLuB8EW0P img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sWLuB8EW0P .mbr-text,
.cid-sWLuB8EW0P .mbr-section-btn {
  color: #696969;
}
.cid-sWLuB8EW0P h1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.51);
}
.cid-sWLuB8EW0P .mbr-section-title {
  color: #003300;
}
.cid-sWG9OUQCKR {
  background-image: url("../../../assets/images/titel-1174x660.jpg");
}
.cid-sWG9OUQCKR .mbr-section-btn .btn-secondary-outline {
  color: #ffff00;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sWG9OUQCKR .mbr-section-btn .btn-secondary-outline:hover,
.cid-sWG9OUQCKR .mbr-section-btn .btn-secondary-outline .active,
.cid-sWG9OUQCKR .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff;
  text-decoration: underline;
}
.cid-sWG9OUQCKR H1 {
  text-shadow: 3px 3px 6px #000;
}
.cid-sWG9OUQCKR .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #000000;
  margin-right: -3px;
}
.cid-sWG9OUQCKR .mbr-media {
  display: inline-block;
  width: 100%;
}
.cid-sWG9OUQCKR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sWG9OUQCKR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sWG9OUQCKR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sWG9OUQCKR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sWG9OUQCKR a.close:hover {
  color: #ffffff;
}
.cid-sWG9OUQCKR .btn-play {
  position: relative;
  background: #f7ed4a;
  width: 60px;
  height: 60px;
  border: 1px solid #f7ed4a;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-sWG9OUQCKR .btn-play:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s play-video linear infinite;
  animation: 1s play-video linear infinite;
}
@keyframes play-video {
  0% {
    transform: scale(0.68);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes play-video {
  0% {
    -webkit-transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    -webkit-opacity: 0;
  }
}
.cid-sWGekooK2V {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWGekooK2V .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWGekooK2V .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWGekooK2V img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWGekooK2V .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWGekooK2V .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWGekooK2V .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWGekooK2V .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWGekooK2V .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sWGekooK2V .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sWGekooK2V .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sWGgOV2wju {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sWGgOV2wju .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWGgOV2wju .underlined-example:hover {
  color: #000;
}
.cid-sWGgOV2wju .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWGgOV2wju .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWGgOV2wju h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWGgOV2wju H6 {
  color: #e3000f;
}
.cid-sWKyyLYyvC {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sWKyyLYyvC .video-wrapper iframe {
  width: 100%;
}
.cid-sWKyyLYyvC .mbr-section-title,
.cid-sWKyyLYyvC .mbr-section-subtitle,
.cid-sWKyyLYyvC .mbr-text {
  text-align: center;
}
.cid-sWKyyLYyvC .mbr-section-title {
  color: #017268;
}
.cid-sWKyyLYyvC .video {
  padding-top: 1rem;
}
.cid-sWKyyLYyvC .mbr-section-subtitle {
  color: #767676;
}
.cid-sWLDoWwV32 {
  background-color: #efefef;
}
.cid-sWLDoWwV32 .text-wrap {
  background-color: rgba(0, 0, 0, 0.49);
  padding: 3rem 6rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 100px 0px 100px 0px;
  margin-top: 50%;
}
.cid-sWLDoWwV32 .img1 {
  position: absolute;
  margin-left: 10%;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-sWLDoWwV32 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sWLDoWwV32 .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sWLDoWwV32 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sWLDoWwV32 .mbr-text,
.cid-sWLDoWwV32 .link-wrap {
  text-align: center;
}
.cid-sWLDoWwV32 H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sWLDoWwV32 .img1 {
    width: 50%;
  }
  .cid-sWLDoWwV32 .text-wrap {
    background-color: #465052;
    padding: 2rem 2rem;
  }
}
.cid-sWLDoWwV32 DIV {
  text-align: center;
}
.cid-sWLDoWwV32 H1 {
  color: #ffffff;
}
.cid-sVWq2GQoP7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVWq2GQoP7 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sVWq2GQoP7 h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sVWq2GQoP7 .right {
  display: flex;
  flex-direction: column;
}
.cid-sVWq2GQoP7 .card-heading {
  padding-bottom: 10px;
  color: #003300;
  text-align: center;
}
.cid-sVWq2GQoP7 .p {
  padding-bottom: 5px;
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sVWq2GQoP7 .last-p {
  padding-bottom: 0;
}
.cid-sVWq2GQoP7 .row {
  justify-content: center;
}
.cid-sVWq2GQoP7 p:first-of-type:first-letter {
  font-size: 400%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sVWq2Hf8zz {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sVWq2Hf8zz .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sVWq2Hf8zz h5 {
  color: #000;
  font-family: "Cinzel";
  font-size: 3.6em;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sVWq2Hf8zz h6 {
  font-family: "Archivo Narrow";
  text-align: center;
  line-height: 2em;
  font-weight: 800;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sVWq2Hf8zz hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
}
.cid-sVWq2Hf8zz .underlined-example:hover {
  color: #000;
}
.cid-sVWq2Hf8zz .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVWq2Hf8zz .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWFt5hfPHE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWFt5hfPHE .link a {
  background-image: none !important;
}
.cid-sWFt5hfPHE img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sWFt5hfPHE h4 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWFt5hfPHE .item-wrapper {
  margin-bottom: 6px;
}
.cid-sWFt5hfPHE .date {
  margin-bottom: 6px;
}
.cid-sWFt5hfPHE .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #017268;
  text-align: center;
}
.cid-sWFt5hfPHE .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sWFt5hfPHE a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sWFt5hfPHE rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sWFt5hfPHE .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sWFt5hfPHE svg {
  margin-left: 15px;
}
.cid-sWFt5hfPHE path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sWFt5hfPHE .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sWFt5hfPHE .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sWFt5hfPHE .row {
  justify-content: center;
}
.cid-sWFRrKABtT {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sWFRrKABtT .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWFRrKABtT .underlined-example:hover {
  color: #000;
}
.cid-sWFRrKABtT .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWFRrKABtT .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWFRrKABtT h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWFRrKABtT H6 {
  color: #e3000f;
}
.cid-sWFxQkeaqw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sWFxQkeaqw .mbr-section-subtitle {
  color: #767676;
}
.cid-sWFxQkeaqw h2 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWFxQkeaqw H2 {
  color: #017268;
}
.cid-sWFvuge8i3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWFvuge8i3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWFvuge8i3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWFvuge8i3 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWFvuge8i3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWFvuge8i3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWFvuge8i3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWFvuge8i3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWFvuge8i3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sWFvuge8i3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sWFvuge8i3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sWECwKmAvu {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sWECwKmAvu .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWECwKmAvu .underlined-example:hover {
  color: #000;
}
.cid-sWECwKmAvu .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWECwKmAvu .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWECwKmAvu h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWECwKmAvu H6 {
  color: #e3000f;
}
.cid-sWFDn4hBan {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sWFDn4hBan .mbr-section-subtitle {
  color: #767676;
}
.cid-sWFDn4hBan h2 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWFDlBoqI0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWFDlBoqI0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWFDlBoqI0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWFDlBoqI0 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWFDlBoqI0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWFDlBoqI0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWFDlBoqI0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWFDlBoqI0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWFDlBoqI0 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sWFDlBoqI0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sWFDlBoqI0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sWFIPGI2PG {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sWFIPGI2PG .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWFIPGI2PG .underlined-example:hover {
  color: #000;
}
.cid-sWFIPGI2PG .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWFIPGI2PG .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWFIPGI2PG h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWFIPGI2PG H6 {
  color: #e3000f;
}
.cid-sWFIIs48ao {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sWFIIs48ao .mbr-section-subtitle {
  color: #767676;
}
.cid-sWFIIs48ao h2 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWFIK39m1y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWFIK39m1y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWFIK39m1y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWFIK39m1y img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWFIK39m1y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWFIK39m1y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWFIK39m1y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWFIK39m1y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWFIK39m1y .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sWFIK39m1y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sWFIK39m1y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sWFIQNTZBA {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sWFIQNTZBA .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWFIQNTZBA .underlined-example:hover {
  color: #000;
}
.cid-sWFIQNTZBA .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWFIQNTZBA .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWFIQNTZBA h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWFIQNTZBA H6 {
  color: #e3000f;
}
.cid-sWQtP8U8i5 {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sWQtP8U8i5 .video-wrapper iframe {
  width: 100%;
}
.cid-sWQtP8U8i5 .mbr-section-title,
.cid-sWQtP8U8i5 .mbr-section-subtitle,
.cid-sWQtP8U8i5 .mbr-text {
  text-align: center;
}
.cid-sWQtP8U8i5 .mbr-section-title {
  color: #017268;
}
.cid-sWQtP8U8i5 .video {
  padding-top: 1rem;
}
.cid-sWQtP8U8i5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sWEylE2Ajc {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sWEylE2Ajc .row {
  flex-direction: row-reverse;
}
.cid-sWEylE2Ajc .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sWEylE2Ajc .mbr-media {
  position: relative;
}
.cid-sWEylE2Ajc .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sWEylE2Ajc .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sWEylE2Ajc .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sWEylE2Ajc .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sWEylE2Ajc .card-title {
  padding: 0;
  margin: 0;
}
.cid-sWEylE2Ajc .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sWEylE2Ajc .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sWEylE2Ajc .card-wrapper {
    width: fit-content;
  }
}
.cid-sWEylE2Ajc H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sWEylE2Ajc .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sWEylE2Ajc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWEylE2Ajc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sWEylE2Ajc .card-title,
.cid-sWEylE2Ajc .card-icon {
  color: #5b6c8f;
}
.cid-sWEylE2Ajc .mbr-section-title {
  color: #017268;
}
.cid-sWEylE2Ajc .mbr-text,
.cid-sWEylE2Ajc .mbr-section-btn {
  color: #232323;
}
.cid-sWEylE2Ajc .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sWEylE2Ajc .mbr-section-btn .btn-secondary-outline:hover,
.cid-sWEylE2Ajc .mbr-section-btn .btn-secondary-outline .active,
.cid-sWEylE2Ajc .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sWEylE2Ajc .price-title {
  text-align: center;
  color: #103178;
}
.cid-sWEylE2Ajc .price {
  text-align: center;
  color: #103178;
}
.cid-sWEylE2Ajc .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sWEylE2Ajc .mbr-media a:hover {
  background-image: none!important;
}
.cid-sWEylE2Ajc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.95);
  width: 100%;
  height: 100%;
}
.cid-sWEylE2Ajc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sWEylE2Ajc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sWEylE2Ajc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sWEylE2Ajc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVZwNjCajd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sVZwNjCajd img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sVZwNjCajd h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sVZwNjCajd .right {
  display: flex;
  flex-direction: column;
}
.cid-sVZwNjCajd .card-heading {
  padding-bottom: 10px;
  color: #003300;
  text-align: center;
}
.cid-sVZwNjCajd .p {
  padding-bottom: 5px;
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sVZwNjCajd .last-p {
  padding-bottom: 0;
}
.cid-sVZwNjCajd .row {
  justify-content: center;
}
.cid-sVZwNjCajd p:first-of-type:first-letter {
  font-size: 400%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sVZwNjWWop {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sVZwNjWWop .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sVZwNjWWop h5 {
  color: #000);
  font-family: "Cinzel";
  font-size: 1.6em;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sVZwNjWWop hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
}
.cid-sVZwNjWWop .underlined-example:hover {
  color: #000;
}
.cid-sVZwNjWWop .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sVZwNjWWop .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sVZwNjWWop h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sW0nBl5suB {
  background-color: #232323;
}
.cid-sW0nBl5suB .item {
  padding-bottom: 2rem;
}
.cid-sW0nBl5suB img {
  border: 2px solid #fff;
}
.cid-sW0nBl5suB img,
.cid-sW0nBl5suB .item-wrapper {
  transition: all 0.7s;
}
.cid-sW0nBl5suB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sW0nBl5suB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sW0nBl5suB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sW0nBl5suB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sW0nBl5suB .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-sW0nBl5suB .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sW0nBl5suB .close::before {
  content: "\e91a";
}
.cid-sW0nBl5suB .close:hover {
  color: #fff;
}
.cid-sW0nBl5suB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sW0nBl5suB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sW0nBl5suB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sW0nBl5suB .carousel-control-next span {
  margin-left: 5px;
}
.cid-sW0nBl5suB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-sW0nBl5suB .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-sW0nBl5suB .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-sW0nBl5suB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-sW0nBl5suB .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-sW0nBl5suB .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-sW0nBl5suB .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-sW0nBl5suB .carousel-item img {
    width: 100%;
  }
}
.cid-sW0nBl5suB .carousel-inner > .active {
  display: block;
}
.cid-sW0nBl5suB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sW0nBl5suB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sW0nBl5suB .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-sW0nBl5suB .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-sW0nBl5suB .carousel-control,
  .cid-sW0nBl5suB .carousel-indicators {
    position: fixed;
  }
}
.cid-sW0nBl5suB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sW0nBl5suB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sW0nBl5suB .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-sW0nBl5suB .modal-content {
    width: 70%;
  }
}
.cid-sW0nBl5suB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sW0nBl5suB .carousel {
  width: 100%;
}
.cid-sW0nBl5suB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sW0nBl5suB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sW0nBl5suB .modal.fade .modal-dialog,
.cid-sW0nBl5suB .modal.in .modal-dialog {
  transform: none;
}
.cid-sW0nBl5suB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sW0nBl5suB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sW0nBl5suB .soc-item {
  font-family: "Montserrat";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sW0nBl5suB .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sW0nBl5suB .soc-item::before,
.cid-sW0nBl5suB .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sW0nBl5suB .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sW0nBl5suB .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sW0nBl5suB .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sW0nBl5suB .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sW0nBl5suB .mbr-section-subtitle {
  font-family: "Montserrat";
  color: #c0bcb7;
  margin-bottom: 77px;
}
.cid-sW0nBl5suB .mbr-text {
  font-family: "Montserrat";
  text-align: center;
  color: #ffffff;
}
.cid-sW0nBl5suB .text {
  color: #ddc499;
}
.cid-sW0nBl5suB .one {
  color: #c0bcb7;
  font-family: "Montserrat";
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-sW0nBl5suB .right {
    padding-right: 32px;
  }
  .cid-sW0nBl5suB .left {
    padding-left: 32px;
  }
}
.cid-sW0nBl5suB .mbr-section-title {
  color: #ffff00;
}
.cid-sW0nBl5suB .mbr-text .text {
  text-align: left;
}
.cid-sW0X3jQtmI {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-sW0X3jQtmI .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sW0X3jQtmI .item-img {
  aspect-ratio: 1;
}
.cid-sW0X3jQtmI .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sW0X3jQtmI .item:focus,
.cid-sW0X3jQtmI span:focus {
  outline: none;
}
.cid-sW0X3jQtmI .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sW0X3jQtmI .mbr-section-title {
  color: #ffffff;
}
.cid-sW0X3jQtmI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sW7gcds2pE {
  background-image: url("../../../assets/images/dsc04284-600x400.jpg");
}
.cid-sW7gcds2pE img {
  width: 60%;
  border-radius: 50%;
  margin-left: 20%;
  -webkit-box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.69);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.69);
  border: 2px solid #000;
}
.cid-sW7gcds2pE p {
  margin-top: 6rem;
}
.cid-sW7gcds2pE .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 -2rem;
}
.cid-sW7gcds2pE .content-wrapper {
  padding-top: 6rem;
}
.cid-sW7gcds2pE h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sW7gcds2pE .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sW7gcds2pE p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sW7gcds2pE .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sW7gcds2pE p {
    margin-top: 4rem;
  }
}
.cid-sW7gcds2pE .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-sW7gcds2pE .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sW7gcds2pE .content-wrapper {
    padding-right: 3rem;
  }
  .cid-sW7gcds2pE h4 {
    right: 2rem;
  }
}
.cid-sW7gcds2pE .mbr-text,
.cid-sW7gcds2pE .mbr-section-btn {
  color: #ffffff;
  text-shadow: 3px 3px 6px #000000;
}
.cid-sW7gcds2pE H1 {
  color: #ffff00;
  text-shadow: 3px 3px 6px #000000;
  font-size: 6em;
}
.cid-sW7gcds2pE H3 {
  color: #ffffff;
  text-shadow: 1px 1px 6px #000000;
}
.cid-sW1dMViaAx {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-sW1dMViaAx img {
  border: 2px solid #fff;
  border-radius: 20px;
}
.cid-sW1dMViaAx .mbr-section-head,
.cid-sW1dMViaAx .gallery_item {
  margin-bottom: 6rem;
}
.cid-sW1dMViaAx .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-sW1dMViaAx .mbr-section-title {
  line-height: .95;
}
.cid-sW1dMViaAx .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-sW1dMViaAx .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 80%;
  width: 66%;
}
.cid-sW1dMViaAx .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-sW1dMViaAx .item-img,
.cid-sW1dMViaAx img {
  max-width: 100%;
  object-fit: cover;
}
.cid-sW1dMViaAx .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-sW1dMViaAx .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-sW1dMViaAx .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-sW1dMViaAx .item-title {
  text-align: center;
  flex: 1 1 0;
  color: #ffffff;
}
.cid-sW1dMViaAx .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 991px) {
  .cid-sW1dMViaAx .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-sW1dMViaAx .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sW1dMViaAx .mbr-section-head,
  .cid-sW1dMViaAx .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-sW1dMViaAx .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-sW1dMViaAx .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-sWhZsLZ3SM {
  background-image: url("../../../assets/images/0back-1920x1080.jpg");
}
.cid-sWhZsLZ3SM img {
  width: 60%;
  border-radius: 50%;
  margin-left: 20%;
  -webkit-box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.69);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.69);
  border: 2px solid #000;
}
.cid-sWhZsLZ3SM p {
  margin-top: 6rem;
}
.cid-sWhZsLZ3SM .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 -2rem;
}
.cid-sWhZsLZ3SM h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 6rem;
  transform: rotate(270deg);
  transform-origin: bottom left;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sWhZsLZ3SM .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sWhZsLZ3SM p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sWhZsLZ3SM .content-wrapper {
    padding: 0 3rem;
    padding-bottom: 4rem;
  }
  .cid-sWhZsLZ3SM p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sWhZsLZ3SM .content-wrapper {
    padding: 0rem;
    padding-bottom: 4rem;
  }
  .cid-sWhZsLZ3SM h4 {
    left: 2rem;
  }
}
.cid-sWhZsLZ3SM .mbr-text,
.cid-sWhZsLZ3SM .mbr-section-btn {
  color: #ffffff;
  text-shadow: 3px 3px 6px #000000;
}
.cid-sWhZsLZ3SM H1 {
  color: #ffff00;
  text-shadow: 3px 3px 6px #000000;
  font-size: 6em;
}
.cid-sWhZsLZ3SM H3 {
  color: #ffffff;
  text-shadow: 1px 1px 6px #000000;
}
.cid-sWi25vsrh4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sWi25vsrh4 .video-wrapper iframe {
  width: 100%;
}
.cid-sWi25vsrh4 .mbr-section-title {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 80px;
  color: #ffffff;
}
.cid-sWi25vsrh4 .container {
  max-width: 1100px;
}
.cid-sWia8lO8mA {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sWia8lO8mA .underlined-example {
  position: relative;
  text-decoration: none;
  color: #ff3366;
  font-size: 1em;
  display: inline-block;
}
.cid-sWia8lO8mA img {
  border: 2px solid #FFF;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 0px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sWia8lO8mA img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sWia8lO8mA img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sWia8lO8mA .underlined-example:hover {
  color: #000;
}
.cid-sWia8lO8mA .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWia8lO8mA .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWia8lO8mA h2 {
  text-shadow: 2px 2px 6px #b8b8b8;
  color: #ff3366;
}
.cid-sWia8lO8mA .row {
  background: #efefef;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sWia8lO8mA .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sWia8lO8mA .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sWia8lO8mA .card {
    padding: 2rem 0rem;
  }
}
.cid-sWia8lO8mA .mbr-text,
.cid-sWia8lO8mA .mbr-section-btn {
  color: #777777;
}
.cid-sWia8lO8mA .mbr-section-subtitle {
  color: #017268;
}
.cid-sWia8lO8mA .mbr-section-title {
  color: #777777;
}
.cid-sWijfjv3AO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-sWijfjv3AO h2,
.cid-sWijfjv3AO h3,
.cid-sWijfjv3AO h4,
.cid-sWijfjv3AO h5 {
  margin: 0;
}
.cid-sWijfjv3AO .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sWijfjv3AO .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sWijfjv3AO .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sWijfjv3AO .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sWijfjv3AO .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sWijfjv3AO .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sWijfjv3AO .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sWijfjv3AO .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sWijfjv3AO .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sWijfjv3AO .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sWijfjv3AO .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sWijfjv3AO .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sWijfjv3AO .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 2px solid #FFF;
  -webkit-border-radius: 40px 40px 0px 0px;
  -moz-border-radius: 40px 40px 0px 0px;
  border-radius: 40px 40px 0px 0px;
}
.cid-sWijfjv3AO .mbr-card-title {
  color: #ffffff;
  margin-top: 13px;
  margin-bottom: 4px;
  text-align: center;
}
.cid-sWijfjv3AO .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-sWijfjv3AO .item-caption {
  padding: 16px 0 8px;
  background: transparent;
  background: #a6a6a6;
  padding-left: 16px;
}
.cid-sW1rRK7hzz {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #efefef;
}
.cid-sW1rRK7hzz .underlined {
  position: relative;
  text-decoration: none;
  font-size: 20px;
  font-family: "Archivo Narrow";
  display: inline-block;
  float: right;
  padding-top: 2rem;
}
.cid-sW1rRK7hzz .underlined-example:hover {
  color: #000;
  font-family: Archivo Narrow;
}
.cid-sW1rRK7hzz .underlined-example:before {
  content: "";
  font-family: "Archivo Narrow";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: red;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sW1rRK7hzz .underlined-example:hover:before {
  visibility: visible;
  font-family: "Archivo Narrow";
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sW1rRK7hzz h3 {
  font-size: 600%;
  text-shadow: 6px 6px 12px #000000;
}
.cid-sW1rRK7hzz .section-head {
  margin-bottom: 2rem;
}
.cid-sW1rRK7hzz .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-sW1rRK7hzz .mbr-section-subtitle {
  text-align: center;
  color: #003300;
}
@media (max-width: 991px) {
  .cid-sW1rRK7hzz .row {
    text-align: center;
  }
}
.cid-sW1rRK7hzz .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sW1rRK7hzz .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sW1rRK7hzz .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sW1rRK7hzz .wave-container .wave svg path {
  fill: #003300;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sW1rRK7hzz .mbr-text {
  color: #003300;
  text-align: center;
}
.cid-sW1p23uwUX {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #003300;
}
.cid-sW1p23uwUX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sW1p23uwUX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sW1p23uwUX .row .img-item img {
  width: 90%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sW1p23uwUX P {
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sW1p23uwUX img {
  margin-top: 15px;
  border: 2px solid #fff;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  border-radius: 39px;
}
.cid-sW1p23uwUX img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-sW1p23uwUX .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sW1p23uwUX .top,
  .cid-sW1p23uwUX .top-2 {
    margin-top: 0;
  }
}
.cid-sW1uUdaMG7 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #003300;
}
.cid-sW1uUdaMG7 .border__block {
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #ebeaed;
  position: relative;
  width: 100%;
}
.cid-sW1uUdaMG7 .image img {
  position: absolute;
  border: 2px solid #fff;
  width: 350px;
  border-radius: 0 10px 10px 0;
  top: -2px;
  right: -2px;
  bottom: -2px;
  object-fit: cover;
  height: 110%;
}
.cid-sW1uUdaMG7 .image2 {
  border-radius: 10px;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 109%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../../../assets/images/dsc4222hz-476x745.jpg");
}
.cid-sW1uUdaMG7 .block__inner {
  position: relative;
  padding: 50px 50px 60px;
  height: 100%;
  margin-right: 320px;
}
.cid-sW1uUdaMG7 .mbr-section-title,
.cid-sW1uUdaMG7 .mbr-section-title2 {
  margin-bottom: 60px;
}
.cid-sW1uUdaMG7 .mbr-section-subtitle,
.cid-sW1uUdaMG7 .mbr-section-subtitle2 {
  color: #919dab;
}
.cid-sW1uUdaMG7 .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-sW1uUdaMG7 .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sW1uUdaMG7 .block__product {
  margin: 15px 0;
  position: relative;
}
.cid-sW1uUdaMG7 .block__product .block__inner {
  margin-right: 0;
}
.cid-sW1uUdaMG7 .block__product .border__block {
  margin: 0;
  border: none;
}
@media (max-width: 1200px) {
  .cid-sW1uUdaMG7 .image img {
    width: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .cid-sW1uUdaMG7 .block__inner {
    padding: 50px;
    height: 100%;
    margin-right: 0;
  }
  .cid-sW1uUdaMG7 .border__block {
    border: none;
  }
  .cid-sW1uUdaMG7 .mbr-section-title,
  .cid-sW1uUdaMG7 .mbr-section-title2,
  .cid-sW1uUdaMG7 .mbr-section-subtitle,
  .cid-sW1uUdaMG7 .mbr-section-subtitle2 {
    color: #efefef !important;
  }
}
@media (max-width: 991px) {
  .cid-sW1uUdaMG7 .block__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-sW1uUdaMG7 .border__block {
    text-align: center;
  }
  .cid-sW1uUdaMG7 .block__inner {
    padding: 40px 20px;
  }
}
.cid-sW1uUdaMG7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sW1uUdaMG7 .mbr-section-title,
.cid-sW1uUdaMG7 .btn__block1 {
  color: #ffffff;
}
.cid-sW6J4KBdgo {
  padding-top: 15px;
  padding-bottom: 135px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #003300;
}
.cid-sW6J4KBdgo img {
  border: 2px solid #fff;
}
.cid-sW6J4KBdgo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sW6J4KBdgo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sW6J4KBdgo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sW6J4KBdgo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sW6J4KBdgo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #003300);
}
.cid-sW6J4KBdgo .icon-focus {
  display: none;
}
.cid-sW6J4KBdgo .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sW6J4KBdgo ul {
  font-size: 0;
}
.cid-sW6J4KBdgo .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sW6J4KBdgo .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sW6J4KBdgo .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003300, #e3000f);
}
.cid-sW6J4KBdgo .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sW6J4KBdgo .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sW6J4KBdgo .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sW6J4KBdgo .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sW6J4KBdgo .btn:hover {
  background: transparent !important;
}
.cid-sW6J4KBdgo .btn:hover:before {
  background: transparent !important;
}
.cid-sW6J4KBdgo .btn:before {
  background-color: transparent !important;
}
.cid-sW6J4KBdgo .btn:focus {
  box-shadow: none;
}
.cid-sW6J4KBdgo .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sW6PohpxRm {
  background-color: #003300;
}
.cid-sW6PohpxRm p:first-of-type:first-letter {
  font-size: 600%;
  color: #ffff00;
  line-height: 1;
  float: left;
  padding-right: 0.3em;
  text-shadow: 3px 3px 6px #000;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sW6PohpxRm .row {
  flex-direction: row-reverse;
}
.cid-sW6PohpxRm .top {
  z-index: 5;
}
.cid-sW6PohpxRm .img-col {
  position: relative;
}
.cid-sW6PohpxRm .img1 {
  position: absolute;
  max-width: 80%;
  top: -5rem;
  right: 1rem;
}
.cid-sW6PohpxRm img1 {
  border-radius: 37px 0px 0px 0px;
}
.cid-sW6PohpxRm .img2 {
  max-width: 120%;
  padding-top: 15rem;
}
@media (max-width: 767px) {
  .cid-sW6PohpxRm .img2 {
    padding-top: 8rem;
  }
}
.cid-sW6PohpxRm img {
  width: 100%;
  border: 2px solid #fff;
}
.cid-sW6PohpxRm .text-wrapper {
  z-index: 11;
}
.cid-sW6PohpxRm .wrapper {
  display: flex;
}
.cid-sW6PohpxRm .row {
  align-items: center;
}
.cid-sW6PohpxRm .animate__fadeInUp:before {
  background: #003300;
}
.cid-sW6PohpxRm .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #003300;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sW6PohpxRm .wrapper {
    flex-direction: column;
  }
  .cid-sW6PohpxRm .iconfont-wrapper {
    margin: auto;
  }
  .cid-sW6PohpxRm .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sW6PohpxRm .mbr-section-title {
  color: #ffffff;
}
.cid-sW6PohpxRm .mbr-text,
.cid-sW6PohpxRm .mbr-section-btn {
  color: #ffffff;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sWiUUpz91F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWiUUpz91F img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sWiUUpz91F h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sWiUUpz91F .right {
  display: flex;
  flex-direction: column;
}
.cid-sWiUUpz91F .card-heading {
  padding-bottom: 10px;
  color: #003300;
  text-align: center;
}
.cid-sWiUUpz91F .p {
  padding-bottom: 5px;
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sWiUUpz91F .last-p {
  padding-bottom: 0;
}
.cid-sWiUUpz91F .row {
  justify-content: center;
}
.cid-sWiUUpz91F p:first-of-type:first-letter {
  font-size: 700%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sWiUUpVijt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sWiUUpVijt .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWiUUpVijt h5 {
  color: #000);
  font-family: "Cinzel";
  font-size: 2em;
  text-align: center;
  line-height: 2em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWiUUpVijt hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
}
.cid-sWiUUpVijt .underlined-example:hover {
  color: #000;
}
.cid-sWiUUpVijt .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWiUUpVijt .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWiUUpVijt h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWoiE3tNyt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sWoiE3tNyt .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sWoiE3tNyt .container-fluid {
    padding: 0 3rem;
  }
}
.cid-sWoiE3tNyt .row {
  align-items: center;
}
.cid-sWoiE3tNyt img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 1px solid #000;
}
.cid-sWoiE3tNyt .col-lg-3 {
  height: 300px;
}
.cid-sWoiE3tNyt .col-lg-2 {
  height: 400px;
}
.cid-sWoiE3tNyt .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sWoiE3tNyt .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sWoiE3tNyt .col-12 {
    margin-bottom: 3rem;
  }
}
.cid-sWR8S7duLH {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sWR8S7duLH .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWR8S7duLH .underlined-example:hover {
  color: #000;
}
.cid-sWR8S7duLH .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWR8S7duLH .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWR8S7duLH h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWR8S7duLH H6 {
  color: #e3000f;
}
.cid-sWorPeQ54N {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-sWorPeQ54N .video-wrapper iframe {
  width: 100%;
}
.cid-sWorPeQ54N h2,
.cid-sWorPeQ54N h4 {
  margin: 0;
}
.cid-sWorPeQ54N .mbr-section-head {
  margin-bottom: 1.5rem;
}
.cid-sWorPeQ54N .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sWorPeQ54N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWoq5gb30C {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-sWoq5gb30C .video-wrapper iframe {
  width: 100%;
}
.cid-sWoq5gb30C h2,
.cid-sWoq5gb30C h4 {
  margin: 0;
}
.cid-sWoq5gb30C .mbr-section-head {
  margin-bottom: 1.5rem;
}
.cid-sWoq5gb30C .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sWoq5gb30C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWordlpTSi {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-sWordlpTSi .video-wrapper iframe {
  width: 100%;
}
.cid-sWordlpTSi h2,
.cid-sWordlpTSi h4 {
  margin: 0;
}
.cid-sWordlpTSi .mbr-section-head {
  margin-bottom: 1.5rem;
}
.cid-sWordlpTSi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sWordlpTSi .mbr-section-subtitle {
  color: #ffffff;
}
#custom-html-1cs {
  /* Type valid CSS here */
}
#custom-html-1cs div {
  background-color: #232323;
  height: 400px;
}
.cid-sWuuUEbbuG {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-sWuuUEbbuG .video-wrapper iframe {
  width: 100%;
}
.cid-sWuuUEbbuG h2,
.cid-sWuuUEbbuG h4 {
  margin: 0;
}
.cid-sWuuUEbbuG .mbr-section-head {
  margin-bottom: 1.5rem;
}
.cid-sWuuUEbbuG .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sWuuUEbbuG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWX65NLK7L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWX65NLK7L img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sWX65NLK7L h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sWX65NLK7L .right {
  display: flex;
  flex-direction: column;
}
.cid-sWX65NLK7L .card-heading {
  padding-bottom: 10px;
  color: #003300;
  text-align: center;
}
.cid-sWX65NLK7L .p {
  padding-bottom: 5px;
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sWX65NLK7L .last-p {
  padding-bottom: 0;
}
.cid-sWX65NLK7L .row {
  justify-content: center;
}
.cid-sWX65NLK7L p:first-of-type:first-letter {
  font-size: 400%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sWX65OgBqa {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sWX65OgBqa .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWX65OgBqa h5 {
  color: #000;
  font-family: "Cinzel";
  font-size: 3.6em;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX65OgBqa h6 {
  font-family: "Archivo Narrow";
  text-align: center;
  line-height: 2em;
  font-weight: 800;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX65OgBqa hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
  margin-bottom: 1em;
}
.cid-sWX65OgBqa .underlined-example:hover {
  color: #000;
}
.cid-sWX65OgBqa .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWX65OgBqa .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWX65Ovfj7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWX65Ovfj7 .link a {
  background-image: none !important;
}
.cid-sWX65Ovfj7 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sWX65Ovfj7 h4 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX65Ovfj7 .item-wrapper {
  margin-bottom: 6px;
}
.cid-sWX65Ovfj7 .date {
  margin-bottom: 6px;
}
.cid-sWX65Ovfj7 .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #017268;
  text-align: center;
}
.cid-sWX65Ovfj7 .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sWX65Ovfj7 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sWX65Ovfj7 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sWX65Ovfj7 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sWX65Ovfj7 svg {
  margin-left: 15px;
}
.cid-sWX65Ovfj7 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sWX65Ovfj7 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sWX65Ovfj7 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sWX65Ovfj7 .row {
  justify-content: center;
}
.cid-sWX65OQv6b {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sWX65OQv6b .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWX65OQv6b .underlined-example:hover {
  color: #000;
}
.cid-sWX65OQv6b .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWX65OQv6b .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWX65OQv6b h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWX65OQv6b H6 {
  color: #e3000f;
}
.cid-sWX65OZOM0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sWX65OZOM0 .mbr-section-subtitle {
  color: #000000;
}
.cid-sWX65OZOM0 h2 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX65OZOM0 H2 {
  color: #017268;
}
.cid-sWX65P97Zq {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWX65P97Zq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWX65P97Zq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWX65P97Zq h6 {
  color: #00ff00;
  font-family: Archivo Narrow;
  font-size: 1em;
  font-style: normal;
  line-height: 2em;
  font-weight: 400;
  text-align: center;
}
.cid-sWX65P97Zq img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWX65P97Zq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWX65P97Zq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWX65P97Zq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWX65P97Zq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWX65P97Zq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sWX65P97Zq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sWX65P97Zq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sWX65P97Zq H6 {
  color: #e3000f;
}
.cid-sX3n5bRUFX {
  background-color: #efefef;
}
@media (min-width: 1500px) {
  .cid-sX3n5bRUFX .container {
    max-width: 1400px;
  }
}
.cid-sX3n5bRUFX p:first-of-type:first-letter {
  font-size: 600%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sX3n5bRUFX img {
  width: 80%;
  height: auto;
  margin: auto;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sX3n5bRUFX .content {
  margin: auto;
}
.cid-sX3n5bRUFX .mbr-text,
.cid-sX3n5bRUFX .mbr-section-btn {
  color: #003300;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .cid-sX3n5bRUFX img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sX3n5bRUFX .img-col {
    padding-bottom: 2rem;
  }
}
.cid-sX3n5bRUFX .quote {
  color: #000000;
}
.cid-sX3n5bRUFX H3 {
  color: #003300;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.31);
}
.cid-sX3n5bRUFX H4 {
  color: #003300;
}
.cid-sWXEIfyju5 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
@media (max-width: 1199px) {
  .cid-sWXEIfyju5 .col-lg-4,
  .cid-sWXEIfyju5 .col-lg-8 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cid-sWXEIfyju5 .text-wrapper {
    text-align: center;
    margin-top: 50px;
  }
}
.cid-sWXEIfyju5 .mbr-section-title {
  margin-bottom: 2.3rem;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sWXEIfyju5 .mbr-section-title span {
  position: relative;
}
.cid-sWXEIfyju5 .mbr-section-title span svg {
  position: absolute;
  top: -30px;
  left: -33px;
  width: 63px;
  height: 60px;
  transform: rotate(275deg);
}
.cid-sWXEIfyju5 .mbr-section-title span svg path {
  fill: #5b686b;
}
.cid-sWXEIfyju5 .mbr-section-btn {
  margin-top: 83.4px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .cid-sWXEIfyju5 .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-sWXEIfyju5 .button-container {
  position: relative;
}
.cid-sWXEIfyju5 .button-container svg {
  position: absolute;
  top: -65px;
  left: -50px;
  width: 70px;
  height: 75px;
}
@media (max-width: 1199px) {
  .cid-sWXEIfyju5 .button-container svg {
    left: 300px;
  }
}
@media (max-width: 991px) {
  .cid-sWXEIfyju5 .button-container svg {
    left: 200px;
  }
}
@media (max-width: 767px) {
  .cid-sWXEIfyju5 .button-container svg {
    left: 100px;
  }
}
@media (max-width: 519px) {
  .cid-sWXEIfyju5 .button-container svg {
    left: 90px;
  }
}
@media (max-width: 460px) {
  .cid-sWXEIfyju5 .button-container svg {
    left: 60px;
  }
}
@media (max-width: 359px) {
  .cid-sWXEIfyju5 .button-container svg {
    left: 0;
  }
}
.cid-sWXEIfyju5 .button-container svg path {
  fill: #5f86be;
}
.cid-sWXEIfyju5 .image-container {
  height: 570px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-sWXEIfyju5 .image-container {
    margin-top: 50px;
    justify-content: center;
  }
}
@media (max-width: 359px) {
  .cid-sWXEIfyju5 .image-container {
    height: 490px;
  }
}
.cid-sWXEIfyju5 .image-inner-container {
  display: grid;
  grid-template-columns: 200px 300px 200px;
  grid-column-gap: 32px;
  margin-top: -150px;
}
@media (max-width: 1399px) {
  .cid-sWXEIfyju5 .image-inner-container {
    grid-column-gap: 14px;
  }
}
@media (max-width: 1199px) {
  .cid-sWXEIfyju5 .image-inner-container {
    grid-template-columns: 180px 280px 180px;
    grid-column-gap: 28px;
    margin-top: 0;
  }
}
.cid-sWXEIfyju5 .tile {
  width: 100%;
  margin-bottom: 16px;
}
.cid-sWXEIfyju5 .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sWXEIfyju5 .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.cid-sWXEIfyju5 .image-wrap img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWXEIfyju5 .image-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sWXEIfyju5 .col-aside {
  padding-top: 60px;
}
.cid-sWXEIfyju5 .col-aside .image-wrap {
  height: 230px;
}
.cid-sWXEIfyju5 .col-middle {
  padding-top: 100px;
  padding-top: 165px;
}
@media (max-width: 1199px) {
  .cid-sWXEIfyju5 .col-middle {
    padding-top: 50px;
  }
  .cid-sWXEIfyju5 .col-middle .tile:last-child {
    display: none;
  }
}
@media (max-width: 356px) {
  .cid-sWXEIfyju5 .col-middle {
    padding-top: 0;
  }
}
.cid-sWXEIfyju5 .col-middle .image-wrap {
  height: 170px;
}
.cid-sWXLMbjk2s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWXLMbjk2s .link a {
  background-image: none !important;
}
.cid-sWXLMbjk2s img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sWXLMbjk2s h4 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWXLMbjk2s .item-wrapper {
  margin-bottom: 6px;
}
.cid-sWXLMbjk2s .date {
  margin-bottom: 6px;
  text-align: center;
}
.cid-sWXLMbjk2s .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #017268;
  text-align: center;
}
.cid-sWXLMbjk2s .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sWXLMbjk2s a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sWXLMbjk2s rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sWXLMbjk2s .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sWXLMbjk2s svg {
  margin-left: 15px;
}
.cid-sWXLMbjk2s path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sWXLMbjk2s .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sWXLMbjk2s .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sWXLMbjk2s .row {
  justify-content: center;
}
.cid-sWXNAnOxUG {
  padding-top: 15px;
  padding-bottom: 75px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-sWXNAnOxUG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWXNAnOxUG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWXNAnOxUG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWXNAnOxUG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWXNAnOxUG img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWXNAnOxUG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #f9e2af);
}
.cid-sWXNAnOxUG .icon-focus {
  display: none;
}
.cid-sWXNAnOxUG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sWXNAnOxUG ul {
  font-size: 0;
}
.cid-sWXNAnOxUG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-sWXNAnOxUG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sWXNAnOxUG .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003300, #e3000f);
}
.cid-sWXNAnOxUG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sWXNAnOxUG .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sWXNAnOxUG .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sWXNAnOxUG .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sWXNAnOxUG .btn:hover {
  background: transparent !important;
}
.cid-sWXNAnOxUG .btn:hover:before {
  background: transparent !important;
}
.cid-sWXNAnOxUG .btn:before {
  background-color: transparent !important;
}
.cid-sWXNAnOxUG .btn:focus {
  box-shadow: none;
}
.cid-sWXNAnOxUG .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sX3fq8TjDT {
  background-color: #efefef;
}
.cid-sX3fq8TjDT p:first-of-type:first-letter {
  font-size: 600%;
  color: #e3000f;
  line-height: 1;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sX3fq8TjDT .top {
  z-index: 5;
}
.cid-sX3fq8TjDT .img-col {
  position: relative;
}
.cid-sX3fq8TjDT .img1 {
  position: relative;
  max-width: 100%;
  bottom: -2rem;
  right: -5rem;
}
.cid-sX3fq8TjDT .img2 {
  max-width: 120%;
  padding-bottom: -5rem;
}
@media (max-width: 767px) {
  .cid-sX3fq8TjDT .img2 {
    padding-bottom: 3rem;
  }
}
.cid-sX3fq8TjDT img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sX3fq8TjDT .text-wrapper {
  z-index: 11;
}
.cid-sX3fq8TjDT .wrapper {
  display: flex;
}
.cid-sX3fq8TjDT .row {
  align-items: center;
}
.cid-sX3fq8TjDT .animate__fadeInUp:before {
  background: #efefef;
}
.cid-sX3fq8TjDT .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #003300;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sX3fq8TjDT .wrapper {
    flex-direction: column;
  }
  .cid-sX3fq8TjDT .iconfont-wrapper {
    margin: auto;
  }
  .cid-sX3fq8TjDT .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sX3fq8TjDT .mbr-section-title {
  color: #161734;
}
.cid-sX3fq8TjDT .mbr-text,
.cid-sX3fq8TjDT .mbr-section-btn {
  color: #161734;
}
.cid-sX3ySSkePF {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-sX3ySSkePF .card-img {
  background-color: #fff;
}
.cid-sX3ySSkePF .card {
  align-self: stretch;
}
.cid-sX3ySSkePF .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sX3ySSkePF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sX3ySSkePF p {
  text-align: left;
}
.cid-sX3ySSkePF .mbr-text {
  color: #767676;
}
.cid-sX3ySSkePF .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sX3ySSkePF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sX3ySSkePF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sX3ySSkePF .card-title {
  text-align: center;
}
.cid-sWX6OhwAiY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWX6OhwAiY img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sWX6OhwAiY h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sWX6OhwAiY .right {
  display: flex;
  flex-direction: column;
}
.cid-sWX6OhwAiY .card-heading {
  padding-bottom: 10px;
  color: #003300;
  text-align: center;
}
.cid-sWX6OhwAiY .p {
  padding-bottom: 5px;
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sWX6OhwAiY .last-p {
  padding-bottom: 0;
}
.cid-sWX6OhwAiY .row {
  justify-content: center;
}
.cid-sWX6OhwAiY p:first-of-type:first-letter {
  font-size: 400%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sWX6Oi5WXB {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sWX6Oi5WXB .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWX6Oi5WXB h5 {
  color: #000;
  font-family: "Cinzel";
  font-size: 3.6em;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX6Oi5WXB h6 {
  font-family: "Archivo Narrow";
  text-align: center;
  line-height: 2em;
  font-weight: 800;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX6Oi5WXB hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
  margin-bottom: 1em;
}
.cid-sWX6Oi5WXB .underlined-example:hover {
  color: #000;
}
.cid-sWX6Oi5WXB .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWX6Oi5WXB .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWX6Oih07x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWX6Oih07x .link a {
  background-image: none !important;
}
.cid-sWX6Oih07x img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sWX6Oih07x h4 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX6Oih07x .item-wrapper {
  margin-bottom: 6px;
}
.cid-sWX6Oih07x .date {
  margin-bottom: 6px;
}
.cid-sWX6Oih07x .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #017268;
  text-align: center;
}
.cid-sWX6Oih07x .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sWX6Oih07x a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sWX6Oih07x rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sWX6Oih07x .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sWX6Oih07x svg {
  margin-left: 15px;
}
.cid-sWX6Oih07x path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sWX6Oih07x .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sWX6Oih07x .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sWX6Oih07x .row {
  justify-content: center;
}
.cid-sWX6OiZYaU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWX6OiZYaU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWX6OiZYaU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWX6OiZYaU img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWX6OiZYaU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWX6OiZYaU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWX6OiZYaU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWX6OiZYaU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWX6OiZYaU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sWX6OiZYaU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sWX6OiZYaU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sWX6OjnYhE {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sWX6OjnYhE .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWX6OjnYhE .underlined-example:hover {
  color: #000;
}
.cid-sWX6OjnYhE .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWX6OjnYhE .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWX6OjnYhE h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWX6OjnYhE H6 {
  color: #e3000f;
}
.cid-sX9dcBv4jd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sX9dcBv4jd .section-text {
  padding: 2rem 0;
}
.cid-sX9dcBv4jd .inner-container {
  margin: 0 auto;
}
.cid-sX9dcBv4jd h2 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
  line-height: 1em;
}
@media (max-width: 768px) {
  .cid-sX9dcBv4jd .inner-container {
    width: 100% !important;
  }
}
.cid-sX9dcBv4jd h3 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  -moz-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  column-rule: 1px solid rgba(28, 110, 164, 0.35);
  font-weight: 400;
  line-height: 1.4;
}
.cid-sX9dcBv4jd .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sX9dcBv4jd h3:first-of-type:first-letter {
  font-size: 600%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .225em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sWX6OjJA8j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWX6OjJA8j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWX6OjJA8j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWX6OjJA8j img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWX6OjJA8j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWX6OjJA8j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWX6OjJA8j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWX6OjJA8j .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWX6OjJA8j .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sWX6OjJA8j .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sWX6OjJA8j .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sX9bUggGZ8 {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sX9bUggGZ8 .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sX9bUggGZ8 .underlined-example:hover {
  color: #000;
}
.cid-sX9bUggGZ8 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sX9bUggGZ8 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sX9bUggGZ8 h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sX9bUggGZ8 H6 {
  color: #e3000f;
}
.cid-sWX6Ol0O4d {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sWX6Ol0O4d .video-wrapper iframe {
  width: 100%;
}
.cid-sWX6Ol0O4d .mbr-section-title,
.cid-sWX6Ol0O4d .mbr-section-subtitle,
.cid-sWX6Ol0O4d .mbr-text {
  text-align: center;
}
.cid-sWX6Ol0O4d .mbr-section-title {
  color: #017268;
}
.cid-sWX6Ol0O4d .video {
  padding-top: 1rem;
}
.cid-sWX6Ol0O4d .mbr-section-subtitle {
  color: #767676;
}
.cid-sWX6OlhHQC {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sWX6OlhHQC .row {
  flex-direction: row-reverse;
}
.cid-sWX6OlhHQC .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sWX6OlhHQC .mbr-media {
  position: relative;
}
.cid-sWX6OlhHQC .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sWX6OlhHQC .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sWX6OlhHQC .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sWX6OlhHQC .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sWX6OlhHQC .card-title {
  padding: 0;
  margin: 0;
}
.cid-sWX6OlhHQC .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sWX6OlhHQC .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sWX6OlhHQC .card-wrapper {
    width: fit-content;
  }
}
.cid-sWX6OlhHQC H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sWX6OlhHQC .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sWX6OlhHQC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWX6OlhHQC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sWX6OlhHQC .card-title,
.cid-sWX6OlhHQC .card-icon {
  color: #5b6c8f;
}
.cid-sWX6OlhHQC .mbr-section-title {
  color: #017268;
}
.cid-sWX6OlhHQC .mbr-text,
.cid-sWX6OlhHQC .mbr-section-btn {
  color: #232323;
}
.cid-sWX6OlhHQC .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sWX6OlhHQC .mbr-section-btn .btn-secondary-outline:hover,
.cid-sWX6OlhHQC .mbr-section-btn .btn-secondary-outline .active,
.cid-sWX6OlhHQC .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sWX6OlhHQC .price-title {
  text-align: center;
  color: #103178;
}
.cid-sWX6OlhHQC .price {
  text-align: center;
  color: #103178;
}
.cid-sWX6OlhHQC .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sWX6OlhHQC .mbr-media a:hover {
  background-image: none!important;
}
.cid-sWX6OlhHQC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.95);
  width: 100%;
  height: 100%;
}
.cid-sWX6OlhHQC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sWX6OlhHQC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sWX6OlhHQC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sWX6OlhHQC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sX9bWjasMQ {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sX9bWjasMQ .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sX9bWjasMQ .underlined-example:hover {
  color: #000;
}
.cid-sX9bWjasMQ .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sX9bWjasMQ .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sX9bWjasMQ h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sX9bWjasMQ H6 {
  color: #e3000f;
}
.cid-sWX6tsqtyb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWX6tsqtyb img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sWX6tsqtyb h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sWX6tsqtyb .right {
  display: flex;
  flex-direction: column;
}
.cid-sWX6tsqtyb .card-heading {
  padding-bottom: 10px;
  color: #003300;
  text-align: center;
}
.cid-sWX6tsqtyb .p {
  padding-bottom: 5px;
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sWX6tsqtyb .last-p {
  padding-bottom: 0;
}
.cid-sWX6tsqtyb .row {
  justify-content: center;
}
.cid-sWX6tsqtyb p:first-of-type:first-letter {
  font-size: 400%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .095em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sWX6tsXEHk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sWX6tsXEHk .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWX6tsXEHk h5 {
  color: #000;
  font-family: "Cinzel";
  font-size: 3.6em;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX6tsXEHk h6 {
  font-family: "Archivo Narrow";
  text-align: center;
  line-height: 2em;
  font-weight: 800;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX6tsXEHk hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
}
.cid-sWX6tsXEHk .underlined-example:hover {
  color: #000;
}
.cid-sWX6tsXEHk .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWX6tsXEHk .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWX6tt9Rtq {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sWX6tt9Rtq .link a {
  background-image: none !important;
}
.cid-sWX6tt9Rtq img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sWX6tt9Rtq h4 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX6tt9Rtq .item-wrapper {
  margin-bottom: 6px;
}
.cid-sWX6tt9Rtq .date {
  margin-bottom: 6px;
  text-align: center;
}
.cid-sWX6tt9Rtq .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #017268;
  text-align: center;
}
.cid-sWX6tt9Rtq .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sWX6tt9Rtq a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sWX6tt9Rtq rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sWX6tt9Rtq .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sWX6tt9Rtq svg {
  margin-left: 15px;
}
.cid-sWX6tt9Rtq path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sWX6tt9Rtq .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sWX6tt9Rtq .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sWX6tt9Rtq .row {
  justify-content: center;
}
.cid-sWX6Cm24dN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWX6Cm24dN img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sWX6Cm24dN h4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sWX6Cm24dN .right {
  display: flex;
  flex-direction: column;
}
.cid-sWX6Cm24dN .card-heading {
  padding-bottom: 10px;
  color: #003300;
  text-align: center;
}
.cid-sWX6Cm24dN .p {
  padding-bottom: 5px;
  color: #000000;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sWX6Cm24dN .last-p {
  padding-bottom: 0;
}
.cid-sWX6Cm24dN .row {
  justify-content: center;
}
.cid-sWX6Cm24dN p:first-of-type:first-letter {
  font-size: 400%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sWX6CmrOeu {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sWX6CmrOeu .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWX6CmrOeu h5 {
  color: #000;
  font-family: "Cinzel";
  font-size: 3.6em;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX6CmrOeu h6 {
  font-family: "Archivo Narrow";
  text-align: center;
  line-height: 2em;
  font-weight: 800;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX6CmrOeu hr {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  color: #003300;
  background: #003300;
}
.cid-sWX6CmrOeu .underlined-example:hover {
  color: #000;
}
.cid-sWX6CmrOeu .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWX6CmrOeu .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWX6CmCO37 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sWX6CmCO37 .link a {
  background-image: none !important;
}
.cid-sWX6CmCO37 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  margin-bottom: 40px;
}
.cid-sWX6CmCO37 h4 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX6CmCO37 .item-wrapper {
  margin-bottom: 6px;
}
.cid-sWX6CmCO37 .date {
  margin-bottom: 6px;
}
.cid-sWX6CmCO37 .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #017268;
  text-align: center;
}
.cid-sWX6CmCO37 .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sWX6CmCO37 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sWX6CmCO37 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sWX6CmCO37 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sWX6CmCO37 svg {
  margin-left: 15px;
}
.cid-sWX6CmCO37 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sWX6CmCO37 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sWX6CmCO37 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sWX6CmCO37 .row {
  justify-content: center;
}
.cid-sWX6Cn1Szz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sWX6Cn1Szz .mbr-section-subtitle {
  color: #767676;
}
.cid-sWX6Cn1Szz h2 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX6Cn1Szz H2 {
  color: #017268;
}
.cid-sWX6Cnd44y {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWX6Cnd44y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWX6Cnd44y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWX6Cnd44y img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWX6Cnd44y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWX6Cnd44y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWX6Cnd44y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWX6Cnd44y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWX6Cnd44y .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sWX6Cnd44y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sWX6Cnd44y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sWX6CnAvGF {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sWX6CnAvGF .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWX6CnAvGF .underlined-example:hover {
  color: #000;
}
.cid-sWX6CnAvGF .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWX6CnAvGF .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWX6CnAvGF h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWX6CnAvGF H6 {
  color: #e3000f;
}
.cid-sWX6CnKkpo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sWX6CnKkpo .mbr-section-subtitle {
  color: #767676;
}
.cid-sWX6CnKkpo h2 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sWX6CnUV2V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWX6CnUV2V .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWX6CnUV2V .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWX6CnUV2V img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sWX6CnUV2V .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWX6CnUV2V .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWX6CnUV2V .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWX6CnUV2V .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWX6CnUV2V .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sWX6CnUV2V .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sWX6CnUV2V .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sWX6CofPY1 {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #efefef;
}
.cid-sWX6CofPY1 .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sWX6CofPY1 .underlined-example:hover {
  color: #000;
}
.cid-sWX6CofPY1 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sWX6CofPY1 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sWX6CofPY1 h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sWX6CofPY1 H6 {
  color: #e3000f;
}
.cid-sWX6CpjFTA {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sWX6CpjFTA .video-wrapper iframe {
  width: 100%;
}
.cid-sWX6CpjFTA .mbr-section-title,
.cid-sWX6CpjFTA .mbr-section-subtitle,
.cid-sWX6CpjFTA .mbr-text {
  text-align: center;
}
.cid-sWX6CpjFTA .mbr-section-title {
  color: #017268;
}
.cid-sWX6CpjFTA .video {
  padding-top: 1rem;
}
.cid-sWX6CpjFTA .mbr-section-subtitle {
  color: #767676;
}
.cid-sWX6CpAcTF {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sWX6CpAcTF .row {
  flex-direction: row-reverse;
}
.cid-sWX6CpAcTF .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sWX6CpAcTF .mbr-media {
  position: relative;
}
.cid-sWX6CpAcTF .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sWX6CpAcTF .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sWX6CpAcTF .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sWX6CpAcTF .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sWX6CpAcTF .card-title {
  padding: 0;
  margin: 0;
}
.cid-sWX6CpAcTF .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sWX6CpAcTF .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sWX6CpAcTF .card-wrapper {
    width: fit-content;
  }
}
.cid-sWX6CpAcTF H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sWX6CpAcTF .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sWX6CpAcTF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWX6CpAcTF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sWX6CpAcTF .card-title,
.cid-sWX6CpAcTF .card-icon {
  color: #5b6c8f;
}
.cid-sWX6CpAcTF .mbr-section-title {
  color: #017268;
}
.cid-sWX6CpAcTF .mbr-text,
.cid-sWX6CpAcTF .mbr-section-btn {
  color: #232323;
}
.cid-sWX6CpAcTF .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sWX6CpAcTF .mbr-section-btn .btn-secondary-outline:hover,
.cid-sWX6CpAcTF .mbr-section-btn .btn-secondary-outline .active,
.cid-sWX6CpAcTF .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sWX6CpAcTF .price-title {
  text-align: center;
  color: #103178;
}
.cid-sWX6CpAcTF .price {
  text-align: center;
  color: #103178;
}
.cid-sWX6CpAcTF .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sWX6CpAcTF .mbr-media a:hover {
  background-image: none!important;
}
.cid-sWX6CpAcTF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.95);
  width: 100%;
  height: 100%;
}
.cid-sWX6CpAcTF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sWX6CpAcTF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sWX6CpAcTF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sWX6CpAcTF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sXv3TfJ2np {
  background-color: #efefef;
}
.cid-sXv3TfJ2np .row {
  flex-direction: row-reverse;
}
.cid-sXv3TfJ2np .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sXv3TfJ2np .mbr-media {
  position: relative;
}
.cid-sXv3TfJ2np .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sXv3TfJ2np .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sXv3TfJ2np .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sXv3TfJ2np .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sXv3TfJ2np .card-title {
  padding: 0;
  margin: 0;
}
.cid-sXv3TfJ2np .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXv3TfJ2np .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXv3TfJ2np .card-wrapper {
    width: fit-content;
  }
}
.cid-sXv3TfJ2np H1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-sXv3TfJ2np .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sXv3TfJ2np .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXv3TfJ2np .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sXv3TfJ2np .card-title,
.cid-sXv3TfJ2np .card-icon {
  color: #5b6c8f;
}
.cid-sXv3TfJ2np .mbr-section-title {
  color: #017268;
}
.cid-sXv3TfJ2np .mbr-text,
.cid-sXv3TfJ2np .mbr-section-btn {
  color: #000000;
}
.cid-sXv3TfJ2np .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXv3TfJ2np .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXv3TfJ2np .mbr-section-btn .btn-secondary-outline .active,
.cid-sXv3TfJ2np .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sXv3TfJ2np .price-title {
  text-align: center;
  color: #103178;
}
.cid-sXv3TfJ2np .price {
  text-align: center;
  color: #103178;
}
.cid-sXv3TfJ2np .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sXv3TfJ2np .mbr-media a:hover {
  background-image: none!important;
}
.cid-sXv3TfJ2np .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXv3TfJ2np .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXv3TfJ2np .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXv3TfJ2np .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sXv3TfJ2np .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sXvg0yRNYG {
  padding-top: 2.04rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/back-filme-1-1920x1080.jpg");
}
.cid-sXvg0yRNYG .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: left;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 6px;
}
.cid-sXvg0yRNYG .underlined-example:hover {
  color: #000;
}
.cid-sXvg0yRNYG .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #017268;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sXvg0yRNYG .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sXvg0yRNYG h6 {
  text-align: left;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
}
.cid-sXvg0yRNYG h5 {
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
}
.cid-sXvg0yRNYG .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sXvg0yRNYG .link a {
  font-weight: normal;
}
.cid-sXvg0yRNYG .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sXvg0yRNYG .link:hover span {
  transform: translateX(9px);
}
.cid-sXvg0yRNYG h4 {
  border-bottom-style: solid;
  border-bottom-color: #0f7699;
  border-bottom-width: 2px;
  padding-bottom: 20px;
}
.cid-sXvg0yRNYG H3 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0yRNYG .border_box {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sXvg0yRNYG .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #232323;
}
.cid-sXvg0yRNYG .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #0f7699;
}
.cid-sXvg0yRNYG .content_box {
  max-width: 42rem;
  margin-left: auto;
}
.cid-sXvg0yRNYG .list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .0rem;
  margin-bottom: 0.45rem;
}
.cid-sXvg0yRNYG .list_box p {
  line-height: 1.23;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sXvg0yRNYG .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sXvg0yRNYG .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-sXvg0yRNYG .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sXvg0yRNYG .main_header {
    margin-bottom: 1rem;
  }
  .cid-sXvg0yRNYG .border_box {
    margin-bottom: 3rem;
  }
  .cid-sXvg0yRNYG .list_box {
    padding-bottom: 1rem;
    padding-top: .0rem;
    margin-bottom: .75rem;
    border-bottom: 1px dotted rgba(35, 35, 35, 0.5);
    display: block;
  }
  .cid-sXvg0yRNYG .list_box p {
    width: 100%;
  }
  .cid-sXvg0yRNYG .list_box .list_prof {
    margin-bottom: .5rem;
  }
}
.cid-sXvg0yRNYG .mbr-text {
  color: #003300;
}
.cid-sXvg0yRNYG .list_prof {
  color: #7f1933;
}
.cid-sXvg0yRNYG .list_name {
  color: #879a9f;
}
.cid-sXvg0A2qJ6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 992px) {
  .cid-sXvg0A2qJ6 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.cid-sXvg0A2qJ6 .text {
  padding: 0;
}
.cid-sXvg0A2qJ6 section {
  position: relative;
}
.cid-sXvg0A2qJ6 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0A2qJ6 .mbr-iconfont {
  padding: 0!important;
}
.cid-sXvg0A2qJ6 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: #003300;
}
.cid-sXvg0A2qJ6 .box {
  background-image: url("../../../assets/images/titel-englisch-782x380.jpeg");
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXvg0A2qJ6 .icon-wrap {
  background-color: rgba(0, 0, 0, 0.31);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
}
.cid-sXvg0A2qJ6 .icon-wrap:hover {
  transform: scale(1.8);
}
.cid-sXvg0A2qJ6 .icon-wrap span {
  padding-left: 8px;
}
.cid-sXvg0A2qJ6 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sXvg0A2qJ6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sXvg0A2qJ6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0A2qJ6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0A2qJ6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0A2qJ6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sXvg0A2qJ6 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sXvg0A2qJ6 {
    padding-top: 14px;
    padding-bottom: 7px;
  }
  .cid-sXvg0A2qJ6 .box {
    height: 250px;
  }
  .cid-sXvg0A2qJ6 .row {
    padding: 1rem!important;
  }
}
.cid-sXvg0A2qJ6 H2 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-size: 2.8em;
  line-height: 80%;
}
.cid-sXvg0A2qJ6 H5 {
  color: #ffffff;
}
.cid-sXvg0AmM48 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #003300;
}
.cid-sXvg0AmM48 .content_wrapper {
  position: relative;
  padding: 0px 0;
  z-index: 1;
}
.cid-sXvg0AmM48 .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sXvg0AmM48 .mbr-section-title {
  margin-bottom: 12px;
  color: #ffff00;
}
.cid-sXvg0AmM48 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sXvg0AmM48 .mbr-section-btn .btn-secondary-outline {
  color: #ffff00;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0AmM48 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0AmM48 .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0AmM48 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff;
  text-decoration: underline;
}
.cid-sXvg0AmM48 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sXvg0AmM48 .image_post {
  display: inline-block;
}
.cid-sXvg0AmM48 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sXvg0AmM48 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sXvg0AmM48 .mbr-text,
.cid-sXvg0AmM48 .mbr-section-btn {
  color: #ffffff;
}
.cid-sXvg0ACtzJ {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #003300;
}
@media (max-width: 991px) {
  .cid-sXvg0ACtzJ .image-wrapper {
    padding: 1rem;
  }
}
.cid-sXvg0ACtzJ img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-sXvg0ACtzJ img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
  width: 100%;
}
.cid-sXvg0ACtzJ .mbr-text,
.cid-sXvg0ACtzJ .mbr-section-btn {
  color: #ffffff;
  font-size: 120%;
  text-align: right;
}
.cid-sXvg0ACtzJ .mbr-section-title {
  text-align: right;
  text-shadow: 3px 3px 6px #cccccc;
  color: #ffffff;
}
.cid-sXvg0AQvRa {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #003300;
}
.cid-sXvg0AQvRa .content_wrapper {
  position: relative;
  padding: 0px 0;
  z-index: 1;
}
.cid-sXvg0AQvRa .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sXvg0AQvRa .mbr-section-title {
  margin-bottom: 12px;
  color: #ffff00;
}
.cid-sXvg0AQvRa .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sXvg0AQvRa .mbr-section-btn .btn-secondary-outline {
  color: #ffff00;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0AQvRa .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0AQvRa .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0AQvRa .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff;
  text-decoration: underline;
}
.cid-sXvg0AQvRa .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sXvg0AQvRa .image_post {
  display: inline-block;
}
.cid-sXvg0AQvRa .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sXvg0AQvRa .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sXvg0AQvRa .mbr-text,
.cid-sXvg0AQvRa .mbr-section-btn {
  color: #ffffff;
}
.cid-sXvg0B4gAC {
  background-color: #efefef;
}
.cid-sXvg0B4gAC H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0B4gAC H3 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0B4gAC .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0B4gAC .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0B4gAC .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0B4gAC .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sXvg0B4gAC .mbr-section-title,
.cid-sXvg0B4gAC .mbr-section-subtitle {
  color: #003300;
}
.cid-sXvg0B4gAC .icon-wrap {
  background-color: #017268 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: -7px 7px 20px 6px rgba(0, 0, 0, 0.6);
  box-shadow: -7px 7px 20px 6px rgba(0, 0, 0, 0.6);
}
.cid-sXvg0B4gAC .icon-wrap:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #fc643f !important;
  -webkit-box-shadow: -7px 7px 20px 6px rgba(160, 33, 2, 0.6);
  box-shadow: 7px -7px 25px 8px rgba(160, 33, 2, 0.6);
}
.cid-sXvg0B4gAC .icon-wrap span {
  padding-left: 8px;
}
.cid-sXvg0B4gAC .mbr-media {
  z-index: 70;
}
.cid-sXvg0B4gAC .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sXvg0B4gAC .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sXvg0B4gAC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0B4gAC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0B4gAC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0B4gAC a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sXvg0B4gAC a.close:hover {
  color: #ffffff;
}
.cid-sXvg0B4gAC img {
  max-width: 100%;
  width: auto;
  vertical-align: middle;
  display: inline-block;
}
.cid-sXvg0B4gAC .box {
  position: relative;
  z-index: 1;
}
.cid-sXvg0B4gAC .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-sXvg0B4gAC .image-1 {
  position: absolute;
  left: -222.4px;
  bottom: 97px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-sXvg0B4gAC .image-2 {
  position: absolute;
  left: -23%;
  top: -75%;
  right: auto;
  bottom: auto;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-sXvg0B4gAC .image-3 {
  position: absolute;
  left: -111px;
  bottom: -131px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-sXvg0B4gAC .image-4 {
  position: absolute;
  left: auto;
  right: -31px;
  bottom: -52px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-sXvg0B4gAC .image-5 {
  position: absolute;
  left: -243px;
  top: 175px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-sXvg0B4gAC .image-6 {
  position: absolute;
  left: -75px;
  top: 130px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
@media (max-width: 991px) {
  .cid-sXvg0B4gAC .image-1 {
    bottom: 347px;
  }
  .cid-sXvg0B4gAC .image-2 {
    top: 120px !important;
  }
  .cid-sXvg0B4gAC .image-4 {
    bottom: -132px;
  }
  .cid-sXvg0B4gAC h1,
  .cid-sXvg0B4gAC p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sXvg0B4gAC .image-1 {
    left: -152.4px;
    bottom: -243px;
  }
  .cid-sXvg0B4gAC .image-4 {
    bottom: -242px;
    right: 39px;
  }
}
@media (max-width: 576px) {
  .cid-sXvg0B4gAC .box {
    height: 250px;
  }
  .cid-sXvg0B4gAC .row {
    padding: 1rem !important;
  }
}
.cid-sXvg0BtdT0 {
  background-color: #efefef;
}
.cid-sXvg0BtdT0 .row {
  flex-direction: row-reverse;
}
.cid-sXvg0BtdT0 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sXvg0BtdT0 .mbr-media {
  position: relative;
}
.cid-sXvg0BtdT0 .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sXvg0BtdT0 .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sXvg0BtdT0 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sXvg0BtdT0 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sXvg0BtdT0 .card-title {
  padding: 0;
  margin: 0;
}
.cid-sXvg0BtdT0 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXvg0BtdT0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXvg0BtdT0 .card-wrapper {
    width: fit-content;
  }
}
.cid-sXvg0BtdT0 H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0BtdT0 .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sXvg0BtdT0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXvg0BtdT0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sXvg0BtdT0 .card-title,
.cid-sXvg0BtdT0 .card-icon {
  color: #5b6c8f;
}
.cid-sXvg0BtdT0 .mbr-section-title {
  color: #017268;
}
.cid-sXvg0BtdT0 .mbr-text,
.cid-sXvg0BtdT0 .mbr-section-btn {
  color: #103178;
}
.cid-sXvg0BtdT0 .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0BtdT0 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0BtdT0 .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0BtdT0 .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sXvg0BtdT0 .price-title {
  text-align: center;
  color: #103178;
}
.cid-sXvg0BtdT0 .price {
  text-align: center;
  color: #103178;
}
.cid-sXvg0BtdT0 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sXvg0BtdT0 .mbr-media a:hover {
  background-image: none!important;
}
.cid-sXvg0BtdT0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0BtdT0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0BtdT0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0BtdT0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sXvg0BtdT0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sXvg0BPoZu {
  background-image: url("../../../assets/images/teamweb-1365x698.jpg");
}
.cid-sXvg0BPoZu .mbr-section-btn .btn-secondary-outline {
  color: #ffff00;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0BPoZu .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0BPoZu .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0BPoZu .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff;
  text-decoration: underline;
}
.cid-sXvg0BPoZu H1 {
  text-shadow: 3px 3px 6px #000;
}
.cid-sXvg0BPoZu .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #000000;
  margin-right: -3px;
}
.cid-sXvg0BPoZu .mbr-media {
  display: inline-block;
  width: 100%;
}
.cid-sXvg0BPoZu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0BPoZu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0BPoZu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0BPoZu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sXvg0BPoZu a.close:hover {
  color: #ffffff;
}
.cid-sXvg0BPoZu .btn-play {
  position: relative;
  background: #f7ed4a;
  width: 60px;
  height: 60px;
  border: 1px solid #f7ed4a;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-sXvg0BPoZu .btn-play:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s play-video linear infinite;
  animation: 1s play-video linear infinite;
}
@keyframes play-video {
  0% {
    transform: scale(0.68);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes play-video {
  0% {
    -webkit-transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    -webkit-opacity: 0;
  }
}
.cid-sXvg0CbfKP {
  background-color: #efefef;
}
.cid-sXvg0CbfKP .row {
  flex-direction: row-reverse;
}
.cid-sXvg0CbfKP .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sXvg0CbfKP .mbr-media {
  position: relative;
}
.cid-sXvg0CbfKP .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sXvg0CbfKP .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sXvg0CbfKP .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sXvg0CbfKP .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sXvg0CbfKP .card-title {
  padding: 0;
  margin: 0;
}
.cid-sXvg0CbfKP .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXvg0CbfKP .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXvg0CbfKP .card-wrapper {
    width: fit-content;
  }
}
.cid-sXvg0CbfKP H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0CbfKP .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sXvg0CbfKP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXvg0CbfKP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sXvg0CbfKP .card-title,
.cid-sXvg0CbfKP .card-icon {
  color: #5b6c8f;
}
.cid-sXvg0CbfKP .mbr-section-title {
  color: #017268;
}
.cid-sXvg0CbfKP .mbr-text,
.cid-sXvg0CbfKP .mbr-section-btn {
  color: #103178;
}
.cid-sXvg0CbfKP .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0CbfKP .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0CbfKP .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0CbfKP .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sXvg0CbfKP .price-title {
  text-align: center;
  color: #103178;
}
.cid-sXvg0CbfKP .price {
  text-align: center;
  color: #103178;
}
.cid-sXvg0CbfKP .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sXvg0CbfKP .mbr-media a:hover {
  background-image: none!important;
}
.cid-sXvg0CbfKP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0CbfKP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0CbfKP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0CbfKP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sXvg0CbfKP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sXvg0Cyrgc {
  background-color: #efefef;
}
.cid-sXvg0Cyrgc .row {
  flex-direction: row-reverse;
}
.cid-sXvg0Cyrgc .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sXvg0Cyrgc .mbr-media {
  position: relative;
}
.cid-sXvg0Cyrgc .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sXvg0Cyrgc .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sXvg0Cyrgc .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sXvg0Cyrgc .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sXvg0Cyrgc .card-title {
  padding: 0;
  margin: 0;
  color: #5b6c8f;
}
.cid-sXvg0Cyrgc .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXvg0Cyrgc .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXvg0Cyrgc .card-wrapper {
    width: fit-content;
  }
}
.cid-sXvg0Cyrgc H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0Cyrgc .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sXvg0Cyrgc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXvg0Cyrgc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sXvg0Cyrgc .mbr-section-title {
  color: #017268;
}
.cid-sXvg0Cyrgc .mbr-text,
.cid-sXvg0Cyrgc .mbr-section-btn {
  color: #103178;
}
.cid-sXvg0Cyrgc .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0Cyrgc .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0Cyrgc .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0Cyrgc .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sXvg0Cyrgc .price-title {
  text-align: center;
  color: #103178;
}
.cid-sXvg0Cyrgc .price {
  text-align: center;
  color: #103178;
}
.cid-sXvg0Cyrgc .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: rgba(0, 0, 0, 0.31);
}
.cid-sXvg0Cyrgc .mbr-media a:hover {
  background-image: none!important;
}
.cid-sXvg0Cyrgc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0Cyrgc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0Cyrgc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0Cyrgc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sXvg0Cyrgc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sXvg0CUV5p {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 992px) {
  .cid-sXvg0CUV5p {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-sXvg0CUV5p .text {
  padding: 0;
}
.cid-sXvg0CUV5p section {
  position: relative;
}
.cid-sXvg0CUV5p h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0CUV5p .mbr-iconfont {
  padding: 0!important;
}
.cid-sXvg0CUV5p .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: #003300;
}
.cid-sXvg0CUV5p .box {
  background-image: url("../../../assets/images/whatsapp-image-2021-09-12-at-20.01.03-700x933.jpeg");
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXvg0CUV5p .icon-wrap {
  background-color: rgba(0, 0, 0, 0.31);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
}
.cid-sXvg0CUV5p .icon-wrap:hover {
  transform: scale(1.8);
}
.cid-sXvg0CUV5p .icon-wrap span {
  padding-left: 8px;
}
.cid-sXvg0CUV5p .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sXvg0CUV5p .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sXvg0CUV5p .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0CUV5p .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0CUV5p .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0CUV5p a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sXvg0CUV5p a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sXvg0CUV5p {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-sXvg0CUV5p .box {
    height: 250px;
  }
  .cid-sXvg0CUV5p .row {
    padding: 1rem!important;
  }
}
.cid-sXvg0CUV5p H2 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-size: 2.8em;
  line-height: 80%;
}
.cid-sXvg0CUV5p H5 {
  color: #ffffff;
}
.cid-sXvg0DcIcx {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #003300;
}
.cid-sXvg0DcIcx .content_wrapper {
  position: relative;
  padding: 0px 0;
  z-index: 1;
}
.cid-sXvg0DcIcx .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sXvg0DcIcx .mbr-section-title {
  margin-bottom: 12px;
  color: #ffff00;
}
.cid-sXvg0DcIcx .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sXvg0DcIcx .mbr-section-btn .btn-secondary-outline {
  color: #ffff00;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0DcIcx .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0DcIcx .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0DcIcx .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff;
  text-decoration: underline;
}
.cid-sXvg0DcIcx .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sXvg0DcIcx .image_post {
  display: inline-block;
}
.cid-sXvg0DcIcx .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sXvg0DcIcx .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sXvg0DcIcx .mbr-text,
.cid-sXvg0DcIcx .mbr-section-btn {
  color: #ffffff;
}
.cid-sXvg0DsL1q {
  background-image: url("../../../assets/images/dsc02009-kopie-2000x1333.jpeg");
}
.cid-sXvg0DsL1q .mbr-section-btn .btn-secondary-outline {
  color: #ffff00;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0DsL1q .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0DsL1q .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0DsL1q .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff;
  text-decoration: underline;
}
.cid-sXvg0DsL1q H1 {
  text-shadow: 3px 3px 6px #000;
}
.cid-sXvg0DsL1q .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #000000;
  margin-right: -3px;
}
.cid-sXvg0DsL1q .mbr-media {
  display: inline-block;
  width: 100%;
}
.cid-sXvg0DsL1q .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0DsL1q .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0DsL1q .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0DsL1q a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sXvg0DsL1q a.close:hover {
  color: #ffffff;
}
.cid-sXvg0DsL1q .btn-play {
  position: relative;
  background: #f7ed4a;
  width: 60px;
  height: 60px;
  border: 1px solid #f7ed4a;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-sXvg0DsL1q .btn-play:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s play-video linear infinite;
  animation: 1s play-video linear infinite;
}
@keyframes play-video {
  0% {
    transform: scale(0.68);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes play-video {
  0% {
    -webkit-transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    -webkit-opacity: 0;
  }
}
.cid-sXvg0DPEkl {
  background-color: #efefef;
}
.cid-sXvg0DPEkl .mbr-section-btn .btn-secondary-outline {
  color: #e3000f;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0DPEkl .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0DPEkl .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0DPEkl .mbr-section-btn .btn-secondary-outline:focus {
  color: #000;
  text-decoration: underline;
}
.cid-sXvg0DPEkl .text {
  padding: 0;
  font-family: Montserrat;
  color: #000000;
  font-size: 1.0em;
  line-height: 150%;
}
.cid-sXvg0DPEkl section {
  position: relative;
}
.cid-sXvg0DPEkl h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0DPEkl h4 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 150%;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0DPEkl .mbr-iconfont {
  padding: 0!important;
}
.cid-sXvg0DPEkl .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #003300;
}
.cid-sXvg0DPEkl .box {
  background-image: url("../../../assets/images/wassertank-1772x1240.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXvg0DPEkl .icon-wrap {
  background-color: rgba(0, 0, 0, 0.31);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
}
.cid-sXvg0DPEkl .icon-wrap:hover {
  transform: scale(1.8);
}
.cid-sXvg0DPEkl .icon-wrap span {
  padding-left: 8px;
}
.cid-sXvg0DPEkl .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sXvg0DPEkl .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sXvg0DPEkl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0DPEkl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0DPEkl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0DPEkl a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sXvg0DPEkl a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sXvg0DPEkl .box {
    height: 250px;
  }
  .cid-sXvg0DPEkl .row {
    padding: 1rem!important;
  }
}
.cid-sXvg0DPEkl H2 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-size: 2.8em;
  line-height: 80%;
}
.cid-sXvg0DPEkl H5 {
  color: #ffffff;
}
.cid-sXvg0EaiQy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/claudia-kec-1304x733.jpg");
}
.cid-sXvg0EaiQy .row {
  justify-content: flex-end;
}
.cid-sXvg0EaiQy H5 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0EaiQy .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  margin-left: -10rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sXvg0EaiQy .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sXvg0EaiQy .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-sXvg0EaiQy .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sXvg0EaiQy .mbr-section-title {
  color: #263d5a;
}
.cid-sXvg0EaiQy .mbr-text {
  color: #232323;
}
.cid-sXvg0EaiQy .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sXvg0EqRQM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sXvg0EqRQM .row {
  flex-direction: row-reverse;
}
.cid-sXvg0EqRQM h5 {
  font-family: "Archivo Narrow";
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
}
.cid-sXvg0EqRQM .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sXvg0EqRQM .mbr-media {
  position: relative;
}
.cid-sXvg0EqRQM .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sXvg0EqRQM .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sXvg0EqRQM .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sXvg0EqRQM .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sXvg0EqRQM .card-title {
  padding: 0;
  margin: 0;
}
.cid-sXvg0EqRQM .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXvg0EqRQM .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXvg0EqRQM .card-wrapper {
    width: fit-content;
  }
}
.cid-sXvg0EqRQM H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0EqRQM .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sXvg0EqRQM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXvg0EqRQM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sXvg0EqRQM .card-title,
.cid-sXvg0EqRQM .card-icon {
  color: #073b4c;
}
.cid-sXvg0EqRQM .mbr-section-title {
  color: #017268;
}
.cid-sXvg0EqRQM .mbr-text,
.cid-sXvg0EqRQM .mbr-section-btn {
  color: #073b4c;
}
.cid-sXvg0EqRQM .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0EqRQM .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0EqRQM .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0EqRQM .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sXvg0EqRQM .price-title {
  text-align: center;
  color: #103178;
}
.cid-sXvg0EqRQM .price {
  text-align: center;
  color: #103178;
}
.cid-sXvg0EqRQM .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sXvg0EqRQM .mbr-media a:hover {
  background-image: none!important;
}
.cid-sXvg0EqRQM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0EqRQM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0EqRQM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0EqRQM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sXvg0EqRQM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sXvg0EqRQM H5 {
  color: #073b4c;
}
.cid-sYa2axXeG7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sYa2axXeG7 .content_wrapper {
  position: relative;
  padding: 20px 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  -moz-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  column-rule: 1px solid rgba(28, 110, 164, 0.35);
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
  z-index: 1;
}
.cid-sYa2axXeG7 .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sYa2axXeG7 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sYa2axXeG7 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sYa2axXeG7 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sYa2axXeG7 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sYa2axXeG7 .mbr-section-btn .btn-secondary-outline .active,
.cid-sYa2axXeG7 .mbr-section-btn .btn-secondary-outline:focus {
  color: #003300 !important;
}
.cid-sYa2axXeG7 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sYa2axXeG7 .image_post {
  display: inline-block;
}
.cid-sYa2axXeG7 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sYa2axXeG7 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sXvg0EPAn5 {
  background-color: #efefef;
}
.cid-sXvg0EPAn5 .mbr-section-btn .btn-secondary-outline {
  color: #e3000f;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0EPAn5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0EPAn5 .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0EPAn5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #000;
  text-decoration: underline;
}
.cid-sXvg0EPAn5 .text {
  padding: 0;
  font-family: Montserrat;
  color: #000000;
  font-size: 1.0em;
  line-height: 150%;
}
.cid-sXvg0EPAn5 section {
  position: relative;
}
.cid-sXvg0EPAn5 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0EPAn5 h4 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 150%;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0EPAn5 .mbr-iconfont {
  padding: 0!important;
}
.cid-sXvg0EPAn5 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #003300;
}
.cid-sXvg0EPAn5 .box {
  background-image: url("../../../assets/images/dsc4891.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXvg0EPAn5 .icon-wrap {
  background-color: rgba(0, 0, 0, 0.31);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
}
.cid-sXvg0EPAn5 .icon-wrap:hover {
  transform: scale(1.8);
}
.cid-sXvg0EPAn5 .icon-wrap span {
  padding-left: 8px;
}
.cid-sXvg0EPAn5 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sXvg0EPAn5 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sXvg0EPAn5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0EPAn5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0EPAn5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0EPAn5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sXvg0EPAn5 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sXvg0EPAn5 .box {
    height: 250px;
  }
  .cid-sXvg0EPAn5 .row {
    padding: 1rem!important;
  }
}
.cid-sXvg0EPAn5 H2 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-size: 2.8em;
  line-height: 80%;
}
.cid-sXvg0EPAn5 H5 {
  color: #ffffff;
}
.cid-sXvg0FaELx {
  background-color: #efefef;
}
.cid-sXvg0FaELx .row {
  flex-direction: row-reverse;
}
.cid-sXvg0FaELx .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sXvg0FaELx .mbr-media {
  position: relative;
}
.cid-sXvg0FaELx .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sXvg0FaELx .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sXvg0FaELx .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sXvg0FaELx .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sXvg0FaELx .card-title {
  padding: 0;
  margin: 0;
}
.cid-sXvg0FaELx .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXvg0FaELx .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXvg0FaELx .card-wrapper {
    width: fit-content;
  }
}
.cid-sXvg0FaELx H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0FaELx .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sXvg0FaELx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXvg0FaELx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sXvg0FaELx .card-title,
.cid-sXvg0FaELx .card-icon {
  color: #5b6c8f;
}
.cid-sXvg0FaELx .mbr-section-title {
  color: #017268;
}
.cid-sXvg0FaELx .mbr-text,
.cid-sXvg0FaELx .mbr-section-btn {
  color: #103178;
}
.cid-sXvg0FaELx .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0FaELx .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0FaELx .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0FaELx .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sXvg0FaELx .price-title {
  text-align: center;
  color: #103178;
}
.cid-sXvg0FaELx .price {
  text-align: center;
  color: #103178;
}
.cid-sXvg0FaELx .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sXvg0FaELx .mbr-media a:hover {
  background-image: none!important;
}
.cid-sXvg0FaELx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0FaELx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0FaELx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0FaELx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sXvg0FaELx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sXvg0FApJU {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sXvg0FApJU .row {
  flex-direction: row-reverse;
}
.cid-sXvg0FApJU .video-wrapper iframe {
  width: 100%;
}
.cid-sXvg0FApJU .mbr-section-title,
.cid-sXvg0FApJU .mbr-description {
  text-align: center;
  text-shadow: 3px 3px 6px #b8b8b8;
}
@media (min-width: 992px) {
  .cid-sXvg0FApJU .text-wrapper {
    padding: 2rem;
  }
}
.cid-sXvg0FRFrQ {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #efefef;
}
@media (max-width: 992px) {
  .cid-sXvg0FRFrQ {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
.cid-sXvg0FRFrQ .mbr-section-btn .btn-secondary-outline {
  color: #e3000f;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXvg0FRFrQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXvg0FRFrQ .mbr-section-btn .btn-secondary-outline .active,
.cid-sXvg0FRFrQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #000;
  text-decoration: underline;
}
.cid-sXvg0FRFrQ .text {
  padding: 0;
  font-family: Montserrat;
  color: #000000;
  font-size: 1.0em;
  line-height: 150%;
}
.cid-sXvg0FRFrQ section {
  position: relative;
}
.cid-sXvg0FRFrQ h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0FRFrQ h4 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 150%;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sXvg0FRFrQ .mbr-iconfont {
  padding: 0!important;
}
.cid-sXvg0FRFrQ .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #003300;
}
.cid-sXvg0FRFrQ .box {
  background-image: url("../../../assets/images/homeschooling-436x327.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXvg0FRFrQ .icon-wrap {
  background-color: rgba(0, 0, 0, 0.31);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
}
.cid-sXvg0FRFrQ .icon-wrap:hover {
  transform: scale(1.8);
}
.cid-sXvg0FRFrQ .icon-wrap span {
  padding-left: 8px;
}
.cid-sXvg0FRFrQ .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sXvg0FRFrQ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sXvg0FRFrQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0FRFrQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0FRFrQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0FRFrQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sXvg0FRFrQ a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sXvg0FRFrQ {
    padding-top: 35px;
    padding-bottom: 70px;
  }
  .cid-sXvg0FRFrQ .box {
    height: 250px;
  }
  .cid-sXvg0FRFrQ .row {
    padding: 1rem!important;
  }
}
.cid-sXvg0FRFrQ H2 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-size: 2.8em;
  line-height: 80%;
}
.cid-sXvg0FRFrQ H5 {
  color: #ffffff;
}
.cid-sXvg0GcO6p {
  background-image: url("../../../assets/images/brassband-1-2000x1125.jpg");
}
.cid-sXvg0GcO6p .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-sXvg0GcO6p .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sXvg0GcO6p H1 {
  text-shadow: 3px 3px 6px #000;
  font-size: 4em;
}
.cid-sXvg0GcO6p H2 {
  text-shadow: 3px 3px 6px #000;
  font-size: 2em;
  color: #ffffff;
  text-align: left;
}
.cid-sXvg0GcO6p .mbr-text {
  text-shadow: 3px 3px 6px #000;
  line-height: 180%;
  text-align: left;
}
.cid-sXvg0GcO6p .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXvg0GcO6p .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXvg0GcO6p .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXvg0GcO6p a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sXvg0GcO6p a.close:hover {
  color: #ffffff;
}
.cid-sXvg0GAPJC.popup-builder {
  background-color: #ffffff;
}
.cid-sXvg0GAPJC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sXvg0GAPJC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sXvg0GAPJC .modal-content,
.cid-sXvg0GAPJC .modal-dialog {
  height: auto;
}
.cid-sXvg0GAPJC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sXvg0GAPJC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sXvg0GAPJC .form-wrapper .mbr-form .form-group,
  .cid-sXvg0GAPJC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sXvg0GAPJC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sXvg0GAPJC .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-sXvg0GAPJC .mbr-text {
  text-align: center;
}
.cid-sXvg0GAPJC .pt-0 {
  padding-top: 0 !important;
}
.cid-sXvg0GAPJC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sXvg0GAPJC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sXvg0GAPJC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sXvg0GAPJC .modal-open {
  overflow: hidden;
}
.cid-sXvg0GAPJC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sXvg0GAPJC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sXvg0GAPJC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sXvg0GAPJC .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-sXvg0GAPJC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sXvg0GAPJC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sXvg0GAPJC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sXvg0GAPJC .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-sXvg0GAPJC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sXvg0GAPJC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sXvg0GAPJC .modal-backdrop.show {
  opacity: .5;
}
.cid-sXvg0GAPJC .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-sXvg0GAPJC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sXvg0GAPJC .modal-header {
    padding: 1rem;
  }
}
.cid-sXvg0GAPJC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sXvg0GAPJC .modal-header .close:hover {
  opacity: 1;
}
.cid-sXvg0GAPJC .modal-header .close:focus {
  outline: none;
}
.cid-sXvg0GAPJC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sXvg0GAPJC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sXvg0GAPJC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXvg0GAPJC .modal-body {
    padding: 1rem;
  }
}
.cid-sXvg0GAPJC .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-sXvg0GAPJC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXvg0GAPJC .modal-footer {
    padding: 1rem;
  }
}
.cid-sXvg0GAPJC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sXvg0GAPJC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sXvg0GAPJC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sXvg0GAPJC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sXvg0GAPJC .modal-sm {
    max-width: 300px;
  }
  .cid-sXvg0GAPJC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sXvg0GAPJC .modal-lg,
  .cid-sXvg0GAPJC .modal-xl {
    max-width: 800px;
  }
  .cid-sXvg0GAPJC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sXvg0GAPJC .modal-xl {
    max-width: 1140px;
  }
  .cid-sXvg0GAPJC .container {
    max-width: 1140px;
  }
}
.cid-sXvg0GAPJC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sXvg0GAPJC .container {
    max-width: 720px;
  }
}
.cid-sXvg0GAPJC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sXvg0GAPJC .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-sXvg0GAPJC .form-group {
  margin-bottom: 1rem;
}
.cid-sXvg0GAPJC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sXvg0GAPJC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sXvg0GAPJC .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-sXvg0GAPJC .mbr-section-btn {
  margin: 0;
}
.cid-sXvg0GAPJC .mbr-section-btn .btn {
  margin: 0;
}
.cid-sXvg0GXYmS.popup-builder {
  background-color: #ffffff;
}
.cid-sXvg0GXYmS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sXvg0GXYmS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sXvg0GXYmS .modal-content,
.cid-sXvg0GXYmS .modal-dialog {
  height: auto;
}
.cid-sXvg0GXYmS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sXvg0GXYmS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sXvg0GXYmS .form-wrapper .mbr-form .form-group,
  .cid-sXvg0GXYmS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sXvg0GXYmS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sXvg0GXYmS .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-sXvg0GXYmS .mbr-text {
  text-align: center;
}
.cid-sXvg0GXYmS .pt-0 {
  padding-top: 0 !important;
}
.cid-sXvg0GXYmS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sXvg0GXYmS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sXvg0GXYmS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sXvg0GXYmS .modal-open {
  overflow: hidden;
}
.cid-sXvg0GXYmS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sXvg0GXYmS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sXvg0GXYmS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sXvg0GXYmS .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-sXvg0GXYmS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sXvg0GXYmS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sXvg0GXYmS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sXvg0GXYmS .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-sXvg0GXYmS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sXvg0GXYmS .modal-backdrop.fade {
  opacity: 0;
}
.cid-sXvg0GXYmS .modal-backdrop.show {
  opacity: .5;
}
.cid-sXvg0GXYmS .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-sXvg0GXYmS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sXvg0GXYmS .modal-header {
    padding: 1rem;
  }
}
.cid-sXvg0GXYmS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sXvg0GXYmS .modal-header .close:hover {
  opacity: 1;
}
.cid-sXvg0GXYmS .modal-header .close:focus {
  outline: none;
}
.cid-sXvg0GXYmS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sXvg0GXYmS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sXvg0GXYmS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXvg0GXYmS .modal-body {
    padding: 1rem;
  }
}
.cid-sXvg0GXYmS .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-sXvg0GXYmS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXvg0GXYmS .modal-footer {
    padding: 1rem;
  }
}
.cid-sXvg0GXYmS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sXvg0GXYmS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sXvg0GXYmS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sXvg0GXYmS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sXvg0GXYmS .modal-sm {
    max-width: 300px;
  }
  .cid-sXvg0GXYmS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sXvg0GXYmS .modal-lg,
  .cid-sXvg0GXYmS .modal-xl {
    max-width: 800px;
  }
  .cid-sXvg0GXYmS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sXvg0GXYmS .modal-xl {
    max-width: 1140px;
  }
  .cid-sXvg0GXYmS .container {
    max-width: 1140px;
  }
}
.cid-sXvg0GXYmS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sXvg0GXYmS .container {
    max-width: 720px;
  }
}
.cid-sXvg0GXYmS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sXvg0GXYmS .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-sXvg0GXYmS .form-group {
  margin-bottom: 1rem;
}
.cid-sXvg0GXYmS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sXvg0GXYmS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sXvg0GXYmS .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-sXvg0GXYmS .mbr-section-btn {
  margin: 0;
}
.cid-sXvg0GXYmS .mbr-section-btn .btn {
  margin: 0;
}
.cid-sXvg0HmXWC.popup-builder {
  background-color: #ffffff;
}
.cid-sXvg0HmXWC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sXvg0HmXWC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sXvg0HmXWC .modal-content,
.cid-sXvg0HmXWC .modal-dialog {
  height: auto;
}
.cid-sXvg0HmXWC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sXvg0HmXWC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sXvg0HmXWC .form-wrapper .mbr-form .form-group,
  .cid-sXvg0HmXWC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sXvg0HmXWC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sXvg0HmXWC .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-sXvg0HmXWC .mbr-text {
  text-align: center;
}
.cid-sXvg0HmXWC .pt-0 {
  padding-top: 0 !important;
}
.cid-sXvg0HmXWC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sXvg0HmXWC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sXvg0HmXWC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sXvg0HmXWC .modal-open {
  overflow: hidden;
}
.cid-sXvg0HmXWC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sXvg0HmXWC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sXvg0HmXWC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sXvg0HmXWC .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-sXvg0HmXWC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sXvg0HmXWC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sXvg0HmXWC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sXvg0HmXWC .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-sXvg0HmXWC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sXvg0HmXWC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sXvg0HmXWC .modal-backdrop.show {
  opacity: .5;
}
.cid-sXvg0HmXWC .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-sXvg0HmXWC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sXvg0HmXWC .modal-header {
    padding: 1rem;
  }
}
.cid-sXvg0HmXWC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sXvg0HmXWC .modal-header .close:hover {
  opacity: 1;
}
.cid-sXvg0HmXWC .modal-header .close:focus {
  outline: none;
}
.cid-sXvg0HmXWC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sXvg0HmXWC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sXvg0HmXWC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXvg0HmXWC .modal-body {
    padding: 1rem;
  }
}
.cid-sXvg0HmXWC .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-sXvg0HmXWC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXvg0HmXWC .modal-footer {
    padding: 1rem;
  }
}
.cid-sXvg0HmXWC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sXvg0HmXWC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sXvg0HmXWC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sXvg0HmXWC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sXvg0HmXWC .modal-sm {
    max-width: 300px;
  }
  .cid-sXvg0HmXWC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sXvg0HmXWC .modal-lg,
  .cid-sXvg0HmXWC .modal-xl {
    max-width: 800px;
  }
  .cid-sXvg0HmXWC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sXvg0HmXWC .modal-xl {
    max-width: 1140px;
  }
  .cid-sXvg0HmXWC .container {
    max-width: 1140px;
  }
}
.cid-sXvg0HmXWC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sXvg0HmXWC .container {
    max-width: 720px;
  }
}
.cid-sXvg0HmXWC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sXvg0HmXWC .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-sXvg0HmXWC .form-group {
  margin-bottom: 1rem;
}
.cid-sXvg0HmXWC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sXvg0HmXWC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sXvg0HmXWC .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-sXvg0HmXWC .mbr-section-btn {
  margin: 0;
}
.cid-sXvg0HmXWC .mbr-section-btn .btn {
  margin: 0;
}
.cid-sKL3SiCYPU {
  padding-top: 2.04rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/logo-home-163x164.png");
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: 30px 30px;
  background-color: #efefef;
  background-attachment: fixed;
}
.cid-sKL3SiCYPU .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: left;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 6px;
}
.cid-sKL3SiCYPU .underlined-example:hover {
  color: #000;
}
.cid-sKL3SiCYPU .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #017268;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sKL3SiCYPU .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sKL3SiCYPU h6 {
  text-align: left;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
}
.cid-sKL3SiCYPU h5 {
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
}
.cid-sKL3SiCYPU .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sKL3SiCYPU .link a {
  font-weight: normal;
}
.cid-sKL3SiCYPU .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sKL3SiCYPU .link:hover span {
  transform: translateX(9px);
}
.cid-sKL3SiCYPU h4 {
  border-bottom-style: solid;
  border-bottom-color: #0f7699;
  border-bottom-width: 2px;
  padding-bottom: 20px;
}
.cid-sKL3SiCYPU H3 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKL3SiCYPU .border_box {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sKL3SiCYPU .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #232323;
}
.cid-sKL3SiCYPU .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #0f7699;
}
.cid-sKL3SiCYPU .content_box {
  max-width: 42rem;
  margin-left: auto;
}
.cid-sKL3SiCYPU .list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .0rem;
  margin-bottom: 0.45rem;
}
.cid-sKL3SiCYPU .list_box p {
  line-height: 1.23;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sKL3SiCYPU .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sKL3SiCYPU .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-sKL3SiCYPU .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sKL3SiCYPU .main_header {
    margin-bottom: 1rem;
  }
  .cid-sKL3SiCYPU .border_box {
    margin-bottom: 3rem;
  }
  .cid-sKL3SiCYPU .list_box {
    padding-bottom: 1rem;
    padding-top: .0rem;
    margin-bottom: .75rem;
    border-bottom: 1px dotted rgba(35, 35, 35, 0.5);
    display: block;
  }
  .cid-sKL3SiCYPU .list_box p {
    width: 100%;
  }
  .cid-sKL3SiCYPU .list_box .list_prof {
    margin-bottom: .5rem;
  }
}
.cid-sKL3SiCYPU .mbr-text {
  color: #003300;
}
.cid-sKL3SiCYPU .list_prof {
  color: #7f1933;
}
.cid-sKL3SiCYPU .list_name {
  color: #879a9f;
}
.cid-sKL3SiCYPU H5 {
  color: #0f7699;
}
.cid-sKiuyNiCvc {
  background-color: #efefef;
}
.cid-sKiuyNiCvc .text {
  padding: 0;
}
.cid-sKiuyNiCvc section {
  position: relative;
}
.cid-sKiuyNiCvc h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKiuyNiCvc .mbr-iconfont {
  padding: 0!important;
}
.cid-sKiuyNiCvc .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: #003300;
}
.cid-sKiuyNiCvc .box {
  background-image: url("../../../assets/images/titel-englisch-782x380.jpeg");
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKiuyNiCvc .icon-wrap {
  background-color: rgba(0, 0, 0, 0.31);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
}
.cid-sKiuyNiCvc .icon-wrap:hover {
  transform: scale(1.8);
}
.cid-sKiuyNiCvc .icon-wrap span {
  padding-left: 8px;
}
.cid-sKiuyNiCvc .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sKiuyNiCvc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sKiuyNiCvc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKiuyNiCvc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKiuyNiCvc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKiuyNiCvc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sKiuyNiCvc a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sKiuyNiCvc .box {
    height: 250px;
  }
  .cid-sKiuyNiCvc .row {
    padding: 1rem!important;
  }
}
.cid-sKiuyNiCvc H2 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-size: 2.8em;
  line-height: 80%;
}
.cid-sKiuyNiCvc H5 {
  color: #ffffff;
}
.cid-sKjlyz30nz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #003300;
}
.cid-sKjlyz30nz .content_wrapper {
  position: relative;
  padding: 0px 0;
  z-index: 1;
}
.cid-sKjlyz30nz .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sKjlyz30nz .mbr-section-title {
  margin-bottom: 12px;
  color: #ffff00;
}
.cid-sKjlyz30nz .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sKjlyz30nz .mbr-section-btn .btn-secondary-outline {
  color: #ffff00;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKjlyz30nz .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKjlyz30nz .mbr-section-btn .btn-secondary-outline .active,
.cid-sKjlyz30nz .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff;
  text-decoration: underline;
}
.cid-sKjlyz30nz .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sKjlyz30nz .image_post {
  display: inline-block;
}
.cid-sKjlyz30nz .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sKjlyz30nz .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sKjlyz30nz .mbr-text,
.cid-sKjlyz30nz .mbr-section-btn {
  color: #ffffff;
}
.cid-sKpuvwf6mc {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #003300;
}
@media (max-width: 991px) {
  .cid-sKpuvwf6mc .image-wrapper {
    padding: 1rem;
  }
}
.cid-sKpuvwf6mc img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-sKpuvwf6mc img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
  width: 100%;
}
.cid-sKpuvwf6mc .mbr-text,
.cid-sKpuvwf6mc .mbr-section-btn {
  color: #ffffff;
  font-size: 120%;
  text-align: right;
}
.cid-sKpuvwf6mc .mbr-section-title {
  text-align: right;
  text-shadow: 3px 3px 6px #cccccc;
  color: #ffffff;
}
.cid-sKpvRmWnUJ {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #003300;
}
.cid-sKpvRmWnUJ .content_wrapper {
  position: relative;
  padding: 0px 0;
  z-index: 1;
}
.cid-sKpvRmWnUJ .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sKpvRmWnUJ .mbr-section-title {
  margin-bottom: 12px;
  color: #ffff00;
}
.cid-sKpvRmWnUJ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sKpvRmWnUJ .mbr-section-btn .btn-secondary-outline {
  color: #ffff00;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKpvRmWnUJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKpvRmWnUJ .mbr-section-btn .btn-secondary-outline .active,
.cid-sKpvRmWnUJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff;
  text-decoration: underline;
}
.cid-sKpvRmWnUJ .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sKpvRmWnUJ .image_post {
  display: inline-block;
}
.cid-sKpvRmWnUJ .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sKpvRmWnUJ .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sKpvRmWnUJ .mbr-text,
.cid-sKpvRmWnUJ .mbr-section-btn {
  color: #ffffff;
}
.cid-sKiuRg6Y15 {
  background-color: #efefef;
}
.cid-sKiuRg6Y15 H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKiuRg6Y15 H3 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKiuRg6Y15 .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKiuRg6Y15 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKiuRg6Y15 .mbr-section-btn .btn-secondary-outline .active,
.cid-sKiuRg6Y15 .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sKiuRg6Y15 .mbr-section-title,
.cid-sKiuRg6Y15 .mbr-section-subtitle {
  color: #003300;
}
.cid-sKiuRg6Y15 .icon-wrap {
  background-color: #017268 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: -7px 7px 20px 6px rgba(0, 0, 0, 0.6);
  box-shadow: -7px 7px 20px 6px rgba(0, 0, 0, 0.6);
}
.cid-sKiuRg6Y15 .icon-wrap:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #fc643f !important;
  -webkit-box-shadow: -7px 7px 20px 6px rgba(160, 33, 2, 0.6);
  box-shadow: 7px -7px 25px 8px rgba(160, 33, 2, 0.6);
}
.cid-sKiuRg6Y15 .icon-wrap span {
  padding-left: 8px;
}
.cid-sKiuRg6Y15 .mbr-media {
  z-index: 70;
}
.cid-sKiuRg6Y15 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sKiuRg6Y15 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sKiuRg6Y15 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKiuRg6Y15 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKiuRg6Y15 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKiuRg6Y15 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sKiuRg6Y15 a.close:hover {
  color: #ffffff;
}
.cid-sKiuRg6Y15 img {
  max-width: 100%;
  width: auto;
  vertical-align: middle;
  display: inline-block;
}
.cid-sKiuRg6Y15 .box {
  position: relative;
  z-index: 1;
}
.cid-sKiuRg6Y15 .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-sKiuRg6Y15 .image-1 {
  position: absolute;
  left: -222.4px;
  bottom: 97px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-sKiuRg6Y15 .image-2 {
  position: absolute;
  left: -23%;
  top: -75%;
  right: auto;
  bottom: auto;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-sKiuRg6Y15 .image-3 {
  position: absolute;
  left: -111px;
  bottom: -131px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-sKiuRg6Y15 .image-4 {
  position: absolute;
  left: auto;
  right: -31px;
  bottom: -52px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-sKiuRg6Y15 .image-5 {
  position: absolute;
  left: -243px;
  top: 175px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-sKiuRg6Y15 .image-6 {
  position: absolute;
  left: -75px;
  top: 130px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
@media (max-width: 991px) {
  .cid-sKiuRg6Y15 .image-1 {
    bottom: 347px;
  }
  .cid-sKiuRg6Y15 .image-2 {
    top: 120px !important;
  }
  .cid-sKiuRg6Y15 .image-4 {
    bottom: -132px;
  }
  .cid-sKiuRg6Y15 h1,
  .cid-sKiuRg6Y15 p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sKiuRg6Y15 .image-1 {
    left: -152.4px;
    bottom: -243px;
  }
  .cid-sKiuRg6Y15 .image-4 {
    bottom: -242px;
    right: 39px;
  }
}
@media (max-width: 576px) {
  .cid-sKiuRg6Y15 .box {
    height: 250px;
  }
  .cid-sKiuRg6Y15 .row {
    padding: 1rem !important;
  }
}
.cid-sKiuA2Ps51 {
  background-color: #efefef;
}
.cid-sKiuA2Ps51 .row {
  flex-direction: row-reverse;
}
.cid-sKiuA2Ps51 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sKiuA2Ps51 .mbr-media {
  position: relative;
}
.cid-sKiuA2Ps51 .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sKiuA2Ps51 .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sKiuA2Ps51 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sKiuA2Ps51 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sKiuA2Ps51 .card-title {
  padding: 0;
  margin: 0;
}
.cid-sKiuA2Ps51 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sKiuA2Ps51 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKiuA2Ps51 .card-wrapper {
    width: fit-content;
  }
}
.cid-sKiuA2Ps51 H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKiuA2Ps51 .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sKiuA2Ps51 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKiuA2Ps51 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sKiuA2Ps51 .card-title,
.cid-sKiuA2Ps51 .card-icon {
  color: #5b6c8f;
}
.cid-sKiuA2Ps51 .mbr-section-title {
  color: #017268;
}
.cid-sKiuA2Ps51 .mbr-text,
.cid-sKiuA2Ps51 .mbr-section-btn {
  color: #103178;
}
.cid-sKiuA2Ps51 .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKiuA2Ps51 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKiuA2Ps51 .mbr-section-btn .btn-secondary-outline .active,
.cid-sKiuA2Ps51 .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sKiuA2Ps51 .price-title {
  text-align: center;
  color: #103178;
}
.cid-sKiuA2Ps51 .price {
  text-align: center;
  color: #103178;
}
.cid-sKiuA2Ps51 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sKiuA2Ps51 .mbr-media a:hover {
  background-image: none!important;
}
.cid-sKiuA2Ps51 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKiuA2Ps51 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKiuA2Ps51 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKiuA2Ps51 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sKiuA2Ps51 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sKphoayrDP {
  background-image: url("../../../assets/images/teamweb-1365x698.jpg");
}
.cid-sKphoayrDP .mbr-section-btn .btn-secondary-outline {
  color: #ffff00;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKphoayrDP .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKphoayrDP .mbr-section-btn .btn-secondary-outline .active,
.cid-sKphoayrDP .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff;
  text-decoration: underline;
}
.cid-sKphoayrDP H1 {
  text-shadow: 3px 3px 6px #000;
}
.cid-sKphoayrDP .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #000000;
  margin-right: -3px;
}
.cid-sKphoayrDP .mbr-media {
  display: inline-block;
  width: 100%;
}
.cid-sKphoayrDP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKphoayrDP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKphoayrDP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKphoayrDP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sKphoayrDP a.close:hover {
  color: #ffffff;
}
.cid-sKphoayrDP .btn-play {
  position: relative;
  background: #f7ed4a;
  width: 60px;
  height: 60px;
  border: 1px solid #f7ed4a;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-sKphoayrDP .btn-play:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s play-video linear infinite;
  animation: 1s play-video linear infinite;
}
@keyframes play-video {
  0% {
    transform: scale(0.68);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes play-video {
  0% {
    -webkit-transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    -webkit-opacity: 0;
  }
}
.cid-sKpKopfIWW {
  background-color: #efefef;
}
.cid-sKpKopfIWW .row {
  flex-direction: row-reverse;
}
.cid-sKpKopfIWW .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sKpKopfIWW .mbr-media {
  position: relative;
}
.cid-sKpKopfIWW .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sKpKopfIWW .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sKpKopfIWW .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sKpKopfIWW .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sKpKopfIWW .card-title {
  padding: 0;
  margin: 0;
}
.cid-sKpKopfIWW .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sKpKopfIWW .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKpKopfIWW .card-wrapper {
    width: fit-content;
  }
}
.cid-sKpKopfIWW H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKpKopfIWW .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sKpKopfIWW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKpKopfIWW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sKpKopfIWW .card-title,
.cid-sKpKopfIWW .card-icon {
  color: #5b6c8f;
}
.cid-sKpKopfIWW .mbr-section-title {
  color: #017268;
}
.cid-sKpKopfIWW .mbr-text,
.cid-sKpKopfIWW .mbr-section-btn {
  color: #103178;
}
.cid-sKpKopfIWW .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKpKopfIWW .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKpKopfIWW .mbr-section-btn .btn-secondary-outline .active,
.cid-sKpKopfIWW .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sKpKopfIWW .price-title {
  text-align: center;
  color: #103178;
}
.cid-sKpKopfIWW .price {
  text-align: center;
  color: #103178;
}
.cid-sKpKopfIWW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sKpKopfIWW .mbr-media a:hover {
  background-image: none!important;
}
.cid-sKpKopfIWW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKpKopfIWW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKpKopfIWW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKpKopfIWW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sKpKopfIWW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sKpNaMQ1Bb {
  background-color: #efefef;
}
.cid-sKpNaMQ1Bb .row {
  flex-direction: row-reverse;
}
.cid-sKpNaMQ1Bb .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sKpNaMQ1Bb .mbr-media {
  position: relative;
}
.cid-sKpNaMQ1Bb .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sKpNaMQ1Bb .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sKpNaMQ1Bb .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sKpNaMQ1Bb .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sKpNaMQ1Bb .card-title {
  padding: 0;
  margin: 0;
  color: #5b6c8f;
}
.cid-sKpNaMQ1Bb .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sKpNaMQ1Bb .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKpNaMQ1Bb .card-wrapper {
    width: fit-content;
  }
}
.cid-sKpNaMQ1Bb H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKpNaMQ1Bb .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sKpNaMQ1Bb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKpNaMQ1Bb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sKpNaMQ1Bb .mbr-section-title {
  color: #017268;
}
.cid-sKpNaMQ1Bb .mbr-text,
.cid-sKpNaMQ1Bb .mbr-section-btn {
  color: #103178;
}
.cid-sKpNaMQ1Bb .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKpNaMQ1Bb .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKpNaMQ1Bb .mbr-section-btn .btn-secondary-outline .active,
.cid-sKpNaMQ1Bb .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sKpNaMQ1Bb .price-title {
  text-align: center;
  color: #103178;
}
.cid-sKpNaMQ1Bb .price {
  text-align: center;
  color: #103178;
}
.cid-sKpNaMQ1Bb .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: rgba(0, 0, 0, 0.31);
}
.cid-sKpNaMQ1Bb .mbr-media a:hover {
  background-image: none!important;
}
.cid-sKpNaMQ1Bb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKpNaMQ1Bb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKpNaMQ1Bb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKpNaMQ1Bb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sKpNaMQ1Bb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sKpSH2AWOp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 992px) {
  .cid-sKpSH2AWOp {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-sKpSH2AWOp .text {
  padding: 0;
}
.cid-sKpSH2AWOp section {
  position: relative;
}
.cid-sKpSH2AWOp h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKpSH2AWOp .mbr-iconfont {
  padding: 0!important;
}
.cid-sKpSH2AWOp .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: #003300;
}
.cid-sKpSH2AWOp .box {
  background-image: url("../../../assets/images/whatsapp-image-2021-09-12-at-20.01.03-700x933.jpeg");
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKpSH2AWOp .icon-wrap {
  background-color: rgba(0, 0, 0, 0.31);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
}
.cid-sKpSH2AWOp .icon-wrap:hover {
  transform: scale(1.8);
}
.cid-sKpSH2AWOp .icon-wrap span {
  padding-left: 8px;
}
.cid-sKpSH2AWOp .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sKpSH2AWOp .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sKpSH2AWOp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKpSH2AWOp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKpSH2AWOp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKpSH2AWOp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sKpSH2AWOp a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sKpSH2AWOp {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-sKpSH2AWOp .box {
    height: 250px;
  }
  .cid-sKpSH2AWOp .row {
    padding: 1rem!important;
  }
}
.cid-sKpSH2AWOp H2 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-size: 2.8em;
  line-height: 80%;
}
.cid-sKpSH2AWOp H5 {
  color: #ffffff;
}
.cid-sKpUmaaMOk {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #003300;
}
.cid-sKpUmaaMOk .content_wrapper {
  position: relative;
  padding: 0px 0;
  z-index: 1;
}
.cid-sKpUmaaMOk .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sKpUmaaMOk .mbr-section-title {
  margin-bottom: 12px;
  color: #ffff00;
}
.cid-sKpUmaaMOk .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sKpUmaaMOk .mbr-section-btn .btn-secondary-outline {
  color: #ffff00;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKpUmaaMOk .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKpUmaaMOk .mbr-section-btn .btn-secondary-outline .active,
.cid-sKpUmaaMOk .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff;
  text-decoration: underline;
}
.cid-sKpUmaaMOk .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sKpUmaaMOk .image_post {
  display: inline-block;
}
.cid-sKpUmaaMOk .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sKpUmaaMOk .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sKpUmaaMOk .mbr-text,
.cid-sKpUmaaMOk .mbr-section-btn {
  color: #ffffff;
}
.cid-sKpX4Qa1Wz {
  background-image: url("../../../assets/images/dsc02009-kopie-2000x1333.jpeg");
}
.cid-sKpX4Qa1Wz .mbr-section-btn .btn-secondary-outline {
  color: #ffff00;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKpX4Qa1Wz .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKpX4Qa1Wz .mbr-section-btn .btn-secondary-outline .active,
.cid-sKpX4Qa1Wz .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff;
  text-decoration: underline;
}
.cid-sKpX4Qa1Wz H1 {
  text-shadow: 3px 3px 6px #000;
}
.cid-sKpX4Qa1Wz .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #000000;
  margin-right: -3px;
}
.cid-sKpX4Qa1Wz .mbr-media {
  display: inline-block;
  width: 100%;
}
.cid-sKpX4Qa1Wz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKpX4Qa1Wz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKpX4Qa1Wz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKpX4Qa1Wz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sKpX4Qa1Wz a.close:hover {
  color: #ffffff;
}
.cid-sKpX4Qa1Wz .btn-play {
  position: relative;
  background: #f7ed4a;
  width: 60px;
  height: 60px;
  border: 1px solid #f7ed4a;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-sKpX4Qa1Wz .btn-play:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s play-video linear infinite;
  animation: 1s play-video linear infinite;
}
@keyframes play-video {
  0% {
    transform: scale(0.68);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes play-video {
  0% {
    -webkit-transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    -webkit-opacity: 0;
  }
}
.cid-sKpZnPN0h7 {
  background-color: #efefef;
}
.cid-sKpZnPN0h7 .mbr-section-btn .btn-secondary-outline {
  color: #e3000f;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKpZnPN0h7 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKpZnPN0h7 .mbr-section-btn .btn-secondary-outline .active,
.cid-sKpZnPN0h7 .mbr-section-btn .btn-secondary-outline:focus {
  color: #000;
  text-decoration: underline;
}
.cid-sKpZnPN0h7 .text {
  padding: 0;
  font-family: Montserrat;
  color: #000000;
  font-size: 1.0em;
  line-height: 150%;
}
.cid-sKpZnPN0h7 section {
  position: relative;
}
.cid-sKpZnPN0h7 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKpZnPN0h7 h4 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 150%;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKpZnPN0h7 .mbr-iconfont {
  padding: 0!important;
}
.cid-sKpZnPN0h7 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #003300;
}
.cid-sKpZnPN0h7 .box {
  background-image: url("../../../assets/images/wassertank-1772x1240.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKpZnPN0h7 .icon-wrap {
  background-color: rgba(0, 0, 0, 0.31);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
}
.cid-sKpZnPN0h7 .icon-wrap:hover {
  transform: scale(1.8);
}
.cid-sKpZnPN0h7 .icon-wrap span {
  padding-left: 8px;
}
.cid-sKpZnPN0h7 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sKpZnPN0h7 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sKpZnPN0h7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKpZnPN0h7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKpZnPN0h7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKpZnPN0h7 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sKpZnPN0h7 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sKpZnPN0h7 .box {
    height: 250px;
  }
  .cid-sKpZnPN0h7 .row {
    padding: 1rem!important;
  }
}
.cid-sKpZnPN0h7 H2 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-size: 2.8em;
  line-height: 80%;
}
.cid-sKpZnPN0h7 H5 {
  color: #ffffff;
}
.cid-sKt7Fdrdxj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/claudia-kec-1304x733.jpg");
}
.cid-sKt7Fdrdxj .row {
  justify-content: flex-end;
}
.cid-sKt7Fdrdxj H5 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKt7Fdrdxj .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  margin-left: -10rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sKt7Fdrdxj .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sKt7Fdrdxj .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-sKt7Fdrdxj .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sKt7Fdrdxj .mbr-section-title {
  color: #263d5a;
}
.cid-sKt7Fdrdxj .mbr-text {
  color: #232323;
}
.cid-sKt7Fdrdxj .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sKt6y6c7Kh {
  background-color: #efefef;
}
.cid-sKt6y6c7Kh .row {
  flex-direction: row-reverse;
}
.cid-sKt6y6c7Kh .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sKt6y6c7Kh .mbr-media {
  position: relative;
}
.cid-sKt6y6c7Kh .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sKt6y6c7Kh .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sKt6y6c7Kh .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sKt6y6c7Kh .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sKt6y6c7Kh .card-title {
  padding: 0;
  margin: 0;
}
.cid-sKt6y6c7Kh .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sKt6y6c7Kh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKt6y6c7Kh .card-wrapper {
    width: fit-content;
  }
}
.cid-sKt6y6c7Kh H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKt6y6c7Kh .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sKt6y6c7Kh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKt6y6c7Kh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sKt6y6c7Kh .card-title,
.cid-sKt6y6c7Kh .card-icon {
  color: #5b6c8f;
}
.cid-sKt6y6c7Kh .mbr-section-title {
  color: #017268;
}
.cid-sKt6y6c7Kh .mbr-text,
.cid-sKt6y6c7Kh .mbr-section-btn {
  color: #103178;
}
.cid-sKt6y6c7Kh .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKt6y6c7Kh .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKt6y6c7Kh .mbr-section-btn .btn-secondary-outline .active,
.cid-sKt6y6c7Kh .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sKt6y6c7Kh .price-title {
  text-align: center;
  color: #103178;
}
.cid-sKt6y6c7Kh .price {
  text-align: center;
  color: #103178;
}
.cid-sKt6y6c7Kh .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sKt6y6c7Kh .mbr-media a:hover {
  background-image: none!important;
}
.cid-sKt6y6c7Kh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKt6y6c7Kh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKt6y6c7Kh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKt6y6c7Kh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sKt6y6c7Kh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sKHyYC1mtM {
  background-color: #efefef;
}
.cid-sKHyYC1mtM .mbr-section-btn .btn-secondary-outline {
  color: #e3000f;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKHyYC1mtM .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKHyYC1mtM .mbr-section-btn .btn-secondary-outline .active,
.cid-sKHyYC1mtM .mbr-section-btn .btn-secondary-outline:focus {
  color: #000;
  text-decoration: underline;
}
.cid-sKHyYC1mtM .text {
  padding: 0;
  font-family: Montserrat;
  color: #000000;
  font-size: 1.0em;
  line-height: 150%;
}
.cid-sKHyYC1mtM section {
  position: relative;
}
.cid-sKHyYC1mtM h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKHyYC1mtM h4 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 150%;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKHyYC1mtM .mbr-iconfont {
  padding: 0!important;
}
.cid-sKHyYC1mtM .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #003300;
}
.cid-sKHyYC1mtM .box {
  background-image: url("../../../assets/images/dsc4891.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKHyYC1mtM .icon-wrap {
  background-color: rgba(0, 0, 0, 0.31);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
}
.cid-sKHyYC1mtM .icon-wrap:hover {
  transform: scale(1.8);
}
.cid-sKHyYC1mtM .icon-wrap span {
  padding-left: 8px;
}
.cid-sKHyYC1mtM .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sKHyYC1mtM .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sKHyYC1mtM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKHyYC1mtM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKHyYC1mtM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKHyYC1mtM a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sKHyYC1mtM a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sKHyYC1mtM .box {
    height: 250px;
  }
  .cid-sKHyYC1mtM .row {
    padding: 1rem!important;
  }
}
.cid-sKHyYC1mtM H2 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-size: 2.8em;
  line-height: 80%;
}
.cid-sKHyYC1mtM H5 {
  color: #ffffff;
}
.cid-sKN7CTSvO3 {
  background-color: #efefef;
}
.cid-sKN7CTSvO3 .row {
  flex-direction: row-reverse;
}
.cid-sKN7CTSvO3 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sKN7CTSvO3 .mbr-media {
  position: relative;
}
.cid-sKN7CTSvO3 .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sKN7CTSvO3 .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sKN7CTSvO3 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sKN7CTSvO3 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sKN7CTSvO3 .card-title {
  padding: 0;
  margin: 0;
}
.cid-sKN7CTSvO3 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sKN7CTSvO3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKN7CTSvO3 .card-wrapper {
    width: fit-content;
  }
}
.cid-sKN7CTSvO3 H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sKN7CTSvO3 .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sKN7CTSvO3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sKN7CTSvO3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sKN7CTSvO3 .card-title,
.cid-sKN7CTSvO3 .card-icon {
  color: #5b6c8f;
}
.cid-sKN7CTSvO3 .mbr-section-title {
  color: #017268;
}
.cid-sKN7CTSvO3 .mbr-text,
.cid-sKN7CTSvO3 .mbr-section-btn {
  color: #103178;
}
.cid-sKN7CTSvO3 .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKN7CTSvO3 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sKN7CTSvO3 .mbr-section-btn .btn-secondary-outline .active,
.cid-sKN7CTSvO3 .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sKN7CTSvO3 .price-title {
  text-align: center;
  color: #103178;
}
.cid-sKN7CTSvO3 .price {
  text-align: center;
  color: #103178;
}
.cid-sKN7CTSvO3 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sKN7CTSvO3 .mbr-media a:hover {
  background-image: none!important;
}
.cid-sKN7CTSvO3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKN7CTSvO3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKN7CTSvO3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKN7CTSvO3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sKN7CTSvO3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sKNcVzXh7E {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sKNcVzXh7E .row {
  flex-direction: row-reverse;
}
.cid-sKNcVzXh7E .video-wrapper iframe {
  width: 100%;
}
.cid-sKNcVzXh7E .mbr-section-title,
.cid-sKNcVzXh7E .mbr-description {
  text-align: center;
  text-shadow: 3px 3px 6px #b8b8b8;
}
@media (min-width: 992px) {
  .cid-sKNcVzXh7E .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL3QYRZn0Y {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #efefef;
}
@media (max-width: 992px) {
  .cid-sL3QYRZn0Y {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
.cid-sL3QYRZn0Y .mbr-section-btn .btn-secondary-outline {
  color: #e3000f;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sL3QYRZn0Y .mbr-section-btn .btn-secondary-outline:hover,
.cid-sL3QYRZn0Y .mbr-section-btn .btn-secondary-outline .active,
.cid-sL3QYRZn0Y .mbr-section-btn .btn-secondary-outline:focus {
  color: #000;
  text-decoration: underline;
}
.cid-sL3QYRZn0Y .text {
  padding: 0;
  font-family: Montserrat;
  color: #000000;
  font-size: 1.0em;
  line-height: 150%;
}
.cid-sL3QYRZn0Y section {
  position: relative;
}
.cid-sL3QYRZn0Y h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sL3QYRZn0Y h4 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 150%;
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sL3QYRZn0Y .mbr-iconfont {
  padding: 0!important;
}
.cid-sL3QYRZn0Y .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #003300;
}
.cid-sL3QYRZn0Y .box {
  background-image: url("../../../assets/images/homeschooling-436x327.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sL3QYRZn0Y .icon-wrap {
  background-color: rgba(0, 0, 0, 0.31);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
}
.cid-sL3QYRZn0Y .icon-wrap:hover {
  transform: scale(1.8);
}
.cid-sL3QYRZn0Y .icon-wrap span {
  padding-left: 8px;
}
.cid-sL3QYRZn0Y .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sL3QYRZn0Y .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sL3QYRZn0Y .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sL3QYRZn0Y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sL3QYRZn0Y .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sL3QYRZn0Y a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sL3QYRZn0Y a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sL3QYRZn0Y {
    padding-top: 35px;
    padding-bottom: 70px;
  }
  .cid-sL3QYRZn0Y .box {
    height: 250px;
  }
  .cid-sL3QYRZn0Y .row {
    padding: 1rem!important;
  }
}
.cid-sL3QYRZn0Y H2 {
  color: #003300;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-size: 2.8em;
  line-height: 80%;
}
.cid-sL3QYRZn0Y H5 {
  color: #ffffff;
}
.cid-sL9QOJatgx {
  background-image: url("../../../assets/images/brassband-1-2000x1125.jpg");
}
.cid-sL9QOJatgx .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-sL9QOJatgx .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sL9QOJatgx H1 {
  text-shadow: 3px 3px 6px #000;
  font-size: 4em;
}
.cid-sL9QOJatgx H2 {
  text-shadow: 3px 3px 6px #000;
  font-size: 2em;
  color: #ffffff;
  text-align: left;
}
.cid-sL9QOJatgx .mbr-text {
  text-shadow: 3px 3px 6px #000;
  line-height: 180%;
  text-align: left;
}
.cid-sL9QOJatgx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sL9QOJatgx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sL9QOJatgx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sL9QOJatgx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sL9QOJatgx a.close:hover {
  color: #ffffff;
}
.cid-sKHy6BJmDe.popup-builder {
  background-color: #ffffff;
}
.cid-sKHy6BJmDe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sKHy6BJmDe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sKHy6BJmDe .modal-content,
.cid-sKHy6BJmDe .modal-dialog {
  height: auto;
}
.cid-sKHy6BJmDe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sKHy6BJmDe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sKHy6BJmDe .form-wrapper .mbr-form .form-group,
  .cid-sKHy6BJmDe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sKHy6BJmDe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sKHy6BJmDe .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-sKHy6BJmDe .mbr-text {
  text-align: center;
}
.cid-sKHy6BJmDe .pt-0 {
  padding-top: 0 !important;
}
.cid-sKHy6BJmDe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sKHy6BJmDe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sKHy6BJmDe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sKHy6BJmDe .modal-open {
  overflow: hidden;
}
.cid-sKHy6BJmDe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sKHy6BJmDe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sKHy6BJmDe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sKHy6BJmDe .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-sKHy6BJmDe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sKHy6BJmDe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sKHy6BJmDe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sKHy6BJmDe .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-sKHy6BJmDe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sKHy6BJmDe .modal-backdrop.fade {
  opacity: 0;
}
.cid-sKHy6BJmDe .modal-backdrop.show {
  opacity: .5;
}
.cid-sKHy6BJmDe .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-sKHy6BJmDe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sKHy6BJmDe .modal-header {
    padding: 1rem;
  }
}
.cid-sKHy6BJmDe .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sKHy6BJmDe .modal-header .close:hover {
  opacity: 1;
}
.cid-sKHy6BJmDe .modal-header .close:focus {
  outline: none;
}
.cid-sKHy6BJmDe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sKHy6BJmDe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sKHy6BJmDe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKHy6BJmDe .modal-body {
    padding: 1rem;
  }
}
.cid-sKHy6BJmDe .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-sKHy6BJmDe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKHy6BJmDe .modal-footer {
    padding: 1rem;
  }
}
.cid-sKHy6BJmDe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sKHy6BJmDe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sKHy6BJmDe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sKHy6BJmDe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sKHy6BJmDe .modal-sm {
    max-width: 300px;
  }
  .cid-sKHy6BJmDe .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sKHy6BJmDe .modal-lg,
  .cid-sKHy6BJmDe .modal-xl {
    max-width: 800px;
  }
  .cid-sKHy6BJmDe .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sKHy6BJmDe .modal-xl {
    max-width: 1140px;
  }
  .cid-sKHy6BJmDe .container {
    max-width: 1140px;
  }
}
.cid-sKHy6BJmDe .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sKHy6BJmDe .container {
    max-width: 720px;
  }
}
.cid-sKHy6BJmDe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sKHy6BJmDe .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-sKHy6BJmDe .form-group {
  margin-bottom: 1rem;
}
.cid-sKHy6BJmDe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sKHy6BJmDe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sKHy6BJmDe .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-sKHy6BJmDe .mbr-section-btn {
  margin: 0;
}
.cid-sKHy6BJmDe .mbr-section-btn .btn {
  margin: 0;
}
.cid-sKHuTekh54.popup-builder {
  background-color: #ffffff;
}
.cid-sKHuTekh54.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sKHuTekh54.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sKHuTekh54 .modal-content,
.cid-sKHuTekh54 .modal-dialog {
  height: auto;
}
.cid-sKHuTekh54 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sKHuTekh54 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sKHuTekh54 .form-wrapper .mbr-form .form-group,
  .cid-sKHuTekh54 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sKHuTekh54 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sKHuTekh54 .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-sKHuTekh54 .mbr-text {
  text-align: center;
}
.cid-sKHuTekh54 .pt-0 {
  padding-top: 0 !important;
}
.cid-sKHuTekh54 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sKHuTekh54 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sKHuTekh54 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sKHuTekh54 .modal-open {
  overflow: hidden;
}
.cid-sKHuTekh54 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sKHuTekh54 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sKHuTekh54 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sKHuTekh54 .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-sKHuTekh54 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sKHuTekh54 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sKHuTekh54 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sKHuTekh54 .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-sKHuTekh54 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sKHuTekh54 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sKHuTekh54 .modal-backdrop.show {
  opacity: .5;
}
.cid-sKHuTekh54 .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-sKHuTekh54 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sKHuTekh54 .modal-header {
    padding: 1rem;
  }
}
.cid-sKHuTekh54 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sKHuTekh54 .modal-header .close:hover {
  opacity: 1;
}
.cid-sKHuTekh54 .modal-header .close:focus {
  outline: none;
}
.cid-sKHuTekh54 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sKHuTekh54 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sKHuTekh54 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKHuTekh54 .modal-body {
    padding: 1rem;
  }
}
.cid-sKHuTekh54 .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-sKHuTekh54 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKHuTekh54 .modal-footer {
    padding: 1rem;
  }
}
.cid-sKHuTekh54 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sKHuTekh54 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sKHuTekh54 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sKHuTekh54 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sKHuTekh54 .modal-sm {
    max-width: 300px;
  }
  .cid-sKHuTekh54 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sKHuTekh54 .modal-lg,
  .cid-sKHuTekh54 .modal-xl {
    max-width: 800px;
  }
  .cid-sKHuTekh54 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sKHuTekh54 .modal-xl {
    max-width: 1140px;
  }
  .cid-sKHuTekh54 .container {
    max-width: 1140px;
  }
}
.cid-sKHuTekh54 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sKHuTekh54 .container {
    max-width: 720px;
  }
}
.cid-sKHuTekh54 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sKHuTekh54 .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-sKHuTekh54 .form-group {
  margin-bottom: 1rem;
}
.cid-sKHuTekh54 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sKHuTekh54 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sKHuTekh54 .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-sKHuTekh54 .mbr-section-btn {
  margin: 0;
}
.cid-sKHuTekh54 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sKHaO9TasT.popup-builder {
  background-color: #ffffff;
}
.cid-sKHaO9TasT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sKHaO9TasT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sKHaO9TasT .modal-content,
.cid-sKHaO9TasT .modal-dialog {
  height: auto;
}
.cid-sKHaO9TasT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sKHaO9TasT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sKHaO9TasT .form-wrapper .mbr-form .form-group,
  .cid-sKHaO9TasT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sKHaO9TasT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sKHaO9TasT .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-sKHaO9TasT .mbr-text {
  text-align: center;
}
.cid-sKHaO9TasT .pt-0 {
  padding-top: 0 !important;
}
.cid-sKHaO9TasT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sKHaO9TasT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sKHaO9TasT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sKHaO9TasT .modal-open {
  overflow: hidden;
}
.cid-sKHaO9TasT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sKHaO9TasT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sKHaO9TasT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sKHaO9TasT .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-sKHaO9TasT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sKHaO9TasT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sKHaO9TasT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sKHaO9TasT .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-sKHaO9TasT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sKHaO9TasT .modal-backdrop.fade {
  opacity: 0;
}
.cid-sKHaO9TasT .modal-backdrop.show {
  opacity: .5;
}
.cid-sKHaO9TasT .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-sKHaO9TasT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sKHaO9TasT .modal-header {
    padding: 1rem;
  }
}
.cid-sKHaO9TasT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sKHaO9TasT .modal-header .close:hover {
  opacity: 1;
}
.cid-sKHaO9TasT .modal-header .close:focus {
  outline: none;
}
.cid-sKHaO9TasT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sKHaO9TasT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sKHaO9TasT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKHaO9TasT .modal-body {
    padding: 1rem;
  }
}
.cid-sKHaO9TasT .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-sKHaO9TasT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKHaO9TasT .modal-footer {
    padding: 1rem;
  }
}
.cid-sKHaO9TasT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sKHaO9TasT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sKHaO9TasT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sKHaO9TasT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sKHaO9TasT .modal-sm {
    max-width: 300px;
  }
  .cid-sKHaO9TasT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sKHaO9TasT .modal-lg,
  .cid-sKHaO9TasT .modal-xl {
    max-width: 800px;
  }
  .cid-sKHaO9TasT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sKHaO9TasT .modal-xl {
    max-width: 1140px;
  }
  .cid-sKHaO9TasT .container {
    max-width: 1140px;
  }
}
.cid-sKHaO9TasT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sKHaO9TasT .container {
    max-width: 720px;
  }
}
.cid-sKHaO9TasT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sKHaO9TasT .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-sKHaO9TasT .form-group {
  margin-bottom: 1rem;
}
.cid-sKHaO9TasT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sKHaO9TasT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sKHaO9TasT .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-sKHaO9TasT .mbr-section-btn {
  margin: 0;
}
.cid-sKHaO9TasT .mbr-section-btn .btn {
  margin: 0;
}
.cid-sXIleq7QpJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-sXIleq7QpJ .row-gallery {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
}
.cid-sXIleq7QpJ img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.39);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.39);
}
.cid-sXIleq7QpJ .item-wrapper {
  margin: 15px 5px;
  width: 23%;
  position: relative;
  padding: 0;
}
.cid-sXIleq7QpJ .item-wrapper img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-sXIleq7QpJ .item-wrapper:hover {
  cursor: pointer;
}
.cid-sXIleq7QpJ .item-wrapper:hover:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #0056b3;
  opacity: 0.2;
  border-radius: 10px;
  pointer-events: none;
}
.cid-sXIleq7QpJ .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sXIleq7QpJ .block__inner {
  margin: 15px 0;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #0f7699;
}
.cid-sXIleq7QpJ .mbr-text {
  margin-bottom: 10px;
  color: #0f7699;
}
.cid-sXIleq7QpJ .icons-menu {
  margin-top: 35px;
  display: flex;
  justify-content: left;
  align-items: left;
}
.cid-sXIleq7QpJ .soc-item {
  line-height: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.cid-sXIleq7QpJ .soc-item .mbr-iconfont {
  color: #2f1893;
  font-size: 20px;
  height: 20px;
  width: 20px;
}
@media (max-width: 991px) {
  .cid-sXIleq7QpJ .block__inner {
    padding: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sXIleq7QpJ .item-wrapper {
    margin: 15px -15px;
  }
}
@media (max-width: 575px) {
  .cid-sXIleq7QpJ .item-wrapper {
    display: inline-flex;
    box-sizing: border-box;
  }
  .cid-sXIleq7QpJ .item-wrapper img {
    width: 100%;
    height: 100%;
  }
}
.cid-sXIleq7QpJ .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
  position: fixed;
  opacity: .5;
  color: #fff;
  border: none;
  text-align: center;
  z-index: 5;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sXIleq7QpJ .modal-body a.close::before {
  content: '\e91a';
}
.cid-sXIleq7QpJ .modal-body a.close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sXIleq7QpJ .carousel-control,
.cid-sXIleq7QpJ .close {
  background: #1b1b1b;
}
.cid-sXIleq7QpJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sXIleq7QpJ .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-sXIleq7QpJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sXIleq7QpJ .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-sXIleq7QpJ .carousel-control {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -35px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 26px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  transition: all 0.22s ease 0s;
}
.cid-sXIleq7QpJ .carousel-inner > .active {
  display: block;
}
.cid-sXIleq7QpJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXIleq7QpJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXIleq7QpJ .carousel-control .icon-next,
.cid-sXIleq7QpJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 26px;
  line-height: 27px;
}
.cid-sXIleq7QpJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sXIleq7QpJ .carousel-control,
  .cid-sXIleq7QpJ .carousel-indicators,
  .cid-sXIleq7QpJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sXIleq7QpJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sXIleq7QpJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sXIleq7QpJ .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sXIleq7QpJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sXIleq7QpJ .carousel-indicators {
    display: none;
  }
}
.cid-sXIleq7QpJ .carousel-indicators .active,
.cid-sXIleq7QpJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-sXIleq7QpJ .carousel-indicators .active {
  background: #fff;
}
.cid-sXIleq7QpJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sXIleq7QpJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sXIleq7QpJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sXIleq7QpJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sXIleq7QpJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sXIleq7QpJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-sXIleq7QpJ .carousel {
  width: 100%;
}
.cid-sXIleq7QpJ .modal-dialog .carousel-inner {
  height: auto;
}
.cid-sXIleq7QpJ .modal-backdrop.in {
  opacity: .8;
}
.cid-sXIleq7QpJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sXIleq7QpJ .modal.fade .modal-dialog,
.cid-sXIleq7QpJ .modal.in .modal-dialog {
  transform: none;
}
.cid-sXIleq7QpJ .span__text {
  color: #232323;
  line-height: 140%;
  text-align: left;
}
.cid-sXIwqDANBq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sXIwqDANBq .mbr-text,
.cid-sXIwqDANBq blockquote {
  color: #767676;
}
.cid-sXIwqDANBq .mbr-text {
  text-align: left;
}
.cid-sZoZDBsyZ9 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sZoZDBsyZ9 .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sZoZDBsyZ9 .underlined-example:hover {
  color: #000;
}
.cid-sZoZDBsyZ9 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sZoZDBsyZ9 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sZoZDBsyZ9 h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sZoZDBsyZ9 H6 {
  color: #e3000f;
}
.cid-sZoWY63Owz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sZoWY63Owz .media-container-row {
    padding-bottom: 2rem;
  }
}
.cid-sZoWY63Owz h5 {
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
}
.cid-sZoWY63Owz img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZoWY63Owz .carousel-indicators {
  margin: 0 auto;
  padding: 3rem 0;
  align-items: center;
  position: relative;
}
.cid-sZoWY63Owz .carousel-indicators li {
  position: relative;
  display: block;
  text-indent: 0 !important;
  max-height: 60px !important;
  height: 60px !important;
  max-width: 25%;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border: 2px solid #073b4c;
  border-radius: 50%;
  color: #073b4c;
  background: #fff;
  opacity: 1;
}
.cid-sZoWY63Owz .carousel-indicators li:not(:last-child) {
  margin-right: 240px;
}
@media (max-width: 991px) {
  .cid-sZoWY63Owz .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .cid-sZoWY63Owz .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 30px;
  }
}
.cid-sZoWY63Owz .carousel-indicators li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 61px;
  width: 244px;
  height: 2px;
  background-color: #073b4c;
}
@media (max-width: 991px) {
  .cid-sZoWY63Owz .carousel-indicators li:not(:first-child)::before {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .cid-sZoWY63Owz .carousel-indicators li:not(:first-child)::before {
    width: 34px;
    right: 41px;
  }
}
.cid-sZoWY63Owz .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #073b4c;
  width: 100%;
  height: 100%;
}
.cid-sZoWY63Owz .carousel-indicators .li1::after {
  content: "1";
}
.cid-sZoWY63Owz .carousel-indicators .li2::after {
  content: "2";
}
.cid-sZoWY63Owz .carousel-indicators .li3::after {
  content: "3";
}
.cid-sZoWY63Owz .carousel-indicators .li4::after {
  content: "4";
}
.cid-sZoWY63Owz li.active,
.cid-sZoWY63Owz li:active {
  opacity: 1;
  border-color: #e3000f;
}
.cid-sZoWY63Owz li.active:after,
.cid-sZoWY63Owz li:active:after {
  color: #e3000f;
}
.cid-sZoWY63Owz li.active:before,
.cid-sZoWY63Owz li:active:before {
  background-color: #e3000f !important;
}
@media (max-width: 767px) {
  .cid-sZoWY63Owz .carousel-indicators li {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .cid-sZoWY63Owz .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1rem;
  }
}
.cid-sZoWY63Owz .mbr-text {
  margin-top: 1rem;
}
.cid-sZoWY63Owz .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-sZoWY63Owz .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 85%;
  background-color: #003300;
}
@media (max-width: 767px) {
  .cid-sZoWY63Owz .back {
    width: 100%;
    height: 105% !important;
  }
}
.cid-sZoWY63Owz .row-element,
.cid-sZoWY63Owz .image-element {
  padding: 0;
}
.cid-sZoWY63Owz .image-element {
  display: flex;
  height: 550px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
}
.cid-sZoWY63Owz .image-element img {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sZoWY63Owz .wrap {
  z-index: 2;
}
.cid-sZoWY63Owz .card-wrap {
  background-color: rgba(0, 0, 0, 0.41);
  padding: 3rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sZoWY63Owz .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZoWY63Owz .card-wrap {
    margin: 2rem auto 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sZoWY63Owz .card-wrap {
    margin-top: 1rem;
  }
}
.cid-sZoWY63Owz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sZoWY63Owz .carousel-item.active,
.cid-sZoWY63Owz .carousel-item-next {
  display: flex;
}
.cid-sZoWY63Owz .carousel-control-next {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-sZoWY63Owz .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sZoWY63Owz .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-sZoWY63Owz .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #003300;
  background-color: #003300;
}
.cid-sZoWY63Owz .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sZoWY63Owz .carousel-controls a:hover {
  transform: scale(1.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sZoWY63Owz .image-element {
    min-width: 50%;
  }
  .cid-sZoWY63Owz .media-container-row {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sZoWY63Owz .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-sZoWY63Owz .carousel-control-next {
    bottom: 2.3rem;
    top: 95%;
    right: 1.8rem;
  }
}
.cid-sZoWY63Owz .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-sZoWY63Owz .icon-left {
  margin-right: 0.1rem;
}
.cid-sZoWY63Owz .icon-right {
  margin-left: 0.1rem;
}
.cid-sZoWY63Owz H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sZoWY63Owz .mbr-section-text,
.cid-sZoWY63Owz .mbr-section-btn {
  text-align: left;
  color: #ffffff;
  line-height: 140%;
}
.cid-sZoWY63Owz H5 {
  color: #073b4c;
}
.cid-sXIvE86GN0 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sXIvE86GN0 .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sXIvE86GN0 .underlined-example:hover {
  color: #000;
}
.cid-sXIvE86GN0 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sXIvE86GN0 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sXIvE86GN0 h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sXIvE86GN0 H6 {
  color: #e3000f;
}
.cid-sZp0R9lzI1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sZp0R9lzI1 img {
  border-radius: 0px;
  padding-bottom: 0px;
}
.cid-sZp0R9lzI1 .right {
  display: flex;
  flex-direction: column;
}
.cid-sZp0R9lzI1 .card-heading {
  padding-bottom: 0px;
  color: #003300;
  text-align: center;
}
.cid-sZp0R9lzI1 .p {
  padding-bottom: 0px;
  color: #000000;
  text-align: center;
}
.cid-sZp0R9lzI1 .last-p {
  padding-bottom: 0;
}
.cid-sZp0R9lzI1 .row {
  justify-content: center;
}
.cid-sZp0R9lzI1 .card-heading DIV {
  text-align: center;
}
.cid-sZp0R9lzI1 h4 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-sZp0ScTpwv {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sZp0ScTpwv .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sZp0ScTpwv .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sXUbIH8Tcs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sXUbIH8Tcs .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sXUbIH8Tcs .underlined-example:hover {
  color: #000;
}
.cid-sXUbIH8Tcs .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sXUbIH8Tcs .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sXUbIH8Tcs h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sXUbIH8Tcs H6 {
  color: #e3000f;
}
.cid-sXTLZIjBNw {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sXTLZIjBNw .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sXTLZIjBNw p:first-of-type:first-letter {
  font-size: 600%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sXTLZIjBNw h3 {
  font-family: "Cinzel";
  font-size: 6em;
  line-height: 1.2em;
  font-weight: 400;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.51);
}
.cid-sXTLZIjBNw img {
  border: 2px solid #0C4F19;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sXTLZIjBNw img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sXTLZIjBNw img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sXTLZIjBNw .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sXTLZIjBNw .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXTLZIjBNw .card {
    padding: 2rem 0rem;
  }
}
.cid-sXTLZIjBNw .mbr-text,
.cid-sXTLZIjBNw .mbr-section-btn {
  color: #000000;
}
.cid-sXTLZIjBNw .mbr-section-subtitle {
  color: #003300;
}
.cid-sXTLZIjBNw .mbr-section-title {
  color: #000000;
}
.cid-sXSCpq3be4 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #efefef;
  box-sizing: border-box;
}
.cid-sXSCpq3be4 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #0C4F19;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sXSCpq3be4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXSCpq3be4 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  font-weight: 200;
  border: none !important;
}
.cid-sXSCpq3be4 .mbr-section-btn .btn-secondary-outline:hover {
  color: #003300 !important;
}
.cid-sXSCpq3be4 .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-sXSCpq3be4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sXSCpq3be4 .row {
  align-items: center;
  height: 100%;
}
.cid-sXSCpq3be4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXSCpq3be4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXSCpq3be4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sXSCpq3be4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sXSCpq3be4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-sXSCpq3be4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sXSCpq3be4 ul {
  font-size: 0;
}
.cid-sXSCpq3be4 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #58d0ff;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-sXSCpq3be4 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #58d0ff solid;
  border-radius: 0 !important;
}
.cid-sXSCpq3be4 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sXSCpq3be4 .btn-primary-outline:hover,
.cid-sXSCpq3be4 .btn-primary-outline:focus,
.cid-sXSCpq3be4 .btn-primary-outline.focus,
.cid-sXSCpq3be4 .btn-primary-outline.active {
  background-color: transparent !important;
  color: #58d0ff !important;
}
.cid-sXSCpq3be4 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-sXTWffumvg {
  padding-top: 6rem;
  padding-bottom: 10rem;
  padding-right: 10%;
  background-color: #efefef;
}
.cid-sXTWffumvg .video-wrapper iframe {
  width: 120%;
}
.cid-sXTWffumvg p:first-of-type:first-letter {
  font-size: 600%;
  color: #0f7699;
  line-height: 1;
  float: left;
  padding-right: .125em;
  padding-bottom: 1em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sXTWffumvg h2,
.cid-sXTWffumvg h4,
.cid-sXTWffumvg p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sXTWffumvg .col-md-6 {
    width: 120%;
  }
}
.cid-sXTWffumvg .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-sXTWffumvg .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-sXTWffumvg .mbr-section-head {
    text-align: center;
  }
}
.cid-sXTWffumvg .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sXTWffumvg .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-sXTWffumvg .mbr-text {
  color: #000;
  font-weight: 400;
  text-align: justify;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sXTB6hdvYW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sXTB6hdvYW .mbr-section-subtitle {
  color: #767676;
}
.cid-sXTB6hdvYW H2 {
  color: #003300;
}
.cid-sXTyMYWlXE {
  padding-top: 30px;
  padding-bottom: 120px;
  background: #efefef;
}
.cid-sXTyMYWlXE .images-container.container-fluid {
  padding: 0;
}
.cid-sXTyMYWlXE img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #0C4F19;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sXTyMYWlXE .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sXTyMYWlXE .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sXTyMYWlXE .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sXTyMYWlXE .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sXTyMYWlXE .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sXTyMYWlXE .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sXTyMYWlXE .img-item {
    width: 100% !important;
  }
  .cid-sXTyMYWlXE .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sXSI95Q9pF {
  background: #ffffff;
}
.cid-sXSI95Q9pF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sXSI95Q9pF .mbr-figure {
  margin: 0 auto;
}
.cid-sXSI95Q9pF figcaption {
  position: relative;
}
.cid-sXSI95Q9pF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sXSI95Q9pF .image-block {
    width: 100% !important;
  }
}
.cid-sXTAox6ZsJ {
  background: #efefef;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sXTAox6ZsJ img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #0C4F19;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sXTAox6ZsJ .image-block {
  margin: auto;
}
.cid-sXTAox6ZsJ figcaption {
  position: relative;
}
.cid-sXTAox6ZsJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sXTAox6ZsJ .image-block {
    width: 100% !important;
  }
}
.cid-sXTAox6ZsJ DIV {
  color: #000000;
  text-align: right;
  font-family: Montserrat;
  font-size: 1.2em;
  line-height: 1em;
}
.cid-sXTxpd703B {
  background: #ffffff;
}
.cid-sXTxpd703B .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sXTxpd703B .mbr-figure {
  margin: 0 auto;
}
.cid-sXTxpd703B figcaption {
  position: relative;
}
.cid-sXTxpd703B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sXTxpd703B .image-block {
    width: 100% !important;
  }
}
.cid-sXTFyB4pNM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sXTFyB4pNM h6 {
  color: #465052;
  font-family: "Archivo Narrow";
  font-size: 1em;
  padding-top: 100px;
  font-weight: 300;
}
.cid-sXTFyB4pNM .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sXTFyB4pNM .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sXTFyB4pNM .card-wrapper:hover .ico2 {
  color: #003300 !important;
}
.cid-sXTFyB4pNM .ico2 {
  color: #465052 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sXTFyB4pNM .text-info:hover {
  color: inherit !important;
}
.cid-sXTFyB4pNM .card-box {
  padding: 0rem 1rem;
}
.cid-sXTFyB4pNM .ico1 {
  font-size: 3rem !important;
}
.cid-sXTFyB4pNM h3,
.cid-sXTFyB4pNM h4 {
  padding: 0;
  margin: 0;
}
#custom-html-1ff {
  /* Type valid CSS here */
}
#custom-html-1ff div {
  background-color: #fff;
  height: 400px;
}
.cid-sXUagP7eHY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXUagP7eHY .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sXUagP7eHY .underlined-example:hover {
  color: #000;
}
.cid-sXUagP7eHY .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sXUagP7eHY .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sXUagP7eHY h6 {
  text-align: center;
  font-size: 1.0em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sXUagP7eHY H6 {
  color: #e3000f;
}
.cid-sXU55GxjXJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXU55GxjXJ figcaption {
  padding: .8em;
  text-align: center;
  font-family: "Archivo Narrow";
  color: #e3000f;
}
.cid-sXU55GxjXJ figcaption:hover {
  color: #000;
  text-decoration: underline;
  font-style: italic;
}
.cid-sXU55GxjXJ p:first-of-type:first-letter {
  font-size: 500%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .1025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 400;
}
.cid-sXU55GxjXJ img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.29);
  border: 2px solid #0C4F19;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sXU55GxjXJ .icons-menu {
  margin-bottom: 35px;
  display: flex;
  justify-content: left;
  align-items: left;
}
.cid-sXU55GxjXJ .soc-item {
  line-height: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.cid-sXU55GxjXJ .soc-item .mbr-iconfont {
  font-size: 20px;
  height: 20px;
  width: 20px;
}
.cid-sXU55GxjXJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sXU55GxjXJ .card-title {
  margin-bottom: 26px;
  color: #e3000f;
}
.cid-sXU55GxjXJ .mbr-text {
  margin-bottom: 30px;
}
.cid-sXU55GxjXJ .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sXU55GxjXJ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sXU55GxjXJ .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sXU55GxjXJ .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sXU55GxjXJ .btn_link:hover {
  cursor: pointer;
}
.cid-sXU55GxjXJ .btn_link:hover a {
  color: #003300 !important;
}
.cid-sXU55GxjXJ .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sXU55GxjXJ .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXU55GxjXJ .text-wrapper {
    text-align: center;
  }
  .cid-sXU55GxjXJ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sXU55GxjXJ .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sXU55GxjXJ .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sXU55GxjXJ .card-title,
.cid-sXU55GxjXJ .icon_block {
  color: #232323;
  text-align: right;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sXU55GxjXJ .mbr-text,
.cid-sXU55GxjXJ .btn_link {
  text-align: justify;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sXZImWjkWp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sXZImWjkWp .content_wrapper {
  position: relative;
  padding: 5px 0;
  border-top: 2px solid #0f7699;
  border-bottom: 2px solid #0f7699;
  z-index: 1;
}
.cid-sXZImWjkWp .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sXZImWjkWp .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
  color: #0f7699;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
}
.cid-sXZImWjkWp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  color: #e3000f;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXZImWjkWp .mbr-section-btn .btn-secondary-outline:hover,
.cid-sXZImWjkWp .mbr-section-btn .btn-secondary-outline .active,
.cid-sXZImWjkWp .mbr-section-btn .btn-secondary-outline:focus {
  color: #003300 !important;
}
.cid-t28bTUDeyw {
  background-color: #003300;
  padding-left: 10%;
}
.cid-t28bTUDeyw .row {
  flex-direction: row-reverse;
}
.cid-t28bTUDeyw h6 {
  color: #ffff00;
  font-family: "Archivo Narrow";
  font-size: 1.5em;
  font-weight: 100;
}
.cid-t28bTUDeyw h1 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.81);
}
.cid-t28bTUDeyw p:first-of-type:first-letter {
  font-size: 600%;
  color: #ffff00;
  line-height: 1;
  float: left;
  padding-right: .025em;
  font-family: Cinzel Decorative;
  font-weight: 400;
}
.cid-t28bTUDeyw img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  -webkit-border-radius: 240px 0px 0px 0px;
  -moz-border-radius: 240px 0px 0px 0px;
  border-radius: 240px 0px 0px 0px;
  border: 5px solid #fff;
}
.cid-t28bTUDeyw .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #003300;
}
.cid-t28bTUDeyw .svg-top .st0 {
  fill: #003300;
}
@media (max-width: 992px) {
  .cid-t28bTUDeyw .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-t28bTUDeyw .col-12 {
    padding: 0 2rem;
  }
  .cid-t28bTUDeyw .row {
    margin: 0 -2rem;
  }
}
.cid-t28bTUDeyw .mbr-text,
.cid-t28bTUDeyw .mbr-section-btn {
  color: #ffffff;
}
.cid-t28bTUDeyw .mbr-section-title {
  color: #ffffff;
}
.cid-sXZC5GyMP5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-sXZC5GyMP5 .images-container.container-fluid {
  padding: 0;
}
.cid-sXZC5GyMP5 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sXZC5GyMP5 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sXZC5GyMP5 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sXZC5GyMP5 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sXZC5GyMP5 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sXZC5GyMP5 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sXZC5GyMP5 .img-item {
    width: 100% !important;
  }
  .cid-sXZC5GyMP5 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sXZCHhDYlE {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sXZCHhDYlE .mbr-text,
.cid-sXZCHhDYlE blockquote {
  color: #767676;
}
.cid-sXZCHhDYlE .mbr-text P {
  text-align: center;
}
.cid-sXZBHWjVI4 {
  background: #ffffff;
}
.cid-sXZBHWjVI4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sXZBHWjVI4 figcaption {
  position: relative;
}
.cid-sXZBHWjVI4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sXZBHWjVI4 .image-block {
    width: 100% !important;
  }
}
.cid-sXZBHWjVI4 DIV {
  text-align: right;
}
.cid-sXZD5bCYqi {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 120px;
}
.cid-sXZD5bCYqi .image-block {
  margin: auto;
}
.cid-sXZD5bCYqi .mbr-figure {
  margin: 0 auto;
}
.cid-sXZD5bCYqi figcaption {
  position: relative;
}
.cid-sXZD5bCYqi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sXZD5bCYqi .image-block {
    width: 100% !important;
  }
}
.cid-sXZD5bCYqi .mbr-figure-caption div {
  color: #e3000f;
}
.cid-sXZD6ebnsF {
  background: #ffffff;
}
.cid-sXZD6ebnsF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sXZD6ebnsF .mbr-figure {
  margin: 0 auto;
}
.cid-sXZD6ebnsF figcaption {
  position: relative;
}
.cid-sXZD6ebnsF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sXZD6ebnsF .image-block {
    width: 100% !important;
  }
}
.cid-sXZD6ebnsF .mbr-figure-caption div {
  text-align: center;
}
.cid-sXZL2Zh97y {
  background: #003300;
  padding-top: 45px;
  padding-bottom: 120px;
}
.cid-sXZL2Zh97y .image-block {
  margin: auto;
}
.cid-sXZL2Zh97y figcaption {
  position: relative;
}
.cid-sXZL2Zh97y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sXZL2Zh97y .image-block {
    width: 100% !important;
  }
}
.cid-sXZRThO6jg {
  background: #003300;
  padding-top: 60px;
  padding-bottom: 120px;
}
.cid-sXZRThO6jg .image-block {
  margin: auto;
}
.cid-sXZRThO6jg figcaption {
  position: relative;
}
.cid-sXZRThO6jg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sXZRThO6jg .image-block {
    width: 100% !important;
  }
}
.cid-sY4l3cCuKA {
  background: #003300;
  padding-top: 60px;
  padding-bottom: 120px;
}
.cid-sY4l3cCuKA .image-block {
  margin: auto;
}
.cid-sY4l3cCuKA figcaption {
  position: relative;
}
.cid-sY4l3cCuKA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sY4l3cCuKA .image-block {
    width: 100% !important;
  }
}
.cid-sY4l4fBPS0 {
  background: #003300;
  padding-top: 60px;
  padding-bottom: 120px;
}
.cid-sY4l4fBPS0 .image-block {
  margin: auto;
}
.cid-sY4l4fBPS0 figcaption {
  position: relative;
}
.cid-sY4l4fBPS0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sY4l4fBPS0 .image-block {
    width: 100% !important;
  }
}
.cid-sYEtmHcHnJ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #f4f6fb;
}
.cid-sYEtmHcHnJ img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #0C4F19;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYEtmHcHnJ h2 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.41);
}
.cid-sYEtmHcHnJ .article-circle {
  background-color: #003300;
}
.cid-sYEtmHcHnJ .mbr-section-title {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #003300;
}
.cid-sYEtmHcHnJ .article-subtitle {
  display: flex;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .cid-sYEtmHcHnJ .article-subtitle {
    display: block;
    margin-top: 0;
  }
}
.cid-sYEtmHcHnJ .article-subtitle .article-number {
  min-width: 70px;
  min-height: 70px;
  font-family: "Indie_Flower", sans-serif;
  font-size: 3rem;
}
.cid-sYEtmHcHnJ .article-subtitle .article-number p {
  margin: 0;
}
.cid-sYEtmHcHnJ .article-subtitle .mbr-section-subtitle {
  margin-left: 8rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sYEtmHcHnJ .article-subtitle .mbr-section-subtitle {
    margin-left: 8;
  }
}
.cid-sYEtmHcHnJ .mbr-circle {
  display: flex;
  justify-content: center;
}
.cid-sYEtmHcHnJ .article-circle {
  min-width: 550px;
  height: 550px;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .cid-sYEtmHcHnJ .article-circle {
    min-width: 320px;
    height: 320px;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .cid-sYEtmHcHnJ .article-circle {
    min-width: 280px;
    height: 280px;
  }
}
.cid-sYEtmHcHnJ .article-circle img {
  max-width: 350px;
  max-height: 450px;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-sYEtmHcHnJ .article-circle img {
    max-width: 150px;
  }
}
@media (max-width: 425px) {
  .cid-sYEtmHcHnJ .article-circle img {
    max-width: 100px;
  }
}
.cid-sYEtmHcHnJ .article-circle .img1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cid-sYEtmHcHnJ .article-circle .img1 {
    margin-right: 5px;
  }
}
.cid-sYEtmHcHnJ .article-circle .img2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cid-sYEtmHcHnJ .article-circle .img2 {
    margin-left: 5px;
    margin-bottom: 1rem;
  }
}
.cid-sYEtmHcHnJ .article-content {
  padding-right: 5%;
  margin-bottom: 1.2rem;
  margin-left: 8rem;
}
.cid-sYEtmHcHnJ p:first-of-type:first-letter {
  font-size: 300%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .125em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sYEtmHcHnJ .article-more {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-sYEtmHcHnJ .article-more {
    margin-bottom: 4rem;
  }
}
.cid-sYEtmHcHnJ .article-more .more-subtitle {
  margin-bottom: 3rem;
  margin-left: 8rem;
}
.cid-sYEtmHcHnJ .article-more .more-text {
  margin-bottom: 3rem;
}
.cid-sYEtmHcHnJ .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sYEtmHcHnJ .mbr-section-subtitle {
  color: #003300;
  text-align: left;
}
.cid-sYEtmHcHnJ .article-number {
  color: #6870d1;
}
.cid-sYEtmHcHnJ .mbr-text {
  color: #3a3e5e;
  text-align: left;
}
.cid-sYEtmHcHnJ .more-subtitle {
  color: #073b4c;
  line-height: 140%;
}
.cid-sYEtmHcHnJ .more-text {
  color: #3a3e5e;
}
.cid-sYEtmHzVM9 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sYEtmHzVM9 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sYEtmHzVM9 .mbr-text {
  color: #003300;
  text-align: center;
}
.cid-sYEtmHIT2G {
  background-color: #f4f6fb;
}
.cid-sYEtmHIT2G img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYEtmHIT2G .top {
  z-index: 5;
}
.cid-sYEtmHIT2G .img-col {
  position: relative;
}
.cid-sYEtmHIT2G .img1 {
  position: absolute;
  max-width: 100%;
  bottom: 0%;
  right: 10rem;
}
.cid-sYEtmHIT2G .img2 {
  max-width: 100%;
  padding-bottom: 60%;
}
@media (max-width: 767px) {
  .cid-sYEtmHIT2G .img2 {
    padding-bottom: 3rem;
  }
}
.cid-sYEtmHIT2G .text-wrapper {
  z-index: 11;
}
.cid-sYEtmHIT2G .wrapper {
  display: flex;
}
.cid-sYEtmHIT2G .row {
  align-items: center;
}
.cid-sYEtmHIT2G .animate__fadeInUp:before {
  background: #f4f6fb;
}
.cid-sYEtmHIT2G .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #003300;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sYEtmHIT2G .wrapper {
    flex-direction: column;
  }
  .cid-sYEtmHIT2G .iconfont-wrapper {
    margin: auto;
  }
  .cid-sYEtmHIT2G .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sYEtmHIT2G .mbr-section-title {
  color: #161734;
}
.cid-sYEtmHIT2G .mbr-text,
.cid-sYEtmHIT2G .mbr-section-btn {
  color: #161734;
}
.cid-sYEtmHY0Di {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fb;
}
.cid-sYEtmHY0Di .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sYEtmHY0Di .card-title {
  margin-bottom: 26px;
  color: #e3000f;
}
.cid-sYEtmHY0Di .mbr-text {
  margin-bottom: 30px;
}
.cid-sYEtmHY0Di img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYEtmHY0Di .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sYEtmHY0Di .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(35, 35, 35, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sYEtmHY0Di .iconfont-wrapper .mbr-iconfont {
  color: #232323;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sYEtmHY0Di .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sYEtmHY0Di .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sYEtmHY0Di .btn_link:hover {
  cursor: pointer;
}
.cid-sYEtmHY0Di .btn_link:hover a {
  color: #003300 !important;
}
.cid-sYEtmHY0Di .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sYEtmHY0Di .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sYEtmHY0Di .text-wrapper {
    text-align: center;
  }
  .cid-sYEtmHY0Di .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sYEtmHY0Di .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sYEtmHY0Di .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sYEtmHY0Di .mbr-text,
.cid-sYEtmHY0Di .btn_link {
  text-align: right;
}
.cid-sYEtmHY0Di .card-title,
.cid-sYEtmHY0Di .icon_block {
  text-align: right;
  color: #073b4c;
}
.cid-sYEtmIeTDE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sYEtmIeTDE .media-container-row {
    padding-bottom: 2rem;
  }
}
.cid-sYEtmIeTDE img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYEtmIeTDE .carousel-indicators {
  margin: 0 auto;
  padding: 3rem 0;
  align-items: center;
  position: relative;
}
.cid-sYEtmIeTDE .carousel-indicators li {
  position: relative;
  display: block;
  text-indent: 0 !important;
  max-height: 60px !important;
  height: 60px !important;
  max-width: 25%;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border: 2px solid #073b4c;
  border-radius: 50%;
  color: #073b4c;
  background: #fff;
  opacity: 1;
}
.cid-sYEtmIeTDE .carousel-indicators li:not(:last-child) {
  margin-right: 240px;
}
@media (max-width: 991px) {
  .cid-sYEtmIeTDE .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .cid-sYEtmIeTDE .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 30px;
  }
}
.cid-sYEtmIeTDE .carousel-indicators li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 61px;
  width: 244px;
  height: 2px;
  background-color: #073b4c;
}
@media (max-width: 991px) {
  .cid-sYEtmIeTDE .carousel-indicators li:not(:first-child)::before {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .cid-sYEtmIeTDE .carousel-indicators li:not(:first-child)::before {
    width: 34px;
    right: 41px;
  }
}
.cid-sYEtmIeTDE .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #073b4c;
  width: 100%;
  height: 100%;
}
.cid-sYEtmIeTDE .carousel-indicators .li1::after {
  content: "1";
}
.cid-sYEtmIeTDE .carousel-indicators .li2::after {
  content: "2";
}
.cid-sYEtmIeTDE .carousel-indicators .li3::after {
  content: "3";
}
.cid-sYEtmIeTDE .carousel-indicators .li4::after {
  content: "4";
}
.cid-sYEtmIeTDE li.active,
.cid-sYEtmIeTDE li:active {
  opacity: 1;
  border-color: #e3000f;
}
.cid-sYEtmIeTDE li.active:after,
.cid-sYEtmIeTDE li:active:after {
  color: #e3000f;
}
.cid-sYEtmIeTDE li.active:before,
.cid-sYEtmIeTDE li:active:before {
  background-color: #e3000f !important;
}
@media (max-width: 767px) {
  .cid-sYEtmIeTDE .carousel-indicators li {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .cid-sYEtmIeTDE .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1rem;
  }
}
.cid-sYEtmIeTDE .mbr-text {
  margin-top: 1rem;
}
.cid-sYEtmIeTDE .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-sYEtmIeTDE .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 85%;
  background-color: #003300;
}
@media (max-width: 767px) {
  .cid-sYEtmIeTDE .back {
    width: 100%;
    height: 105% !important;
  }
}
.cid-sYEtmIeTDE .row-element,
.cid-sYEtmIeTDE .image-element {
  padding: 0;
}
.cid-sYEtmIeTDE .image-element {
  display: flex;
  height: 550px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
}
.cid-sYEtmIeTDE .image-element img {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sYEtmIeTDE .wrap {
  z-index: 2;
}
.cid-sYEtmIeTDE .card-wrap {
  background-color: rgba(0, 0, 0, 0.41);
  padding: 3rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sYEtmIeTDE .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYEtmIeTDE .card-wrap {
    margin: 2rem auto 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sYEtmIeTDE .card-wrap {
    margin-top: 1rem;
  }
}
.cid-sYEtmIeTDE .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sYEtmIeTDE .carousel-item.active,
.cid-sYEtmIeTDE .carousel-item-next {
  display: flex;
}
.cid-sYEtmIeTDE .carousel-control-next {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-sYEtmIeTDE .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYEtmIeTDE .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-sYEtmIeTDE .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #003300;
  background-color: #003300;
}
.cid-sYEtmIeTDE .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sYEtmIeTDE .carousel-controls a:hover {
  transform: scale(1.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYEtmIeTDE .image-element {
    min-width: 50%;
  }
  .cid-sYEtmIeTDE .media-container-row {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sYEtmIeTDE .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-sYEtmIeTDE .carousel-control-next {
    bottom: 2.3rem;
    top: 95%;
    right: 1.8rem;
  }
}
.cid-sYEtmIeTDE .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-sYEtmIeTDE .icon-left {
  margin-right: 0.1rem;
}
.cid-sYEtmIeTDE .icon-right {
  margin-left: 0.1rem;
}
.cid-sYEtmIeTDE H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sYEtmIeTDE .mbr-section-text,
.cid-sYEtmIeTDE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
  line-height: 140%;
}
.cid-sYEtmILnrV {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sYEtmILnrV .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sYEtmILnrV .mbr-text {
  color: #003300;
  text-align: center;
}
.cid-sYEtmIUV1E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f6fb;
}
.cid-sYEtmIUV1E img {
  border-radius: 0px;
  padding-bottom: 0px;
}
.cid-sYEtmIUV1E .right {
  display: flex;
  flex-direction: column;
}
.cid-sYEtmIUV1E .card-heading {
  padding-bottom: 0px;
  color: #003300;
  text-align: center;
}
.cid-sYEtmIUV1E .p {
  padding-bottom: 1px;
  color: #000000;
  text-align: center;
}
.cid-sYEtmIUV1E .last-p {
  padding-bottom: 0;
}
.cid-sYEtmIUV1E .row {
  justify-content: center;
}
.cid-sYEtmIUV1E .card-heading DIV {
  text-align: center;
}
.cid-sYEtmIUV1E h4 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-sYEtmJ8yfZ {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sYEtmJ8yfZ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sYEtmJ8yfZ .mbr-text {
  color: #003300;
  text-align: center;
}
.cid-sYEtmJCP9j {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #f4f6fb;
}
.cid-sYEtmJCP9j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sYEtmJCP9j .card-title {
  margin-bottom: 26px;
  color: #e3000f;
}
.cid-sYEtmJCP9j .mbr-text {
  margin-bottom: 30px;
}
.cid-sYEtmJCP9j img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYEtmJCP9j .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sYEtmJCP9j .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(35, 35, 35, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sYEtmJCP9j .iconfont-wrapper .mbr-iconfont {
  color: #232323;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sYEtmJCP9j .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sYEtmJCP9j .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sYEtmJCP9j .btn_link:hover {
  cursor: pointer;
}
.cid-sYEtmJCP9j .btn_link:hover a {
  color: #003300 !important;
}
.cid-sYEtmJCP9j .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sYEtmJCP9j .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sYEtmJCP9j .text-wrapper {
    text-align: center;
  }
  .cid-sYEtmJCP9j .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sYEtmJCP9j .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sYEtmJCP9j .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sYEtmJCP9j .mbr-text,
.cid-sYEtmJCP9j .btn_link {
  text-align: right;
}
.cid-sYEtmJCP9j .card-title,
.cid-sYEtmJCP9j .icon_block {
  text-align: right;
  color: #073b4c;
}
.cid-sYEtmJTqtY {
  background-color: #f4f6fb;
  overflow: hidden;
}
.cid-sYEtmJTqtY img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYEtmJTqtY H1 {
  color: #073b4c;
  text-shadow: 3px 3px 6px #cccccc;
}
.cid-sYEtmJTqtY .mbr-text,
.cid-sYEtmJTqtY .mbr-section-btn {
  color: #003300;
  font-size: 120%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sYEtmJTqtY .img1 {
  width: 160%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
  right: 1rem;
}
.cid-sYEtmJTqtY .relative {
  position: relative;
}
.cid-sYEtmJTqtY .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 30%;
  top: -3rem;
  left: -5rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sYEtmJTqtY .img1 {
    width: 100%;
  }
}
.cid-sYEtmKf4oh {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f4f6fb;
}
.cid-sYEtmKf4oh .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sYEtmKf4oh img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 80%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sYEtmKf4oh img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sYEtmKf4oh img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sYEtmKf4oh .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sYEtmKf4oh .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sYEtmKf4oh .card {
    padding: 2rem 0rem;
  }
}
.cid-sYEtmKf4oh .mbr-text,
.cid-sYEtmKf4oh .mbr-section-btn {
  color: #000000;
}
.cid-sYEtmKf4oh .mbr-section-subtitle {
  color: #14191e;
}
.cid-sYEtmKf4oh .mbr-section-title {
  color: #003300;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-sYEtmKrlSy {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sYEtmKrlSy .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sYEtmKrlSy .mbr-text {
  color: #003300;
  text-align: center;
}
.cid-sYEtmKADRh {
  background-color: #f4f6fb;
}
.cid-sYEtmKADRh .row {
  flex-direction: row-reverse;
}
.cid-sYEtmKADRh .mbr-section-title {
  color: #003300;
}
.cid-sYEtmKADRh .mbr-text,
.cid-sYEtmKADRh .mbr-section-btn {
  color: #000000;
}
.cid-sYEtmKADRh .mbr-section-subtitle {
  color: #8364e2;
}
.cid-sYEtmKADRh img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .cid-sYEtmKADRh .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-sYEwAyT1nQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f4f6fb;
}
.cid-sYEwAyT1nQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sYEwAyT1nQ .card-title {
  margin-bottom: 26px;
  color: #e3000f;
}
.cid-sYEwAyT1nQ .mbr-text {
  margin-bottom: 30px;
}
.cid-sYEwAyT1nQ img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYEwAyT1nQ .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sYEwAyT1nQ .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(35, 35, 35, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sYEwAyT1nQ .iconfont-wrapper .mbr-iconfont {
  color: #232323;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sYEwAyT1nQ .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sYEwAyT1nQ .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sYEwAyT1nQ .btn_link:hover {
  cursor: pointer;
}
.cid-sYEwAyT1nQ .btn_link:hover a {
  color: #003300 !important;
}
.cid-sYEwAyT1nQ .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sYEwAyT1nQ .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sYEwAyT1nQ .text-wrapper {
    text-align: center;
  }
  .cid-sYEwAyT1nQ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sYEwAyT1nQ .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sYEwAyT1nQ .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sYEwAyT1nQ .mbr-text,
.cid-sYEwAyT1nQ .btn_link {
  text-align: right;
}
.cid-sYEwAyT1nQ .card-title,
.cid-sYEwAyT1nQ .icon_block {
  text-align: right;
  color: #073b4c;
}
.cid-sYEC6O3mhC {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sYEC6O3mhC .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sYEC6O3mhC .mbr-text {
  color: #003300;
  text-align: center;
}
.cid-sYECyTdcU6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sYECyTdcU6 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sYECyTdcU6 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sYECyTdcU6 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYECyTdcU6 img,
.cid-sYECyTdcU6 .item-img {
  width: 100%;
}
.cid-sYECyTdcU6 .item:focus,
.cid-sYECyTdcU6 span:focus {
  outline: none;
}
.cid-sYECyTdcU6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYECyTdcU6 .item-wrapper {
  position: relative;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sYIKAgYrRt {
  padding-top: 1rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #f4f6fb;
}
.cid-sYIKAgYrRt .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #003300;
  z-index: 0;
}
.cid-sYIKAgYrRt img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYIKAgYrRt .carousel-inner {
  margin-bottom: 70px;
}
.cid-sYIKAgYrRt .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-sYIKAgYrRt .mbr-section-subtitle {
  color: #073b4c;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-sYIKAgYrRt .mbr-section-subtitle:after {
  content: '';
  position: absolute;
  left: -112px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpeg");
}
.cid-sYIKAgYrRt .mbr-section-title {
  margin-bottom: 33px;
}
.cid-sYIKAgYrRt .slider__image {
  margin-left: 11.8%;
}
.cid-sYIKAgYrRt .img-wrap {
  max-width: 600px;
  max-high: 600px;
}
.cid-sYIKAgYrRt .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-sYIKAgYrRt .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-sYIKAgYrRt .carousel-indicators .active {
  background: #55b4d4;
  opacity: 1;
  border: none;
}
.cid-sYIKAgYrRt .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: red;
  opacity: 0.2;
}
.cid-sYIKAgYrRt .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #55b4d4;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-sYIKAgYrRt .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-sYIKAgYrRt .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #55b4d4;
  background-color: transparent;
}
.cid-sYIKAgYrRt .carousel-controls a span {
  transition: all 0.3s;
  color: #55b4d4;
  font-size: 18px;
}
.cid-sYIKAgYrRt .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sYIKAgYrRt .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sYIKAgYrRt .carousel-controls .carousel-control-next,
.cid-sYIKAgYrRt .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sYIKAgYrRt .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-sYIKAgYrRt .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYIKAgYrRt .image-element {
    min-width: 50%;
  }
  .cid-sYIKAgYrRt .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sYIKAgYrRt .two__background:before {
    max-width: 90%;
  }
  .cid-sYIKAgYrRt .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-sYIKAgYrRt .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-sYIKAgYrRt .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-sYIKAgYrRt .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-sYIKAgYrRt .mbr-section-subtitle:after {
    content: none;
  }
  .cid-sYIKAgYrRt .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-sYIKAgYrRt .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-sYIKAgYrRt .img-wrap {
    width: 100%;
  }
  .cid-sYIKAgYrRt .carousel-controls {
    display: none;
  }
  .cid-sYIKAgYrRt .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-sYIKAgYrRt .mbr-text {
  text-align: justify;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-sYEzi5c9uV.popup-builder {
  background-color: #ffffff;
}
.cid-sYEzi5c9uV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sYEzi5c9uV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sYEzi5c9uV .modal-content,
.cid-sYEzi5c9uV .modal-dialog {
  height: auto;
}
.cid-sYEzi5c9uV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sYEzi5c9uV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sYEzi5c9uV .form-wrapper .mbr-form .form-group,
  .cid-sYEzi5c9uV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sYEzi5c9uV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sYEzi5c9uV .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-sYEzi5c9uV .mbr-text {
  text-align: center;
}
.cid-sYEzi5c9uV .pt-0 {
  padding-top: 0 !important;
}
.cid-sYEzi5c9uV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sYEzi5c9uV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sYEzi5c9uV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sYEzi5c9uV .modal-open {
  overflow: hidden;
}
.cid-sYEzi5c9uV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sYEzi5c9uV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sYEzi5c9uV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sYEzi5c9uV .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-sYEzi5c9uV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sYEzi5c9uV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sYEzi5c9uV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sYEzi5c9uV .modal-content {
  background: #f4f6fb;
  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-sYEzi5c9uV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sYEzi5c9uV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sYEzi5c9uV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sYEzi5c9uV .modal-backdrop.show {
  opacity: .5;
}
.cid-sYEzi5c9uV .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-sYEzi5c9uV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sYEzi5c9uV .modal-header {
    padding: 1rem;
  }
}
.cid-sYEzi5c9uV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sYEzi5c9uV .modal-header .close svg {
  fill: #353535;
}
.cid-sYEzi5c9uV .modal-header .close:hover {
  opacity: 1;
}
.cid-sYEzi5c9uV .modal-header .close:focus {
  outline: none;
}
.cid-sYEzi5c9uV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sYEzi5c9uV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sYEzi5c9uV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sYEzi5c9uV .modal-body {
    padding: 1rem;
  }
}
.cid-sYEzi5c9uV .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-sYEzi5c9uV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sYEzi5c9uV .modal-footer {
    padding: 1rem;
  }
}
.cid-sYEzi5c9uV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sYEzi5c9uV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sYEzi5c9uV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sYEzi5c9uV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sYEzi5c9uV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sYEzi5c9uV .modal-lg,
  .cid-sYEzi5c9uV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sYEzi5c9uV .modal-xl {
    max-width: 1140px;
  }
}
.cid-sYEzi5c9uV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sYEzi5c9uV .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-sYEzi5c9uV .form-group {
  margin-bottom: 1rem;
}
.cid-sYEzi5c9uV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sYEzi5c9uV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sYEzi5c9uV .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-sYEzi5c9uV .mbr-section-btn {
  margin: 0;
}
.cid-sYEzi5c9uV .mbr-section-btn .btn {
  margin: 0;
}
.cid-sYESgNg7y0 {
  background-image: url("");
}
.cid-sYESgNg7y0 .row {
  flex-direction: row-reverse;
}
.cid-sYESgNg7y0 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYESgNg7y0 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sYESgNg7y0 .mbr-media {
  position: relative;
}
.cid-sYESgNg7y0 .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sYESgNg7y0 .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sYESgNg7y0 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sYESgNg7y0 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sYESgNg7y0 .card-title {
  padding: 0;
  margin: 0;
}
.cid-sYESgNg7y0 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sYESgNg7y0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sYESgNg7y0 .card-wrapper {
    width: fit-content;
  }
}
.cid-sYESgNg7y0 H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sYESgNg7y0 .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sYESgNg7y0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sYESgNg7y0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sYESgNg7y0 .card-title,
.cid-sYESgNg7y0 .card-icon {
  color: #5b6c8f;
}
.cid-sYESgNg7y0 .mbr-section-title {
  color: #017268;
}
.cid-sYESgNg7y0 .mbr-text,
.cid-sYESgNg7y0 .mbr-section-btn {
  color: #103178;
}
.cid-sYESgNg7y0 .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sYESgNg7y0 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sYESgNg7y0 .mbr-section-btn .btn-secondary-outline .active,
.cid-sYESgNg7y0 .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-sYESgNg7y0 .price-title {
  text-align: center;
  color: #103178;
}
.cid-sYESgNg7y0 .price {
  text-align: center;
  color: #103178;
}
.cid-sYESgNg7y0 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sYESgNg7y0 .mbr-media a:hover {
  background-image: none!important;
}
.cid-sYESgNg7y0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sYESgNg7y0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sYESgNg7y0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sYESgNg7y0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYESgNg7y0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYWcGu3i3D {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f4f6fb;
}
.cid-sYWcGu3i3D img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sYWcGu3i3D h2 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.41);
}
.cid-sYWcGu3i3D .article-circle {
  background-color: #003300;
}
.cid-sYWcGu3i3D .mbr-section-title {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #003300;
}
.cid-sYWcGu3i3D .article-subtitle {
  display: flex;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .cid-sYWcGu3i3D .article-subtitle {
    display: block;
    margin-top: 0;
  }
}
.cid-sYWcGu3i3D .article-subtitle .article-number {
  min-width: 70px;
  min-height: 70px;
  font-family: "Indie_Flower", sans-serif;
  font-size: 3rem;
}
.cid-sYWcGu3i3D .article-subtitle .article-number p {
  margin: 0;
}
.cid-sYWcGu3i3D .article-subtitle .mbr-section-subtitle {
  margin-left: 8rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sYWcGu3i3D .article-subtitle .mbr-section-subtitle {
    margin-left: 8;
  }
}
.cid-sYWcGu3i3D .mbr-circle {
  display: flex;
  justify-content: center;
}
.cid-sYWcGu3i3D .article-circle {
  min-width: 550px;
  height: 550px;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .cid-sYWcGu3i3D .article-circle {
    min-width: 320px;
    height: 320px;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .cid-sYWcGu3i3D .article-circle {
    min-width: 280px;
    height: 280px;
  }
}
.cid-sYWcGu3i3D .article-circle img {
  max-width: 350px;
  max-height: 450px;
  object-fit: cover;
  border-radius: 15px;
  border: 2px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-sYWcGu3i3D .article-circle img {
    max-width: 150px;
  }
}
@media (max-width: 425px) {
  .cid-sYWcGu3i3D .article-circle img {
    max-width: 100px;
  }
}
.cid-sYWcGu3i3D .article-circle .img1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cid-sYWcGu3i3D .article-circle .img1 {
    margin-right: 5px;
    width: 10%;
  }
}
.cid-sYWcGu3i3D .article-circle .img2 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cid-sYWcGu3i3D .article-circle .img2 {
    margin-left: 5px;
    margin-bottom: 2rem;
  }
}
.cid-sYWcGu3i3D .article-content {
  padding-right: 5%;
  margin-bottom: 1.2rem;
  margin-left: 8rem;
}
.cid-sYWcGu3i3D p:first-of-type:first-letter {
  font-size: 300%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 400;
}
.cid-sYWcGu3i3D .article-more {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-sYWcGu3i3D .article-more {
    margin-bottom: 4rem;
  }
}
.cid-sYWcGu3i3D .article-more .more-subtitle {
  margin-bottom: 3rem;
  margin-left: 8rem;
}
.cid-sYWcGu3i3D .article-more .more-text {
  margin-bottom: 3rem;
}
.cid-sYWcGu3i3D .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sYWcGu3i3D .mbr-section-subtitle {
  color: #003300;
  text-align: left;
}
.cid-sYWcGu3i3D .article-number {
  color: #6870d1;
}
.cid-sYWcGu3i3D .mbr-text {
  color: #3a3e5e;
  text-align: left;
}
.cid-sYWcGu3i3D .more-subtitle {
  color: #073b4c;
  line-height: 140%;
}
.cid-sYWcGu3i3D .more-text {
  color: #3a3e5e;
}
.cid-sYWiruarUs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sYWiruarUs .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sYWiruarUs .mbr-text {
  color: #003300;
  text-align: center;
}
.cid-sYWgoC0d9o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f6fb;
}
.cid-sYWgoC0d9o h4:first-of-type:first-letter {
  font-size: 400%;
  color: #003300;
  line-height: 0.51;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
@media (max-width: 991px) {
  .cid-sYWgoC0d9o .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sYWgoC0d9o .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sYWgoC0d9o img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYWgoC0d9o img,
.cid-sYWgoC0d9o .item-img {
  width: 100%;
}
.cid-sYWgoC0d9o .item:focus,
.cid-sYWgoC0d9o span:focus {
  outline: none;
}
.cid-sYWgoC0d9o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYWgoC0d9o .item-wrapper {
  position: relative;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sYWiKYtp72 {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #f4f6fb;
  overflow: hidden;
}
.cid-sYWiKYtp72 p:first-of-type:first-letter {
  font-size: 400%;
  color: #003300;
  line-height: 0.81;
  float: left;
  padding-right: .05em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sYWiKYtp72 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYWiKYtp72 H1 {
  color: #073b4c;
  text-shadow: 3px 3px 6px #cccccc;
}
.cid-sYWiKYtp72 .mbr-text,
.cid-sYWiKYtp72 .mbr-section-btn {
  color: #003300;
  font-size: 120%;
  text-align: left;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sYWiKYtp72 .img1 {
  width: 160%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
  right: 1rem;
}
.cid-sYWiKYtp72 .relative {
  position: relative;
}
.cid-sYWiKYtp72 .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 30%;
  top: -3rem;
  left: -5rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sYWiKYtp72 .img1 {
    width: 100%;
  }
}
.cid-sYWiKYtp72 H3 {
  text-align: left;
}
.cid-sZuZGwTyeu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f4f6fb;
}
.cid-sZuZGwTyeu img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZuZGwTyeu .item {
  padding-bottom: 2rem;
}
.cid-sZuZGwTyeu .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-sZuZGwTyeu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZuZGwTyeu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sZuZGwTyeu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZuZGwTyeu .carousel-control,
.cid-sZuZGwTyeu .close {
  background: #1b1b1b;
}
.cid-sZuZGwTyeu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZuZGwTyeu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZuZGwTyeu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZuZGwTyeu .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZuZGwTyeu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sZuZGwTyeu .close::before {
  content: '\e91a';
}
.cid-sZuZGwTyeu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZuZGwTyeu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sZuZGwTyeu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZuZGwTyeu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZuZGwTyeu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZuZGwTyeu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZuZGwTyeu .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-sZuZGwTyeu .carousel-indicators li.active,
.cid-sZuZGwTyeu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZuZGwTyeu .carousel-indicators li::after,
.cid-sZuZGwTyeu .carousel-indicators li::before {
  content: none;
}
.cid-sZuZGwTyeu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZuZGwTyeu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZuZGwTyeu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZuZGwTyeu .carousel-indicators {
    display: none;
  }
}
.cid-sZuZGwTyeu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZuZGwTyeu .carousel-inner > .active {
  display: block;
}
.cid-sZuZGwTyeu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZuZGwTyeu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZuZGwTyeu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZuZGwTyeu .carousel-control,
  .cid-sZuZGwTyeu .carousel-indicators,
  .cid-sZuZGwTyeu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZuZGwTyeu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZuZGwTyeu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZuZGwTyeu .carousel-indicators .active,
.cid-sZuZGwTyeu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZuZGwTyeu .carousel-indicators .active {
  background: #fff;
}
.cid-sZuZGwTyeu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZuZGwTyeu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZuZGwTyeu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZuZGwTyeu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZuZGwTyeu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZuZGwTyeu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZuZGwTyeu .carousel {
  width: 100%;
}
.cid-sZuZGwTyeu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZuZGwTyeu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZuZGwTyeu .modal.fade .modal-dialog,
.cid-sZuZGwTyeu .modal.in .modal-dialog {
  transform: none;
}
.cid-sZuZGwTyeu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZuZGwTyeu .mbr-section-title {
  color: #2e6b75;
}
.cid-sZuZGwTyeu .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sZuZGwTyeu .mbr-item-subtitle {
  color: #6c7577;
}
.cid-sZuZGwTyeu H3 {
  color: #073b4c;
  text-align: center;
}
.cid-sZuZGwTyeu H6 {
  color: #000000;
  line-hight: 3em;
  text-align: left;
}
.cid-sZuZGwTyeu H4 {
  text-align: center;
}
.cid-sZ8y55VJww {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sZ8y55VJww .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZ8y55VJww .row {
  flex-direction: row-reverse;
}
.cid-sZ8y55VJww img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sYWt5WGbpR {
  background-color: #f4f6fb;
}
.cid-sYWt5WGbpR .row {
  flex-direction: row-reverse;
}
.cid-sYWt5WGbpR .mbr-section-title {
  color: #003300;
}
.cid-sYWt5WGbpR .mbr-text,
.cid-sYWt5WGbpR .mbr-section-btn {
  color: #000000;
}
.cid-sYWt5WGbpR .mbr-section-subtitle {
  color: #8364e2;
}
.cid-sYWt5WGbpR img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .cid-sYWt5WGbpR .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-sZ0NxqLEJW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f6fb;
}
.cid-sZ0NxqLEJW p:first-of-type:first-letter {
  font-size: 600%;
  color: #003300;
  line-height: 0.61;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sZ0NxqLEJW .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #003300;
  border-bottom: 1px solid #003300;
  z-index: 1;
}
.cid-sZ0NxqLEJW .content_wrapper:hover .mbr-section-title a {
  color: #e3000f !important;
}
.cid-sZ0NxqLEJW .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-sZ0NxqLEJW .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sZ0NxqLEJW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sZ0NxqLEJW .mbr-section-btn .btn-secondary-outline:hover,
.cid-sZ0NxqLEJW .mbr-section-btn .btn-secondary-outline .active,
.cid-sZ0NxqLEJW .mbr-section-btn .btn-secondary-outline:focus {
  color: #003300 !important;
}
.cid-sZ0NxqLEJW .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sZ0NxqLEJW .image_post {
  display: inline-block;
}
.cid-sZ0NxqLEJW .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sZ0NxqLEJW .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sZ0K8hvroC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f4f6fb;
}
.cid-sZ0K8hvroC .img2 {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #0C4F19;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZ0K8hvroC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sZ0K8hvroC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sZ0K8hvroC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sZ0K8hvroC P {
  color: #000000;
  margin-bottom: 20px;
  margin-top: 15px;
  text-align: left;
}
.cid-sZ0K8hvroC img {
  margin-top: 32px;
}
.cid-sZ0K8hvroC img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-sZ0K8hvroC .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sZ0K8hvroC .top,
  .cid-sZ0K8hvroC .top-2 {
    margin-top: 0;
  }
}
.cid-sZ0PYsbK0K {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sZ0PYsbK0K .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sZ0PYsbK0K .mbr-text {
  color: #003300;
  text-align: center;
}
.cid-sZdrjiGKbY {
  padding-top: 0rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #f4f6fb;
}
.cid-sZdrjiGKbY img {
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px 0px 0px 240px;
  -moz-border-radius: 0px 0px 0px 240px;
  border-radius: 0px 0px 0px 240px;
  -webkit-box-shadow: 7px 11px 26px 8px #000000;
  box-shadow: 7px 11px 26px 8px #000000;
}
.cid-sZdrjiGKbY .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #003300;
  z-index: 0;
}
.cid-sZdrjiGKbY .carousel-inner {
  margin-bottom: 70px;
}
.cid-sZdrjiGKbY .slider__content {
  padding-top: 52px;
  padding-left: 5%;
  text-align: left;
}
.cid-sZdrjiGKbY .mbr-section-subtitle {
  color: #003300;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-sZdrjiGKbY .mbr-section-subtitle:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 2px solid #003300;
  left: -204px;
  top: 147px;
  width: 125px;
  height: 125px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/mbr-1920x1415.png");
}
.cid-sZdrjiGKbY .mbr-section-title {
  margin-bottom: 33px;
}
.cid-sZdrjiGKbY .slider__image {
  margin-left: 11.8%;
}
.cid-sZdrjiGKbY .img-wrap {
  max-width: 100%;
}
.cid-sZdrjiGKbY .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-sZdrjiGKbY .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-sZdrjiGKbY .carousel-indicators .active {
  background: #55b4d4;
  opacity: 1;
  border: 1px solid #073b4c;
}
.cid-sZdrjiGKbY .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #073b4c;
  background-color: inherit;
  opacity: 0.6;
}
.cid-sZdrjiGKbY .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #55b4d4;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-sZdrjiGKbY .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-sZdrjiGKbY .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.cid-sZdrjiGKbY .carousel-controls a span {
  transition: all 0.3s;
  color: #ffffff;
  font-size: 18px;
}
.cid-sZdrjiGKbY .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sZdrjiGKbY .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sZdrjiGKbY .carousel-controls .carousel-control-next,
.cid-sZdrjiGKbY .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sZdrjiGKbY .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-sZdrjiGKbY .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sZdrjiGKbY .image-element {
    min-width: 50%;
  }
  .cid-sZdrjiGKbY .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sZdrjiGKbY .two__background:before {
    max-width: 90%;
  }
  .cid-sZdrjiGKbY .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-sZdrjiGKbY .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-sZdrjiGKbY .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-sZdrjiGKbY .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-sZdrjiGKbY .mbr-section-subtitle:after {
    content: none;
  }
  .cid-sZdrjiGKbY .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-sZdrjiGKbY .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-sZdrjiGKbY .img-wrap {
    width: 100%;
  }
  .cid-sZdrjiGKbY .carousel-controls {
    display: none;
  }
  .cid-sZdrjiGKbY .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-sZ6zNlw4mP {
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sZ6zNlw4mP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZ6zNlw4mP .row {
  flex-direction: row-reverse;
}
.cid-sZ6zNlw4mP img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZ6zNlw4mP .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: left;
}
.cid-sZ6zNlw4mP .mbr-text {
  margin-bottom: 4.5rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-sZ8EXTDIWV {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #f4f6fb;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sZ8EXTDIWV .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sZ8EXTDIWV .mbr-section-subtitle {
  margin-bottom: 20px;
  font-weight: 400;
}
.cid-sZ8EXTDIWV .abstandoben {
  padding-top: 750px;
}
.cid-sZ8EXTDIWV img {
  border: 2px solid #0C4F19;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sZ8EXTDIWV h6 {
  font-family: Archivo Narrow;
  font-size: 1em;
  font-style: normal;
  line-height: 1.6em;
  font-weight: 400;
}
.cid-sZ8EXTDIWV .hz {
  font-family: "Archivo Narrow";
  text-align: left;
  padding-left: 20%;
  padding-right: 20%;
}
.cid-sZ8EXTDIWV .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-sZ8EXTDIWV .image img {
  z-index: -1;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.cid-sZ8EXTDIWV .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-sZ8EXTDIWV .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-sZ8EXTDIWV .mbr-gallery-filter ul {
  display: block;
}
.cid-sZ8EXTDIWV .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-sZ8EXTDIWV .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sZ8EXTDIWV .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sZ8EXTDIWV .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-sZ8EXTDIWV .mbr-gallery-row {
  margin-top: 10px;
}
.cid-sZ8EXTDIWV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sZ8EXTDIWV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-sZ8EXTDIWV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-sZ8EXTDIWV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sZ8EXTDIWV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-sZ8EXTDIWV .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-sZ8EXTDIWV .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 600;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
  text-shadow: 2px 2px 4px #000;
}
.cid-sZ8EXTDIWV .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-sZ8EXTDIWV .mbr-gallery-item > div img,
.cid-sZ8EXTDIWV .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-sZ8EXTDIWV .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-sZ8EXTDIWV .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-sZ8EXTDIWV .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-sZ8EXTDIWV .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-sZ8EXTDIWV .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-sZ8EXTDIWV .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sZ8EXTDIWV .mbr-section-title {
    text-align: center;
  }
  .cid-sZ8EXTDIWV .image {
    top: auto;
    height: 420px;
  }
  .cid-sZ8EXTDIWV .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-sZ8EXTDIWV .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-sZ8EXTDIWV .mbr-gallery-item > div img,
  .cid-sZ8EXTDIWV .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-sZ8EXTDIWV .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-sZ8EXTDIWV .image {
    height: 290px;
  }
}
.cid-sZ8EXTDIWV .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-sZ8EXTDIWV P {
  text-align: left;
}
.cid-sZeAEbnr6k {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #f4f6fb;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sZeAEbnr6k .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sZeAEbnr6k .mbr-section-subtitle {
  margin-bottom: 20px;
  font-weight: 400;
}
.cid-sZeAEbnr6k .abstandoben {
  padding-top: 750px;
}
.cid-sZeAEbnr6k img {
  border: 2px solid #0C4F19;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sZeAEbnr6k h6 {
  font-family: Archivo Narrow;
  font-size: 1em;
  font-style: normal;
  line-height: 1.6em;
  font-weight: 400;
}
.cid-sZeAEbnr6k .hz {
  font-family: "Archivo Narrow";
  text-align: left;
  padding-left: 20%;
  padding-right: 20%;
}
.cid-sZeAEbnr6k .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-sZeAEbnr6k .image img {
  z-index: -1;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.cid-sZeAEbnr6k .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-sZeAEbnr6k .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-sZeAEbnr6k .mbr-gallery-filter ul {
  display: block;
}
.cid-sZeAEbnr6k .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-sZeAEbnr6k .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sZeAEbnr6k .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sZeAEbnr6k .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-sZeAEbnr6k .mbr-gallery-row {
  margin-top: 10px;
}
.cid-sZeAEbnr6k .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sZeAEbnr6k .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-sZeAEbnr6k .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-sZeAEbnr6k .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sZeAEbnr6k .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-sZeAEbnr6k .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-sZeAEbnr6k .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 600;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
  text-shadow: 2px 2px 4px #000;
}
.cid-sZeAEbnr6k .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-sZeAEbnr6k .mbr-gallery-item > div img,
.cid-sZeAEbnr6k .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-sZeAEbnr6k .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-sZeAEbnr6k .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-sZeAEbnr6k .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-sZeAEbnr6k .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-sZeAEbnr6k .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-sZeAEbnr6k .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sZeAEbnr6k .mbr-section-title {
    text-align: center;
  }
  .cid-sZeAEbnr6k .image {
    top: auto;
    height: 420px;
  }
  .cid-sZeAEbnr6k .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-sZeAEbnr6k .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-sZeAEbnr6k .mbr-gallery-item > div img,
  .cid-sZeAEbnr6k .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-sZeAEbnr6k .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-sZeAEbnr6k .image {
    height: 290px;
  }
}
.cid-sZeAEbnr6k .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-sZeAEbnr6k P {
  text-align: left;
}
.cid-sZk6oMQvwn {
  overflow: hidden;
  background-color: #f4f6fb;
}
.cid-sZk6oMQvwn .container,
.cid-sZk6oMQvwn .container-fluid {
  z-index: 10;
}
.cid-sZk6oMQvwn hz {
  float: left;
  width: 30%;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
}
.cid-sZk6oMQvwn .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-sZk6oMQvwn .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: 0px;
  right: 0px;
  width: 990px;
  height: 990px;
}
.cid-sZk6oMQvwn .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sZk6oMQvwn .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-sZk6oMQvwn .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-sZk6oMQvwn .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(255, 255, 0, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sZk6oMQvwn .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-sZk6oMQvwn .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-sZk6oMQvwn .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(7, 59, 76, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sZk6oMQvwn .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-sZk6oMQvwn .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-sZk6oMQvwn .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(70, 80, 82, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sZk6oMQvwn .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-sZk6oMQvwn .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-sZk6oMQvwn .container {
  pointer-events: none;
}
.cid-sZk6oMQvwn .subtitle__block,
.cid-sZk6oMQvwn .title__block,
.cid-sZk6oMQvwn .buttons__block {
  pointer-events: all;
  margin-right: 50%;
}
.cid-sZk6oMQvwn .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #073b4c;
}
.cid-sZk6oMQvwn .mbr-section-title {
  margin-bottom: 45px;
  color: #233d63;
  font-weight: 300;
}
.cid-sZk6oMQvwn .mbr-section-title b,
.cid-sZk6oMQvwn .mbr-section-title strong {
  font-weight: 900;
}
.cid-sZk6oMQvwn .mbr-text {
  margin-bottom: 45px;
}
.cid-sZk6oMQvwn .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-sZk6oMQvwn .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-sZk6oMQvwn .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #465052 0%, rgba(70, 80, 82, 0.85) 100%) !important;
}
.cid-sZk6oMQvwn .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sZk6oMQvwn .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sZk6oMQvwn .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-sZk6oMQvwn .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-sZk6oMQvwn .mbr-figure:hover {
  color: #465052;
  cursor: pointer;
}
.cid-sZk6oMQvwn .mbr-figure:hover .mbr-media {
  border-color: #465052;
  color: #465052;
}
@media (max-width: 575px) {
  .cid-sZk6oMQvwn .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sZk6oMQvwn .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sZk6oMQvwn .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sZk6oMQvwn .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sZk6oMQvwn .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-sZk6oMQvwn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sZk6oMQvwn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sZk6oMQvwn .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sZk6oMQvwn a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sZk6oMQvwn a.close:hover {
  color: #ffffff;
}
.cid-sZk6oMQvwn .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #465052;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sZk6oMQvwn .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #ffff00;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-sZk6oMQvwn .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #879a9f;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-sZk6oMQvwn .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #003300;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sZnI6zxu5N {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #f4f6fb;
  padding-left: 10%;
  padding-right: 10%;
}
.cid-sZnI6zxu5N h6 {
  line-height: 140%;
  font-size: 1.2em;
  color: #073b4c;
  font-weight: 400;
}
.cid-sZnI6zxu5N h4:first-of-type:first-letter {
  font-size: 600%;
  color: #003300;
  line-height: 0.51;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
@media (max-width: 991px) {
  .cid-sZnI6zxu5N .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sZnI6zxu5N .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sZnI6zxu5N img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZnI6zxu5N img,
.cid-sZnI6zxu5N .item-img {
  width: 100%;
}
.cid-sZnI6zxu5N .item:focus,
.cid-sZnI6zxu5N span:focus {
  outline: none;
}
.cid-sZnI6zxu5N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sZnI6zxu5N .item-wrapper {
  position: relative;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sZtIQ3jgAT {
  background-color: #003300;
  padding-left: 10%;
}
.cid-sZtIQ3jgAT .row {
  flex-direction: row-reverse;
}
.cid-sZtIQ3jgAT h6 {
  color: #ffff00;
}
.cid-sZtIQ3jgAT h1 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.81);
}
.cid-sZtIQ3jgAT p:first-of-type:first-letter {
  font-size: 600%;
  color: #ffff00;
  line-height: 1;
  float: left;
  padding-right: .025em;
  font-family: Cinzel Decorative;
  font-weight: 400;
}
.cid-sZtIQ3jgAT img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  -webkit-border-radius: 240px 0px 0px 0px;
  -moz-border-radius: 240px 0px 0px 0px;
  border-radius: 240px 0px 0px 0px;
  border: 5px solid #fff;
}
.cid-sZtIQ3jgAT .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #003300;
}
.cid-sZtIQ3jgAT .svg-top .st0 {
  fill: #003300;
}
@media (max-width: 992px) {
  .cid-sZtIQ3jgAT .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-sZtIQ3jgAT .col-12 {
    padding: 0 2rem;
  }
  .cid-sZtIQ3jgAT .row {
    margin: 0 -2rem;
  }
}
.cid-sZtIQ3jgAT .mbr-text,
.cid-sZtIQ3jgAT .mbr-section-btn {
  color: #ffffff;
}
.cid-sZtIQ3jgAT .mbr-section-title {
  color: #ffffff;
}
.cid-sZtITDc8Sc {
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sZtITDc8Sc .image-wrapper {
    padding: 1rem;
  }
}
.cid-sZtITDc8Sc h1 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.41);
}
.cid-sZtITDc8Sc img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.3s;
}
.cid-sZtITDc8Sc img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sZtITDc8Sc .mbr-text,
.cid-sZtITDc8Sc .mbr-section-btn {
  color: #003300;
}
.cid-sZtITDc8Sc .mbr-section-title {
  color: #073b4c;
}
.cid-sZtYP1S49B {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f4f6fb;
}
.cid-sZtYP1S49B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sZtYP1S49B .card-title {
  margin-bottom: 26px;
  color: #e3000f;
}
.cid-sZtYP1S49B p:first-of-type:first-letter {
  font-size: 600%;
  color: #073b4c;
  line-height: 0.71;
  float: left;
  padding-right: .025em;
  font-family: Cinzel Decorative;
  font-weight: 400;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.61);
}
.cid-sZtYP1S49B h4 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.61);
}
.cid-sZtYP1S49B .mbr-text {
  margin-bottom: 30px;
}
.cid-sZtYP1S49B img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZtYP1S49B .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sZtYP1S49B .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(35, 35, 35, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sZtYP1S49B .iconfont-wrapper .mbr-iconfont {
  color: #232323;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sZtYP1S49B .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sZtYP1S49B .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sZtYP1S49B .btn_link:hover {
  cursor: pointer;
}
.cid-sZtYP1S49B .btn_link:hover a {
  color: #003300 !important;
}
.cid-sZtYP1S49B .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sZtYP1S49B .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZtYP1S49B .text-wrapper {
    text-align: center;
  }
  .cid-sZtYP1S49B .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sZtYP1S49B .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sZtYP1S49B .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sZtYP1S49B .mbr-text,
.cid-sZtYP1S49B .btn_link {
  text-align: right;
}
.cid-sZtYP1S49B .card-title,
.cid-sZtYP1S49B .icon_block {
  text-align: right;
  color: #073b4c;
}
.cid-sZu57httsj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #f4f6fb;
}
.cid-sZu57httsj .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #003300;
  z-index: 0;
}
.cid-sZu57httsj h3 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.61);
}
.cid-sZu57httsj p:first-of-type:first-letter {
  font-size: 600%;
  color: #073b4c;
  line-height: 0.71;
  float: left;
  padding-right: .025em;
  font-family: Cinzel Decorative;
  font-weight: 400;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.61);
}
.cid-sZu57httsj .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-sZu57httsj .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-sZu57httsj .mbr-section-title {
  margin-bottom: 33px;
}
.cid-sZu57httsj .slider__image {
  margin-left: 11.8%;
}
.cid-sZu57httsj .img-wrap {
  max-width: 100%;
}
.cid-sZu57httsj .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-sZu57httsj .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-sZu57httsj .carousel-indicators .active {
  background: #003300;
  opacity: 1;
  border: none;
}
.cid-sZu57httsj .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-sZu57httsj .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #003300;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-sZu57httsj .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-sZu57httsj .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003300;
  background-color: transparent;
}
.cid-sZu57httsj .carousel-controls a span {
  transition: all 0.3s;
  color: #003300;
  font-size: 18px;
}
.cid-sZu57httsj .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sZu57httsj .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sZu57httsj .carousel-controls .carousel-control-next,
.cid-sZu57httsj .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sZu57httsj .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-sZu57httsj .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sZu57httsj .image-element {
    min-width: 50%;
  }
  .cid-sZu57httsj .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sZu57httsj .two__background:before {
    max-width: 90%;
  }
  .cid-sZu57httsj .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-sZu57httsj .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-sZu57httsj .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-sZu57httsj .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-sZu57httsj .mbr-section-subtitle:after {
    content: none;
  }
  .cid-sZu57httsj .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-sZu57httsj .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-sZu57httsj .img-wrap {
    width: 100%;
  }
  .cid-sZu57httsj .carousel-controls {
    display: none;
  }
  .cid-sZu57httsj .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-sZzrQI126B {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f4f6fb;
  padding-right: -20rem;
}
.cid-sZzrQI126B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sZzrQI126B img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZzrQI126B h4 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.61);
  padding-right: -20rem;
}
.cid-sZzrQI126B .card-title {
  margin-bottom: 26px;
  color: #e3000f;
}
.cid-sZzrQI126B .mbr-text {
  margin-bottom: 30px;
}
.cid-sZzrQI126B .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(0, 51, 0, 0.4);
  background-image: linear-gradient(40deg, #003300 0%, #009900 100%);
}
.cid-sZzrQI126B .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sZzrQI126B .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sZzrQI126B .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sZzrQI126B .btn_link:hover {
  cursor: pointer;
}
.cid-sZzrQI126B .btn_link:hover a {
  color: #003300 !important;
}
.cid-sZzrQI126B .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sZzrQI126B .text-wrapper {
    padding-right: 0;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZzrQI126B .text-wrapper {
    text-align: center;
  }
  .cid-sZzrQI126B .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sZzrQI126B .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sZzrQI126B .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sZzrQI126B .card-title,
.cid-sZzrQI126B .icon_block {
  color: #003300;
}
.cid-sZzxGlq4H2 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f4f6fb;
}
.cid-sZzxGlq4H2 .item {
  padding-bottom: 2rem;
}
.cid-sZzxGlq4H2 h3 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.61);
}
.cid-sZzxGlq4H2 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZzxGlq4H2 .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sZzxGlq4H2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZzxGlq4H2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sZzxGlq4H2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZzxGlq4H2 .carousel-control,
.cid-sZzxGlq4H2 .close {
  background: #1b1b1b;
}
.cid-sZzxGlq4H2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZzxGlq4H2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZzxGlq4H2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZzxGlq4H2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZzxGlq4H2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sZzxGlq4H2 .close::before {
  content: '\e91a';
}
.cid-sZzxGlq4H2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZzxGlq4H2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sZzxGlq4H2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZzxGlq4H2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZzxGlq4H2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZzxGlq4H2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZzxGlq4H2 .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-sZzxGlq4H2 .carousel-indicators li.active,
.cid-sZzxGlq4H2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZzxGlq4H2 .carousel-indicators li::after,
.cid-sZzxGlq4H2 .carousel-indicators li::before {
  content: none;
}
.cid-sZzxGlq4H2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZzxGlq4H2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZzxGlq4H2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZzxGlq4H2 .carousel-indicators {
    display: none;
  }
}
.cid-sZzxGlq4H2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZzxGlq4H2 .carousel-inner > .active {
  display: block;
}
.cid-sZzxGlq4H2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZzxGlq4H2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZzxGlq4H2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZzxGlq4H2 .carousel-control,
  .cid-sZzxGlq4H2 .carousel-indicators,
  .cid-sZzxGlq4H2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZzxGlq4H2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZzxGlq4H2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZzxGlq4H2 .carousel-indicators .active,
.cid-sZzxGlq4H2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZzxGlq4H2 .carousel-indicators .active {
  background: #fff;
}
.cid-sZzxGlq4H2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZzxGlq4H2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZzxGlq4H2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZzxGlq4H2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZzxGlq4H2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZzxGlq4H2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZzxGlq4H2 .carousel {
  width: 100%;
}
.cid-sZzxGlq4H2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZzxGlq4H2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZzxGlq4H2 .modal.fade .modal-dialog,
.cid-sZzxGlq4H2 .modal.in .modal-dialog {
  transform: none;
}
.cid-sZzxGlq4H2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZzxGlq4H2 H6 {
  text-align: left;
  line-height: 150%;
  color: #cc2952;
}
.cid-sZzxGlq4H2 .mbr-section-title {
  color: #2e6b75;
}
.cid-sZzxGlq4H2 .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sZzxGlq4H2 .mbr-item-subtitle {
  color: #6c7577;
}
.cid-sZzJ9e0Kcs {
  background-color: #f4f6fb;
}
.cid-sZzJ9e0Kcs img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.cid-sZzJ9e0Kcs h1 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.61);
}
.cid-sZzJ9e0Kcs .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sZzJ9e0Kcs .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sZzJ9e0Kcs .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sZzJ9e0Kcs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sZzJ9e0Kcs .mbr-section-title {
  color: #003300;
}
.cid-sZzJ9e0Kcs .mbr-text,
.cid-sZzJ9e0Kcs .mbr-section-btn {
  color: #000000;
}
.cid-sZzJ9e0Kcs .mbr-section-subtitle {
  color: #073b4c;
}
.cid-sZFjPM3y3j {
  background-color: #f4f6fb;
  padding-left: 5%;
  padding-right: 10%;
}
.cid-sZFjPM3y3j figcaption {
  padding: .8em;
  text-align: center;
  font-family: Archivo Narrow;
  font-size: 1em;
}
.cid-sZFjPM3y3j img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  border-radius: 0px 200px 0px 0px;
}
.cid-sZFjPM3y3j img1 {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  border-radius: 0px 0px 0px 0px;
}
.cid-sZFjPM3y3j .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-sZFjPM3y3j .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sZFjPM3y3j .card .wrapper {
  overflow: hidden;
}
.cid-sZFjPM3y3j .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sZFjPM3y3j .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #003300;
  background: linear-gradient(#003300 0%, #b2ccd2 69%, #003300 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sZFjPM3y3j .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sZFjPM3y3j .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sZFjPM3y3j .card .wrapper .mbr-text {
  color: #465052;
  font-weight: 300;
}
.cid-sZFjPM3y3j .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-sZFjPM3y3j .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #003300;
}
.cid-sZFjPM3y3j .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #003300;
}
.cid-sZFjPM3y3j .card .wrapper .sign-wrap img {
  width: 140px;
  border-radius: 0px 0px 0px 0px;
}
.cid-sZFjPM3y3j .card .wrapper .mbr-text {
  color: #000000;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  -moz-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  column-rule: 1px solid rgba(28, 110, 164, 0.35);
}
.cid-sZFvH3fUxN {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f4f6fb;
}
.cid-sZFvH3fUxN .item {
  padding-bottom: 2rem;
}
.cid-sZFvH3fUxN h3 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.61);
}
.cid-sZFvH3fUxN img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZFvH3fUxN .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sZFvH3fUxN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZFvH3fUxN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sZFvH3fUxN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZFvH3fUxN .carousel-control,
.cid-sZFvH3fUxN .close {
  background: #1b1b1b;
}
.cid-sZFvH3fUxN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZFvH3fUxN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZFvH3fUxN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZFvH3fUxN .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZFvH3fUxN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sZFvH3fUxN .close::before {
  content: '\e91a';
}
.cid-sZFvH3fUxN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZFvH3fUxN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sZFvH3fUxN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZFvH3fUxN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZFvH3fUxN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZFvH3fUxN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZFvH3fUxN .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-sZFvH3fUxN .carousel-indicators li.active,
.cid-sZFvH3fUxN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZFvH3fUxN .carousel-indicators li::after,
.cid-sZFvH3fUxN .carousel-indicators li::before {
  content: none;
}
.cid-sZFvH3fUxN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZFvH3fUxN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZFvH3fUxN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZFvH3fUxN .carousel-indicators {
    display: none;
  }
}
.cid-sZFvH3fUxN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZFvH3fUxN .carousel-inner > .active {
  display: block;
}
.cid-sZFvH3fUxN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZFvH3fUxN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZFvH3fUxN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZFvH3fUxN .carousel-control,
  .cid-sZFvH3fUxN .carousel-indicators,
  .cid-sZFvH3fUxN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZFvH3fUxN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZFvH3fUxN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZFvH3fUxN .carousel-indicators .active,
.cid-sZFvH3fUxN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZFvH3fUxN .carousel-indicators .active {
  background: #fff;
}
.cid-sZFvH3fUxN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZFvH3fUxN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZFvH3fUxN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZFvH3fUxN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZFvH3fUxN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZFvH3fUxN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZFvH3fUxN .carousel {
  width: 100%;
}
.cid-sZFvH3fUxN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZFvH3fUxN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZFvH3fUxN .modal.fade .modal-dialog,
.cid-sZFvH3fUxN .modal.in .modal-dialog {
  transform: none;
}
.cid-sZFvH3fUxN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZFvH3fUxN H6 {
  text-align: left;
  line-height: 150%;
  color: #000000;
}
.cid-sZFvH3fUxN .mbr-section-title {
  color: #2e6b75;
}
.cid-sZFvH3fUxN .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sZFvH3fUxN .mbr-item-subtitle {
  color: #6c7577;
}
.cid-sZKQ78DuwE {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #f4f6fb;
  padding-left: 10%;
}
.cid-sZKQ78DuwE .card-wrapper {
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sZKQ78DuwE .card-wrapper {
    padding: 1rem;
  }
}
.cid-sZKQ78DuwE p:first-of-type:first-letter {
  font-size: 600%;
  color: #465052;
  line-height: 0.41;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 400;
}
.cid-sZKQ78DuwE img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZKQ78DuwE .text-wrapper {
  max-width: 28rem;
}
.cid-sZKQ78DuwE .content-wrapper {
  background: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sZKQ78DuwE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sZKQ78DuwE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sZKQ78DuwE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sZKQ78DuwE .content-wrapper {
    padding: 3rem;
  }
  .cid-sZKQ78DuwE .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-sZKQ78DuwE .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sZKQ78DuwE .text-column {
    padding-left: 16px !important;
    padding-right: 4rem;
  }
}
.cid-sZKQ78DuwE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sZKQ78DuwE .mbr-text,
.cid-sZKQ78DuwE .mbr-section-btn {
  text-align: left;
}
.cid-sZKQ78DuwE .card-title {
  color: #003300;
}
.cid-sZKUzR37Tx {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #f4f6fb;
  padding-left: 10%;
}
.cid-sZKUzR37Tx .card-wrapper {
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sZKUzR37Tx .card-wrapper {
    padding: 1rem;
  }
}
.cid-sZKUzR37Tx p:first-of-type:first-letter {
  font-size: 600%;
  color: #465052;
  line-height: 0.41;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 400;
}
.cid-sZKUzR37Tx img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZKUzR37Tx .text-wrapper {
  max-width: 28rem;
}
.cid-sZKUzR37Tx .content-wrapper {
  background: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sZKUzR37Tx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sZKUzR37Tx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sZKUzR37Tx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sZKUzR37Tx .content-wrapper {
    padding: 3rem;
  }
  .cid-sZKUzR37Tx .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-sZKUzR37Tx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sZKUzR37Tx .mbr-text,
.cid-sZKUzR37Tx .mbr-section-btn {
  text-align: left;
}
.cid-sZKUzR37Tx .card-title {
  color: #003300;
}
.cid-sZKVR3LUUn {
  background-color: #f4f6fb;
}
.cid-sZKVR3LUUn hr {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  color: #465052;
  background: #465052;
}
.cid-sZKVR3LUUn h4 {
  text-shadow: #000000;
}
.cid-sZKVR3LUUn img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sZKVR3LUUn h3:first-of-type:first-letter {
  font-size: 400%;
  color: #465052;
  line-height: 0.11;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 100;
}
.cid-sZKVR3LUUn .item {
  padding-bottom: 2rem;
}
.cid-sZKVR3LUUn img,
.cid-sZKVR3LUUn .item-wrapper {
  transition: all 0.7s;
}
.cid-sZKVR3LUUn .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sZKVR3LUUn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZKVR3LUUn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sZKVR3LUUn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZKVR3LUUn .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-sZKVR3LUUn .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: Montserrat;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sZKVR3LUUn .close::before {
  content: "\e91a";
}
.cid-sZKVR3LUUn .close:hover {
  color: #fff;
}
.cid-sZKVR3LUUn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZKVR3LUUn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZKVR3LUUn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZKVR3LUUn .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZKVR3LUUn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-sZKVR3LUUn .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-sZKVR3LUUn .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-sZKVR3LUUn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-sZKVR3LUUn .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-sZKVR3LUUn .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-sZKVR3LUUn .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-sZKVR3LUUn .carousel-item img {
    width: 70%;
  }
}
.cid-sZKVR3LUUn .carousel-inner > .active {
  display: block;
}
.cid-sZKVR3LUUn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZKVR3LUUn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZKVR3LUUn .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-sZKVR3LUUn .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-sZKVR3LUUn .carousel-control,
  .cid-sZKVR3LUUn .carousel-indicators {
    position: fixed;
  }
}
.cid-sZKVR3LUUn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZKVR3LUUn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZKVR3LUUn .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-sZKVR3LUUn .modal-content {
    width: 70%;
  }
}
.cid-sZKVR3LUUn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZKVR3LUUn .carousel {
  width: 100%;
}
.cid-sZKVR3LUUn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZKVR3LUUn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZKVR3LUUn .modal.fade .modal-dialog,
.cid-sZKVR3LUUn .modal.in .modal-dialog {
  transform: none;
}
.cid-sZKVR3LUUn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZKVR3LUUn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sZKVR3LUUn .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sZKVR3LUUn .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sZKVR3LUUn .soc-item::before,
.cid-sZKVR3LUUn .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sZKVR3LUUn .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sZKVR3LUUn .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sZKVR3LUUn .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sZKVR3LUUn .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sZKVR3LUUn .mbr-section-subtitle {
  font-family: Montserrat;
  color: #000000;
  margin-bottom: 77px;
  line-height: 180%;
  font-size: 1em;
}
.cid-sZKVR3LUUn .mbr-text {
  font-family: Montserrat;
}
.cid-sZKVR3LUUn .text {
  color: #ddc499;
}
.cid-sZKVR3LUUn .one {
  color: #c0bcb7;
  font-family: Montserrat;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-sZKVR3LUUn .right {
    padding-right: 32px;
  }
  .cid-sZKVR3LUUn .left {
    padding-left: 32px;
  }
}
.cid-sZKVR3LUUn .mbr-text .one {
  color: #000000;
}
.cid-sZQH52Yvb5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f6fb;
  padding-left: 10%;
  padding-right: 10%;
}
.cid-sZQH52Yvb5 h6 {
  font-family: Montserrat;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .cid-sZQH52Yvb5 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sZQH52Yvb5 .wrapper {
    padding: 2rem 6rem;
  }
}
.cid-sZQH52Yvb5 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZQH52Yvb5 img,
.cid-sZQH52Yvb5 .item-img {
  width: 80%;
}
.cid-sZQH52Yvb5 .item:focus,
.cid-sZQH52Yvb5 span:focus {
  outline: none;
}
.cid-sZQH52Yvb5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sZQH52Yvb5 .item-wrapper {
  position: relative;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sZQH52Yvb5 .mbr-section-title {
  text-align: center;
}
.cid-sZQH52Yvb5 H6 {
  text-align: center;
}
.cid-sZSKQcv9lg {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f4f6fb;
}
.cid-sZSKQcv9lg .item {
  padding-bottom: 2rem;
}
.cid-sZSKQcv9lg h3 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.61);
}
.cid-sZSKQcv9lg img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZSKQcv9lg .item-wrapper {
  position: relative;
}
.cid-sZSKQcv9lg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sZSKQcv9lg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZSKQcv9lg .carousel-control,
.cid-sZSKQcv9lg .close {
  background: #1b1b1b;
}
.cid-sZSKQcv9lg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZSKQcv9lg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZSKQcv9lg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZSKQcv9lg .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZSKQcv9lg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sZSKQcv9lg .close::before {
  content: '\e91a';
}
.cid-sZSKQcv9lg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZSKQcv9lg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sZSKQcv9lg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZSKQcv9lg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZSKQcv9lg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZSKQcv9lg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZSKQcv9lg .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-sZSKQcv9lg .carousel-indicators li.active,
.cid-sZSKQcv9lg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZSKQcv9lg .carousel-indicators li::after,
.cid-sZSKQcv9lg .carousel-indicators li::before {
  content: none;
}
.cid-sZSKQcv9lg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZSKQcv9lg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZSKQcv9lg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZSKQcv9lg .carousel-indicators {
    display: none;
  }
}
.cid-sZSKQcv9lg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZSKQcv9lg .carousel-inner > .active {
  display: block;
}
.cid-sZSKQcv9lg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZSKQcv9lg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZSKQcv9lg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZSKQcv9lg .carousel-control,
  .cid-sZSKQcv9lg .carousel-indicators,
  .cid-sZSKQcv9lg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZSKQcv9lg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZSKQcv9lg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZSKQcv9lg .carousel-indicators .active,
.cid-sZSKQcv9lg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZSKQcv9lg .carousel-indicators .active {
  background: #fff;
}
.cid-sZSKQcv9lg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZSKQcv9lg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZSKQcv9lg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZSKQcv9lg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZSKQcv9lg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZSKQcv9lg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZSKQcv9lg .carousel {
  width: 100%;
}
.cid-sZSKQcv9lg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZSKQcv9lg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZSKQcv9lg .modal.fade .modal-dialog,
.cid-sZSKQcv9lg .modal.in .modal-dialog {
  transform: none;
}
.cid-sZSKQcv9lg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZSKQcv9lg H6 {
  text-align: left;
  line-height: 150%;
  color: #000000;
}
.cid-sZSKQcv9lg .mbr-section-title {
  color: #2e6b75;
}
.cid-sZSKQcv9lg .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sZSKQcv9lg .mbr-item-subtitle {
  color: #6c7577;
}
.cid-sZSKQcv9lg H4 {
  color: #003300;
}
.cid-sZSV9oQQyp {
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-sZSV9oQQyp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sZSV9oQQyp .image-wrapper img {
  width: 100%;
  object-fit: cover;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid #003300;
}
.cid-sZSV9oQQyp img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
@media (min-width: 992px) {
  .cid-sZSV9oQQyp .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-sZSV9oQQyp .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-sZSV9oQQyp .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-sZSV9oQQyp .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sZSV9oQQyp .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-sZSV9oQQyp .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sZSV9oQQyp .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-sZSV9oQQyp .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sZSV9oQQyp .mbr-text,
.cid-sZSV9oQQyp .mbr-section-btn {
  text-align: center;
}
.cid-sZSV9oQQyp .mbr-section-title {
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-sZTc2oHj9v {
  background-color: #f4f6fb;
}
.cid-sZTc2oHj9v img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-sZTc2oHj9v h2 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.41);
}
.cid-sZTc2oHj9v .article-circle {
  background-color: #003300;
}
.cid-sZTc2oHj9v .mbr-section-title {
  margin-bottom: 1.5rem;
  text-align: right;
  color: #073b4c;
}
.cid-sZTc2oHj9v .article-subtitle {
  display: flex;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .cid-sZTc2oHj9v .article-subtitle {
    display: block;
    margin-top: 0;
  }
}
.cid-sZTc2oHj9v .article-subtitle .article-number {
  min-width: 70px;
  min-height: 70px;
  font-family: "Indie_Flower", sans-serif;
  font-size: 3rem;
}
.cid-sZTc2oHj9v .article-subtitle .article-number p {
  margin: 0;
}
.cid-sZTc2oHj9v .article-subtitle .mbr-section-subtitle {
  margin-left: 8rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sZTc2oHj9v .article-subtitle .mbr-section-subtitle {
    margin-left: 8;
  }
}
.cid-sZTc2oHj9v .mbr-circle {
  display: flex;
  justify-content: center;
}
.cid-sZTc2oHj9v .article-circle {
  min-width: 550px;
  height: 650px;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .cid-sZTc2oHj9v .article-circle {
    min-width: 320px;
    height: 320px;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .cid-sZTc2oHj9v .article-circle {
    min-width: 280px;
    height: 280px;
  }
}
.cid-sZTc2oHj9v .article-circle img {
  max-width: 768px;
  max-height: 950px;
  object-fit: cover;
  border-radius: 15px;
  border: 2px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-sZTc2oHj9v .article-circle img {
    max-width: 150px;
  }
}
@media (max-width: 425px) {
  .cid-sZTc2oHj9v .article-circle img {
    max-width: 100px;
  }
}
.cid-sZTc2oHj9v .article-circle .img1 {
  margin-top: -4rem;
}
@media (max-width: 768px) {
  .cid-sZTc2oHj9v .article-circle .img1 {
    margin-right: 0px;
    width: 30%;
    margin-bottom: 20rem;
  }
}
.cid-sZTc2oHj9v .article-circle .img2 {
  margin-top: 18rem;
}
@media (max-width: 768px) {
  .cid-sZTc2oHj9v .article-circle .img2 {
    margin-left: 5px;
    margin-bottom: 0rem;
  }
}
.cid-sZTc2oHj9v .article-content {
  padding-right: 20%;
  margin-bottom: 1.2rem;
  margin-left: 12rem;
}
.cid-sZTc2oHj9v .article-more {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-sZTc2oHj9v .article-more {
    margin-bottom: 4rem;
  }
}
.cid-sZTc2oHj9v .article-more .more-subtitle {
  margin-bottom: 3rem;
  margin-left: 8rem;
}
.cid-sZTc2oHj9v .article-more .more-text {
  margin-bottom: 3rem;
}
.cid-sZTc2oHj9v .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sZTc2oHj9v .mbr-section-subtitle {
  color: #073b4c;
  text-align: right;
}
.cid-sZTc2oHj9v .article-number {
  color: #6870d1;
}
.cid-sZTc2oHj9v .mbr-text {
  color: #073b4c;
  text-align: center;
}
.cid-sZTc2oHj9v .more-subtitle {
  color: #073b4c;
  line-height: 140%;
  text-align: left;
}
.cid-sZTc2oHj9v .more-text {
  color: #3a3e5e;
}
.cid-sZWIMN5T7C {
  background-color: #f4f6fb;
}
.cid-sZWIMN5T7C img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZWIMN5T7C h5 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-sZWIMN5T7C .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sZWIMN5T7C .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sZWIMN5T7C .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-sZWIMN5T7C .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-sZWIMN5T7C ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-sZWIMN5T7C li::marker {
  color: #003300;
  width: 10px;
}
.cid-sZWIMN5T7C li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-sZWIMN5T7C .gray {
  background-color: #003300;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-sZWIMN5T7C .b {
  max-width: 598px;
}
.cid-sZWIMN5T7C .first {
  position: absolute;
  top: -20%;
  right: 20%;
}
.cid-sZWIMN5T7C .second {
  position: absolute;
  bottom: -10%;
  left: 20%;
}
@media (max-width: 992px) {
  .cid-sZWIMN5T7C .t {
    padding-top: 90px;
  }
  .cid-sZWIMN5T7C .b {
    max-width: initial;
  }
  .cid-sZWIMN5T7C .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-sZWIMN5T7C .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-sZWIMN5T7C .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-sZWIMN5T7C .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-sZWIMN5T7C .btn {
  margin-top: 20px;
}
.cid-sZWIMN5T7C .t {
  max-width: 542px;
}
.cid-sZWIMN5T7C .mbr-text,
.cid-sZWIMN5T7C .button-align,
.cid-sZWIMN5T7C .list {
  color: #073b4c;
  text-align: center;
}
.cid-sZWIMN5T7C .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sZWIMN5T7C .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sZWIMN5T7C .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-sZWIMN5T7C .bg-youtube:hover {
  background: #cc0000;
}
.cid-sZWIMN5T7C .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sZWIMN5T7C [class^="socicon-"]:before,
.cid-sZWIMN5T7C [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sZWIMN5T7C .mbr-section-title,
.cid-sZWIMN5T7C .social-list {
  text-align: center;
}
.cid-sZWIMN5T7C .list {
  text-align: center;
}
.cid-sZFHbelEFv {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #f4f6fb;
}
.cid-sZFHbelEFv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sZFHbelEFv .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sZFHbelEFv #center {
  text-align: right;
  font-family: Archivo Narrow;
  font-size: 0.8em;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.cid-sZFHbelEFv h3 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.61);
}
.cid-sZFHbelEFv img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-sZFHbelEFv .item-wrapper {
  position: relative;
}
.cid-sZFHbelEFv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sZFHbelEFv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZFHbelEFv .carousel-control,
.cid-sZFHbelEFv .close {
  background: #1b1b1b;
}
.cid-sZFHbelEFv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZFHbelEFv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZFHbelEFv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZFHbelEFv .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZFHbelEFv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sZFHbelEFv .close::before {
  content: '\e91a';
}
.cid-sZFHbelEFv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZFHbelEFv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sZFHbelEFv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZFHbelEFv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZFHbelEFv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZFHbelEFv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZFHbelEFv .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-sZFHbelEFv .carousel-indicators li.active,
.cid-sZFHbelEFv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZFHbelEFv .carousel-indicators li::after,
.cid-sZFHbelEFv .carousel-indicators li::before {
  content: none;
}
.cid-sZFHbelEFv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZFHbelEFv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZFHbelEFv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZFHbelEFv .carousel-indicators {
    display: none;
  }
}
.cid-sZFHbelEFv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZFHbelEFv .carousel-inner > .active {
  display: block;
}
.cid-sZFHbelEFv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZFHbelEFv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZFHbelEFv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZFHbelEFv .carousel-control,
  .cid-sZFHbelEFv .carousel-indicators,
  .cid-sZFHbelEFv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZFHbelEFv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZFHbelEFv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZFHbelEFv .carousel-indicators .active,
.cid-sZFHbelEFv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZFHbelEFv .carousel-indicators .active {
  background: #fff;
}
.cid-sZFHbelEFv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZFHbelEFv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZFHbelEFv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZFHbelEFv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZFHbelEFv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZFHbelEFv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZFHbelEFv .carousel {
  width: 100%;
}
.cid-sZFHbelEFv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZFHbelEFv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZFHbelEFv .modal.fade .modal-dialog,
.cid-sZFHbelEFv .modal.in .modal-dialog {
  transform: none;
}
.cid-sZFHbelEFv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZFHbelEFv H6 {
  text-align: left;
  line-height: 150%;
  color: #cc2952;
}
.cid-sZFHbelEFv .mbr-section-title {
  color: #2e6b75;
}
.cid-sZFHbelEFv .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sZFHbelEFv .mbr-item-subtitle {
  color: #6c7577;
}
.cid-t23skGRfDY {
  background-image: url("../../../assets/images/uganda-1758988-1837x1920.png");
}
.cid-t23skGRfDY h3 {
  text-shadow: 9px 9px 18px rgba(0, 0, 0, 0.61);
  font-size: 800%;
  text-align: center;
  color: #fff;
}
.cid-t23skGRfDY h6 {
  font-size: 0.71em;
  float: right;
  color: #ffff00;
  line-height: 1.4em;
  font-weight: 300;
}
.cid-t23skGRfDY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t23skGRfDY li {
  position: relative;
}
.cid-t23skGRfDY li:nth-last-child(n+2) {
  margin-bottom: 1rem;
}
.cid-t23skGRfDY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t23skGRfDY .background {
  padding: 3rem 1rem;
  background-color: rgba(0, 0, 0, 0.61);
}
@media (min-width: 992px) {
  .cid-t23skGRfDY .background {
    margin-top: 30%;
    border-radius: 0px 100px 0px 100px;
    border: 1px solid #fff;
  }
}
@media (min-width: 992px) {
  .cid-t23skGRfDY .display-1 {
    font-size: 70px;
  }
  .cid-t23skGRfDY .display-5 {
    font-size: 29px;
  }
  .cid-t23skGRfDY .display-7 {
    font-size: 22px;
  }
}
.cid-t23skGRfDY .mbr-section-title {
  text-align: center;
  color: #0f7699;
}
.cid-t23skGRfDY .list {
  color: #ffff00;
}
.cid-t23skGRfDY .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-family: Archivo Narrow;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
.cid-t23skGRfDY .underlined-example:hover {
  color: #000;
}
.cid-t23skGRfDY .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-t23skGRfDY .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-t23skGRfDY h5 {
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
}
.cid-t27ibPfvO6 {
  padding-top: 45px;
  padding-bottom: 120px;
  background: #efefef;
}
.cid-t27ibPfvO6 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-t27ibPfvO6 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-t27ibPfvO6 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-t27ibPfvO6 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-t27ibPfvO6 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-t27ibPfvO6 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-t27ibPfvO6 h6 {
  font-family: "Archivo Narrow";
  font-size: 1em;
  text-align: center;
}
.cid-t27ibPfvO6 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
@media (max-width: 992px) {
  .cid-t27ibPfvO6 .img-item {
    width: 100% !important;
  }
  .cid-t27ibPfvO6 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-t27ibPfvO6 P {
  text-align: center;
}
.cid-t27k4KlYve {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-2-1920x1357.jpg");
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .cid-t27k4KlYve .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t27k4KlYve .row {
  flex-direction: row-reverse;
}
.cid-t27k4KlYve img {
  width: 100%;
}
.cid-t27qHlRfyu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-2-1920x1357.jpg");
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .cid-t27qHlRfyu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t27qHlRfyu .row {
  flex-direction: row-reverse;
}
.cid-t27qHlRfyu img {
  width: 100%;
}
.cid-t27sadYINj {
  background-image: url("../../../assets/images/275680800-10165877821350696-8615301072147971513-n-1080x810.jpg");
}
.cid-t27sadYINj .svg-top {
  display: none;
}
.cid-t27sadYINj h1 {
  font-size: 6em;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.61);
  margin-top: -1em;
}
.cid-t27sadYINj figcaption {
  padding: 1em;
  text-align: center;
  font-family: "Archivo Narrow";
  font-size: 1em;
  font-weight: 800;
}
.cid-t27sadYINj .row {
  flex-direction: row-reverse;
}
.cid-t27sadYINj img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t27sadYINj ul {
  padding: 0;
}
.cid-t27sadYINj li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-t27sadYINj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #003300;
}
.cid-t27sadYINj .svg-top .st0 {
  fill: "file:///C:/Users/Anwender/Documents/www.hziller.at/INDEX_neu_2018/assets/images/275680800-10165877821350696-8615301072147971513-n-1080x810.jpg";
}
@media (max-width: 992px) {
  .cid-t27sadYINj .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-t27sadYINj .mbr-section-title {
  color: #232323;
}
@media (min-width: 1400px) {
  .cid-t27sadYINj .col-12 {
    padding: 0 2rem;
  }
  .cid-t27sadYINj .row {
    margin: 0 -2rem;
  }
}
.cid-t27sadYINj .mbr-text,
.cid-t27sadYINj .mbr-section-btn {
  color: #000000;
  font-weight: 500;
}
#custom-html-1ix {
  /* Type valid CSS here */
}
#custom-html-1ix div {
  background-color: #073b4c;
  height: 400px;
}
.cid-t2eLVArGF1 {
  background-color: #f4f6fb;
}
.cid-t2eLVArGF1 hr {
  width: 100%;
  height: 1px;
  margin: 20 auto;
  color: #003300;
  background: #003300;
}
.cid-t2eLVArGF1 hz {
  font-family: "Archivo Narrow";
  margin-left: 30%;
}
.cid-t2eLVArGF1 .btn {
  margin-left: 4px !important;
  padding-top: 5px;
  padding-right: 50px;
  padding-bottom: 5px;
  padding-left: 50px;
  width: 400px;
  height: 55px;
  box-shadow: none;
}
.cid-t2eLVArGF1 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t2eLVArGF1 h2 {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.41);
}
.cid-t2eLVArGF1 h6 {
  font-family: "Archivo Narrow";
}
.cid-t2eLVArGF1 .article-circle {
  background-color: #003300;
}
.cid-t2eLVArGF1 .mbr-section-title {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #003300;
}
.cid-t2eLVArGF1 .article-subtitle {
  display: flex;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .cid-t2eLVArGF1 .article-subtitle {
    display: block;
    margin-top: 0;
  }
}
.cid-t2eLVArGF1 .article-subtitle .article-number {
  min-width: 70px;
  min-height: 70px;
  font-family: "Indie_Flower", sans-serif;
  font-size: 3rem;
}
.cid-t2eLVArGF1 .article-subtitle .article-number p {
  margin: 0;
}
.cid-t2eLVArGF1 .article-subtitle .mbr-section-subtitle {
  margin-left: 8rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-t2eLVArGF1 .article-subtitle .mbr-section-subtitle {
    margin-left: 8;
  }
}
.cid-t2eLVArGF1 .mbr-circle {
  display: flex;
  justify-content: center;
}
.cid-t2eLVArGF1 .article-circle {
  min-width: 550px;
  height: 550px;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .cid-t2eLVArGF1 .article-circle {
    min-width: 320px;
    height: 320px;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .cid-t2eLVArGF1 .article-circle {
    min-width: 280px;
    height: 280px;
  }
}
.cid-t2eLVArGF1 .article-circle img {
  max-width: 350px;
  max-height: 450px;
  object-fit: cover;
  border-radius: 15px;
  border: 2px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-t2eLVArGF1 .article-circle img {
    max-width: 150px;
  }
}
@media (max-width: 425px) {
  .cid-t2eLVArGF1 .article-circle img {
    max-width: 100px;
  }
}
.cid-t2eLVArGF1 .article-circle .img1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cid-t2eLVArGF1 .article-circle .img1 {
    margin-right: 5px;
    width: 10%;
  }
}
.cid-t2eLVArGF1 .article-circle .img2 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cid-t2eLVArGF1 .article-circle .img2 {
    margin-left: 5px;
    margin-bottom: 2rem;
  }
}
.cid-t2eLVArGF1 .article-content {
  padding-right: 5%;
  margin-bottom: 1.2rem;
  margin-left: 8rem;
}
.cid-t2eLVArGF1 p:first-of-type:first-letter {
  font-size: 300%;
  color: #003300;
  line-height: 1;
  float: left;
  padding-right: .025em;
  text-shadow: 3px 3px 6px #b8b8b8;
  font-family: Cinzel Decorative;
  font-weight: 400;
}
.cid-t2eLVArGF1 .article-more {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-t2eLVArGF1 .article-more {
    margin-bottom: 4rem;
  }
}
.cid-t2eLVArGF1 .article-more .more-subtitle {
  margin-bottom: 3rem;
  margin-left: 8rem;
}
.cid-t2eLVArGF1 .article-more .more-text {
  margin-bottom: 3rem;
}
.cid-t2eLVArGF1 .mbr-section-subtitle {
  color: #003300;
  text-align: left;
}
.cid-t2eLVArGF1 .article-number {
  color: #6870d1;
}
.cid-t2eLVArGF1 .mbr-text {
  color: #003300;
  text-align: left;
}
.cid-t2eLVArGF1 .more-subtitle {
  color: #073b4c;
  line-height: 140%;
}
.cid-t2eLVArGF1 .more-text {
  color: #3a3e5e;
}
.cid-t2eTkmtl6i {
  background-color: #f4f6fb;
}
@media (min-width: 1500px) {
  .cid-t2eTkmtl6i .container {
    max-width: 1400px;
  }
}
.cid-t2eTkmtl6i img {
  width: 70%;
  height: auto;
  margin: auto;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t2eTkmtl6i .content {
  margin: auto;
}
.cid-t2eTkmtl6i .mbr-text,
.cid-t2eTkmtl6i .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-t2eTkmtl6i img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-t2eTkmtl6i .img-col {
    padding-bottom: 2rem;
  }
}
.cid-t2eTkmtl6i .quote {
  color: #003300;
}
.cid-t2eTkmtl6i H3 {
  color: #003300;
}
.cid-t2eTkmtl6i H4 {
  color: #0f7699;
}
.cid-t2eTkmtl6i .mbr-text {
  color: #232323;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-t2f0hw1fdR {
  background-color: #f4f6fb;
}
@media (min-width: 1500px) {
  .cid-t2f0hw1fdR .container {
    max-width: 1400px;
  }
}
.cid-t2f0hw1fdR img {
  width: 70%;
  height: auto;
  margin: auto;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t2f0hw1fdR .content {
  margin: auto;
}
.cid-t2f0hw1fdR .mbr-text,
.cid-t2f0hw1fdR .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-t2f0hw1fdR img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-t2f0hw1fdR .img-col {
    padding-bottom: 2rem;
  }
}
.cid-t2f0hw1fdR .quote {
  color: #e3000f;
}
.cid-t2f0hw1fdR H3 {
  color: #003300;
}
.cid-t2f0hw1fdR H4 {
  color: #0f7699;
}
.cid-t2f0hw1fdR .mbr-text {
  color: #232323;
  hyphens: auto;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-t2f7rfEiaE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-t2f7rfEiaE .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t2f7rfEiaE .wrapper {
    padding: 4rem 2rem;
  }
}
.cid-t2f7rfEiaE img,
.cid-t2f7rfEiaE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t2f7rfEiaE .item:focus,
.cid-t2f7rfEiaE span:focus {
  outline: none;
}
.cid-t2f7rfEiaE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2f7rfEiaE .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t2f7rfEiaE img {
  border-radius: 30px;
}
.cid-t2f7rfEiaE .mbr-text,
.cid-t2f7rfEiaE .mbr-section-btn {
  text-align: center;
}
.cid-t2iEgwGYjW {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f4f6fb;
}
.cid-t2iEgwGYjW .mbr-section-subtitle,
.cid-t2iEgwGYjW .mbr-text {
  color: #767676;
}
.cid-t2iEgwGYjW h2 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t2iEgwGYjW img {
  border: 2px solid #003300;
}
.cid-t2iEgwGYjW .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t2iEgwGYjW .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t2iEgwGYjW .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t2iEgwGYjW .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-t2iEgwGYjW .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-t2iEgwGYjW .card-wrapper .card-img img {
  width: 100%;
}
.cid-t2iEgwGYjW .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 2px solid #003300;
}
.cid-t2iEgwGYjW .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-t2iEgwGYjW .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-t2iEgwGYjW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-t2iEgwGYjW .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-t2iEgwGYjW .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-t2iEgwGYjW .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-t2iEgwGYjW .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-t2iHKcsHhd {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f4f6fb;
}
.cid-t2iHKcsHhd .mbr-section-subtitle,
.cid-t2iHKcsHhd .mbr-text {
  color: #767676;
}
.cid-t2iHKcsHhd img {
  border: 2px solid #003300;
}
.cid-t2iHKcsHhd h2 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t2iHKcsHhd .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t2iHKcsHhd .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t2iHKcsHhd .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t2iHKcsHhd .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-t2iHKcsHhd .card-wrapper .card-img img {
  width: 100%;
}
.cid-t2iHKcsHhd .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 2px solid #003300;
}
.cid-t2iHKcsHhd .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-t2iHKcsHhd .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-t2iHKcsHhd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-t2iHKcsHhd .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-t2iHKcsHhd .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-t2iHKcsHhd .card-title {
  text-align: center;
}
.cid-t2iHKcsHhd .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-t2iMJYkdLR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #f4f6fb;
}
.cid-t2iMJYkdLR h4 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
@media (max-width: 991px) {
  .cid-t2iMJYkdLR .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t2iMJYkdLR .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-t2iMJYkdLR img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t2iMJYkdLR img,
.cid-t2iMJYkdLR .item-img {
  width: 80%;
}
.cid-t2iMJYkdLR .item:focus,
.cid-t2iMJYkdLR span:focus {
  outline: none;
}
.cid-t2iMJYkdLR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2iMJYkdLR .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t2iMJYkdLR .mbr-section-title {
  text-align: center;
}
.cid-t2iThPAZ0s {
  overflow: visible !important;
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #f4f6fb;
}
@media (max-width: 1000px) {
  .cid-t2iThPAZ0s {
    padding-top: 0.5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-t2iThPAZ0s {
    padding-top: 0.3rem;
    padding-bottom: 3rem;
  }
}
.cid-t2iThPAZ0s h1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t2iThPAZ0s .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t2iThPAZ0s .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-t2iThPAZ0s .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 900px;
  }
}
.cid-t2iThPAZ0s .image-wrapper img {
  min-height: 100%;
  max-height: 700px;
  width: auto;
  object-fit: cover;
  border: 5px solid #003300;
  border-radius: 200px 0px 0px 0px;
}
@media (min-width: 992px) {
  .cid-t2iThPAZ0s .text {
    min-width: 615px;
    transform: translate(-25%, 6rem);
  }
}
.cid-t2iThPAZ0s .text-wrapper {
  background: #ffcc01;
  padding: 20rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-t2iThPAZ0s .text-wrapper {
    padding: 30px 100px 20px 20px;
    border: 1px solid #ffcc01;
    border-radius: 0px 0px 200px 0px;
  }
}
.cid-t2iThPAZ0s .mbr-text {
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-t2iThPAZ0s .display-1 {
    font-size: 65px;
  }
  .cid-t2iThPAZ0s .display-5 {
    font-size: 29px;
  }
}
.cid-t2iThPAZ0s .mbr-section-btn {
  background: #ffcc01;
  margin-left: 0;
  margin-right: 0;
}
.cid-t2iThPAZ0s .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-t2iThPAZ0s .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-t2iThPAZ0s .mbr-description {
  text-align: left;
  color: #003300;
}
.cid-t2k2n32WvO {
  background-color: #f4f6fb;
  padding-left: 6%;
  padding-right: 8%;
}
.cid-t2k2n32WvO figcaption {
  padding: .8em;
  text-align: left;
  font-family: Archivo Narrow;
  font-size: 90%;
}
.cid-t2k2n32WvO figure {
  position: relative;
  margin: 0;
  padding: 2.5em;
}
.cid-t2k2n32WvO img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t2k2n32WvO .row {
  flex-direction: row-reverse;
}
.cid-t2k2n32WvO .text-wrapper {
  padding: 0 3rem 0 0;
}
@media (max-width: 768px) {
  .cid-t2k2n32WvO .text-wrapper {
    padding: 0 2rem 0 0;
  }
}
.cid-t2k2n32WvO .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t2k2n32WvO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2k2n32WvO .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-t2k2n32WvO .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2k2n32WvO .mbr-section-tag {
  color: #e3000f;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t2k2n32WvO .mbr-text,
.cid-t2k2n32WvO .mbr-section-btn {
  text-align: left;
}
.cid-t2k2n32WvO .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-t2k2n32WvO .bar-line {
  margin-top: 9px;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #465052;
  border-radius: 0px;
}
.cid-t2k2n32WvO .bar-line-active {
  position: absolute;
  background-color: #003300;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-t2k2n32WvO .mbr-bar {
  margin-bottom: 1.25rem;
}
.cid-t2k2n32WvO .bars-wraps {
  margin-top: 1.5625rem;
}
.cid-t2k2n32WvO .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-t2k2n32WvO .mbr-section-title b:last-child,
.cid-t2k2n32WvO .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t2k2n32WvO .bar1 .bar-line-active {
  width: 44%;
}
.cid-t2k2n32WvO .bar1 .bar-procent::before {
  content: "44";
}
.cid-t2k2n32WvO .bar2 .bar-line-active {
  width: 51%;
}
.cid-t2k2n32WvO .bar2 .bar-procent::before {
  content: "51";
}
.cid-t2k2n32WvO .bar3 .bar-line-active {
  width: 71%;
}
.cid-t2k2n32WvO .bar3 .bar-procent::before {
  content: "71";
}
.cid-t2k2n32WvO .bar4 .bar-line-active {
  width: 49%;
}
.cid-t2k2n32WvO .bar4 .bar-procent::before {
  content: "49";
}
.cid-t2k2n32WvO .bar5 .bar-line-active {
  width: 48%;
}
.cid-t2k2n32WvO .bar5 .bar-procent::before {
  content: "48";
}
.cid-t2k2n32WvO .bar6 .bar-line-active {
  width: 27%;
}
.cid-t2k2n32WvO .bar6 .bar-procent::before {
  content: "27";
}
.cid-t2k2n32WvO .mbr-text {
  text-align: left;
}
.cid-t2kmSaLJCA {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #f4f6fb;
}
.cid-t2kmSaLJCA h2 {
  text-align: left;
}
.cid-t2kmSaLJCA h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2kmSaLJCA p {
  color: #767676;
  text-align: left;
}
.cid-t2kmSaLJCA .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2kmSaLJCA .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2kmSaLJCA .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2kmSaLJCA .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2kmSaLJCA .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2kmSaLJCA .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2kmSaLJCA .mbr-figure {
    padding-right: 4rem;
  }
}
.cid-t2kmSaLJCA img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .cid-t2kmSaLJCA .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2kmSaLJCA .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2kmSaLJCA P {
  color: #232323;
}
.cid-t2kmSaLJCA H4 {
  color: #073b4c;
}
.cid-t2kqFoxm8a {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #f4f6fb;
}
.cid-t2kqFoxm8a .mbr-section-subtitle,
.cid-t2kqFoxm8a .mbr-text {
  color: #767676;
}
.cid-t2kqFoxm8a img {
  border: 2px solid #003300;
}
.cid-t2kqFoxm8a h2 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t2kqFoxm8a .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t2kqFoxm8a .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t2kqFoxm8a .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t2kqFoxm8a .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-t2kqFoxm8a .card-wrapper .card-img img {
  width: 100%;
}
.cid-t2kqFoxm8a .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 2px solid #003300;
}
.cid-t2kqFoxm8a .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-t2kqFoxm8a .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-t2kqFoxm8a .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-t2kqFoxm8a .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-t2kqFoxm8a .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-t2kqFoxm8a .card-title {
  text-align: center;
}
.cid-t2kqFoxm8a .mbr-text {
  color: #232323;
}
.cid-t2kuHrTdSa {
  background-color: #f4f6fb;
  padding-left: 6%;
  padding-right: 8%;
}
.cid-t2kuHrTdSa figcaption {
  padding: .8em;
  text-align: justify;
  font-family: Archivo Narrow;
  font-size: 100%;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
}
.cid-t2kuHrTdSa figure {
  position: relative;
  margin: 0;
  padding: 2.5em;
}
.cid-t2kuHrTdSa img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t2kuHrTdSa .row {
  flex-direction: row-reverse;
}
.cid-t2kuHrTdSa .text-wrapper {
  padding: 0 3rem 0 0;
}
@media (max-width: 768px) {
  .cid-t2kuHrTdSa .text-wrapper {
    padding: 0 2rem 0 0;
  }
}
.cid-t2kuHrTdSa .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t2kuHrTdSa .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2kuHrTdSa .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-t2kuHrTdSa .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2kuHrTdSa .mbr-section-tag {
  color: #003300;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t2kuHrTdSa .mbr-text,
.cid-t2kuHrTdSa .mbr-section-btn {
  text-align: left;
}
.cid-t2kuHrTdSa .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-t2kuHrTdSa .bar-line {
  margin-top: 9px;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #465052;
  border-radius: 0px;
}
.cid-t2kuHrTdSa .bar-line-active {
  position: absolute;
  background-color: #003300;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-t2kuHrTdSa .mbr-bar {
  margin-bottom: 1.25rem;
}
.cid-t2kuHrTdSa .bars-wraps {
  margin-top: 1.5625rem;
}
.cid-t2kuHrTdSa .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-t2kuHrTdSa .mbr-section-title b:last-child,
.cid-t2kuHrTdSa .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t2kuHrTdSa .bar1 .bar-line-active {
  width: 44%;
}
.cid-t2kuHrTdSa .bar1 .bar-procent::before {
  content: "44";
}
.cid-t2kuHrTdSa .bar2 .bar-line-active {
  width: 51%;
}
.cid-t2kuHrTdSa .bar2 .bar-procent::before {
  content: "51";
}
.cid-t2kuHrTdSa .bar3 .bar-line-active {
  width: 71%;
}
.cid-t2kuHrTdSa .bar3 .bar-procent::before {
  content: "71";
}
.cid-t2kuHrTdSa .bar4 .bar-line-active {
  width: 49%;
}
.cid-t2kuHrTdSa .bar4 .bar-procent::before {
  content: "49";
}
.cid-t2kuHrTdSa .bar5 .bar-line-active {
  width: 48%;
}
.cid-t2kuHrTdSa .bar5 .bar-procent::before {
  content: "48";
}
.cid-t2kuHrTdSa .bar6 .bar-line-active {
  width: 27%;
}
.cid-t2kuHrTdSa .bar6 .bar-procent::before {
  content: "27";
}
.cid-t2kuHrTdSa .mbr-text {
  text-align: left;
}
.cid-t2kuHrTdSa .mbr-section-subtitle {
  color: #e3000f;
}
.cid-t2kz0aWyZh {
  background-image: url("../../../assets/images/gz-2-492x328.jpg");
  background-attachment: fixed;
}
.cid-t2kz0aWyZh .btn {
  margin-left: 4px !important;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
}
.cid-t2kz0aWyZh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t2kz0aWyZh li {
  position: relative;
}
.cid-t2kz0aWyZh li:nth-last-child(n+2) {
  margin-bottom: 1rem;
}
.cid-t2kz0aWyZh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #415d7d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t2kz0aWyZh .background {
  padding: 3rem 1rem;
  background-color: #eeff42;
}
@media (min-width: 992px) {
  .cid-t2kz0aWyZh .background {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-t2kz0aWyZh .display-1 {
    font-size: 70px;
  }
  .cid-t2kz0aWyZh .display-5 {
    font-size: 29px;
  }
  .cid-t2kz0aWyZh .display-7 {
    font-size: 22px;
  }
}
.cid-t2kz0aWyZh .mbr-section-title {
  text-align: left;
}
.cid-t2kF5ur8LQ {
  background-image: url("../../../assets/images/wasser-ist-leben-1-1980x1114.jpg");
  padding-left: 1em;
  padding-right: 15%;
  background-attachment: fixed;
}
.cid-t2kF5ur8LQ figcaption {
  padding: .8em;
  text-align: center;
  font-family: "Archivo Narrow";
  font-size: 1em;
  color: #000;
}
.cid-t2kF5ur8LQ figure {
  position: relative;
  margin: 0;
  padding: 2.5em;
  width: 100%;
}
.cid-t2kF5ur8LQ h1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.61);
}
.cid-t2kF5ur8LQ .row {
  flex-direction: row-reverse;
}
.cid-t2kF5ur8LQ .mbr-section-title {
  color: #003300;
}
.cid-t2kF5ur8LQ .mbr-text,
.cid-t2kF5ur8LQ .mbr-section-btn {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.51);
  padding: 30px;
}
.cid-t2kF5ur8LQ .mbr-section-subtitle {
  color: #0f7699;
}
.cid-t2kF5ur8LQ img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .cid-t2kF5ur8LQ .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t2oM8UqDyD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f6fb;
}
.cid-t2oM8UqDyD img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 32px;
}
.cid-t2oM8UqDyD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-t2oM8UqDyD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-t2oM8UqDyD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-t2oM8UqDyD P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-t2oM8UqDyD img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-t2oM8UqDyD .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-t2oM8UqDyD .top,
  .cid-t2oM8UqDyD .top-2 {
    margin-top: 0;
  }
}
.cid-t2oSXog6I4 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #f4f6fb;
}
.cid-t2oSXog6I4 .row {
  margin-top: -200px;
}
.cid-t2oSXog6I4 .container {
  max-width: 1100px;
}
.cid-t2oSXog6I4 .container-fluid {
  padding: 0;
}
@media (max-width: 960px) {
  .cid-t2oSXog6I4 .container-fluid {
    padding: 0 15px;
  }
  .cid-t2oSXog6I4 .row {
    margin-top: 0px;
  }
}
.cid-t2oSXog6I4 .row {
  flex-direction: row-reverse;
}
.cid-t2oSXog6I4 .mbr-section-title {
  text-align: left;
  color: #10634e;
  padding: 10px 30px;
}
.cid-t2oSXog6I4 img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t2p0UNbYyQ {
  background-color: #f4f6fb;
}
.cid-t2p0UNbYyQ h1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t2p0UNbYyQ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-t2p0UNbYyQ img:hover {
  transform: scale(1.1);
}
.cid-t2p0UNbYyQ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-t2p0UNbYyQ h2 {
  padding: 0;
  margin: 0;
}
.cid-t2p0UNbYyQ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2p0UNbYyQ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 1rem;
}
.cid-t2p0UNbYyQ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-t2p0UNbYyQ .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-t2p0UNbYyQ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t2p0UNbYyQ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t2p0UNbYyQ .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-t2p0UNbYyQ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-t2p0UNbYyQ H2 {
  color: #333333;
}
.cid-t2p0UNbYyQ .mbr-text {
  color: #232323;
}
.cid-t2p0UNbYyQ H3 {
  color: #073b4c;
}
.cid-t2p5sMj59i {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #f4f6fb;
}
.cid-t2p5sMj59i img {
  border: 5px solid #666;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t2p5sMj59i .item {
  padding-bottom: 2rem;
}
.cid-t2p5sMj59i .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-t2p5sMj59i .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2p5sMj59i .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2p5sMj59i .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2p5sMj59i .carousel-control,
.cid-t2p5sMj59i .close {
  background: #1b1b1b;
}
.cid-t2p5sMj59i .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2p5sMj59i .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2p5sMj59i .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2p5sMj59i .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2p5sMj59i .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2p5sMj59i .close::before {
  content: '\e91a';
}
.cid-t2p5sMj59i .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2p5sMj59i .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2p5sMj59i .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2p5sMj59i .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2p5sMj59i .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2p5sMj59i .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2p5sMj59i .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-t2p5sMj59i .carousel-indicators li.active,
.cid-t2p5sMj59i .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2p5sMj59i .carousel-indicators li::after,
.cid-t2p5sMj59i .carousel-indicators li::before {
  content: none;
}
.cid-t2p5sMj59i .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2p5sMj59i .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2p5sMj59i .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2p5sMj59i .carousel-indicators {
    display: none;
  }
}
.cid-t2p5sMj59i .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2p5sMj59i .carousel-inner > .active {
  display: block;
}
.cid-t2p5sMj59i .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2p5sMj59i .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2p5sMj59i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2p5sMj59i .carousel-control,
  .cid-t2p5sMj59i .carousel-indicators,
  .cid-t2p5sMj59i .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2p5sMj59i .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2p5sMj59i .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2p5sMj59i .carousel-indicators .active,
.cid-t2p5sMj59i .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2p5sMj59i .carousel-indicators .active {
  background: #fff;
}
.cid-t2p5sMj59i .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2p5sMj59i .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2p5sMj59i .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2p5sMj59i .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2p5sMj59i .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2p5sMj59i .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2p5sMj59i .carousel {
  width: 100%;
}
.cid-t2p5sMj59i .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2p5sMj59i .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2p5sMj59i .modal.fade .modal-dialog,
.cid-t2p5sMj59i .modal.in .modal-dialog {
  transform: none;
}
.cid-t2p5sMj59i .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2p5sMj59i H6 {
  text-align: center;
  color: #000;
  font-size: 1em;
  font-family: Montserrat;
  font-weight: 400;
  padding-top: 1em;
}
.cid-t2p5sMj59i .mbr-section-title {
  color: #000;
}
.cid-t2p5sMj59i .mbr-section-subtitle {
  color: #000;
}
.cid-t2p5sMj59i .mbr-item-subtitle {
  color: #000;
}
.cid-t2p5sMj59i H4 {
  color: #e3000f;
}
.cid-t2pa8xbYQA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4f6fb;
}
.cid-t2pa8xbYQA img {
  border: 5px solid #666;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t2pa8xbYQA h5 {
  color: #000;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  -moz-column-rule: 1px solid rgba(28, 110, 164, 0.35);
  column-rule: 1px solid rgba(28, 110, 164, 0.35);
}
.cid-t2pa8xbYQA h4 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t2pa8xbYQA img,
.cid-t2pa8xbYQA .item-img {
  height: 290px;
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-t2pa8xbYQA img:hover,
.cid-t2pa8xbYQA .item-img:hover {
  filter: brightness(85%);
}
.cid-t2pa8xbYQA .item:focus,
.cid-t2pa8xbYQA span:focus {
  outline: none;
}
.cid-t2pa8xbYQA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2pa8xbYQA .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2pa8xbYQA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2pa8xbYQA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t2pa8xbYQA .mbr-section-title {
  margin-bottom: 20px;
}
.cid-t2pa8xbYQA .mbr-text,
.cid-t2pa8xbYQA .mbr-section-btn {
  text-align: center;
}
.cid-t2pa8xbYQA .item-title {
  text-align: center;
  transition: all .5s;
}
.cid-t2pa8xbYQA .item-subtitle {
  text-align: center;
}
.cid-t2pa8xbYQA .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-t2pa8xbYQA .display-1 {
    font-size: 65px;
  }
  .cid-t2pa8xbYQA .display-5 {
    font-size: 29px;
  }
  .cid-t2pa8xbYQA .display-7 {
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 400;
  }
}
.cid-t2pa8xbYQA .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-t2q7UPT0e6 {
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
  background-attachment: fixed;
  padding-left: 20%;
}
.cid-t2q7UPT0e6 .row {
  position: relative;
}
.cid-t2q7UPT0e6 h3 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t2q7UPT0e6 .index {
  z-index: 3;
}
.cid-t2q7UPT0e6 ul {
  list-style: none;
  margin: 0;
  padding-left: 61px;
}
.cid-t2q7UPT0e6 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t2q7UPT0e6 ul li::before {
  position: absolute;
  content: "\2192";
  left: -61px;
  top: -15px;
  color: #e3000f;
  font-weight: 600;
  font-size: 2rem;
  width: 1.6rem;
}
@media (max-width: 768px) {
  .cid-t2q7UPT0e6 ul li::before {
    top: -5px;
  }
}
.cid-t2q7UPT0e6 span {
  background: #ffff33;
}
@media (min-width: 992px) {
  .cid-t2q7UPT0e6 img {
    object-fit: cover;
    position: absolute;
  }
  .cid-t2q7UPT0e6 .one {
    top: 0;
    right: 10%;
    width: 400px;
    height: 600px;
  }
  .cid-t2q7UPT0e6 .two {
    width: 200px;
    height: 140px;
    right: -2%;
    top: 5%;
  }
  .cid-t2q7UPT0e6 .three {
    width: 360px;
    height: 360px;
    top: 55%;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .cid-t2q7UPT0e6 .container {
    max-width: 1162px;
  }
  .cid-t2q7UPT0e6 .one {
    top: 0;
    right: 20%;
  }
  .cid-t2q7UPT0e6 .two {
    right: 15%;
    top: 5%;
  }
  .cid-t2q7UPT0e6 .three {
    top: 55%;
    right: 10%;
  }
}
@media (max-width: 991px) {
  .cid-t2q7UPT0e6 img {
    object-fit: cover;
    position: relative;
    width: 30%;
  }
  .cid-t2q7UPT0e6 .image-wrapper {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-t2q7UPT0e6 .mbr-text {
  color: #000000;
}
.cid-t2q7UPT0e6 .list {
  color: #000000;
  font-weight: 600;
}
.cid-t2q7UPT0e6 .underlined {
  position: relative;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  float: right;
  padding-top: 2rem;
}
.cid-t2q7UPT0e6 .underlined-example:hover {
  color: #000;
}
.cid-t2q7UPT0e6 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: red;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-t2q7UPT0e6 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-t2qnmxCwu1 {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/back-finale-2-2000x1125.jpg");
  background-size: contain;
  background-attachment: fixed;
}
.cid-t2qnmxCwu1 h4 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t2qnmxCwu1 h5 {
  background-color: #f2f3f7;
  padding: 5px;
}
.cid-t2qnmxCwu1 .item {
  position: relative;
  display: flex;
  padding-bottom: 1rem;
}
.cid-t2qnmxCwu1 .item:last-child .icon-box:before {
  display: none;
}
.cid-t2qnmxCwu1 .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 20px;
  position: absolute;
  top: 0;
  background: #465052;
  transform: translate(-50%, 0);
}
.cid-t2qnmxCwu1 .last:before {
  display: none;
}
.cid-t2qnmxCwu1 .icon-box {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-t2qnmxCwu1 .icon-box {
    margin-right: 1rem;
  }
}
.cid-t2qnmxCwu1 span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-t2qnmxCwu1 span .card {
    margin-bottom: 2rem;
  }
  .cid-t2qnmxCwu1 span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t2qnmxCwu1 span .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-t2qnmxCwu1 .icon-box::before {
    top: 114%;
  }
}
.cid-t2qnmxCwu1 SPAN {
  color: #e3000f;
}
.cid-t2qnmxCwu1 .icon-text {
  color: #232323;
}
.cid-t2qnmxCwu1 .icon-title {
  color: #36187d;
}
.cid-t2qnmxCwu1 .icon-subtitle {
  color: #36187d;
}
.cid-t2qnmxCwu1 .main-title {
  color: #003300;
}
.cid-t2qnmxCwu1 .mbr-text,
.cid-t2qnmxCwu1 .mbr-section-btn {
  text-align: right;
}
.cid-t2qnmxCwu1 underlined {
  position: relative;
  text-decoration: none;
  font-size: 10px;
  display: inline-block;
  float: left;
  padding-top: 2rem;
}
.cid-t2qnmxCwu1 .underlined-example:hover {
  color: #000;
}
.cid-t2qnmxCwu1 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: red;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-t2qnmxCwu1 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-t2uKSqYPG5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #003300;
  overflow: hidden;
  position: relative;
}
.cid-t2uKSqYPG5 hr {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  color: #fff;
  background: #fff;
}
.cid-t2uKSqYPG5 .mbr-overlay {
  background: #5eeebb;
}
.cid-t2uKSqYPG5 .wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
}
.cid-t2uKSqYPG5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2uKSqYPG5 .card-title {
  margin-bottom: 26px;
}
.cid-t2uKSqYPG5 .mbr-text {
  margin-bottom: 30px;
}
.cid-t2uKSqYPG5 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-t2uKSqYPG5 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-t2uKSqYPG5 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t2uKSqYPG5 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2uKSqYPG5 .text-wrapper {
    text-align: center;
  }
  .cid-t2uKSqYPG5 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-t2uKSqYPG5 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-t2uKSqYPG5 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-t2uKSqYPG5 .card-title,
.cid-t2uKSqYPG5 .icon_block {
  color: #ffff00;
}
#custom-html-1fc {
  /* Type valid CSS here */
}
#custom-html-1fc div {
  background-color: #003300;
  height: 600px;
}
.cid-t2oOt5EQkj.popup-builder {
  background-color: #ffffff;
}
.cid-t2oOt5EQkj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t2oOt5EQkj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t2oOt5EQkj .modal-content,
.cid-t2oOt5EQkj .modal-dialog {
  height: auto;
}
.cid-t2oOt5EQkj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t2oOt5EQkj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t2oOt5EQkj .form-wrapper .mbr-form .form-group,
  .cid-t2oOt5EQkj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t2oOt5EQkj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t2oOt5EQkj .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-t2oOt5EQkj .mbr-text {
  text-align: center;
}
.cid-t2oOt5EQkj .pt-0 {
  padding-top: 0 !important;
}
.cid-t2oOt5EQkj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t2oOt5EQkj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t2oOt5EQkj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t2oOt5EQkj .modal-open {
  overflow: hidden;
}
.cid-t2oOt5EQkj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t2oOt5EQkj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t2oOt5EQkj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t2oOt5EQkj .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-t2oOt5EQkj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t2oOt5EQkj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t2oOt5EQkj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t2oOt5EQkj .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-t2oOt5EQkj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t2oOt5EQkj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t2oOt5EQkj .modal-backdrop.fade {
  opacity: 0;
}
.cid-t2oOt5EQkj .modal-backdrop.show {
  opacity: .5;
}
.cid-t2oOt5EQkj .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-t2oOt5EQkj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t2oOt5EQkj .modal-header {
    padding: 1rem;
  }
}
.cid-t2oOt5EQkj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t2oOt5EQkj .modal-header .close svg {
  fill: #353535;
}
.cid-t2oOt5EQkj .modal-header .close:hover {
  opacity: 1;
}
.cid-t2oOt5EQkj .modal-header .close:focus {
  outline: none;
}
.cid-t2oOt5EQkj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t2oOt5EQkj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t2oOt5EQkj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2oOt5EQkj .modal-body {
    padding: 1rem;
  }
}
.cid-t2oOt5EQkj .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-t2oOt5EQkj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2oOt5EQkj .modal-footer {
    padding: 1rem;
  }
}
.cid-t2oOt5EQkj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t2oOt5EQkj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t2oOt5EQkj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t2oOt5EQkj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t2oOt5EQkj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t2oOt5EQkj .modal-lg,
  .cid-t2oOt5EQkj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t2oOt5EQkj .modal-xl {
    max-width: 1140px;
  }
}
.cid-t2oOt5EQkj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t2oOt5EQkj .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-t2oOt5EQkj .form-group {
  margin-bottom: 1rem;
}
.cid-t2oOt5EQkj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t2oOt5EQkj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t2oOt5EQkj .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-t2oOt5EQkj .mbr-section-btn {
  margin: 0;
}
.cid-t2oOt5EQkj .mbr-section-btn .btn {
  margin: 0;
}
.cid-t5TqHq3GPl {
  background-color: #efefef;
}
.cid-t5TqHq3GPl .row {
  flex-direction: row-reverse;
}
.cid-t5TqHq3GPl .mbr-text,
.cid-t5TqHq3GPl .mbr-section-btn {
  color: #103178;
}
.cid-t5TqHq3GPl .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t5TqHq3GPl .mbr-section-btn .btn-secondary-outline:hover,
.cid-t5TqHq3GPl .mbr-section-btn .btn-secondary-outline .active,
.cid-t5TqHq3GPl .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-t5TqHq3GPl .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-t5TqHq3GPl img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t5TqHq3GPl .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-t5TqHq3GPl .mbr-media {
  position: relative;
}
.cid-t5TqHq3GPl .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t5TqHq3GPl .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-t5TqHq3GPl .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-t5TqHq3GPl .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-t5TqHq3GPl .card-title {
  padding: 0;
  margin: 0;
}
.cid-t5TqHq3GPl .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t5TqHq3GPl .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t5TqHq3GPl .card-wrapper {
    width: fit-content;
  }
}
.cid-t5TqHq3GPl H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-t5TqHq3GPl .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-t5TqHq3GPl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t5TqHq3GPl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t5TqHq3GPl .card-title,
.cid-t5TqHq3GPl .card-icon {
  color: #5b6c8f;
}
.cid-t5TqHq3GPl .mbr-section-title {
  color: #003300;
}
.cid-t5TqHq3GPl .price-title {
  text-align: center;
  color: #103178;
}
.cid-t5TqHq3GPl .price {
  text-align: center;
  color: #103178;
}
.cid-t5TqHq3GPl .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t5TqHq3GPl .mbr-media a:hover {
  background-image: none!important;
}
.cid-t5TqHq3GPl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5TqHq3GPl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5TqHq3GPl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5TqHq3GPl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t5TqHq3GPl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4AXi4QJ12 {
  background-color: #efefef;
}
.cid-t4AXi4QJ12 .row {
  flex-direction: row-reverse;
}
.cid-t4AXi4QJ12 .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-t4AXi4QJ12 .mbr-media {
  position: relative;
}
.cid-t4AXi4QJ12 .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t4AXi4QJ12 .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-t4AXi4QJ12 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-t4AXi4QJ12 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-t4AXi4QJ12 .card-title {
  padding: 0;
  margin: 0;
}
.cid-t4AXi4QJ12 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t4AXi4QJ12 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4AXi4QJ12 .card-wrapper {
    width: fit-content;
  }
}
.cid-t4AXi4QJ12 H1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t4AXi4QJ12 .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-t4AXi4QJ12 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t4AXi4QJ12 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4AXi4QJ12 .card-title,
.cid-t4AXi4QJ12 .card-icon {
  color: #5b6c8f;
}
.cid-t4AXi4QJ12 .mbr-section-title {
  color: #017268;
}
.cid-t4AXi4QJ12 .mbr-text,
.cid-t4AXi4QJ12 .mbr-section-btn {
  color: #000000;
}
.cid-t4AXi4QJ12 .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t4AXi4QJ12 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t4AXi4QJ12 .mbr-section-btn .btn-secondary-outline .active,
.cid-t4AXi4QJ12 .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-t4AXi4QJ12 .price-title {
  text-align: center;
  color: #103178;
}
.cid-t4AXi4QJ12 .price {
  text-align: center;
  color: #103178;
}
.cid-t4AXi4QJ12 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t4AXi4QJ12 .mbr-media a:hover {
  background-image: none!important;
}
.cid-t4AXi4QJ12 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t4AXi4QJ12 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t4AXi4QJ12 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t4AXi4QJ12 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t4AXi4QJ12 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t5USJpBsoE {
  background-color: #efefef;
}
.cid-t5USJpBsoE .row {
  flex-direction: row-reverse;
}
.cid-t5USJpBsoE .mbr-text,
.cid-t5USJpBsoE .mbr-section-btn {
  color: #103178;
}
.cid-t5USJpBsoE .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t5USJpBsoE .mbr-section-btn .btn-secondary-outline:hover,
.cid-t5USJpBsoE .mbr-section-btn .btn-secondary-outline .active,
.cid-t5USJpBsoE .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-t5USJpBsoE .mbr-section-subtitle {
  color: #051441;
  margin-bottom: 6px;
}
.cid-t5USJpBsoE img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t5USJpBsoE .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-t5USJpBsoE .mbr-media {
  position: relative;
}
.cid-t5USJpBsoE .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t5USJpBsoE .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-t5USJpBsoE .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-t5USJpBsoE .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-t5USJpBsoE .card-title {
  padding: 0;
  margin: 0;
}
.cid-t5USJpBsoE .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t5USJpBsoE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t5USJpBsoE .card-wrapper {
    width: fit-content;
  }
}
.cid-t5USJpBsoE H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-t5USJpBsoE .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-t5USJpBsoE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t5USJpBsoE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t5USJpBsoE .card-title,
.cid-t5USJpBsoE .card-icon {
  color: #5b6c8f;
}
.cid-t5USJpBsoE .mbr-section-title {
  color: #003300;
}
.cid-t5USJpBsoE .price-title {
  text-align: center;
  color: #103178;
}
.cid-t5USJpBsoE .price {
  text-align: center;
  color: #103178;
}
.cid-t5USJpBsoE .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t5USJpBsoE .mbr-media a:hover {
  background-image: none!important;
}
.cid-t5USJpBsoE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5USJpBsoE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5USJpBsoE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5USJpBsoE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t5USJpBsoE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t5ZljilmLj {
  background-image: url("../../../assets/images/christine-fereinmesse-1920x1046.jpg");
}
.cid-t5ZljilmLj H1 {
  color: #f7ed4a;
}
.cid-t5ZljilmLj H3 {
  color: #f7ed4a;
}
.cid-t60UhD3SKV {
  background-color: #f4f6fb;
}
@media (max-width: 991px) {
  .cid-t60UhD3SKV .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-t60UhD3SKV h3 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
  font-size: 4em;
  line-height: 1em;
}
.cid-t60UhD3SKV img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .cid-t60UhD3SKV .text-wrapper {
    padding-right: 0rem;
  }
}
.cid-t60UhD3SKV .mbr-section-title {
  color: #003300;
}
.cid-t60UhD3SKV .mbr-text {
  color: #051441;
}
.cid-t60UhD3SKV .mbr-description {
  color: #7f1933;
}
.cid-t6zRvXchTP .modal-body .close {
  background: #1b1b1b;
}
.cid-t6zRvXchTP .modal-body .close span {
  font-style: normal;
}
.cid-t6zRvXchTP .carousel-inner > .active,
.cid-t6zRvXchTP .carousel-inner > .next,
.cid-t6zRvXchTP .carousel-inner > .prev {
  display: table;
}
.cid-t6zRvXchTP .carousel-control .icon-next,
.cid-t6zRvXchTP .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t6zRvXchTP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6zRvXchTP .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6zRvXchTP .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t6zRvXchTP .boxed-slider > div {
  position: relative;
}
.cid-t6zRvXchTP .container img {
  width: 100%;
}
.cid-t6zRvXchTP .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t6zRvXchTP .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t6zRvXchTP .mbr-table-cell {
  padding: 0;
}
.cid-t6zRvXchTP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6zRvXchTP .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t6zRvXchTP .mbr-overlay {
  z-index: 1;
}
.cid-t6zRvXchTP .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t6zRvXchTP .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-t6zRvXchTP .carousel-item .container {
    width: 100%;
  }
}
.cid-t6zRvXchTP .carousel-item-next.carousel-item-left,
.cid-t6zRvXchTP .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t6zRvXchTP .active.carousel-item-right,
.cid-t6zRvXchTP .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-t6zRvXchTP .active.carousel-item-left,
.cid-t6zRvXchTP .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-t6zRvXchTP .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-t6zRvXchTP .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6zRvXchTP .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6zRvXchTP .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-t6zRvXchTP .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6zRvXchTP .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6zRvXchTP .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t6zRvXchTP .mbr-slider .carousel-indicators li.active,
.cid-t6zRvXchTP .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t6zRvXchTP .mbr-slider .carousel-indicators li::after,
.cid-t6zRvXchTP .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t6zRvXchTP .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
@media (max-width: 576px) {
  .cid-t6zRvXchTP .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t6zRvXchTP .mbr-slider > .container img {
  width: 100%;
}
.cid-t6zRvXchTP .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t6zRvXchTP .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t6zRvXchTP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6zRvXchTP .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t6zRvXchTP .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t6zRvXchTP .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t6zRvXchTP .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t6zRvXchTP .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t6zRvXchTP .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t6zRvXchTP .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t6zRvXchTP .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t6zRvXchTP .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t6zRvXchTP .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t6zRvXchTP P {
  text-align: left;
}
.cid-t6zRvXchTP H2 {
  color: #f7ed4a;
}
.cid-t60KSvK0Et {
  background-color: #003300;
}
.cid-t60KSvK0Et .row {
  flex-direction: row-reverse;
}
.cid-t60KSvK0Et img {
  -webkit-box-shadow: 5px 5px 15px 5px #000;
  box-shadow: 5px 5px 15px 5px #000;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .cid-t60KSvK0Et .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-t60KSvK0Et .col-text {
    padding: 0 0 0 0;
  }
}
.cid-t60KSvK0Et .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-t60KSvK0Et .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-t60KSvK0Et .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #f7ed4a;
}
@media (max-width: 767px) {
  .cid-t60KSvK0Et .label-text {
    text-align: center !important;
  }
}
.cid-t60KSvK0Et .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t60KSvK0Et .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t60KSvK0Et .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t60KSvK0Et .mbr-text {
    text-align: center !important;
  }
}
.cid-t60KSvK0Et .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-t60KSvK0Et .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-t60KSvK0Et .mbr-section-btn .btn {
  padding: 20;
}
.cid-t60KSvK0Et .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t60KSvK0Et .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t60KSvK0Et .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-t60KSvK0Et .col-cards {
    padding: 0;
    padding-right: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-t60KSvK0Et .col-cards {
    padding-right: 5%;
  }
}
.cid-t60KSvK0Et .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-t60KSvK0Et .cards-wrap:hover {
  background-color: #073b4c;
}
.cid-t60KSvK0Et .card {
  padding: 30px;
  background-color: #003300;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-t60KSvK0Et .card:hover {
  background-color: #073b4c;
}
@media (min-width: 768px) {
  .cid-t60KSvK0Et .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-t60KSvK0Et .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t60KSvK0Et .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-t60KSvK0Et .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-t60KSvK0Et .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  position: relative;
}
.cid-t60KSvK0Et .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-t60KSvK0Et .img-bg {
  background-color: #F0C48A;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-t60KSvK0Et .card-title {
  color: #ffffff;
  margin-bottom: 8px;
  text-align: left;
}
.cid-t60KSvK0Et .card-text {
  color: #222222;
  margin-bottom: 0;
}
.cid-t60KSvK0Et .mbr-section-title,
.cid-t60KSvK0Et .mbr-section-btn {
  color: #ffffff;
}
.cid-t6zZXFlF3o {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t6zZXFlF3o figcaption {
  padding: .8em;
  text-align: center;
  font-family: "Archivo Narrow";
  font-size: 1.4em;
}
.cid-t6zZXFlF3o figcaption:hover {
  color: #e3000f;
  text-decoration: underline;
  font-style: italic;
}
.cid-t6zZXFlF3o hr {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  color: #465052;
  background: #465052;
}
.cid-t6zZXFlF3o h2 {
  text-align: left;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t6zZXFlF3o h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t6zZXFlF3o p {
  color: #767676;
  text-align: left;
}
.cid-t6zZXFlF3o .aside-content {
  flex-basis: 100%;
}
.cid-t6zZXFlF3o .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t6zZXFlF3o .media {
  margin: initial;
  align-items: center;
}
.cid-t6zZXFlF3o .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t6zZXFlF3o .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t6zZXFlF3o .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t6zZXFlF3o .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t6zZXFlF3o .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t6zZXFlF3o .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t6zZXFlF3o .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t6zZXFlF3o .card-img span {
    font-size: 40px !important;
  }
}
.cid-t6zZXFlF3o .mbr-text {
  color: #000;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 400;
}
.cid-t6A2PeXGQs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t6A2PeXGQs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t6A2PeXGQs img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t6A2PeXGQs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6A2PeXGQs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6A2PeXGQs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t6A2PeXGQs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t6A2PeXGQs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t6A2PeXGQs .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t6A2PeXGQs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t6A2PeXGQs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t6A2PeXGQs .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-t6EgnSf014 {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t6EgnSf014 .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-t6EgnSf014 .underlined-example:hover {
  color: #000;
}
.cid-t6EgnSf014 .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-t6EgnSf014 .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-t6EgnSf014 h6 {
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
}
.cid-t5ZkLv22hi {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t5ZkLv22hi .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-t5ZkLv22hi .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t5ZkLv22hi .btn_link:hover {
  cursor: pointer;
}
.cid-t5ZkLv22hi .btn_link:hover a {
  color: #003300 !important;
}
.cid-t5ZkLv22hi .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-t5ZkLv22hi .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t5ZkLv22hi .wrapper {
    padding: 1rem 10rem;
  }
}
.cid-t5ZkLv22hi img,
.cid-t5ZkLv22hi .item-img {
  width: 100%;
}
.cid-t5ZkLv22hi .item:focus,
.cid-t5ZkLv22hi span:focus {
  outline: none;
}
.cid-t5ZkLv22hi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t5ZkLv22hi .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t5ZkLv22hi img {
  border-radius: 30px;
}
.cid-t5ZkLv22hi .mbr-section-title {
  text-align: center;
}
.cid-t5ZkLv22hi .mbr-section-subtitle {
  text-align: center;
}
.cid-t6AdqnJoIY {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t6AdqnJoIY .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-t6AdqnJoIY .underlined-example:hover {
  color: #000;
}
.cid-t6AdqnJoIY .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-t6AdqnJoIY .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-t6AdqnJoIY h6 {
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
}
.cid-t613b6zywE {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-t613b6zywE .row {
  background: #efefef;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-t613b6zywE img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border: 2px solid #003300;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-t613b6zywE img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-t613b6zywE img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-t613b6zywE .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-t613b6zywE .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t613b6zywE .card {
    padding: 2rem 0rem;
  }
}
.cid-t613b6zywE .mbr-text,
.cid-t613b6zywE .mbr-section-btn {
  color: #051441;
}
.cid-t613b6zywE .mbr-section-subtitle {
  color: #14191e;
}
.cid-t613b6zywE .mbr-section-title {
  color: #777777;
}
.cid-t6AdZD1fqW {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t6AdZD1fqW .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-t6AdZD1fqW .underlined-example:hover {
  color: #000;
}
.cid-t6AdZD1fqW .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-t6AdZD1fqW .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-t6AdZD1fqW h6 {
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
}
#custom-html-1h5 {
  /* Type valid CSS here */
}
#custom-html-1h5 div {
  background-color: #fff;
  height: 400px;
}
.cid-t6nTrht2Bt {
  background-color: #efefef;
}
.cid-t6nTrht2Bt .row {
  flex-direction: row-reverse;
}
.cid-t6nTrht2Bt .mbr-text,
.cid-t6nTrht2Bt .mbr-section-btn {
  color: #103178;
}
.cid-t6nTrht2Bt .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t6nTrht2Bt .mbr-section-btn .btn-secondary-outline:hover,
.cid-t6nTrht2Bt .mbr-section-btn .btn-secondary-outline .active,
.cid-t6nTrht2Bt .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-t6nTrht2Bt .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-t6nTrht2Bt img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t6nTrht2Bt .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-t6nTrht2Bt .mbr-media {
  position: relative;
}
.cid-t6nTrht2Bt .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t6nTrht2Bt .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-t6nTrht2Bt .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-t6nTrht2Bt .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-t6nTrht2Bt .card-title {
  padding: 0;
  margin: 0;
}
.cid-t6nTrht2Bt .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t6nTrht2Bt .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6nTrht2Bt .card-wrapper {
    width: fit-content;
  }
}
.cid-t6nTrht2Bt H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-t6nTrht2Bt .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-t6nTrht2Bt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t6nTrht2Bt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6nTrht2Bt .card-title,
.cid-t6nTrht2Bt .card-icon {
  color: #5b6c8f;
}
.cid-t6nTrht2Bt .mbr-section-title {
  color: #003300;
}
.cid-t6nTrht2Bt .price-title {
  text-align: center;
  color: #103178;
}
.cid-t6nTrht2Bt .price {
  text-align: center;
  color: #103178;
}
.cid-t6nTrht2Bt .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t6nTrht2Bt .mbr-media a:hover {
  background-image: none!important;
}
.cid-t6nTrht2Bt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t6nTrht2Bt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t6nTrht2Bt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t6nTrht2Bt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t6nTrht2Bt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6o7TFzNIo {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f4f6fb;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t6o7TFzNIo .mbr-section-title {
  margin-bottom: 25px;
  color: #003300;
}
.cid-t6o7TFzNIo .mbr-section-subtitle {
  margin-bottom: 20px;
  font-weight: 400;
}
.cid-t6o7TFzNIo .abstandoben {
  padding-top: 750px;
}
.cid-t6o7TFzNIo h3 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
.cid-t6o7TFzNIo img {
  border: 2px solid #0C4F19;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
}
.cid-t6o7TFzNIo h6 {
  font-family: Archivo Narrow;
  font-size: 1em;
  font-style: normal;
  line-height: 1.6em;
  font-weight: 400;
}
.cid-t6o7TFzNIo .hz {
  font-family: "Archivo Narrow";
  text-align: left;
  padding-left: 20%;
  padding-right: 20%;
}
.cid-t6o7TFzNIo .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-t6o7TFzNIo .image img {
  z-index: -1;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.cid-t6o7TFzNIo .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-t6o7TFzNIo .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-t6o7TFzNIo .mbr-gallery-filter ul {
  display: block;
}
.cid-t6o7TFzNIo .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-t6o7TFzNIo .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-t6o7TFzNIo .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-t6o7TFzNIo .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-t6o7TFzNIo .mbr-gallery-row {
  margin-top: 10px;
}
.cid-t6o7TFzNIo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t6o7TFzNIo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-t6o7TFzNIo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-t6o7TFzNIo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t6o7TFzNIo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-t6o7TFzNIo .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-t6o7TFzNIo .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 600;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
  text-shadow: 2px 2px 4px #000;
}
.cid-t6o7TFzNIo .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-t6o7TFzNIo .mbr-gallery-item > div img,
.cid-t6o7TFzNIo .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-t6o7TFzNIo .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-t6o7TFzNIo .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-t6o7TFzNIo .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-t6o7TFzNIo .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-t6o7TFzNIo .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-t6o7TFzNIo .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-t6o7TFzNIo .mbr-section-title {
    text-align: center;
  }
  .cid-t6o7TFzNIo .image {
    top: auto;
    height: 420px;
  }
  .cid-t6o7TFzNIo .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-t6o7TFzNIo .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-t6o7TFzNIo .mbr-gallery-item > div img,
  .cid-t6o7TFzNIo .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-t6o7TFzNIo .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-t6o7TFzNIo .image {
    height: 290px;
  }
}
.cid-t6o7TFzNIo .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-t6o7TFzNIo P {
  text-align: left;
}
.cid-t6o7l6ZQdq {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #f4f6fb;
}
.cid-t6o7l6ZQdq .row {
  flex-direction: row-reverse;
}
.cid-t6o7l6ZQdq img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t6o7l6ZQdq .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-t6o7l6ZQdq .mbr-media {
  position: relative;
}
.cid-t6o7l6ZQdq .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t6o7l6ZQdq .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-t6o7l6ZQdq .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-t6o7l6ZQdq .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-t6o7l6ZQdq .card-title {
  padding: 0;
  margin: 0;
}
.cid-t6o7l6ZQdq .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t6o7l6ZQdq .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6o7l6ZQdq .card-wrapper {
    width: fit-content;
  }
}
.cid-t6o7l6ZQdq H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-t6o7l6ZQdq .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-t6o7l6ZQdq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t6o7l6ZQdq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6o7l6ZQdq .card-title,
.cid-t6o7l6ZQdq .card-icon {
  color: #5b6c8f;
}
.cid-t6o7l6ZQdq .mbr-section-title {
  color: #017268;
}
.cid-t6o7l6ZQdq .mbr-text,
.cid-t6o7l6ZQdq .mbr-section-btn {
  color: #103178;
}
.cid-t6o7l6ZQdq .mbr-section-btn .btn-secondary-outline {
  color: #003300;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t6o7l6ZQdq .mbr-section-btn .btn-secondary-outline:hover,
.cid-t6o7l6ZQdq .mbr-section-btn .btn-secondary-outline .active,
.cid-t6o7l6ZQdq .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-t6o7l6ZQdq .price-title {
  text-align: center;
  color: #103178;
}
.cid-t6o7l6ZQdq .price {
  text-align: center;
  color: #103178;
}
.cid-t6o7l6ZQdq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t6o7l6ZQdq .mbr-media a:hover {
  background-image: none!important;
}
.cid-t6o7l6ZQdq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t6o7l6ZQdq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t6o7l6ZQdq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t6o7l6ZQdq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t6o7l6ZQdq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
#custom-html-1hb {
  /* Type valid CSS here */
}
#custom-html-1hb div {
  background-color: #f4f6fb;
  height: 400px;
}
.cid-t6tZcPiZTS {
  background-color: #efefef;
}
.cid-t6tZcPiZTS .row {
  flex-direction: row-reverse;
}
.cid-t6tZcPiZTS .mbr-text,
.cid-t6tZcPiZTS .mbr-section-btn {
  color: #103178;
}
.cid-t6tZcPiZTS .mbr-section-btn .btn-secondary-outline {
  color: #e3000f;
  font-weight: 300;
  text-align: left;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t6tZcPiZTS .mbr-section-btn .btn-secondary-outline:hover,
.cid-t6tZcPiZTS .mbr-section-btn .btn-secondary-outline .active,
.cid-t6tZcPiZTS .mbr-section-btn .btn-secondary-outline:focus {
  color: #e3000f;
  text-decoration: underline;
}
.cid-t6tZcPiZTS .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-t6tZcPiZTS img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t6tZcPiZTS .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #003300;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-t6tZcPiZTS .mbr-media {
  position: relative;
}
.cid-t6tZcPiZTS .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t6tZcPiZTS .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-t6tZcPiZTS .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-t6tZcPiZTS .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-t6tZcPiZTS .card-title {
  padding: 0;
  margin: 0;
}
.cid-t6tZcPiZTS .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t6tZcPiZTS .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6tZcPiZTS .card-wrapper {
    width: fit-content;
  }
}
.cid-t6tZcPiZTS H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-t6tZcPiZTS .card-icon {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.31);
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-t6tZcPiZTS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t6tZcPiZTS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6tZcPiZTS .card-title,
.cid-t6tZcPiZTS .card-icon {
  color: #5b6c8f;
}
.cid-t6tZcPiZTS .mbr-section-title {
  color: #003300;
}
.cid-t6tZcPiZTS .price-title {
  text-align: center;
  color: #103178;
}
.cid-t6tZcPiZTS .price {
  text-align: center;
  color: #103178;
}
.cid-t6tZcPiZTS .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t6tZcPiZTS .mbr-media a:hover {
  background-image: none!important;
}
.cid-t6tZcPiZTS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t6tZcPiZTS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t6tZcPiZTS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t6tZcPiZTS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t6tZcPiZTS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6u37vH6va {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-t6u37vH6va .mbr-media {
  position: relative;
  border-radius: 1rem;
}
.cid-t6u37vH6va .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-t6u37vH6va H4 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-t6u37vH6va img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.49);
  width: 100%;
  border: 2px solid #003300;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cid-t6u37vH6va .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t6u37vH6va .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #ffffff;
}
.cid-t6u37vH6va .mbr-media span:hover {
  color: #e3000f !important;
}
.cid-t6u37vH6va .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t6u37vH6va .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t6u37vH6va .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t6u37vH6va .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t6u37vH6va .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6u37vH6va .mbr-section-subtitle {
  color: #353535;
}
.cid-t6u37vH6va .mbr-section-title {
  color: #003300;
}
.cid-t6u5cEtS6e {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-t6u5cEtS6e .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t6u5cEtS6e .mbr-text {
  color: #003300;
  text-align: center;
}
#custom-html-1hg {
  /* Type valid CSS here */
}
#custom-html-1hg div {
  background-color: #efefef;
  height: 400px;
}
.cid-sL4oX0P1ZS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL4oX0P1ZS .underlined-example {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #e3000f;
  font-family: Archivo Narrow;
  font-weight: 300;
  display: inline-block;
}
.cid-sL4oX0P1ZS .underlined-example:hover {
  color: #000;
}
.cid-sL4oX0P1ZS .underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e3000f;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.cid-sL4oX0P1ZS .underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-sL4oX0P1ZS h6 {
  text-align: center;
  font-size: 1.5em;
  line-height: 2em;
  font-weight: 300;
}
.cid-sL4BBeGslc {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sL4BBeGslc H1 {
  text-shadow: 3px 3px 6px #b8b8b8;
}
.cid-sL4BBeGslc H3 {
  font-size: 1.2em;
  line-height: 160%;
}
.cid-sL4BBeGslc .first-card {
  background-color: #ffffff;
}
.cid-sL4BBeGslc .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-sL4BBeGslc .second-card-title {
  text-align: center;
  color: #000000;
}
.cid-sL4BBeGslc .second-card-subtitle {
  text-align: center;
}
.cid-sL4BBeGslc .second-card {
  background-color: #d4e7eb;
}
.cid-sL4BBeGslc .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sL4BBeGslc [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sL4BBeGslc .card-img {
  height: 100%;
}
.cid-sL4BBeGslc .card-img img {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sL4BBeGslc .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-sL4BBeGslc .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-sL4BBeGslc .first-card-text,
.cid-sL4BBeGslc .card-btn {
  text-align: center;
}
.cid-sL4BBeGslc .mbr-text,
.cid-sL4BBeGslc .card-btn {
  text-align: left;
}
.cid-sL4BBeGslc .second-card-subtitle,
.cid-sL4BBeGslc .second-btn {
  text-align: center;
}
.cid-sL4BBeGslc .card {
  border-radius: 0 !important;
}
.cid-tD1uEfrlLW {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tD1uEfrlLW .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-tD1uEfrlLW .title-wrapper {
  padding: 0 12px;
}
.cid-tD1uEfrlLW .text-block {
  padding: 48px 24px;
}
.cid-tD1uEfrlLW .video-wrapper iframe {
  width: 100%;
}
.cid-tD1uEfrlLW .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-tD1uEfrlLW .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-tD1uEfrlLW .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-tD1uEfrlLW .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-tD1uEfrlLW .mbr-text,
.cid-tD1uEfrlLW .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tD1uEfrlLW .video-block {
    border-left: none;
  }
  .cid-tD1uEfrlLW .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-tD1uEfrlLW .title-wrapper {
    padding: 0 48px;
  }
  .cid-tD1uEfrlLW .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sL4Gg2rhmq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sL4Gg2rhmq img,
.cid-sL4Gg2rhmq .item-img {
  height: 100%;
  object-fit: cover;
}
.cid-sL4Gg2rhmq .animate__fadeInUp:before {
  background: #efefef;
}
.cid-sL4Gg2rhmq .item:focus,
.cid-sL4Gg2rhmq span:focus {
  outline: none;
}
.cid-sL4Gg2rhmq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sL4Gg2rhmq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sL4Gg2rhmq .item {
  padding: 0;
  margin: 0;
}
.cid-sL4Gg2rhmq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sL4Gg2rhmq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sL4Gg2rhmq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sL4Gg2rhmq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sL4Gg2rhmq .mbr-section-title {
  color: #ffffff;
}
.cid-sL4Gg2rhmq .mbr-text,
.cid-sL4Gg2rhmq .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sL4Gg2rhmq .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-sL4Gg2rhmq .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sL4Gg2rhmq .mbr-section-subtitle {
  color: #ff6666;
}
.cid-sL4INhvYtH {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-sL4INhvYtH .title_block {
  margin-bottom: 20px;
}
.cid-sL4INhvYtH .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sL4INhvYtH .mbr-section-title {
  color: #f7ed4a;
}
.cid-sL4INhvYtH .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #e3000f;
}
.cid-sL4INhvYtH .item {
  padding-bottom: 2rem;
}
.cid-sL4INhvYtH .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sL4INhvYtH .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sL4INhvYtH .item-wrapper {
  position: relative;
}
.cid-sL4INhvYtH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sL4INhvYtH .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sL4INhvYtH .item-wrapper:hover .mbr-item-subtitle a {
  color: #003300 !important;
}
.cid-sL4INhvYtH .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sL4INhvYtH .carousel-control,
.cid-sL4INhvYtH .close {
  background: #1b1b1b;
}
.cid-sL4INhvYtH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sL4INhvYtH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sL4INhvYtH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sL4INhvYtH .carousel-control-next span {
  margin-left: 5px;
}
.cid-sL4INhvYtH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sL4INhvYtH .close::before {
  content: '\e91a';
}
.cid-sL4INhvYtH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sL4INhvYtH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sL4INhvYtH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sL4INhvYtH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sL4INhvYtH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sL4INhvYtH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sL4INhvYtH .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-sL4INhvYtH .carousel-indicators li.active,
.cid-sL4INhvYtH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sL4INhvYtH .carousel-indicators li::after,
.cid-sL4INhvYtH .carousel-indicators li::before {
  content: none;
}
.cid-sL4INhvYtH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sL4INhvYtH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sL4INhvYtH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sL4INhvYtH .carousel-indicators {
    display: none;
  }
}
.cid-sL4INhvYtH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sL4INhvYtH .carousel-inner > .active {
  display: block;
}
.cid-sL4INhvYtH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sL4INhvYtH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sL4INhvYtH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sL4INhvYtH .carousel-control,
  .cid-sL4INhvYtH .carousel-indicators,
  .cid-sL4INhvYtH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sL4INhvYtH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sL4INhvYtH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sL4INhvYtH .carousel-indicators .active,
.cid-sL4INhvYtH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sL4INhvYtH .carousel-indicators .active {
  background: #fff;
}
.cid-sL4INhvYtH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sL4INhvYtH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sL4INhvYtH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sL4INhvYtH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sL4INhvYtH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sL4INhvYtH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sL4INhvYtH .carousel {
  width: 100%;
}
.cid-sL4INhvYtH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sL4INhvYtH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sL4INhvYtH .modal.fade .modal-dialog,
.cid-sL4INhvYtH .modal.in .modal-dialog {
  transform: none;
}
.cid-sL4INhvYtH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
