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

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

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

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

.team-item .item-image {
  border-bottom: 10px solid #FFE161 !important;
}

h2, h3, h4 {
    font-weight: 400 !important;
}

.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'roboto-slab-v24-latin-regular';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'roboto-slab-v24-latin-regular';
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'source-sans-pro-v21-latin-regular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'roboto-slab-v24-latin-regular';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'source-sans-pro-v21-latin-regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4674aa !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4674aa !important;
  border-color: #4674aa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2d4a6d !important;
  border-color: #2d4a6d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d4a6d !important;
  border-color: #2d4a6d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cce4f0 !important;
  border-color: #cce4f0 !important;
  color: #2b7092 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #89c1dc !important;
  border-color: #89c1dc !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #2b7092 !important;
  background-color: #89c1dc !important;
  border-color: #89c1dc !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4674aa;
  color: #4674aa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2d4a6d !important;
  background-color: transparent!important;
  border-color: #2d4a6d !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4674aa !important;
  border-color: #4674aa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cce4f0;
  color: #cce4f0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #89c1dc !important;
  background-color: transparent!important;
  border-color: #89c1dc !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #2b7092 !important;
  background-color: #cce4f0 !important;
  border-color: #cce4f0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4674aa !important;
}
.text-secondary {
  color: #cce4f0 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #284362 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7dbad9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4674aa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4674aa;
  border-color: #4674aa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4674aa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9ab5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'source-sans-pro-v21-latin-regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4674aa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'source-sans-pro-v21-latin-regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4674aa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4674aa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4674aa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4674aa;
  border-bottom-color: #4674aa;
}
.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: #4674aa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cce4f0 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234674aa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.display-5 {
  font-weight: 400 !important;
}
.cid-sTDnWojkAR {
  z-index: 1000;
  width: 100%;
}
.cid-sTDnWojkAR nav.navbar {
  position: fixed;
}
.cid-sTDnWojkAR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTDnWojkAR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTDnWojkAR .dropdown-item:hover,
.cid-sTDnWojkAR .dropdown-item:focus {
  background: #4674aa !important;
  color: white !important;
}
.cid-sTDnWojkAR .dropdown-item:hover span {
  color: white;
}
.cid-sTDnWojkAR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTDnWojkAR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTDnWojkAR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTDnWojkAR .nav-link {
  position: relative;
}
.cid-sTDnWojkAR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sTDnWojkAR .container {
    flex-wrap: nowrap;
  }
}
.cid-sTDnWojkAR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTDnWojkAR .dropdown-menu,
.cid-sTDnWojkAR .navbar.opened {
  background: #ffffff !important;
}
.cid-sTDnWojkAR .nav-item:focus,
.cid-sTDnWojkAR .nav-link:focus {
  outline: none;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTDnWojkAR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTDnWojkAR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 3px solid #FFE162 !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}
.cid-sTDnWojkAR .navbar.opened {
  transition: all 0.3s;
}
.cid-sTDnWojkAR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTDnWojkAR .navbar .navbar-logo img {
  width: auto;
}
.cid-sTDnWojkAR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTDnWojkAR .navbar.collapsed {
  justify-content: center;
}
.cid-sTDnWojkAR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTDnWojkAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTDnWojkAR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTDnWojkAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTDnWojkAR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTDnWojkAR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTDnWojkAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTDnWojkAR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTDnWojkAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTDnWojkAR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTDnWojkAR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTDnWojkAR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-sTDnWojkAR .navbar .text-primary {
    font-size: 0.7rem;
  }
}
.cid-sTDnWojkAR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTDnWojkAR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTDnWojkAR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTDnWojkAR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTDnWojkAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTDnWojkAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTDnWojkAR .dropdown-item.active,
.cid-sTDnWojkAR .dropdown-item:active {
  background-color: transparent;
}
.cid-sTDnWojkAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTDnWojkAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTDnWojkAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTDnWojkAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTDnWojkAR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTDnWojkAR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTDnWojkAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4674aa;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTDnWojkAR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTDnWojkAR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTDnWojkAR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTDnWojkAR .navbar {
    height: 70px;
  }
  .cid-sTDnWojkAR .navbar.opened {
    height: auto;
  }
  .cid-sTDnWojkAR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTDnWojkAR .btn {
  color: #4674aa;
  border: 0px transparent;
}
.cid-sTDnWojkAR .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #FFE162;
  border: 0px transparent;
}
.cid-sTDnWojkAR .text-primary {
  font-size: 1.2rem;
}
.cid-uhFgkVoN5c {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhFgkVoN5c header {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 42%;
}
.cid-uhFgkVoN5c header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uiiYF7uCct {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #4674aa;
}
.cid-uiiYF7uCct img,
.cid-uiiYF7uCct .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct img,
  .cid-uiiYF7uCct .item-img {
    max-height: 300px;
  }
}
.cid-uiiYF7uCct .item:focus,
.cid-uiiYF7uCct span:focus {
  outline: none;
}
.cid-uiiYF7uCct .item-wrapper {
  position: relative;
}
.cid-uiiYF7uCct .slide-content {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #ffe161;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uiiYF7uCct .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uiiYF7uCct .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uiiYF7uCct .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiiYF7uCct .mbr-section-title {
  color: #232323;
}
.cid-uiiYF7uCct .mbr-text,
.cid-uiiYF7uCct .mbr-section-btn {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-title {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uiiYF7uCct .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uiiYF7uCct .embla__button--next,
.cid-uiiYF7uCct .embla__button--prev {
  display: flex;
}
.cid-uiiYF7uCct .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiiYF7uCct .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uiiYF7uCct .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uiiYF7uCct .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiiYF7uCct .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .embla__button {
    top: auto;
  }
}
.cid-uiiYF7uCct .embla {
  position: relative;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiiYF7uCct .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiiYF7uCct .embla__container {
  margin-bottom: 3em;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uiiYF7uCct .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uiiYF7uCct .content-head {
  max-width: 800px;
}
.cid-uiiYF7uCct .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiiYF7uCct .btn {
  font-size: 1rem;
  padding: 0.3rem 0.9rem;
  border-radius: 4px;
  font-weight: 400 !important;
}
.cid-uiiYF7uCct .btn-white {
  color: #139ed3 !important;
}
.cid-uiiYGF6kUk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #545454;
}
.cid-uiiYGF6kUk [class^='socicon-']:before,
.cid-uiiYGF6kUk [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-uiiYGF6kUk .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uiiYGF6kUk .row {
  justify-content: center;
}
.cid-uiiYGF6kUk .soc-item {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem;
  margin-bottom: 1rem;
}
.cid-uiiYGF6kUk .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uiiYGF6kUk .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uiiYGF6kUk H1 {
  color: #ffffff;
}
.cid-uiiYGF6kUk .mbr-text,
.cid-uiiYGF6kUk .mbr-section-btn {
  color: #ffffff;
}
.cid-uiiYGF6kUk h3 {
  font-size: 1em;
  color: #ffffff;
}
.cid-sTDnWojkAR {
  z-index: 1000;
  width: 100%;
}
.cid-sTDnWojkAR nav.navbar {
  position: fixed;
}
.cid-sTDnWojkAR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTDnWojkAR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTDnWojkAR .dropdown-item:hover,
.cid-sTDnWojkAR .dropdown-item:focus {
  background: #4674aa !important;
  color: white !important;
}
.cid-sTDnWojkAR .dropdown-item:hover span {
  color: white;
}
.cid-sTDnWojkAR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTDnWojkAR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTDnWojkAR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTDnWojkAR .nav-link {
  position: relative;
}
.cid-sTDnWojkAR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sTDnWojkAR .container {
    flex-wrap: nowrap;
  }
}
.cid-sTDnWojkAR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTDnWojkAR .dropdown-menu,
.cid-sTDnWojkAR .navbar.opened {
  background: #ffffff !important;
}
.cid-sTDnWojkAR .nav-item:focus,
.cid-sTDnWojkAR .nav-link:focus {
  outline: none;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTDnWojkAR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTDnWojkAR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 3px solid #FFE162 !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sTDnWojkAR .navbar.opened {
  transition: all 0.3s;
}
.cid-sTDnWojkAR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTDnWojkAR .navbar .navbar-logo img {
  width: auto;
}
.cid-sTDnWojkAR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTDnWojkAR .navbar.collapsed {
  justify-content: center;
}
.cid-sTDnWojkAR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTDnWojkAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTDnWojkAR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTDnWojkAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTDnWojkAR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTDnWojkAR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTDnWojkAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTDnWojkAR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTDnWojkAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTDnWojkAR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTDnWojkAR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTDnWojkAR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-sTDnWojkAR .navbar .text-primary {
    font-size: 0.7rem;
  }
}
.cid-sTDnWojkAR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTDnWojkAR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTDnWojkAR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTDnWojkAR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTDnWojkAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTDnWojkAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTDnWojkAR .dropdown-item.active,
.cid-sTDnWojkAR .dropdown-item:active {
  background-color: transparent;
}
.cid-sTDnWojkAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTDnWojkAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTDnWojkAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTDnWojkAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTDnWojkAR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTDnWojkAR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTDnWojkAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4674aa;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTDnWojkAR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTDnWojkAR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTDnWojkAR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTDnWojkAR .navbar {
    height: 70px;
  }
  .cid-sTDnWojkAR .navbar.opened {
    height: auto;
  }
  .cid-sTDnWojkAR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTDnWojkAR .btn {
  color: #4674aa;
  border: 0px transparent;
}
.cid-sTDnWojkAR .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #FFE162;
  border: 0px transparent;
}
.cid-sTDnWojkAR .text-primary {
  font-size: 1.2rem;
}
.cid-sTDnWojkAR video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-t8lWQ9s7aQ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-t8lWQ9s7aQ .mbr-section-subtitle {
  color: #4674aa;
}
.cid-t8lWQ9s7aQ .mbr-text {
  color: #4674aa;
}
.cid-uiiYF7uCct {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #4674aa;
}
.cid-uiiYF7uCct img,
.cid-uiiYF7uCct .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct img,
  .cid-uiiYF7uCct .item-img {
    max-height: 300px;
  }
}
.cid-uiiYF7uCct .item:focus,
.cid-uiiYF7uCct span:focus {
  outline: none;
}
.cid-uiiYF7uCct .item-wrapper {
  position: relative;
}
.cid-uiiYF7uCct .slide-content {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #ffe161;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uiiYF7uCct .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uiiYF7uCct .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uiiYF7uCct .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiiYF7uCct .mbr-section-title {
  color: #232323;
}
.cid-uiiYF7uCct .mbr-text,
.cid-uiiYF7uCct .mbr-section-btn {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-title {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uiiYF7uCct .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uiiYF7uCct .embla__button--next,
.cid-uiiYF7uCct .embla__button--prev {
  display: flex;
}
.cid-uiiYF7uCct .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiiYF7uCct .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uiiYF7uCct .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uiiYF7uCct .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiiYF7uCct .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .embla__button {
    top: auto;
  }
}
.cid-uiiYF7uCct .embla {
  position: relative;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiiYF7uCct .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiiYF7uCct .embla__container {
  margin-bottom: 3em;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uiiYF7uCct .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uiiYF7uCct .content-head {
  max-width: 800px;
}
.cid-uiiYF7uCct .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiiYF7uCct .btn {
  font-size: 1rem;
  padding: 0.3rem 0.9rem;
  border-radius: 4px;
  font-weight: 400 !important;
}
.cid-uiiYF7uCct .btn-white {
  color: #139ed3 !important;
}
.cid-uiiYGF6kUk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #545454;
}
.cid-uiiYGF6kUk [class^='socicon-']:before,
.cid-uiiYGF6kUk [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-uiiYGF6kUk .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uiiYGF6kUk .row {
  justify-content: center;
}
.cid-uiiYGF6kUk .soc-item {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem;
  margin-bottom: 1rem;
}
.cid-uiiYGF6kUk .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uiiYGF6kUk .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uiiYGF6kUk H1 {
  color: #ffffff;
}
.cid-uiiYGF6kUk .mbr-text,
.cid-uiiYGF6kUk .mbr-section-btn {
  color: #ffffff;
}
.cid-uiiYGF6kUk h3 {
  font-size: 1em;
  color: #ffffff;
}
.cid-sTDnWojkAR {
  z-index: 1000;
  width: 100%;
}
.cid-sTDnWojkAR nav.navbar {
  position: fixed;
}
.cid-sTDnWojkAR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTDnWojkAR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTDnWojkAR .dropdown-item:hover,
.cid-sTDnWojkAR .dropdown-item:focus {
  background: #4674aa !important;
  color: white !important;
}
.cid-sTDnWojkAR .dropdown-item:hover span {
  color: white;
}
.cid-sTDnWojkAR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTDnWojkAR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTDnWojkAR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTDnWojkAR .nav-link {
  position: relative;
}
.cid-sTDnWojkAR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sTDnWojkAR .container {
    flex-wrap: nowrap;
  }
}
.cid-sTDnWojkAR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTDnWojkAR .dropdown-menu,
.cid-sTDnWojkAR .navbar.opened {
  background: #ffffff !important;
}
.cid-sTDnWojkAR .nav-item:focus,
.cid-sTDnWojkAR .nav-link:focus {
  outline: none;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTDnWojkAR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTDnWojkAR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 3px solid #FFE162 !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sTDnWojkAR .navbar.opened {
  transition: all 0.3s;
}
.cid-sTDnWojkAR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTDnWojkAR .navbar .navbar-logo img {
  width: auto;
}
.cid-sTDnWojkAR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTDnWojkAR .navbar.collapsed {
  justify-content: center;
}
.cid-sTDnWojkAR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTDnWojkAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTDnWojkAR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTDnWojkAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTDnWojkAR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTDnWojkAR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTDnWojkAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTDnWojkAR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTDnWojkAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTDnWojkAR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTDnWojkAR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTDnWojkAR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-sTDnWojkAR .navbar .text-primary {
    font-size: 0.7rem;
  }
}
.cid-sTDnWojkAR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTDnWojkAR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTDnWojkAR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTDnWojkAR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTDnWojkAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTDnWojkAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTDnWojkAR .dropdown-item.active,
.cid-sTDnWojkAR .dropdown-item:active {
  background-color: transparent;
}
.cid-sTDnWojkAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTDnWojkAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTDnWojkAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTDnWojkAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTDnWojkAR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTDnWojkAR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTDnWojkAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4674aa;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTDnWojkAR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTDnWojkAR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTDnWojkAR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTDnWojkAR .navbar {
    height: 70px;
  }
  .cid-sTDnWojkAR .navbar.opened {
    height: auto;
  }
  .cid-sTDnWojkAR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTDnWojkAR .btn {
  color: #4674aa;
  border: 0px transparent;
}
.cid-sTDnWojkAR .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #FFE162;
  border: 0px transparent;
}
.cid-sTDnWojkAR .text-primary {
  font-size: 1.2rem;
}
.cid-sTDnWojkAR video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tGeFCFbxxN {
  background-image: url("../../../assets/images/collageuvb2024.jpg");
  border-top: solid 70px #ffffff;
}
.cid-tGeFCFbxxN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tGeFCFbxxN .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tGeFCFbxxN .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tGeFCFbxxN .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tGeFCFbxxN .mbr-text,
.cid-tGeFCFbxxN .mbr-section-btn,
.cid-tGeFCFbxxN .social-row {
  color: #ffffff;
}
.cid-tGeFCFbxxN .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tGeFCFbxxN #jarallax-container-0 > div {
  -webkit-animation: dp-kenburns-bottom-rev 5s ease-in-out reverse both;
  animation: dp-kenburns-bottom-rev 5s ease-in-out reverse both;
}
@-webkit-keyframes dp-kenburns-bottom-rev {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes dp-kenburns-bottom-rev {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
.cid-tGeFCFbxxN .row {
  padding: 30px;
  opacity: 0.7;
  background-color: #4674aa;
}
.cid-tG1rJ8Y6S6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
.cid-tG1rJ8Y6S6 .mbr-text {
  color: #626262;
}
.cid-ui2beTKQcw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e5edfb;
}
.cid-ui2beTKQcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2beTKQcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2beTKQcw .timeline-element {
  position: relative;
}
.cid-ui2beTKQcw .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui2beTKQcw .image-wrapper img,
.cid-ui2beTKQcw .infogram-embed {
  width: 100%;
  object-fit: cover;
}
.cid-ui2beTKQcw .mbr-section-title,
.cid-ui2beTKQcw .mbr-section-subtitle,
.cid-ui2beTKQcw .timeline-date {
  text-align: center;
}
.cid-ui2beTKQcw .iconBackground {
  background-image: url(https://www.uvbjahresbericht.de/media/uvb-logo.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ui2beTKQcw .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-ui2beTKQcw .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-ui2beTKQcw .row:after {
  content: "";
  position: absolute;
  background-color: #4674aa;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-ui2beTKQcw .row:after {
    height: calc(100% + 8px);
    top: 60px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ui2beTKQcw .row:after {
    height: calc(100% - 30px);
    top: 100px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ui2beTKQcw .timeline-date-wrapper,
  .cid-ui2beTKQcw .timeline-text-wrapper,
  .cid-ui2beTKQcw .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-ui2beTKQcw .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-ui2beTKQcw .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ui2beTKQcw .timeline-date-wrapper,
  .cid-ui2beTKQcw .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ui2beTKQcw .timeline-date-wrapper,
  .cid-ui2beTKQcw .timeline-text-wrapper,
  .cid-ui2beTKQcw .image-wrapper {
    padding: 2rem;
  }
}
.cid-ui2beTKQcw .mbr-timeline-date {
  color: #4674aa;
}
.cid-ui2beTKQcw .mbr-timeline-title {
  color: #4674aa;
}
.cid-ui2beTKQcw .cd_bu {
  font-size: 0.8rem;
  color: #626262;
  line-height: 1rem;
  padding-bottom: 2em;
}
.cid-ui2beTKQcw .cd_img {
  width: 20%;
  right: 0 !important;
}
.cid-ui2beTKQcw .HYPE_document {
  position: relative;
}
.cid-ui2c121yNT {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #4674aa;
}
.cid-ui2c121yNT .row {
  flex-direction: row-reverse;
}
.cid-ui2c121yNT .mbr-section-title,
.cid-ui2c121yNT .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ui2c121yNT .text-wrapper {
    padding: 2rem;
  }
}
.cid-ui2c121yNT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui2c121yNT .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ui2c121yNT .video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.cid-ui2c121yNT .video-wrapper video,
.cid-ui2c121yNT .video-wrapper object,
.cid-ui2c121yNT .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ui2c121yNT .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ui2c121yNT .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #ffffff;
}
@media (max-width: 767px) {
  .cid-ui2c121yNT .blockquote-quote {
    text-align: left;
  }
  .cid-ui2c121yNT .signature {
    text-align: left;
  }
}
.cid-ui2c121yNT .mbr-text,
.cid-ui2c121yNT .blockquote-quote {
  color: #ffffff;
}
.cid-ui2ggF05ur {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e5edfb;
}
.cid-ui2ggF05ur .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2ggF05ur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2ggF05ur .timeline-element {
  position: relative;
}
.cid-ui2ggF05ur .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui2ggF05ur .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ui2ggF05ur .mbr-section-title,
.cid-ui2ggF05ur .mbr-section-subtitle,
.cid-ui2ggF05ur .timeline-date {
  text-align: center;
}
.cid-ui2ggF05ur .iconBackground {
  background-image: url(https://www.uvbjahresbericht.de/media/uvb-logo.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ui2ggF05ur .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-ui2ggF05ur .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-ui2ggF05ur .row:after {
  content: "";
  position: absolute;
  background-color: #4674aa;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-ui2ggF05ur .row:after {
    height: calc(100% + 8px);
    top: 60px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ui2ggF05ur .row:after {
    height: calc(100% - 30px);
    top: 100px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ui2ggF05ur .timeline-date-wrapper,
  .cid-ui2ggF05ur .timeline-text-wrapper,
  .cid-ui2ggF05ur .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-ui2ggF05ur .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-ui2ggF05ur .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ui2ggF05ur .timeline-date-wrapper,
  .cid-ui2ggF05ur .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ui2ggF05ur .timeline-date-wrapper,
  .cid-ui2ggF05ur .timeline-text-wrapper,
  .cid-ui2ggF05ur .image-wrapper {
    padding: 2rem;
  }
}
.cid-ui2ggF05ur .mbr-timeline-date {
  color: #4674aa;
}
.cid-ui2ggF05ur .mbr-timeline-title {
  color: #4674aa;
}
.cid-ui2ggF05ur .cd_bu {
  font-size: 0.8rem;
  color: #626262;
  line-height: 1rem;
  padding-bottom: 2em;
}
.cid-ui2ggF05ur .cd_img {
  width: 20%;
  right: 0 !important;
}
.cid-uLxYgGkl4q {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/plenar-potsdam.jpg");
}
.cid-uLxYgGkl4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxYgGkl4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxYgGkl4q .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uLxYgGkl4q .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uLxYgGkl4q .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uLxYgGkl4q .mbr-section-title {
  color: #4674aa;
  text-align: center;
}
.cid-uLxYgGkl4q .mbr-text,
.cid-uLxYgGkl4q .mbr-section-btn,
.cid-uLxYgGkl4q .social-row {
  color: #ffffff;
}
.cid-uLxYgGkl4q .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLxYgGkl4q #jarallax-container-0 > div {
  -webkit-animation: dp-kenburns-bottom-rev 5s ease-in-out reverse both;
  animation: dp-kenburns-bottom-rev 5s ease-in-out reverse both;
}
@-webkit-keyframes dp-kenburns-bottom-rev {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes dp-kenburns-bottom-rev {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
.cid-uLxYgGkl4q .row {
  padding: 30px;
}
.cid-ui2ihsPVRc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-ui2ihsPVRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2ihsPVRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2ihsPVRc .timeline-element {
  position: relative;
}
.cid-ui2ihsPVRc .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui2ihsPVRc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ui2ihsPVRc .mbr-section-title,
.cid-ui2ihsPVRc .mbr-section-subtitle,
.cid-ui2ihsPVRc .timeline-date {
  text-align: center;
}
.cid-ui2ihsPVRc .iconBackground {
  background-image: url(https://www.uvbjahresbericht.de/media/uvb-logo.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ui2ihsPVRc .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-ui2ihsPVRc .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-ui2ihsPVRc .row:after {
  content: "";
  position: absolute;
  background-color: #4674aa;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-ui2ihsPVRc .row:after {
    height: calc(100% + 8px);
    top: 60px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ui2ihsPVRc .row:after {
    height: calc(100% - 30px);
    top: 100px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ui2ihsPVRc .timeline-date-wrapper,
  .cid-ui2ihsPVRc .timeline-text-wrapper,
  .cid-ui2ihsPVRc .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-ui2ihsPVRc .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-ui2ihsPVRc .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ui2ihsPVRc .timeline-date-wrapper,
  .cid-ui2ihsPVRc .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ui2ihsPVRc .timeline-date-wrapper,
  .cid-ui2ihsPVRc .timeline-text-wrapper,
  .cid-ui2ihsPVRc .image-wrapper {
    padding: 2rem;
  }
}
.cid-ui2ihsPVRc .mbr-timeline-date {
  color: #4674aa;
}
.cid-ui2ihsPVRc .mbr-timeline-title {
  color: #4674aa;
}
.cid-ui2ihsPVRc .cd_bu {
  font-size: 0.8rem;
  color: #626262;
  line-height: 1rem;
  padding-bottom: 2em;
}
.cid-ui2ihsPVRc .cd_img {
  width: 20%;
  right: 0 !important;
}
.cid-uLme0pb5xf {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffe161;
}
.cid-uLme0pb5xf .row {
  flex-direction: row-reverse;
}
.cid-uLme0pb5xf .mbr-section-title,
.cid-uLme0pb5xf .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uLme0pb5xf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLme0pb5xf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLme0pb5xf .mbr-text {
  text-align: left;
  color: #4674aa;
}
.cid-uLme0pb5xf .video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.cid-uLme0pb5xf .video-wrapper video,
.cid-uLme0pb5xf .video-wrapper object,
.cid-uLme0pb5xf .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLme0pb5xf .mbr-section-subtitle {
  color: #4674aa;
  text-align: left;
}
.cid-uLme0pb5xf .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #4674aa;
}
@media (max-width: 767px) {
  .cid-uLme0pb5xf .blockquote-quote {
    text-align: left;
  }
  .cid-uLme0pb5xf .signature {
    text-align: left;
  }
}
.cid-uLme0pb5xf .mbr-text,
.cid-uLme0pb5xf .blockquote-quote {
  color: #4674aa;
}
.cid-uLmh9lB1GT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4674aa;
}
.cid-uLmh9lB1GT .mbr-text {
  color: #ffffff;
}
.cid-uLmh9lB1GT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ui6UXfAgR5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-ui6UXfAgR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui6UXfAgR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui6UXfAgR5 .timeline-element {
  position: relative;
}
.cid-ui6UXfAgR5 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui6UXfAgR5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ui6UXfAgR5 .mbr-section-title,
.cid-ui6UXfAgR5 .mbr-section-subtitle,
.cid-ui6UXfAgR5 .timeline-date {
  text-align: center;
}
.cid-ui6UXfAgR5 .iconBackground {
  background-image: url(https://www.uvbjahresbericht.de/media/uvb-logo.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ui6UXfAgR5 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-ui6UXfAgR5 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-ui6UXfAgR5 .row:after {
  content: "";
  position: absolute;
  background-color: #4674aa;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-ui6UXfAgR5 .row:after {
    height: calc(100% + 8px);
    top: 60px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ui6UXfAgR5 .row:after {
    height: calc(100% - 30px);
    top: 100px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ui6UXfAgR5 .timeline-date-wrapper,
  .cid-ui6UXfAgR5 .timeline-text-wrapper,
  .cid-ui6UXfAgR5 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-ui6UXfAgR5 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-ui6UXfAgR5 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ui6UXfAgR5 .timeline-date-wrapper,
  .cid-ui6UXfAgR5 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ui6UXfAgR5 .timeline-date-wrapper,
  .cid-ui6UXfAgR5 .timeline-text-wrapper,
  .cid-ui6UXfAgR5 .image-wrapper {
    padding: 2rem;
  }
}
.cid-ui6UXfAgR5 .mbr-timeline-date {
  color: #4674aa;
}
.cid-ui6UXfAgR5 .mbr-timeline-title {
  color: #4674aa;
}
.cid-ui6UXfAgR5 .cd_bu {
  font-size: 0.8rem;
  color: #626262;
  line-height: 1rem;
  padding-bottom: 2em;
}
.cid-ui6UXfAgR5 .cd_img {
  width: 20%;
  right: 0 !important;
}
.cid-uLxTHMtbOz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/plenar-potsdam.jpg");
}
.cid-uLxTHMtbOz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uLxTHMtbOz .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uLxTHMtbOz .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uLxTHMtbOz .mbr-section-title {
  color: #4674aa;
  text-align: center;
}
.cid-uLxTHMtbOz .mbr-text,
.cid-uLxTHMtbOz .mbr-section-btn,
.cid-uLxTHMtbOz .social-row {
  color: #ffffff;
}
.cid-uLxTHMtbOz .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLxTHMtbOz #jarallax-container-0 > div {
  -webkit-animation: dp-kenburns-bottom-rev 5s ease-in-out reverse both;
  animation: dp-kenburns-bottom-rev 5s ease-in-out reverse both;
}
@-webkit-keyframes dp-kenburns-bottom-rev {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes dp-kenburns-bottom-rev {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
.cid-uLxTHMtbOz .row {
  padding: 30px;
}
.cid-uLmzqu9HeH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e5edfb;
}
.cid-uLmzqu9HeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmzqu9HeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmzqu9HeH .timeline-element {
  position: relative;
}
.cid-uLmzqu9HeH .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLmzqu9HeH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLmzqu9HeH .mbr-section-title,
.cid-uLmzqu9HeH .mbr-section-subtitle,
.cid-uLmzqu9HeH .timeline-date {
  text-align: center;
}
.cid-uLmzqu9HeH .iconBackground {
  background-image: url(https://www.uvbjahresbericht.de/media/uvb-logo.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uLmzqu9HeH .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-uLmzqu9HeH .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-uLmzqu9HeH .row:after {
  content: "";
  position: absolute;
  background-color: #4674aa;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uLmzqu9HeH .row:after {
    height: calc(100% + 8px);
    top: 60px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uLmzqu9HeH .row:after {
    height: calc(100% - 30px);
    top: 100px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLmzqu9HeH .timeline-date-wrapper,
  .cid-uLmzqu9HeH .timeline-text-wrapper,
  .cid-uLmzqu9HeH .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uLmzqu9HeH .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uLmzqu9HeH .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLmzqu9HeH .timeline-date-wrapper,
  .cid-uLmzqu9HeH .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLmzqu9HeH .timeline-date-wrapper,
  .cid-uLmzqu9HeH .timeline-text-wrapper,
  .cid-uLmzqu9HeH .image-wrapper {
    padding: 2rem;
  }
}
.cid-uLmzqu9HeH .mbr-timeline-date {
  color: #4674aa;
}
.cid-uLmzqu9HeH .mbr-timeline-title {
  color: #4674aa;
}
.cid-uLmzqu9HeH .cd_bu {
  font-size: 0.8rem;
  color: #626262;
  line-height: 1rem;
  padding-bottom: 2em;
}
.cid-uLmzqu9HeH .cd_img {
  width: 20%;
  right: 0 !important;
}
.cid-uiiYF7uCct {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #4674aa;
}
.cid-uiiYF7uCct img,
.cid-uiiYF7uCct .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct img,
  .cid-uiiYF7uCct .item-img {
    max-height: 300px;
  }
}
.cid-uiiYF7uCct .item:focus,
.cid-uiiYF7uCct span:focus {
  outline: none;
}
.cid-uiiYF7uCct .item-wrapper {
  position: relative;
}
.cid-uiiYF7uCct .slide-content {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #ffe161;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uiiYF7uCct .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uiiYF7uCct .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uiiYF7uCct .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiiYF7uCct .mbr-section-title {
  color: #232323;
}
.cid-uiiYF7uCct .mbr-text,
.cid-uiiYF7uCct .mbr-section-btn {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-title {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uiiYF7uCct .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uiiYF7uCct .embla__button--next,
.cid-uiiYF7uCct .embla__button--prev {
  display: flex;
}
.cid-uiiYF7uCct .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiiYF7uCct .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uiiYF7uCct .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uiiYF7uCct .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiiYF7uCct .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .embla__button {
    top: auto;
  }
}
.cid-uiiYF7uCct .embla {
  position: relative;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiiYF7uCct .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiiYF7uCct .embla__container {
  margin-bottom: 3em;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uiiYF7uCct .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uiiYF7uCct .content-head {
  max-width: 800px;
}
.cid-uiiYF7uCct .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiiYF7uCct .btn {
  font-size: 1rem;
  padding: 0.3rem 0.9rem;
  border-radius: 4px;
  font-weight: 400 !important;
}
.cid-uiiYF7uCct .btn-white {
  color: #139ed3 !important;
}
.cid-uiiYGF6kUk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #545454;
}
.cid-uiiYGF6kUk [class^='socicon-']:before,
.cid-uiiYGF6kUk [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-uiiYGF6kUk .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uiiYGF6kUk .row {
  justify-content: center;
}
.cid-uiiYGF6kUk .soc-item {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem;
  margin-bottom: 1rem;
}
.cid-uiiYGF6kUk .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uiiYGF6kUk .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uiiYGF6kUk H1 {
  color: #ffffff;
}
.cid-uiiYGF6kUk .mbr-text,
.cid-uiiYGF6kUk .mbr-section-btn {
  color: #ffffff;
}
.cid-uiiYGF6kUk h3 {
  font-size: 1em;
  color: #ffffff;
}
.cid-sTDnWojkAR {
  z-index: 1000;
  width: 100%;
}
.cid-sTDnWojkAR nav.navbar {
  position: fixed;
}
.cid-sTDnWojkAR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTDnWojkAR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTDnWojkAR .dropdown-item:hover,
.cid-sTDnWojkAR .dropdown-item:focus {
  background: #4674aa !important;
  color: white !important;
}
.cid-sTDnWojkAR .dropdown-item:hover span {
  color: white;
}
.cid-sTDnWojkAR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTDnWojkAR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTDnWojkAR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTDnWojkAR .nav-link {
  position: relative;
}
.cid-sTDnWojkAR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sTDnWojkAR .container {
    flex-wrap: nowrap;
  }
}
.cid-sTDnWojkAR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTDnWojkAR .dropdown-menu,
.cid-sTDnWojkAR .navbar.opened {
  background: #ffffff !important;
}
.cid-sTDnWojkAR .nav-item:focus,
.cid-sTDnWojkAR .nav-link:focus {
  outline: none;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTDnWojkAR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTDnWojkAR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 3px solid #FFE162 !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sTDnWojkAR .navbar.opened {
  transition: all 0.3s;
}
.cid-sTDnWojkAR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTDnWojkAR .navbar .navbar-logo img {
  width: auto;
}
.cid-sTDnWojkAR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTDnWojkAR .navbar.collapsed {
  justify-content: center;
}
.cid-sTDnWojkAR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTDnWojkAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTDnWojkAR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTDnWojkAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTDnWojkAR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTDnWojkAR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTDnWojkAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTDnWojkAR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTDnWojkAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTDnWojkAR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTDnWojkAR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTDnWojkAR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-sTDnWojkAR .navbar .text-primary {
    font-size: 0.7rem;
  }
}
.cid-sTDnWojkAR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTDnWojkAR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTDnWojkAR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTDnWojkAR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTDnWojkAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTDnWojkAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTDnWojkAR .dropdown-item.active,
.cid-sTDnWojkAR .dropdown-item:active {
  background-color: transparent;
}
.cid-sTDnWojkAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTDnWojkAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTDnWojkAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTDnWojkAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTDnWojkAR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTDnWojkAR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTDnWojkAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4674aa;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTDnWojkAR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTDnWojkAR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTDnWojkAR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTDnWojkAR .navbar {
    height: 70px;
  }
  .cid-sTDnWojkAR .navbar.opened {
    height: auto;
  }
  .cid-sTDnWojkAR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTDnWojkAR .btn {
  color: #4674aa;
  border: 0px transparent;
}
.cid-sTDnWojkAR .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #FFE162;
  border: 0px transparent;
}
.cid-sTDnWojkAR .text-primary {
  font-size: 1.2rem;
}
.cid-sTDnWojkAR video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tEISvOthiE {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEISvOthiE .mbr-section-subtitle {
  color: #4674aa;
}
.cid-tEISvOthiE .mbr-text {
  color: #767676;
}
.cid-tEISvOthiE .mbr-section-title {
  color: #4674aa;
}
.cid-t8muHvQeai {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
  background: linear-gradient(180deg, #bed3f9, #4674aa);
  border-bottom: solid 20px #ffffff;
}
.cid-t8muHvQeai .row {
  justify-content: center;
}
.cid-t8muHvQeai .item-img {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
.cid-t8muHvQeai img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t8muHvQeai .item:focus,
.cid-t8muHvQeai span:focus {
  outline: none;
}
.cid-t8muHvQeai .col-items {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-t8muHvQeai .col-items {
    padding: 0 !important;
  }
}
.cid-t8muHvQeai .item {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-t8muHvQeai .item {
    padding: 0;
  }
}
.cid-t8muHvQeai .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-t8muHvQeai .item-wrapper {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t8muHvQeai .item-wrapper {
    padding: 0;
  }
}
.cid-t8muHvQeai .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t8muHvQeai .item-content {
    text-align: center;
  }
}
.cid-t8muHvQeai .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
.cid-t8muHvQeai .mbr-text {
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.cid-t8muHvQeai .item-title {
  color: #000000;
}
.cid-t8muHvQeai .item-subtitle {
  color: #000000;
}
.cid-t8muHvQeai .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-t8muHvQeai .mbr-section-head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-t8muHvQeai .mbr-section-head {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-t8muHvQeai .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t8muHvQeai .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t8muHvQeai .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t8musHJ08b {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffe161;
}
.cid-t8musHJ08b .mbr-section-subtitle {
  color: #4674aa;
}
.cid-t8musHJ08b .mbr-text {
  color: #626262;
}
.cid-t8musHJ08b h4 {
  margin-top: 0 !important;
  margin-bottom: 0.6em !important;
  color: #4674aa;
  font-size: 1.4rem;
}
.cid-t8musHJ08b H6 {
  color: #4674aa;
  font-size: 1rem;
}
.cid-t8musHJ08b .cd_name {
  font-size: 1.55rem;
}
.cid-t8musHJ08b H4 {
  color: #626262;
}
.cid-t8musHJ08b .mbr-section-title {
  color: #4674aa;
}
.cid-t8musHJ08b .cd_mb {
  margin-bottom: 0.1rem !important;
  margin-top: 0.2rem !important;
}
.cid-uiiYF7uCct {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #4674aa;
}
.cid-uiiYF7uCct img,
.cid-uiiYF7uCct .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct img,
  .cid-uiiYF7uCct .item-img {
    max-height: 300px;
  }
}
.cid-uiiYF7uCct .item:focus,
.cid-uiiYF7uCct span:focus {
  outline: none;
}
.cid-uiiYF7uCct .item-wrapper {
  position: relative;
}
.cid-uiiYF7uCct .slide-content {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #ffe161;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uiiYF7uCct .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uiiYF7uCct .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uiiYF7uCct .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiiYF7uCct .mbr-section-title {
  color: #232323;
}
.cid-uiiYF7uCct .mbr-text,
.cid-uiiYF7uCct .mbr-section-btn {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-title {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uiiYF7uCct .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uiiYF7uCct .embla__button--next,
.cid-uiiYF7uCct .embla__button--prev {
  display: flex;
}
.cid-uiiYF7uCct .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiiYF7uCct .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uiiYF7uCct .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uiiYF7uCct .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiiYF7uCct .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .embla__button {
    top: auto;
  }
}
.cid-uiiYF7uCct .embla {
  position: relative;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiiYF7uCct .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiiYF7uCct .embla__container {
  margin-bottom: 3em;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uiiYF7uCct .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uiiYF7uCct .content-head {
  max-width: 800px;
}
.cid-uiiYF7uCct .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiiYF7uCct .btn {
  font-size: 1rem;
  padding: 0.3rem 0.9rem;
  border-radius: 4px;
  font-weight: 400 !important;
}
.cid-uiiYF7uCct .btn-white {
  color: #139ed3 !important;
}
.cid-uiiYGF6kUk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #545454;
}
.cid-uiiYGF6kUk [class^='socicon-']:before,
.cid-uiiYGF6kUk [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-uiiYGF6kUk .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uiiYGF6kUk .row {
  justify-content: center;
}
.cid-uiiYGF6kUk .soc-item {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem;
  margin-bottom: 1rem;
}
.cid-uiiYGF6kUk .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uiiYGF6kUk .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uiiYGF6kUk H1 {
  color: #ffffff;
}
.cid-uiiYGF6kUk .mbr-text,
.cid-uiiYGF6kUk .mbr-section-btn {
  color: #ffffff;
}
.cid-uiiYGF6kUk h3 {
  font-size: 1em;
  color: #ffffff;
}
.cid-sTDnWojkAR {
  z-index: 1000;
  width: 100%;
}
.cid-sTDnWojkAR nav.navbar {
  position: fixed;
}
.cid-sTDnWojkAR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTDnWojkAR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTDnWojkAR .dropdown-item:hover,
.cid-sTDnWojkAR .dropdown-item:focus {
  background: #4674aa !important;
  color: white !important;
}
.cid-sTDnWojkAR .dropdown-item:hover span {
  color: white;
}
.cid-sTDnWojkAR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTDnWojkAR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTDnWojkAR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTDnWojkAR .nav-link {
  position: relative;
}
.cid-sTDnWojkAR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sTDnWojkAR .container {
    flex-wrap: nowrap;
  }
}
.cid-sTDnWojkAR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTDnWojkAR .dropdown-menu,
.cid-sTDnWojkAR .navbar.opened {
  background: #ffffff !important;
}
.cid-sTDnWojkAR .nav-item:focus,
.cid-sTDnWojkAR .nav-link:focus {
  outline: none;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTDnWojkAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTDnWojkAR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTDnWojkAR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTDnWojkAR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 3px solid #FFE162 !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sTDnWojkAR .navbar.opened {
  transition: all 0.3s;
}
.cid-sTDnWojkAR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTDnWojkAR .navbar .navbar-logo img {
  width: auto;
}
.cid-sTDnWojkAR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTDnWojkAR .navbar.collapsed {
  justify-content: center;
}
.cid-sTDnWojkAR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTDnWojkAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTDnWojkAR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTDnWojkAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTDnWojkAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTDnWojkAR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTDnWojkAR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTDnWojkAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTDnWojkAR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTDnWojkAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTDnWojkAR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTDnWojkAR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTDnWojkAR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTDnWojkAR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-sTDnWojkAR .navbar .text-primary {
    font-size: 0.7rem;
  }
}
.cid-sTDnWojkAR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTDnWojkAR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTDnWojkAR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTDnWojkAR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTDnWojkAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTDnWojkAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTDnWojkAR .dropdown-item.active,
.cid-sTDnWojkAR .dropdown-item:active {
  background-color: transparent;
}
.cid-sTDnWojkAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTDnWojkAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTDnWojkAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTDnWojkAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTDnWojkAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTDnWojkAR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTDnWojkAR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTDnWojkAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4674aa;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTDnWojkAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTDnWojkAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTDnWojkAR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTDnWojkAR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTDnWojkAR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTDnWojkAR .navbar {
    height: 70px;
  }
  .cid-sTDnWojkAR .navbar.opened {
    height: auto;
  }
  .cid-sTDnWojkAR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTDnWojkAR .btn {
  color: #4674aa;
  border: 0px transparent;
}
.cid-sTDnWojkAR .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #FFE162;
  border: 0px transparent;
}
.cid-sTDnWojkAR .text-primary {
  font-size: 1.2rem;
}
.cid-sTDnWojkAR video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-sR5WWowWl3 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sR5WWowWl3 .mbr-section-title {
  color: #4674aa;
  margin-top: 1em;
  text-align: left;
}
.cid-sR5WWowWl3 .mbr-section-subtitle {
  color: #4674aa;
}
.cid-sR5WWowWl3 P {
  text-align: left;
  color: #646464;
}
.cid-sR5WWowWl3 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sR5WWowWl3 .list {
  color: #4674aa;
}
.cid-sR5WWowWl3 ul {
  margin-top: 50px;
  padding-left: 2rem;
}
.cid-sR5WWowWl3 .cd-small {
  font-size: 0.4em;
}
.cid-sR5WXzYi7V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-sR5WXzYi7V .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sR5WXzYi7V .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sR5WXzYi7V .card .card-header {
  background: #ffe161;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sR5WXzYi7V .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sR5WXzYi7V .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sR5WXzYi7V .card .card-header a.panel-title h4 {
  border: none;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sR5WXzYi7V .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-sR5WXzYi7V .card .panel-body {
  background: #ffffff;
}
.cid-sR5WXzYi7V .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sR5WXzYi7V .card-header h4,
  .cid-sR5WXzYi7V .panel-body {
    padding: 1rem !important;
  }
}
.cid-sR5WXzYi7V H4 {
  color: #4674aa;
}
.cid-sR5WXzYi7V H2 {
  color: #4674aa;
}
.cid-sR5WXzYi7V .panel-text {
  color: #646464;
}
.cid-sR5WXzYi7V .panel-title {
  border-bottom: 2px solid #4674aa;
}
.cid-sR5WXzYi7V .collapsed {
  border: none;
}
.cid-sR5WXzYi7V .mbr-section-subtitle,
.cid-sR5WXzYi7V .underline {
  color: #4674aa;
}
.cid-sR5WXzYi7V .pb-3 {
  margin-bottom: 0 !important;
  padding-bottom: 0.3rem !important;
}
.cid-sR5WYxak1H {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-sR5WYxak1H .row {
  flex-direction: row-reverse;
}
.cid-sR5WYxak1H img {
  width: 100%;
}
.cid-sR5XWSe4TG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-sR5XWSe4TG .row {
  flex-direction: row-reverse;
}
.cid-sR5XWSe4TG img {
  width: 100%;
}
.cid-sR5WZU86Qd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-sR5WZU86Qd .row {
  flex-direction: row-reverse;
}
.cid-sR5WZU86Qd img {
  width: 100%;
}
.cid-sR5X2bQZ6H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-sR5X2bQZ6H .row {
  flex-direction: row-reverse;
}
.cid-sR5X2bQZ6H img {
  width: 100%;
}
.cid-sR5X347JT5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-sR5X347JT5 .row {
  flex-direction: row-reverse;
}
.cid-sR5X347JT5 img {
  width: 100%;
}
.cid-sR5X40Tlrs {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-sR5X40Tlrs .row {
  flex-direction: row-reverse;
}
.cid-sR5X40Tlrs img {
  width: 100%;
}
.cid-sR5X5xQSGP {
  overflow-x: hidden !important;
}
.cid-sR5X5xQSGP,
.cid-sR5X5xQSGP .scroll-wrapper {
  padding-top: 105px;
  padding-bottom: 90px;
}
.cid-sR5X5xQSGP .mbr-section-title {
  color: #ffffff;
}
.cid-sR5X5xQSGP .mbr-section-title span {
  color: #4674aa;
}
.cid-sR5X5xQSGP .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sR5X5xQSGP .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/higru-1.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sR5X5xQSGP .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sR5X5xQSGP .mbr-overlay {
  z-index: 1;
}
.cid-sR5X5xQSGP .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sR5X6qIf4U {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR5X6qIf4U .mbr-section-subtitle {
  color: #767676;
}
.cid-sR5X6qIf4U .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sR5X6qIf4U .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sR5X6qIf4U .team-item .item-image img {
  width: 100%;
}
.cid-sR5X6qIf4U .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sR5X6qIf4U .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sR5X6qIf4U .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sR5X6qIf4U .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sR5X6qIf4U .item-name {
  color: #4674aa;
}
.cid-sR5X6qIf4U .item-role P {
  color: #767676;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.cid-sR5X6qIf4U H2 {
  color: #4674aa;
  font-weight: 400;
}
.cid-uM0ufd4jnN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uM0ufd4jnN .mbr-section-subtitle {
  color: #767676;
}
.cid-uM0ufd4jnN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uM0ufd4jnN .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uM0ufd4jnN .team-item .item-image img {
  width: 100%;
}
.cid-uM0ufd4jnN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uM0ufd4jnN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uM0ufd4jnN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uM0ufd4jnN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uM0ufd4jnN .item-name {
  color: #4674aa;
}
.cid-uM0ufd4jnN .item-role P {
  color: #767676;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.cid-uM0ufd4jnN H2 {
  color: #4674aa;
  font-weight: 400;
}
.cid-uM0tBjDjTp {
  overflow-x: hidden !important;
}
.cid-uM0tBjDjTp,
.cid-uM0tBjDjTp .scroll-wrapper {
  padding-top: 105px;
  padding-bottom: 90px;
}
.cid-uM0tBjDjTp .mbr-section-title {
  color: #ffffff;
}
.cid-uM0tBjDjTp .mbr-section-title span {
  color: #4674aa;
}
.cid-uM0tBjDjTp .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uM0tBjDjTp .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/higru-1.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uM0tBjDjTp .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uM0tBjDjTp .mbr-overlay {
  z-index: 1;
}
.cid-uM0tBjDjTp .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uM0s960YBY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uM0s960YBY .mbr-section-subtitle {
  color: #767676;
}
.cid-uM0s960YBY .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uM0s960YBY .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uM0s960YBY .team-item .item-image img {
  width: 100%;
}
.cid-uM0s960YBY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uM0s960YBY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uM0s960YBY .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uM0s960YBY .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uM0s960YBY .item-name {
  color: #4674aa;
}
.cid-uM0s960YBY .item-role P {
  color: #767676;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.cid-uM0s960YBY H2 {
  color: #4674aa;
  font-weight: 400;
}
.cid-uM0s960YBY .line {
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #4674aa;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.cid-sR5X7xW6jo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR5X7xW6jo .mbr-section-subtitle {
  color: #767676;
}
.cid-sR5X7xW6jo .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sR5X7xW6jo .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sR5X7xW6jo .team-item .item-image img {
  width: 100%;
}
.cid-sR5X7xW6jo .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sR5X7xW6jo .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sR5X7xW6jo .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sR5X7xW6jo .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sR5X7xW6jo .item-name {
  color: #4674aa;
}
.cid-sR5X7xW6jo .item-role P {
  color: #767676;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.cid-sR5X7xW6jo H2 {
  color: #4674aa;
  font-weight: 400;
}
.cid-sR5X7xW6jo .line {
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #4674aa;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.cid-sR5XdbckPo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sR5XdbckPo .mbr-section-subtitle {
  color: #767676;
}
.cid-sR5XdbckPo .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sR5XdbckPo .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sR5XdbckPo .team-item .item-image img {
  width: 100%;
}
.cid-sR5XdbckPo .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sR5XdbckPo .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sR5XdbckPo .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sR5XdbckPo .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sR5XdbckPo .item-name {
  color: #4674aa;
}
.cid-sR5XdbckPo .item-role P {
  color: #767676;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
}
.cid-sR5XdbckPo H2 {
  color: #4674aa;
  font-weight: 400;
}
.cid-sR5XdbckPo .line {
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #4674aa;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.cid-sR5Xfr6JuD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sR5Xfr6JuD .mbr-section-subtitle {
  color: #767676;
}
.cid-sR5Xfr6JuD .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sR5Xfr6JuD .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sR5Xfr6JuD .team-item .item-image img {
  width: 100%;
}
.cid-sR5Xfr6JuD .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sR5Xfr6JuD .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sR5Xfr6JuD .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sR5Xfr6JuD .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sR5Xfr6JuD .item-name {
  color: #4674aa;
}
.cid-sR5Xfr6JuD .item-role P {
  color: #767676;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
}
.cid-sR5Xfr6JuD H2 {
  color: #4674aa;
}
.cid-sR5Xfr6JuD .line {
  display: inline-block;
  width: 75%;
  height: 1px;
  background-color: #4674aa;
  margin-top: 0.2rem;
  margin-bottom: 1.5rem;
}
.cid-sR5XhuntqT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR5XhuntqT .mbr-section-subtitle {
  color: #767676;
}
.cid-sR5XhuntqT .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sR5XhuntqT .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sR5XhuntqT .team-item .item-image img {
  width: 100%;
}
.cid-sR5XhuntqT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sR5XhuntqT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sR5XhuntqT .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sR5XhuntqT .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sR5XhuntqT .item-name {
  color: #4674aa;
}
.cid-sR5XhuntqT .item-role P {
  color: #767676;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
}
.cid-sR5XhuntqT H2 {
  color: #4674aa;
  font-weight: 400;
}
.cid-sR5XhuntqT .line {
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #4674aa;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.cid-sR5Xj50yiQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR5Xj50yiQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sR5Xj50yiQ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sR5Xj50yiQ .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sR5Xj50yiQ .team-item .item-image img {
  width: 100%;
}
.cid-sR5Xj50yiQ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sR5Xj50yiQ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sR5Xj50yiQ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sR5Xj50yiQ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sR5Xj50yiQ .item-name {
  color: #4674aa;
}
.cid-sR5Xj50yiQ .item-role P {
  color: #767676;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
}
.cid-sR5Xj50yiQ H2 {
  color: #4674aa;
}
.cid-sR5Xj50yiQ .line {
  display: inline-block;
  width: 75%;
  height: 1px;
  background-color: #4674aa;
  margin-top: 0.2rem;
  margin-bottom: 1.5rem;
}
.cid-sR5Xl3oO3u {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sR5Xl3oO3u .mbr-section-subtitle {
  color: #767676;
}
.cid-sR5Xl3oO3u .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sR5Xl3oO3u .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sR5Xl3oO3u .team-item .item-image img {
  width: 100%;
}
.cid-sR5Xl3oO3u .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sR5Xl3oO3u .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sR5Xl3oO3u .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sR5Xl3oO3u .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sR5Xl3oO3u .item-name {
  color: #4674aa;
}
.cid-sR5Xl3oO3u .item-role P {
  color: #767676;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.cid-sR5Xl3oO3u H2 {
  color: #4674aa;
  font-weight: 400;
}
.cid-sR5Xl3oO3u .line {
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #4674aa;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.cid-sR5XmnhNOv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR5XmnhNOv .mbr-section-subtitle {
  color: #767676;
}
.cid-sR5XmnhNOv .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sR5XmnhNOv .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sR5XmnhNOv .team-item .item-image img {
  width: 100%;
}
.cid-sR5XmnhNOv .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sR5XmnhNOv .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sR5XmnhNOv .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sR5XmnhNOv .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sR5XmnhNOv .item-name {
  color: #4674aa;
}
.cid-sR5XmnhNOv .item-role P {
  color: #767676;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.cid-sR5XmnhNOv H2 {
  color: #4674aa;
  font-weight: 400;
}
.cid-sR5XmnhNOv .line {
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #4674aa;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.cid-sR5XnIKVFY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sR5XnIKVFY .mbr-section-subtitle {
  color: #767676;
}
.cid-sR5XnIKVFY .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sR5XnIKVFY .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sR5XnIKVFY .team-item .item-image img {
  width: 100%;
}
.cid-sR5XnIKVFY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sR5XnIKVFY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sR5XnIKVFY .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sR5XnIKVFY .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sR5XnIKVFY .item-name {
  color: #4674aa;
}
.cid-sR5XnIKVFY .item-role P {
  color: #767676;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
}
.cid-sR5XnIKVFY H2 {
  color: #4674aa;
  font-weight: 400;
}
.cid-sR5XnIKVFY .line {
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #4674aa;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.cid-sR5XpGuLbv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR5XpGuLbv .mbr-section-subtitle {
  color: #767676;
}
.cid-sR5XpGuLbv .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sR5XpGuLbv .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sR5XpGuLbv .team-item .item-image img {
  width: 100%;
}
.cid-sR5XpGuLbv .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sR5XpGuLbv .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sR5XpGuLbv .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sR5XpGuLbv .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sR5XpGuLbv .item-name {
  color: #4674aa;
}
.cid-sR5XpGuLbv .item-role P {
  color: #767676;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
}
.cid-sR5XpGuLbv H2 {
  color: #4674aa;
  font-weight: 400;
}
.cid-sR5XpGuLbv .line {
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #4674aa;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.cid-sR5XqXjv6h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-sR5XqXjv6h .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sR5XqXjv6h .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sR5XqXjv6h .card .card-header {
  background: #ffffff;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sR5XqXjv6h .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sR5XqXjv6h .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sR5XqXjv6h .card .card-header a.panel-title h4 {
  border: none;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sR5XqXjv6h .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-sR5XqXjv6h .card .panel-body {
  background: #ffffff;
}
.cid-sR5XqXjv6h .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sR5XqXjv6h .card-header h4,
  .cid-sR5XqXjv6h .panel-body {
    padding: 1rem !important;
  }
}
.cid-sR5XqXjv6h H2 {
  color: #4674aa;
}
.cid-sR5XqXjv6h .panel-text {
  color: #646464;
}
.cid-sR5XqXjv6h .panel-title {
  border-bottom: 2px solid #4674aa;
}
.cid-sR5XqXjv6h .collapsed {
  border: none;
}
.cid-sR5XqXjv6h H4 {
  color: #4674aa;
  margin-bottom: 2em;
}
.cid-sR5XqXjv6h .mbr-text {
  color: #646464;
}
.cid-sR5XqXjv6h .nomargin > div > h4 {
  margin-bottom: 0;
}
.cid-sR5XqXjv6h .abstand {
  margin-bottom: 2em !important;
}
.cid-sR5XqXjv6h .abstandoben {
  margin-top: 2em !important;
}
.cid-sR5XqXjv6h .abstand2 {
  margin-bottom: 1em !important;
  margin-top: 1em !important;
}
.cid-sR6tkjzGcg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sR6tkjzGcg .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sR6tkjzGcg .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sR6tkjzGcg .card .card-header {
  background: #fafafa;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sR6tkjzGcg .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sR6tkjzGcg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sR6tkjzGcg .card .card-header a.panel-title h4 {
  border: none;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sR6tkjzGcg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-sR6tkjzGcg .card .panel-body {
  background: #fafafa;
}
.cid-sR6tkjzGcg .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sR6tkjzGcg .card-header h4,
  .cid-sR6tkjzGcg .panel-body {
    padding: 1rem !important;
  }
}
.cid-sR6tkjzGcg H2 {
  color: #4674aa;
}
.cid-sR6tkjzGcg .panel-text {
  color: #646464;
}
.cid-sR6tkjzGcg .panel-title {
  border-bottom: 2px solid #4674aa;
}
.cid-sR6tkjzGcg .collapsed {
  border: none;
}
.cid-sR6tkjzGcg H4 {
  color: #4674aa;
}
.cid-sR6tkjzGcg .mbr-text {
  color: #646464;
  margin-bottom: 1em;
}
.cid-sR6tkjzGcg .nomargin > div > h4 {
  margin-bottom: 0;
}
.cid-sR6tkjzGcg .abstand {
  margin-bottom: 2em !important;
}
.cid-sR6tkjzGcg .abstandoben {
  margin-top: 2em !important;
}
.cid-sR6tkjzGcg .abstand2 {
  margin-bottom: 1em !important;
  margin-top: 1em !important;
}
.cid-sR6tkjzGcg .card .panel-body .mbr-text {
  margin-bottom: 1rem;
}
.cid-sR75NNuzyW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-sR75NNuzyW .mbr-section-title {
  color: #4674aa;
  margin-top: 1em;
}
.cid-sR75NNuzyW .mbr-section-subtitle {
  color: #4674aa;
}
.cid-sR75NNuzyW P {
  text-align: center;
  color: #646464;
}
.cid-sR75ITNcav {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-sR75ITNcav .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sR75ITNcav .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sR75ITNcav .card .card-header {
  background: #ffffff;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sR75ITNcav .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sR75ITNcav .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sR75ITNcav .card .card-header a.panel-title h4 {
  border: none;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sR75ITNcav .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-sR75ITNcav .card .panel-body {
  background: #ffffff;
}
.cid-sR75ITNcav .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sR75ITNcav .card-header h4,
  .cid-sR75ITNcav .panel-body {
    padding: 1rem !important;
  }
}
.cid-sR75ITNcav H2 {
  color: #4674aa;
}
.cid-sR75ITNcav .panel-title {
  border-bottom: 2px solid #4674aa;
}
.cid-sR75ITNcav .collapsed {
  border: none;
}
.cid-sR75ITNcav H4 {
  color: #4674aa;
  margin-bottom: 2em;
}
.cid-sR75ITNcav .mbr-text {
  color: #646464;
}
.cid-sR75ITNcav .nomargin > div > h4 {
  margin-bottom: 0;
}
.cid-sR75ITNcav .abstand {
  margin-bottom: 2em !important;
}
.cid-sR75ITNcav .abstandoben {
  margin-top: 2em !important;
}
.cid-sR75ITNcav .abstand2 {
  margin-bottom: 1em !important;
  margin-top: 1em !important;
}
.cid-sR75ITNcav .panel-text {
  color: #4674aa;
  margin-bottom: 1em !important;
}
.cid-uiiYF7uCct {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #4674aa;
}
.cid-uiiYF7uCct img,
.cid-uiiYF7uCct .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct img,
  .cid-uiiYF7uCct .item-img {
    max-height: 300px;
  }
}
.cid-uiiYF7uCct .item:focus,
.cid-uiiYF7uCct span:focus {
  outline: none;
}
.cid-uiiYF7uCct .item-wrapper {
  position: relative;
}
.cid-uiiYF7uCct .slide-content {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #ffe161;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uiiYF7uCct .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uiiYF7uCct .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uiiYF7uCct .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiiYF7uCct .mbr-section-title {
  color: #232323;
}
.cid-uiiYF7uCct .mbr-text,
.cid-uiiYF7uCct .mbr-section-btn {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-title {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uiiYF7uCct .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uiiYF7uCct .embla__button--next,
.cid-uiiYF7uCct .embla__button--prev {
  display: flex;
}
.cid-uiiYF7uCct .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiiYF7uCct .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uiiYF7uCct .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uiiYF7uCct .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiiYF7uCct .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .embla__button {
    top: auto;
  }
}
.cid-uiiYF7uCct .embla {
  position: relative;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiiYF7uCct .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiiYF7uCct .embla__container {
  margin-bottom: 3em;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uiiYF7uCct .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uiiYF7uCct .content-head {
  max-width: 800px;
}
.cid-uiiYF7uCct .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiiYF7uCct .btn {
  font-size: 1rem;
  padding: 0.3rem 0.9rem;
  border-radius: 4px;
  font-weight: 400 !important;
}
.cid-uiiYF7uCct .btn-white {
  color: #139ed3 !important;
}
.cid-uiiYGF6kUk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #545454;
}
.cid-uiiYGF6kUk [class^='socicon-']:before,
.cid-uiiYGF6kUk [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-uiiYGF6kUk .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uiiYGF6kUk .row {
  justify-content: center;
}
.cid-uiiYGF6kUk .soc-item {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem;
  margin-bottom: 1rem;
}
.cid-uiiYGF6kUk .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uiiYGF6kUk .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uiiYGF6kUk H1 {
  color: #ffffff;
}
.cid-uiiYGF6kUk .mbr-text,
.cid-uiiYGF6kUk .mbr-section-btn {
  color: #ffffff;
}
.cid-uiiYGF6kUk h3 {
  font-size: 1em;
  color: #ffffff;
}
.cid-tF4hMUhHHO {
  z-index: 1000;
  width: 100%;
}
.cid-tF4hMUhHHO nav.navbar {
  position: fixed;
}
.cid-tF4hMUhHHO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF4hMUhHHO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tF4hMUhHHO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tF4hMUhHHO .dropdown-item:hover,
.cid-tF4hMUhHHO .dropdown-item:focus {
  background: #4674aa !important;
  color: white !important;
}
.cid-tF4hMUhHHO .dropdown-item:hover span {
  color: white;
}
.cid-tF4hMUhHHO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tF4hMUhHHO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tF4hMUhHHO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tF4hMUhHHO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tF4hMUhHHO .nav-link {
  position: relative;
}
.cid-tF4hMUhHHO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tF4hMUhHHO .container {
    flex-wrap: nowrap;
  }
}
.cid-tF4hMUhHHO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF4hMUhHHO .dropdown-menu,
.cid-tF4hMUhHHO .navbar.opened {
  background: #ffffff !important;
}
.cid-tF4hMUhHHO .nav-item:focus,
.cid-tF4hMUhHHO .nav-link:focus {
  outline: none;
}
.cid-tF4hMUhHHO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tF4hMUhHHO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF4hMUhHHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tF4hMUhHHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF4hMUhHHO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF4hMUhHHO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF4hMUhHHO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 3px solid #FFE162 !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-tF4hMUhHHO .navbar.opened {
  transition: all 0.3s;
}
.cid-tF4hMUhHHO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tF4hMUhHHO .navbar .navbar-logo img {
  width: auto;
}
.cid-tF4hMUhHHO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF4hMUhHHO .navbar.collapsed {
  justify-content: center;
}
.cid-tF4hMUhHHO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF4hMUhHHO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF4hMUhHHO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tF4hMUhHHO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF4hMUhHHO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF4hMUhHHO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tF4hMUhHHO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF4hMUhHHO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF4hMUhHHO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF4hMUhHHO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF4hMUhHHO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF4hMUhHHO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF4hMUhHHO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF4hMUhHHO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tF4hMUhHHO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tF4hMUhHHO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF4hMUhHHO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF4hMUhHHO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tF4hMUhHHO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF4hMUhHHO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-tF4hMUhHHO .navbar .text-primary {
    font-size: 0.7rem;
  }
}
.cid-tF4hMUhHHO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tF4hMUhHHO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tF4hMUhHHO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tF4hMUhHHO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF4hMUhHHO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF4hMUhHHO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF4hMUhHHO .dropdown-item.active,
.cid-tF4hMUhHHO .dropdown-item:active {
  background-color: transparent;
}
.cid-tF4hMUhHHO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF4hMUhHHO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF4hMUhHHO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF4hMUhHHO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tF4hMUhHHO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF4hMUhHHO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF4hMUhHHO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF4hMUhHHO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tF4hMUhHHO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tF4hMUhHHO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4674aa;
}
.cid-tF4hMUhHHO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tF4hMUhHHO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF4hMUhHHO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF4hMUhHHO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tF4hMUhHHO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF4hMUhHHO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tF4hMUhHHO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tF4hMUhHHO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF4hMUhHHO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tF4hMUhHHO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tF4hMUhHHO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF4hMUhHHO .navbar {
    height: 70px;
  }
  .cid-tF4hMUhHHO .navbar.opened {
    height: auto;
  }
  .cid-tF4hMUhHHO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF4hMUhHHO .btn {
  color: #4674aa;
  border: 0px transparent;
}
.cid-tF4hMUhHHO .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #FFE162;
  border: 0px transparent;
}
.cid-tF4hMUhHHO .text-primary {
  font-size: 1.2rem;
}
.cid-tF4hMUhHHO video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tF4hMUWAfr {
  background-image: url("../../../assets/images/abgeordnetenhaus.jpg");
}
.cid-tF4hMUWAfr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tF4hMUWAfr .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tF4hMUWAfr .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tF4hMUWAfr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tF4hMUWAfr .mbr-text,
.cid-tF4hMUWAfr .mbr-section-btn,
.cid-tF4hMUWAfr .social-row {
  color: #ffffff;
}
.cid-tF4hMUWAfr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tF4hMUWAfr #jarallax-container-0 > div {
  -webkit-animation: dp-kenburns-bottom-rev 5s ease-in-out reverse both;
  animation: dp-kenburns-bottom-rev 5s ease-in-out reverse both;
}
@-webkit-keyframes dp-kenburns-bottom-rev {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes dp-kenburns-bottom-rev {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
.cid-tF4hMUWAfr .row {
  padding: 30px;
  opacity: 0.7;
  background-color: #4674aa;
}
.cid-tF4hMVvNSs {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
.cid-tF4hMVvNSs .mbr-text {
  color: #626262;
}
.cid-tF4hMVvNSs .mbr-section-subtitle {
  color: #4674aa;
}
.cid-tGnZILzSgs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-tGnZILzSgs .mbr-text {
  color: #626262;
}
.cid-tGnZILzSgs .mbr-section-subtitle {
  color: #4674aa;
}
.cid-uLgi3PguM3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #4674aa;
}
.cid-uLgi3PguM3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uLgi3PguM3 .row .img-item {
  display: -webkit-flex;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uLgi3PguM3 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uLgi3PguM3 .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uLgfgyfO11 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-uLgfgyfO11 .mbr-text {
  color: #626262;
}
.cid-uLgfgyfO11 .mbr-section-subtitle {
  color: #4674aa;
}
.cid-uLJcao2xht {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
.cid-uLJcao2xht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJcao2xht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLJcao2xht .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLJcao2xht .row {
  flex-direction: row-reverse;
}
.cid-uLJcao2xht img {
  width: 100%;
}
.cid-uLJaY1rBAt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uLJaY1rBAt .mbr-text {
  color: #626262;
}
.cid-uLJaY1rBAt .mbr-section-subtitle {
  color: #4674aa;
}
.cid-uLJbBExnsZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffe161;
}
.cid-uLJbBExnsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJbBExnsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJbBExnsZ .container {
  max-width: 100%;
  width: 100%;
}
.cid-uLJbBExnsZ .row {
  justify-content: center;
}
.cid-uLJbBExnsZ .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uLJbBExnsZ .image-wrapper {
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.cid-uLJbBExnsZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uLJb6SnfR7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
.cid-uLJb6SnfR7 .mbr-text {
  color: #626262;
}
.cid-uLJb6SnfR7 .mbr-section-subtitle {
  color: #4674aa;
}
.cid-uLghoklzS2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
.cid-uLghoklzS2 .mbr-text {
  color: #626262;
}
.cid-uLghoklzS2 .mbr-section-subtitle {
  color: #4674aa;
}
.cid-uLgj5YKUnd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
.cid-uLgj5YKUnd .mbr-text {
  color: #626262;
}
.cid-uLgj5YKUnd .mbr-section-subtitle {
  color: #4674aa;
}
.cid-uiiYF7uCct {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #4674aa;
}
.cid-uiiYF7uCct img,
.cid-uiiYF7uCct .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct img,
  .cid-uiiYF7uCct .item-img {
    max-height: 300px;
  }
}
.cid-uiiYF7uCct .item:focus,
.cid-uiiYF7uCct span:focus {
  outline: none;
}
.cid-uiiYF7uCct .item-wrapper {
  position: relative;
}
.cid-uiiYF7uCct .slide-content {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #ffe161;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uiiYF7uCct .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uiiYF7uCct .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uiiYF7uCct .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiiYF7uCct .mbr-section-title {
  color: #232323;
}
.cid-uiiYF7uCct .mbr-text,
.cid-uiiYF7uCct .mbr-section-btn {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-title {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uiiYF7uCct .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uiiYF7uCct .embla__button--next,
.cid-uiiYF7uCct .embla__button--prev {
  display: flex;
}
.cid-uiiYF7uCct .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiiYF7uCct .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uiiYF7uCct .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uiiYF7uCct .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiiYF7uCct .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .embla__button {
    top: auto;
  }
}
.cid-uiiYF7uCct .embla {
  position: relative;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiiYF7uCct .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiiYF7uCct .embla__container {
  margin-bottom: 3em;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uiiYF7uCct .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uiiYF7uCct .content-head {
  max-width: 800px;
}
.cid-uiiYF7uCct .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiiYF7uCct .btn {
  font-size: 1rem;
  padding: 0.3rem 0.9rem;
  border-radius: 4px;
  font-weight: 400 !important;
}
.cid-uiiYF7uCct .btn-white {
  color: #139ed3 !important;
}
.cid-uiiYGF6kUk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #545454;
}
.cid-uiiYGF6kUk [class^='socicon-']:before,
.cid-uiiYGF6kUk [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-uiiYGF6kUk .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uiiYGF6kUk .row {
  justify-content: center;
}
.cid-uiiYGF6kUk .soc-item {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem;
  margin-bottom: 1rem;
}
.cid-uiiYGF6kUk .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uiiYGF6kUk .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uiiYGF6kUk H1 {
  color: #ffffff;
}
.cid-uiiYGF6kUk .mbr-text,
.cid-uiiYGF6kUk .mbr-section-btn {
  color: #ffffff;
}
.cid-uiiYGF6kUk h3 {
  font-size: 1em;
  color: #ffffff;
}
.cid-uLgxmFI5bT {
  z-index: 1000;
  width: 100%;
}
.cid-uLgxmFI5bT nav.navbar {
  position: fixed;
}
.cid-uLgxmFI5bT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgxmFI5bT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLgxmFI5bT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLgxmFI5bT .dropdown-item:hover,
.cid-uLgxmFI5bT .dropdown-item:focus {
  background: #4674aa !important;
  color: white !important;
}
.cid-uLgxmFI5bT .dropdown-item:hover span {
  color: white;
}
.cid-uLgxmFI5bT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLgxmFI5bT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLgxmFI5bT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLgxmFI5bT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLgxmFI5bT .nav-link {
  position: relative;
}
.cid-uLgxmFI5bT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLgxmFI5bT .container {
    flex-wrap: nowrap;
  }
}
.cid-uLgxmFI5bT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLgxmFI5bT .dropdown-menu,
.cid-uLgxmFI5bT .navbar.opened {
  background: #ffffff !important;
}
.cid-uLgxmFI5bT .nav-item:focus,
.cid-uLgxmFI5bT .nav-link:focus {
  outline: none;
}
.cid-uLgxmFI5bT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgxmFI5bT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgxmFI5bT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgxmFI5bT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgxmFI5bT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgxmFI5bT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgxmFI5bT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 3px solid #FFE162 !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uLgxmFI5bT .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgxmFI5bT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLgxmFI5bT .navbar .navbar-logo img {
  width: auto;
}
.cid-uLgxmFI5bT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLgxmFI5bT .navbar.collapsed {
  justify-content: center;
}
.cid-uLgxmFI5bT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgxmFI5bT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLgxmFI5bT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLgxmFI5bT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgxmFI5bT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgxmFI5bT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLgxmFI5bT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgxmFI5bT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLgxmFI5bT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLgxmFI5bT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgxmFI5bT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgxmFI5bT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgxmFI5bT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLgxmFI5bT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLgxmFI5bT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgxmFI5bT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLgxmFI5bT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLgxmFI5bT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLgxmFI5bT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgxmFI5bT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uLgxmFI5bT .navbar .text-primary {
    font-size: 0.7rem;
  }
}
.cid-uLgxmFI5bT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgxmFI5bT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgxmFI5bT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgxmFI5bT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLgxmFI5bT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLgxmFI5bT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgxmFI5bT .dropdown-item.active,
.cid-uLgxmFI5bT .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgxmFI5bT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLgxmFI5bT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgxmFI5bT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgxmFI5bT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLgxmFI5bT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLgxmFI5bT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgxmFI5bT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLgxmFI5bT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgxmFI5bT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLgxmFI5bT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4674aa;
}
.cid-uLgxmFI5bT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgxmFI5bT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgxmFI5bT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgxmFI5bT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgxmFI5bT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgxmFI5bT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgxmFI5bT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgxmFI5bT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgxmFI5bT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLgxmFI5bT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLgxmFI5bT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLgxmFI5bT .navbar {
    height: 70px;
  }
  .cid-uLgxmFI5bT .navbar.opened {
    height: auto;
  }
  .cid-uLgxmFI5bT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgxmFI5bT .btn {
  color: #4674aa;
  border: 0px transparent;
}
.cid-uLgxmFI5bT .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #FFE162;
  border: 0px transparent;
}
.cid-uLgxmFI5bT .text-primary {
  font-size: 1.2rem;
}
.cid-uLgxmFI5bT video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uLgxmFZrrE {
  background-image: url("../../../assets/images/buerokratie.jpeg");
}
.cid-uLgxmFZrrE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uLgxmFZrrE .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uLgxmFZrrE .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uLgxmFZrrE .mbr-section-title {
  color: #4674aa;
  text-align: left;
}
.cid-uLgxmFZrrE .mbr-text,
.cid-uLgxmFZrrE .mbr-section-btn,
.cid-uLgxmFZrrE .social-row {
  color: #ffffff;
}
.cid-uLgxmFZrrE .mbr-section-subtitle {
  color: #4674aa;
  text-align: left;
}
.cid-uLgxmFZrrE #jarallax-container-0 > div {
  -webkit-animation: dp-kenburns-bottom-rev 5s ease-in-out reverse both;
  animation: dp-kenburns-bottom-rev 5s ease-in-out reverse both;
}
@-webkit-keyframes dp-kenburns-bottom-rev {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes dp-kenburns-bottom-rev {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
.cid-uLgxmFZrrE .row {
  padding: 30px;
  opacity: 0.7;
  background-color: #ffe161;
}
.cid-uLgxmGe8GI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
  border-top: solid 20px #ffffff;
}
.cid-uLgxmGe8GI .mbr-text {
  color: #626262;
}
.cid-uLgxmGe8GI .mbr-section-subtitle {
  color: #4674aa;
}
.cid-uLgzCBg9WQ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #4674aa;
}
.cid-uLgzCBg9WQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgzCBg9WQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgzCBg9WQ .row {
  flex-direction: row-reverse;
}
.cid-uLgzCBg9WQ .row {
  align-items: center;
}
.cid-uLgzCBg9WQ img {
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-uLgzCBg9WQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLgzCBg9WQ .mbr-section-title {
  color: #1b224b;
}
.cid-uLgzCBg9WQ .mbr-text,
.cid-uLgzCBg9WQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uLmT6rzuuz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #4674aa;
}
.cid-uLmT6rzuuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmT6rzuuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmT6rzuuz .container {
  max-width: 100%;
  width: 100%;
}
.cid-uLmT6rzuuz .row {
  justify-content: center;
}
.cid-uLmT6rzuuz .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uLmT6rzuuz .image-wrapper {
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.cid-uLmT6rzuuz .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uLgxmGM27Y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLgxmGM27Y .mbr-text {
  color: #626262;
}
.cid-uLgxmGM27Y .mbr-section-subtitle {
  color: #4674aa;
}
.cid-uLgxmHlB1k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-uLgxmHlB1k .mbr-text {
  color: #626262;
}
.cid-uLgxmHlB1k .mbr-section-subtitle {
  color: #4674aa;
}
.cid-uLgxmHJQK3 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #4674aa;
}
.cid-uLgxmHJQK3 img,
.cid-uLgxmHJQK3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uLgxmHJQK3 img,
  .cid-uLgxmHJQK3 .item-img {
    max-height: 300px;
  }
}
.cid-uLgxmHJQK3 .item:focus,
.cid-uLgxmHJQK3 span:focus {
  outline: none;
}
.cid-uLgxmHJQK3 .item-wrapper {
  position: relative;
}
.cid-uLgxmHJQK3 .slide-content {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #ffe161;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLgxmHJQK3 .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uLgxmHJQK3 .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLgxmHJQK3 .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uLgxmHJQK3 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLgxmHJQK3 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uLgxmHJQK3 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uLgxmHJQK3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLgxmHJQK3 .mbr-section-title {
  color: #232323;
}
.cid-uLgxmHJQK3 .mbr-text,
.cid-uLgxmHJQK3 .mbr-section-btn {
  text-align: left;
  color: #626262;
}
.cid-uLgxmHJQK3 .item-title {
  text-align: left;
  color: #626262;
}
.cid-uLgxmHJQK3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLgxmHJQK3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uLgxmHJQK3 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uLgxmHJQK3 .embla__button--next,
.cid-uLgxmHJQK3 .embla__button--prev {
  display: flex;
}
.cid-uLgxmHJQK3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLgxmHJQK3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLgxmHJQK3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uLgxmHJQK3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLgxmHJQK3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLgxmHJQK3 .embla__button {
    top: auto;
  }
}
.cid-uLgxmHJQK3 .embla {
  position: relative;
  width: 100%;
}
.cid-uLgxmHJQK3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLgxmHJQK3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLgxmHJQK3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLgxmHJQK3 .embla__container {
  margin-bottom: 3em;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uLgxmHJQK3 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uLgxmHJQK3 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uLgxmHJQK3 .content-head {
  max-width: 800px;
}
.cid-uLgxmHJQK3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLgxmHJQK3 .btn {
  font-size: 1rem;
  padding: 0.3rem 0.9rem;
  border-radius: 4px;
  font-weight: 400 !important;
}
.cid-uLgxmHJQK3 .btn-white {
  color: #139ed3 !important;
}
.cid-uLgxmI4PeR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #545454;
}
.cid-uLgxmI4PeR [class^='socicon-']:before,
.cid-uLgxmI4PeR [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-uLgxmI4PeR .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLgxmI4PeR .row {
  justify-content: center;
}
.cid-uLgxmI4PeR .soc-item {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem;
  margin-bottom: 1rem;
}
.cid-uLgxmI4PeR .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uLgxmI4PeR .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uLgxmI4PeR H1 {
  color: #ffffff;
}
.cid-uLgxmI4PeR .mbr-text,
.cid-uLgxmI4PeR .mbr-section-btn {
  color: #ffffff;
}
.cid-uLgxmI4PeR h3 {
  font-size: 1em;
  color: #ffffff;
}
.cid-tF5q69KSgP {
  z-index: 1000;
  width: 100%;
}
.cid-tF5q69KSgP nav.navbar {
  position: fixed;
}
.cid-tF5q69KSgP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF5q69KSgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tF5q69KSgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tF5q69KSgP .dropdown-item:hover,
.cid-tF5q69KSgP .dropdown-item:focus {
  background: #4674aa !important;
  color: white !important;
}
.cid-tF5q69KSgP .dropdown-item:hover span {
  color: white;
}
.cid-tF5q69KSgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tF5q69KSgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tF5q69KSgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tF5q69KSgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tF5q69KSgP .nav-link {
  position: relative;
}
.cid-tF5q69KSgP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tF5q69KSgP .container {
    flex-wrap: nowrap;
  }
}
.cid-tF5q69KSgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF5q69KSgP .dropdown-menu,
.cid-tF5q69KSgP .navbar.opened {
  background: #ffffff !important;
}
.cid-tF5q69KSgP .nav-item:focus,
.cid-tF5q69KSgP .nav-link:focus {
  outline: none;
}
.cid-tF5q69KSgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tF5q69KSgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF5q69KSgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tF5q69KSgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF5q69KSgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF5q69KSgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF5q69KSgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 3px solid #FFE162 !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-tF5q69KSgP .navbar.opened {
  transition: all 0.3s;
}
.cid-tF5q69KSgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tF5q69KSgP .navbar .navbar-logo img {
  width: auto;
}
.cid-tF5q69KSgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF5q69KSgP .navbar.collapsed {
  justify-content: center;
}
.cid-tF5q69KSgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF5q69KSgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF5q69KSgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tF5q69KSgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF5q69KSgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF5q69KSgP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tF5q69KSgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF5q69KSgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF5q69KSgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF5q69KSgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF5q69KSgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF5q69KSgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF5q69KSgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF5q69KSgP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tF5q69KSgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tF5q69KSgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF5q69KSgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF5q69KSgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tF5q69KSgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF5q69KSgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-tF5q69KSgP .navbar .text-primary {
    font-size: 0.7rem;
  }
}
.cid-tF5q69KSgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tF5q69KSgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tF5q69KSgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tF5q69KSgP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF5q69KSgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF5q69KSgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF5q69KSgP .dropdown-item.active,
.cid-tF5q69KSgP .dropdown-item:active {
  background-color: transparent;
}
.cid-tF5q69KSgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF5q69KSgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF5q69KSgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF5q69KSgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tF5q69KSgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF5q69KSgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF5q69KSgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF5q69KSgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tF5q69KSgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tF5q69KSgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4674aa;
}
.cid-tF5q69KSgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tF5q69KSgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF5q69KSgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF5q69KSgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tF5q69KSgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF5q69KSgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tF5q69KSgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tF5q69KSgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF5q69KSgP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tF5q69KSgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tF5q69KSgP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF5q69KSgP .navbar {
    height: 70px;
  }
  .cid-tF5q69KSgP .navbar.opened {
    height: auto;
  }
  .cid-tF5q69KSgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF5q69KSgP .btn {
  color: #4674aa;
  border: 0px transparent;
}
.cid-tF5q69KSgP .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #FFE162;
  border: 0px transparent;
}
.cid-tF5q69KSgP .text-primary {
  font-size: 1.2rem;
}
.cid-tF5q69KSgP video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tF5q6asoej {
  background-image: url("../../../assets/images/30403979313-ec5a9ae707-o.jpg");
}
.cid-tF5q6asoej .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tF5q6asoej .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tF5q6asoej .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tF5q6asoej .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tF5q6asoej .mbr-text,
.cid-tF5q6asoej .mbr-section-btn,
.cid-tF5q6asoej .social-row {
  color: #ffffff;
}
.cid-tF5q6asoej .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tF5q6asoej #jarallax-container-0 > div {
  -webkit-animation: dp-kenburns-bottom-rev 5s ease-in-out reverse both;
  animation: dp-kenburns-bottom-rev 5s ease-in-out reverse both;
}
@-webkit-keyframes dp-kenburns-bottom-rev {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes dp-kenburns-bottom-rev {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
.cid-tF5q6asoej .row {
  padding: 30px;
  opacity: 0.7;
  background-color: #4674aa;
}
.cid-tF5q6b641b {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4674aa;
  border-top: solid 20px #ffffff;
}
.cid-tF5q6b641b .mbr-text {
  color: #ffffff;
}
.cid-tF5q6b641b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tF5q6eG06w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tF5q6eG06w .mbr-text {
  color: #626262;
}
.cid-uLgn1vGkqT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffe161;
}
.cid-uLgn1vGkqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgn1vGkqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgn1vGkqT .container {
  max-width: 100%;
  width: 100%;
}
.cid-uLgn1vGkqT .row {
  justify-content: center;
}
.cid-uLgn1vGkqT .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uLgn1vGkqT .image-wrapper {
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.cid-uLgn1vGkqT .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uiiNeTldmg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiiNeTldmg .mbr-text {
  color: #626262;
}
.cid-uiiNeTldmg .mbr-section-subtitle {
  color: #4674aa;
}
.cid-uLgt86HX7M {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-uLgt86HX7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgt86HX7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLgt86HX7M .container {
    padding: 0 30px;
  }
}
.cid-uLgt86HX7M .row {
  justify-content: center;
}
.cid-uLgt86HX7M .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLgt86HX7M .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLgt86HX7M .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLgt86HX7M .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uLgt86HX7M .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uLgt86HX7M .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uLgt86HX7M .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLgt86HX7M .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #4674aa;
}
.cid-uLgt86HX7M .mbr-section-title {
  color: #4674aa;
}
.cid-uLgt86HX7M .mbr-text {
  color: #626262;
}
.cid-uLgt86HX7M .list,
.cid-uLgt86HX7M .item-wrap {
  color: #626262;
}
.cid-uLguTuSWRa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #4674aa;
}
.cid-uLguTuSWRa .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uLguTuSWRa .row .img-item {
  display: -webkit-flex;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uLguTuSWRa .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uLguTuSWRa .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uLgupGsxik {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
.cid-uLgupGsxik .mbr-text {
  color: #626262;
}
.cid-uLgupGsxik .mbr-section-subtitle {
  color: #4674aa;
}
.cid-uLgvXNiV7k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLgvXNiV7k .mbr-text {
  color: #626262;
}
.cid-uLgvXNiV7k .mbr-section-subtitle {
  color: #4674aa;
}
.cid-uiiYF7uCct {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #4674aa;
}
.cid-uiiYF7uCct img,
.cid-uiiYF7uCct .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct img,
  .cid-uiiYF7uCct .item-img {
    max-height: 300px;
  }
}
.cid-uiiYF7uCct .item:focus,
.cid-uiiYF7uCct span:focus {
  outline: none;
}
.cid-uiiYF7uCct .item-wrapper {
  position: relative;
}
.cid-uiiYF7uCct .slide-content {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #ffe161;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uiiYF7uCct .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uiiYF7uCct .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uiiYF7uCct .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uiiYF7uCct .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiiYF7uCct .mbr-section-title {
  color: #232323;
}
.cid-uiiYF7uCct .mbr-text,
.cid-uiiYF7uCct .mbr-section-btn {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-title {
  text-align: left;
  color: #626262;
}
.cid-uiiYF7uCct .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uiiYF7uCct .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uiiYF7uCct .embla__button--next,
.cid-uiiYF7uCct .embla__button--prev {
  display: flex;
}
.cid-uiiYF7uCct .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiiYF7uCct .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uiiYF7uCct .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uiiYF7uCct .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiiYF7uCct .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uiiYF7uCct .embla__button {
    top: auto;
  }
}
.cid-uiiYF7uCct .embla {
  position: relative;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uiiYF7uCct .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiiYF7uCct .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiiYF7uCct .embla__container {
  margin-bottom: 3em;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uiiYF7uCct .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uiiYF7uCct .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uiiYF7uCct .content-head {
  max-width: 800px;
}
.cid-uiiYF7uCct .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiiYF7uCct .btn {
  font-size: 1rem;
  padding: 0.3rem 0.9rem;
  border-radius: 4px;
  font-weight: 400 !important;
}
.cid-uiiYF7uCct .btn-white {
  color: #139ed3 !important;
}
.cid-uiiYGF6kUk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #545454;
}
.cid-uiiYGF6kUk [class^='socicon-']:before,
.cid-uiiYGF6kUk [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-uiiYGF6kUk .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uiiYGF6kUk .row {
  justify-content: center;
}
.cid-uiiYGF6kUk .soc-item {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem;
  margin-bottom: 1rem;
}
.cid-uiiYGF6kUk .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uiiYGF6kUk .soc-item:hover span {
  color: #ffffff !important;
}
.cid-uiiYGF6kUk H1 {
  color: #ffffff;
}
.cid-uiiYGF6kUk .mbr-text,
.cid-uiiYGF6kUk .mbr-section-btn {
  color: #ffffff;
}
.cid-uiiYGF6kUk h3 {
  font-size: 1em;
  color: #ffffff;
}
