@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;
}

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

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

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

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  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;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Tangerine-Bold';
  font-size: 5rem;
  line-height: 1.4;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Jost-Regular';
  font-size: 3rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost-Regular';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost-Regular';
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #06358d !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: #06358d !important;
  border-color: #06358d !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: #02163a !important;
  border-color: #02163a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #02163a !important;
  border-color: #02163a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #06358d;
  color: #06358d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #02163a !important;
  background-color: transparent!important;
  border-color: #02163a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #06358d !important;
  border-color: #06358d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #06358d !important;
}
.text-secondary {
  color: #ff6666 !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: #02102b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #06358d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #06358d;
  border-color: #06358d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #06358d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1d68f5;
}
.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*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #06358d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #06358d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #06358d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #06358d;
}
.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: #06358d;
  border-bottom-color: #06358d;
}
.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: #06358d !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: #ff6666 !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='%2306358d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-uEvdwIANEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uEvdwIANEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEvdwIANEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEvdwIANEp .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
}
@media (max-width: 992px) {
  .cid-uEvdwIANEp .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uEvdwIANEp .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #292739 50%);
  opacity: .5;
}
.cid-uEvdwIANEp .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uEvdwIANEp .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uEvdwIANEp .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uEvdwIANEp .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uEvdwIANEp .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uEvdwIANEp .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEvdwIANEp .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uEvdwIANEp .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #bcfe1e;
  border-radius: 100%;
}
.cid-uEvdwIANEp .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uEvdwIANEp .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uEvdwIANEp .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uEvdwIANEp .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uEvdwIANEp .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEvdwIANEp .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uEvdwIANEp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEvdwIANEp .panel-title-edit {
  color: #ffffff;
}
.cid-uEvdwIANEp .panel-text {
  color: #ffffff;
}
.cid-sX1GV7Qvb8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-sX1GV7Qvb8 .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uCr08OHZ7v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eff3f3;
}
.cid-uCr08OHZ7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCr08OHZ7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCr08OHZ7v .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCr08OHZ7v .container-fluid {
    padding: 0 5px;
  }
}
@media (max-width: 992px) {
  .cid-uCr08OHZ7v .container {
    padding: 0 25px;
  }
}
.cid-uCr08OHZ7v .tabs-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCr08OHZ7v .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCr08OHZ7v .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uCr08OHZ7v .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
}
.cid-uCr08OHZ7v .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #2f2e30;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  padding: 16px 20px 0;
}
.cid-uCr08OHZ7v .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #a0ffc2;
}
.cid-uCr08OHZ7v .tab-content {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uCr08OHZ7v .tab-content {
    width: 100%;
    margin: 0;
  }
}
.cid-uCr08OHZ7v .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCr08OHZ7v .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uCr08OHZ7v .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 100%;
  width: 320px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCr08OHZ7v .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
.cid-uCr08OHZ7v .tab-content .tab-pane .content-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  padding: 50px;
  background-color: #ffc394;
}
@media (max-width: 992px) {
  .cid-uCr08OHZ7v .tab-content .tab-pane .content-wrapper .title-wrapper {
    padding: 15px;
  }
}
.cid-uCr08OHZ7v .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 1px 1px 0;
  background-color: #a0ffc2;
  margin-bottom: 1px;
}
.cid-uCr08OHZ7v .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCr08OHZ7v .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCr08OHZ7v .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uCr08OHZ7v .mbr-card-title {
  color: #2f2e30;
}
.cid-uCr08OHZ7v .mbr-desc {
  color: #2f2e30;
}
.cid-uCr08OHZ7v .mbr-text {
  color: #2f2e30;
}
.cid-uCr08OHZ7v table.tableizer-table {
  border-collapse: collapse;
  margin: auto;
  width: 99%;
  max-width: 1000px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.7em, 2.8vw, 1.1em);
  border: 1px solid #000000;
}
.cid-uCr08OHZ7v .tableizer-table td {
  padding: 1px;
  margin: 1px;
  border: 0px solid #000000;
  text-align: center;
}
.cid-uCr08OHZ7v .tableizer-table th {
  background-color: #104E8B;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  position: sticky;
}
.cid-uCr08OHZ7v .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-uCr08OHZ7v tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-uCr08OHZ7v tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-uCr08OHZ7v table.colright td:nth-child(1) {
  text-align: left;
}
.cid-uEvfk1Y7dV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEvfk1Y7dV .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEvfk1Y7dV .g {
  color: #4285F4;
}
.cid-uEvfk1Y7dV .o {
  color: #EA4335;
}
.cid-uEvfk1Y7dV .o1 {
  color: #FBBC05;
}
.cid-uEvfk1Y7dV .l {
  color: #34A853;
}
.cid-uEvfk1Y7dV .e {
  color: #EA4335;
}
.cid-uEvfk1Y7dV body {
  background: #e2e1e0;
  margin: 5px 5px 5px 5px;
}
.cid-uEvfk1Y7dV .card-1 {
  padding: 10px 10px 10px 10px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.cid-uEvfk1Y7dV hr {
  color: #f00;
  background: #e0e0e0;
  width: 100%;
  height: 10%;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.cid-uEvfk1Y7dV .bold {
  font-family: Helvetica;
  font-weight: bold;
}
.cid-uEvfk1Y7dV .table-responsive > .table > tbody > tr > td {
  horizontal-align: middle;
}
#custom-html-k0 {
  /* Type valid CSS here */
}
#custom-html-k0 .g {
  color: #4285f4;
}
#custom-html-k0 .o {
  color: #ea4335;
}
#custom-html-k0 .o1 {
  color: #fbbc05;
}
#custom-html-k0 .l {
  color: #34a853;
}
#custom-html-k0 .e {
  color: #ea4335;
}
#custom-html-k0 body {
  background: #e2e1e0;
  margin: 5px 5px 5px 5px;
}
#custom-html-k0 .card-1 {
  padding: 10px 10px 10px 10px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
#custom-html-k0 hr {
  color: #f00;
  background: #e0e0e0;
  width: 100%;
  height: 10%;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
#custom-html-k0 .bold {
  font-family: Helvetica;
  font-weight: bold;
}
#custom-html-k0 .table-responsive > .table > tbody > tr > td {
  horizontal-align: middle;
}
#custom-html-k1 {
  /* Type valid CSS here */
  /* WARNING: This css extreamly unoranized, go away :) */
  /* * * * * * * * * * * * * * * * * * * * *
* General
* * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * *
* Meny
* * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * *
* Start page
* * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * *
* Examples
* * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * *
* Performance
* * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * *
* Paging
* * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * *
* Changelog
* * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * *
* Syntax coloring
* * * * * * * * * * * * * * * * * * * * */
}
#custom-html-k1 body,
#custom-html-k1 div,
#custom-html-k1 dl,
#custom-html-k1 dt,
#custom-html-k1 dd,
#custom-html-k1 ul,
#custom-html-k1 ol,
#custom-html-k1 li,
#custom-html-k1 h1,
#custom-html-k1 h2,
#custom-html-k1 h3,
#custom-html-k1 h4,
#custom-html-k1 h5,
#custom-html-k1 h6,
#custom-html-k1 pre,
#custom-html-k1 form,
#custom-html-k1 fieldset,
#custom-html-k1 input,
#custom-html-k1 textarea,
#custom-html-k1 p,
#custom-html-k1 blockquote,
#custom-html-k1 th,
#custom-html-k1 td {
  margin: 0;
  padding: 0;
}
#custom-html-k1 table {
  border-collapse: collapse;
  border-spacing: 0;
}
#custom-html-k1 fieldset,
#custom-html-k1 img {
  border: 0;
}
#custom-html-k1 address,
#custom-html-k1 caption,
#custom-html-k1 cite,
#custom-html-k1 code,
#custom-html-k1 dfn,
#custom-html-k1 em,
#custom-html-k1 strong,
#custom-html-k1 th,
#custom-html-k1 var {
  font-style: normal;
  font-weight: normal;
}
#custom-html-k1 ol,
#custom-html-k1 ul {
  list-style: none;
}
#custom-html-k1 caption,
#custom-html-k1 th {
  text-align: left;
}
#custom-html-k1 h1,
#custom-html-k1 h2,
#custom-html-k1 h3,
#custom-html-k1 h4,
#custom-html-k1 h5,
#custom-html-k1 h6 {
  font-size: 100%;
  font-weight: normal;
}
#custom-html-k1 q:before,
#custom-html-k1 q:after {
  content: "";
}
#custom-html-k1 abbr,
#custom-html-k1 acronym {
  border: 0;
}
#custom-html-k1 .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#custom-html-k1 .clearfix {
  display: inline-block;
}
#custom-html-k1 html[xmlns] .clearfix {
  display: block;
}
#custom-html-k1 * html .clearfix {
  height: 1%;
}
#custom-html-k1 body {
  background: #333;
  font: normal 14px/1.3 "helvetica neue", helvetica, arial;
  color: #bbb;
  text-shadow: #262729 0 -1px 0;
  -webkit-font-smoothing: antialiased;
  padding: 120px 0;
}
#custom-html-k1 body.clearfix {
  display: block;
}
#custom-html-k1 header {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
#custom-html-k1 #container {
  width: 750px;
  margin: 0 auto 80px;
}
#custom-html-k1 #container a {
  color: #eee;
}
#custom-html-k1 #container a:hover {
  color: #fff;
}
#custom-html-k1 .c1 {
  width: 750px;
  float: left;
}
#custom-html-k1 .c2 {
  width: 355px;
  float: left;
}
#custom-html-k1 .c3 {
  width: 235px;
  float: left;
}
#custom-html-k1 .m10l {
  margin-left: 10px;
}
#custom-html-k1 .m20l {
  margin-left: 20px;
}
#custom-html-k1 .p10 {
  padding: 10px;
}
#custom-html-k1 p {
  font-size: 12px;
  line-height: 1.3;
}
#custom-html-k1 h2 {
  font-size: 18px;
  color: #bbb;
  text-shadow: #262729 0 -1px 0;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
#custom-html-k1 h2.look {
  font-size: 24px;
  margin-bottom: 45px;
}
#custom-html-k1 h2 strong {
  color: #fafafa;
}
#custom-html-k1 h3 {
  font-size: 14px;
  color: #3a3a3a;
  margin-bottom: 8px;
}
#custom-html-k1 input {
  font: normal 12px/1.3 "helvetica neue", helvetica, arial;
  font-size: 20px;
  padding: 2px 10px;
  border-radius: 10px;
  border: solid 1px #555;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
#custom-html-k1 input:focus {
  border: none;
  outline: none;
  background-color: #eee;
  border-top: solid 1px #aaa;
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  border-left: solid 1px #aaa;
}
#custom-html-k1 .btn {
  color: #ccc;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 10px;
  border: solid 1px #666;
  display: block;
  float: left;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  cursor: hand;
}
#custom-html-k1 .btn:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fafafa;
}
#custom-html-k1 table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
#custom-html-k1 th {
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
  padding: 10px 10px;
  text-align: left;
  font-weight: bold;
  color: #dddddd;
}
#custom-html-k1 td {
  padding: 10px 10px;
  border: solid 1px rgba(255, 255, 255, 0.1);
}
#custom-html-k1 .menu {
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  margin-left: -20px;
  width: 100%;
  padding: 0 20px;
  background: #333;
  background: rgba(30, 30, 30, 0.8);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px #000000;
  z-index: 100;
}
#custom-html-k1 .menu .menu-container {
  width: 750px;
  font-size: 16px;
  margin: 0 auto;
}
#custom-html-k1 .menu ul {
  float: left;
}
#custom-html-k1 .menu ul li {
  display: block;
  float: left;
  line-height: 60px;
}
#custom-html-k1 .menu ul li.name {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
#custom-html-k1 .menu ul li.name a {
  color: #eee;
}
#custom-html-k1 .menu ul li a,
#custom-html-k1 .menu ul li.name {
  float: left;
  display: block;
  text-decoration: none;
}
#custom-html-k1 .menu ul li a {
  padding: 0 20px;
  color: #aaa;
}
#custom-html-k1 .menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
#custom-html-k1 .menu ul li a:hover b {
  color: #fff;
}
#custom-html-k1 .menu ul.secondary {
  border: solid 1px #444;
  border-width: 1px 1px 0 1px;
  width: 750px;
}
#custom-html-k1 .menu ul.secondary li {
  line-height: 30px;
}
#custom-html-k1 .menu ul.secondary li a {
  padding: 0 20px;
  font-size: 14px;
}
#custom-html-k1 .code {
  background-color: rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 20px 20px 0;
  margin-bottom: 50px;
  font-size: 14px;
}
#custom-html-k1 .code h3 {
  font-size: 18px;
  color: #aaa;
  text-shadow: #262729 0 -1px 0;
  font-weight: 300;
  margin-bottom: 15px;
}
#custom-html-k1 .logo {
  background: url("http://listjs.com/images/graphics/listjs-logo.png") no-repeat;
  width: 328px;
  height: 334px;
  float: left;
  margin: 0 0 0 215px;
}
#custom-html-k1 .slogan {
  display: none;
}
#custom-html-k1 .logo span,
#custom-html-k1 .slogan span {
  display: block;
  margin-left: -10000px;
}
#custom-html-k1 .download {
  clear: left;
  float: left;
  width: 600px;
  margin-bottom: 20px;
}
#custom-html-k1 .download-btn {
  background: url("http://listjs.com/images/bg/download.png");
  width: 217px;
  height: 76px;
  float: left;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 26px;
  text-shadow: #047e0c 1px 1px 0;
  line-height: 1.1;
}
#custom-html-k1 .download-btn:hover {
  color: #eee;
  background-position: 0 -76px;
}
#custom-html-k1 .download-btn span {
  display: block;
  padding: 13px 0 0 70px;
}
#custom-html-k1 .download-btn small {
  display: block;
  font-size: 13px;
  color: #b6e0f5;
  font-weight: normal;
}
#custom-html-k1 .download p {
  color: #d8d5d5;
  font-size: 11px;
  margin-bottom: 5px;
}
#custom-html-k1 .download p a {
  color: #54e45e;
}
#custom-html-k1 .download p a:hover {
  color: #73f57c;
}
#custom-html-k1 .share {
  padding: 13px 20px 5px;
  clear: both;
  border-radius: 10px;
  margin: 0 0 50px 24px;
  width: 604px;
  border-bottom: solid 1px #666;
  background-color: rgba(255, 255, 255, 0.1);
}
#custom-html-k1 p.preamble {
  font-size: 22px;
  color: #cecece;
  text-shadow: #262729 0 -1px 0;
  font-weight: 300;
}
#custom-html-k1 p.preamble strong {
  color: #fafafa;
}
#custom-html-k1 p.preamble .bugwarning {
  color: #959494;
  font-weight: 300;
  font-size: 16px;
}
#custom-html-k1 div.info {
  margin-bottom: 40px;
  clear: both;
}
#custom-html-k1 #example-list {
  margin-bottom: 30px;
}
#custom-html-k1 #example-list .list {
  clear: both;
}
#custom-html-k1 #example-list li {
  font-size: 20px;
  color: #cecece;
  text-shadow: #262729 0 -1px 0;
  font-weight: 300;
  border-top: solid 1px #666;
  padding: 10px 0;
}
#custom-html-k1 #example-list li strong {
  color: #fafafa;
}
#custom-html-k1 #container.example-page {
  margin-top: 30px;
}
#custom-html-k1 h1 {
  font: 100 40px "helvetica neue", helvetica, arial;
  letter-spacing: 1px;
  color: #cecece;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: #262729 0 -1px 0;
}
#custom-html-k1 .note {
  text-shadow: #262729 0 -1px 0;
  margin-bottom: 60px;
  text-align: center;
  color: #999;
  font-size: 14px;
}
#custom-html-k1 .note b {
  color: #eee;
}
#custom-html-k1 .note a {
  color: #eee;
}
#custom-html-k1 #lovely-things-list {
  margin-bottom: 60px;
}
#custom-html-k1 #lovely-things-list .thumb {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
  border: solid 1px #333;
}
#custom-html-k1 #lovely-things-list .list {
  clear: both;
  margin-bottom: 10px;
}
#custom-html-k1 #lovely-things-list .list li {
  padding: 20px;
}
#custom-html-k1 #lovely-things-list li:nth-child(2n + 1) {
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#custom-html-k1 #lovely-things-list li:nth-child(2n + 1) .thumb {
  border: solid 1px #666;
}
#custom-html-k1 #lovely-things-list h4 {
  color: #fafafa;
  font-weight: bold;
  margin-bottom: 6px;
}
#custom-html-k1 #lovely-things-list p {
  font: normal 14px/1.3 "helvetica neue", helvetica, arial;
  color: #aaa;
  text-align: left;
}
#custom-html-k1 #lovely-things-list .sort-by {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  clear: both;
}
#custom-html-k1 #lovely-things-list .filter {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  clear: both;
}
#custom-html-k1 #contacts input {
  font-size: 13px;
  margin: 0;
  border-radius: 5px;
  width: 200px;
}
#custom-html-k1 #contacts {
  margin-bottom: 100px;
}
#custom-html-k1 #contacts td.name,
#custom-html-k1 #contacts td.age,
#custom-html-k1 #contacts td.city {
  width: 130px;
}
#custom-html-k1 #contacts td.edit,
#custom-html-k1 #contacts td.remove {
  width: 130px;
}
#custom-html-k1 #contacts td.add {
  width: 300px;
}
#custom-html-k1 #contacts input {
  width: 100px;
}
#custom-html-k1 .huge {
  max-height: 500px;
  overflow: scroll;
}
#custom-html-k1 #size {
  margin-left: 100px;
  width: 590px;
}
#custom-html-k1 #time-table {
  margin-bottom: 40px;
}
#custom-html-k1 #performance-list .scroll-container {
  height: 300px;
  overflow: scroll;
  margin-bottom: 10px;
}
#custom-html-k1 #performance-share {
  padding: 13px 20px 5px;
  clear: both;
  border-radius: 10px;
  margin: 0 0 50px 80px;
  width: 520px;
  border-bottom: solid 1px #666;
  background-color: rgba(255, 255, 255, 0.1);
}
#custom-html-k1 .paging {
  padding-bottom: 10px;
  clear: both;
  float: left;
}
#custom-html-k1 .paging li {
  display: block;
  float: left;
  padding: 10px 15px;
  border-radius: 50%;
}
#custom-html-k1 .paging li a {
  color: #999;
  text-decoration: none;
  display: inline-block;
  line-height: 14px;
}
#custom-html-k1 .paging li.active a {
  font-weight: bold;
  color: #eee;
  font-size: 18px;
  margin: -1px;
}
#custom-html-k1 .paging li a:hover {
  color: #eee;
}
#custom-html-k1 .changelog h3 {
  color: #fff;
  font-weight: bold;
}
#custom-html-k1 .changelog ul {
  line-height: 1.5;
  margin: 0 0 30px 20px;
}
#custom-html-k1 .changelog li {
  list-style-type: circle;
  margin-bottom: 5px;
}
#custom-html-k1 .changelog li b {
  color: #eee;
}
#custom-html-k1 .changelog code {
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(0, 0, 0, 0.15);
  padding: 2px 5px;
  color: #fff;
}
#custom-html-k1 pre {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 20px 10px;
  margin: 0 -20px 20px;
  line-height: 1.5;
}
#custom-html-k1 pre,
#custom-html-k1 code {
  font-family: "monaco", sans-serif;
  font-size: 12px;
}
#custom-html-k1 pre .keyword {
  color: #ff0c4b;
}
#custom-html-k1 pre .string {
  color: #01dbff;
}
#custom-html-k1 pre .regexp {
  color: #15e80b;
}
#custom-html-k1 pre .class {
  color: #15e80b;
  font-weight: bold;
}
#custom-html-k1 pre .special {
  color: #ffd901;
}
#custom-html-k1 pre .number {
  color: #01dbff;
}
#custom-html-k1 pre .comment {
  color: grey;
  font-style: italic;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tDznUIiGcq {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-tDznUIiGcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDznUIiGcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDznUIiGcq .row {
  justify-content: left;
}
.cid-tDznUIiGcq .main-col {
  display: flex;
}
.cid-tDznUIiGcq .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-tDznUIiGcq .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tDznUIiGcq .item-container {
    flex-wrap: wrap;
  }
}
.cid-tDznUIiGcq .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tDznUIiGcq .item-img {
    display: none;
  }
}
.cid-tDznUIiGcq .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tDznUIiGcq .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tDznUIiGcq .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tDznUIiGcq .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tDznUIiGcq .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-tDznUIiGcq .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tDznUIiGcq .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tDznUIiGcq .mbr-text-2 {
    margin: 0;
  }
}
.cid-tDznUIiGcq .item-container-2 {
  align-items: center;
}
.cid-tDznUIiGcq .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tDznUIiGcq .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-tDznUIiGcq .item-container-3 {
    padding-left: 90px;
  }
}
.cid-tDznUIiGcq .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-tDznUIiGcq .item-container-4 {
    justify-content: center !important;
  }
}
.cid-tDznUIiGcq .mbr-section-title-2 {
  color: #ffffff;
}
.cid-tDzq1tQlVQ {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #bbbbbb;
}
.cid-tDzq1tQlVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzq1tQlVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDzq1tQlVQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-tDzq1tQlVQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tDzq1tQlVQ .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tDzq1tQlVQ .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tDzq1tQlVQ .nav-item {
    width: 100%;
    margin: 0 0 0 0;
  }
}
.cid-tDzq1tQlVQ .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #031f53;
}
.cid-tDzq1tQlVQ .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDzq1tQlVQ .nav-tabs .nav-link {
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tDzq1tQlVQ .nav-tabs .nav-item {
  width: 100%;
}
.cid-tDzq1tQlVQ .nav-link,
.cid-tDzq1tQlVQ .nav-link.active {
  padding: 1rem auto;
  background: #ffe885;
}
.cid-tDzq1tQlVQ .nav-tabs .nav-link.active {
  color: #031f53;
}
.cid-tDzq1tQlVQ .tab-content {
  background: #bbbbbb;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tDzq1tQlVQ .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tDzq1tQlVQ H4 {
  text-align: center;
}
.cid-tDzq1tQlVQ H3 {
  text-align: center;
}
.cid-tDzq1tQlVQ P {
  color: #031f53;
}
.cid-tDzq1tQlVQ table.tableizer-table {
  text-align: center;
  font-size: clamp(0.6em, 2.8vw, 1.25em);
  font-family: Trebuchet MS, Helvetica, sans-serif;
  border-collapse: collapse;
  margin: auto;
  width: 100%;
  max-width: 780px;
  border: 1px solid #000000;
}
.cid-tDzq1tQlVQ .tableizer-table td {
  padding: 2px;
  margin: 1px;
  border: 0px solid #000000;
}
.cid-tDzq1tQlVQ .tableizer-table th {
  padding: 4px;
  background-color: #104E8B;
  color: #FFF;
  font-weight: bold;
}
.cid-tDzq1tQlVQ .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-tDzq1tQlVQ tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-tDzq1tQlVQ tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-tDzq1tQlVQ details[open] summary {
  font-style: italic;
  border-radius: 3px 3px 0 0;
}
.cid-tDzq1tQlVQ summary {
  width: 100%;
  padding: .3rem 1.25rem;
  list-style: none;
  background-color: steelblue;
  font-size: clamp(0.7em, 2.8vw, 1.4em);
  border: none;
  border-radius: 5px;
  box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.5);
  color: floralwhite;
  cursor: pointer;
}
.cid-tDzq1tQlVQ summary::-webkit-details-marker {
  display: none;
}
.cid-tDzq1tQlVQ summary::before {
  padding-right: .5rem;
  content: '+ ';
}
.cid-tDzq1tQlVQ details[open] summary::before {
  padding-right: .5rem;
  font-style: italic;
  content: '- ';
}
.cid-tDzq1tQlVQ * {
  box-sizing: border-box;
}
.cid-tDzq1tQlVQ img {
  max-width: 100%;
}
.cid-tDzq1tQlVQ .details-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #E5E5E5;
  box-shadow: 0 0 1px 2px #BFBFBF;
}
.cid-tDzq1tQlVQ details {
  padding: .5rem;
  font: 0.83333333rem sans-serif;
}
.cid-tDzq1tQlVQ .details-content {
  margin: 0;
  padding: .25rem 0rem;
  background-color: floralwhite;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: steelblue;
}
.cid-tDzq1tQlVQ .details-content p {
  font: 0.75rem sans-serif;
}
.cid-tDzq1tQlVQ table.colright td:nth-child(2) {
  text-align: left;
}
.cid-tBNwBlfBPp {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tBNwBlfBPp .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tGARfHpGAZ {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-tGARfHpGAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGARfHpGAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGARfHpGAZ .row {
  justify-content: left;
}
.cid-tGARfHpGAZ .main-col {
  display: flex;
}
.cid-tGARfHpGAZ .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-tGARfHpGAZ .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tGARfHpGAZ .item-container {
    flex-wrap: wrap;
  }
}
.cid-tGARfHpGAZ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tGARfHpGAZ .item-img {
    display: none;
  }
}
.cid-tGARfHpGAZ .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tGARfHpGAZ .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tGARfHpGAZ .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tGARfHpGAZ .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tGARfHpGAZ .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-tGARfHpGAZ .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tGARfHpGAZ .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tGARfHpGAZ .mbr-text-2 {
    margin: 0;
  }
}
.cid-tGARfHpGAZ .item-container-2 {
  align-items: center;
}
.cid-tGARfHpGAZ .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tGARfHpGAZ .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-tGARfHpGAZ .item-container-3 {
    padding-left: 90px;
  }
}
.cid-tGARfHpGAZ .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-tGARfHpGAZ .item-container-4 {
    justify-content: center !important;
  }
}
.cid-tGARfHpGAZ .mbr-section-title-2 {
  color: #ffffff;
}
.cid-tBugcVep4c {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-tBugcVep4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBugcVep4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBugcVep4c .mbr-section-title {
  color: #031f53;
}
.cid-tBugcVep4c h4 {
  font-size: clamp(0.9em, 2.8vw, 1.4em);
}
.cid-tBugcVep4c P {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.8em, 2.8vw, 1.1em);
  text-align: center;
  color: #031f53;
}
.cid-uF58U8S81S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uF58U8S81S .line {
  background-color: #ffe885;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uF58U8S81S table.tableizer-table {
  border-collapse: collapse;
  margin: auto;
  width: 97%;
  max-width: 1200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.3em, 2.8vw, 1.1em);
  border: 1px solid #000000;
}
.cid-uF58U8S81S .tableizer-table td {
  padding: 1px;
  margin: 1px;
  text-align: center;
  border: 0px solid #000000;
}
.cid-uF58U8S81S .tableizer-table th {
  background-color: #104E8B;
  color: #FFF;
  text-align: center;
  font-size: clamp(0.3em, 2.8vw, 0.8em);
  position: sticky;
  top: 0;
}
.cid-uF58U8S81S .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-uF58U8S81S tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-uF58U8S81S tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-uF58U8S81S table.colright td:nth-child(2) {
  text-align: left;
}
.cid-uF58U8S81S .left_alignment {
  text-align: left;
}
.cid-uF58U8S81S P {
  text-align: center;
  color: #000000;
}
.cid-uF58U8S81S img {
  max-width: 120px;
  min-width: 60px;
}
.cid-tBIbJpiIuL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-tBIbJpiIuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBIbJpiIuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBIbKeg7vk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-tBIbKeg7vk .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBIbKeg7vk table {
  font-variant-numeric: tabular-nums;
  font-family: system, -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0px;
  table-layout: fixed;
  min-width: 100%;
}
.cid-tBIbKeg7vk table.colright td + td + td {
  text-align: right;
}
.cid-tBIbKeg7vk table th {
  text-align: center;
  padding: 8px;
  border: 1px solid #000000;
  background: #1b90bb;
  color: #FFFFFF;
  font-weight: bold;
  position: sticky;
  top: 0;
}
.cid-tBIbKeg7vk table td {
  padding: 8px;
  border: 0px solid #000000;
}
.cid-tBIbKeg7vk table tr {
  background-color: #dddddd;
  color: #000000;
  text-align: left;
}
.cid-tBIbKeg7vk table tr:nth-child(odd) {
  background-color: #FFFFFF;
  color: #000000;
}
.cid-tBIbKeg7vk table tr:hover {
  background-color: green;
  color: #FFFFFF;
}
.cid-tBIbKeg7vk table .mobile-head {
  display: none;
}
@media screen and (max-width: 600px) {
  .cid-tBIbKeg7vk table {
    border: 1px solid #000000;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0px;
    table-layout: fixed;
    min-width: 100%;
  }
  .cid-tBIbKeg7vk table td {
    padding: 8px;
    border: 1px solid #000000;
    display: block;
    text-align: right;
    width: 100%\9;
    float: left\9;
  }
  .cid-tBIbKeg7vk table tr {
    background-color: #dddddd;
    color: #000000;
    text-align: right;
    margin: 8px;
    display: block;
  }
  .cid-tBIbKeg7vk table tr:first-child {
    display: none;
  }
  .cid-tBIbKeg7vk table td:not(:first-child) {
    border-top: 0px;
  }
  .cid-tBIbKeg7vk table .mobile-head {
    font-weight: bold;
    color: #000000;
    float: left;
    text-align: left;
    display: block;
  }
}
.cid-u6sFWrQjad {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u6sFWrQjad .line {
  background-color: #ffe885;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u6sFWrQjad table.tableizer-table {
  border-collapse: collapse;
  margin: auto;
  width: 96%;
  max-width: 1200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.4em, 2.8vw, 1.1em);
  border: 1px solid #000000;
}
.cid-u6sFWrQjad .tableizer-table td {
  padding: 1px;
  margin: 1px;
  text-align: center;
  border: 0px solid #000000;
}
.cid-u6sFWrQjad .tableizer-table th {
  background-color: #104E8B;
  font-size: clamp(0.4em, 2.8vw, 1.1em);
  color: #FFF;
  text-align: center;
  position: sticky;
  top: 0;
}
.cid-u6sFWrQjad .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-u6sFWrQjad tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-u6sFWrQjad tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-u6sFWrQjad table.colright td:nth-child(2) {
  text-align: left;
}
.cid-u6sFWrQjad .left_alignment {
  text-align: left;
}
.cid-u6sFWrQjad P {
  text-align: center;
  color: #000000;
}
.cid-u6sFWrQjad img {
  max-width: 150px;
  min-width: 50px;
}
.cid-tBufYZEU2S {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tBufYZEU2S .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tDzCRC1sHJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-tDzCRC1sHJ img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tDzCRC1sHJ .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tDzCRC1sHJ .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tDzCRC1sHJ .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tDzCRC1sHJ .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tDzCRC1sHJ .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tDzCRC1sHJ .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tDzCRC1sHJ .first {
    max-height: 250px;
  }
  .cid-tDzCRC1sHJ .second {
    max-height: 323px;
  }
  .cid-tDzCRC1sHJ .third {
    max-height: 408px;
  }
  .cid-tDzCRC1sHJ .fourth {
    max-height: 323px;
  }
  .cid-tDzCRC1sHJ .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tDzCRC1sHJ .first {
    max-height: 200px;
  }
  .cid-tDzCRC1sHJ .second {
    max-height: 270px;
  }
  .cid-tDzCRC1sHJ .third {
    max-height: 350px;
  }
  .cid-tDzCRC1sHJ .fourth {
    max-height: 270px;
  }
  .cid-tDzCRC1sHJ .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tDzCRC1sHJ .first {
    display: none;
  }
  .cid-tDzCRC1sHJ .second {
    max-height: 323px;
  }
  .cid-tDzCRC1sHJ .third {
    max-height: 408px;
  }
  .cid-tDzCRC1sHJ .fourth {
    max-height: 323px;
  }
  .cid-tDzCRC1sHJ .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tDzCRC1sHJ .second {
    max-height: 250px;
  }
  .cid-tDzCRC1sHJ .third {
    max-height: 340px;
  }
  .cid-tDzCRC1sHJ .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tDzCRC1sHJ .second {
    max-height: 180px;
  }
  .cid-tDzCRC1sHJ .third {
    max-height: 270px;
  }
  .cid-tDzCRC1sHJ .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tDzCRC1sHJ .second {
    display: none;
  }
  .cid-tDzCRC1sHJ .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tDzCRC1sHJ .fourth {
    display: none;
  }
}
.cid-tDzMsfrqrS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-tDzMsfrqrS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzMsfrqrS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDzMsfrqrS .mbr-section-subtitle {
  font-size: clamp(0.8em, 2.8vw, 1.4em);
  text-align: justify;
}
.cid-tFQFyAfaTo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-tFQFyAfaTo .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tFQFyAfaTo table {
  font-variant-numeric: tabular-nums;
  font-family: system, -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0px;
  table-layout: fixed;
  min-width: 100%;
}
.cid-tFQFyAfaTo table th {
  text-align: center;
  padding: 8px;
  border: 1px solid #000000;
  background: #1b90bb;
  color: #FFFFFF;
  font-weight: bold;
}
.cid-tFQFyAfaTo table td {
  text-align: center;
  padding: 8px;
  border: 1px solid #000000;
}
.cid-tFQFyAfaTo table tr {
  background-color: #dddddd;
  color: #000000;
  text-align: left;
}
.cid-tFQFyAfaTo table tr:nth-child(odd) {
  background-color: #FFFFFF;
  color: #000000;
}
.cid-tFQFyAfaTo table tr:hover {
  background-color: green;
  color: #FFFFFF;
}
.cid-tFQFyAfaTo table .mobile-head {
  display: none;
}
@media screen and (max-width: 600px) {
  .cid-tFQFyAfaTo table {
    border: 1px solid #000000;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0px;
    table-layout: fixed;
    min-width: 100%;
  }
  .cid-tFQFyAfaTo table td {
    padding: 8px;
    border: 1px solid #000000;
    display: block;
    text-align: right;
    width: 100%\9;
    float: left\9;
  }
  .cid-tFQFyAfaTo table tr {
    background-color: #dddddd;
    color: #000000;
    text-align: right;
    margin: 8px;
    display: block;
  }
  .cid-tFQFyAfaTo table tr:first-child {
    display: none;
  }
  .cid-tFQFyAfaTo table td:not(:first-child) {
    border-top: 0px;
  }
  .cid-tFQFyAfaTo table .mobile-head {
    font-weight: bold;
    color: #000000;
    float: left;
    text-align: left;
    display: block;
  }
}
.cid-tDS0yhXM9O {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-tDS0yhXM9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDS0yhXM9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDS0yhXM9O .nav-tabs .nav-item.open .nav-link:focus,
.cid-tDS0yhXM9O .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tDS0yhXM9O .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tDS0yhXM9O .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tDS0yhXM9O .nav-item {
    width: 100%;
    margin: 0 0 0 0;
  }
}
.cid-tDS0yhXM9O .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #031f53;
}
.cid-tDS0yhXM9O .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDS0yhXM9O .nav-tabs .nav-link {
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tDS0yhXM9O .nav-tabs .nav-item {
  width: 100%;
}
.cid-tDS0yhXM9O .nav-link,
.cid-tDS0yhXM9O .nav-link.active {
  padding: 1rem auto;
  background: #ffe885;
}
.cid-tDS0yhXM9O .nav-tabs .nav-link.active {
  color: #031f53;
}
.cid-tDS0yhXM9O .tab-content {
  background: #bbbbbb;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tDS0yhXM9O .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tDS0yhXM9O H4 {
  text-align: left;
}
.cid-tDS0yhXM9O H3 {
  text-align: center;
}
.cid-tDS0yhXM9O P {
  color: #031f53;
}
.cid-tDS0yhXM9O table.tableizer-table {
  text-align: center;
  font-size: clamp(0.6em, 2.8vw, 1.25em);
  font-family: Trebuchet MS, Helvetica, sans-serif;
  border-collapse: collapse;
  margin: auto;
  width: 100%;
  max-width: 780px;
  border: 1px solid #000000;
}
.cid-tDS0yhXM9O .tableizer-table td {
  padding: 2px;
  margin: 1px;
  border: 0px solid #000000;
}
.cid-tDS0yhXM9O .tableizer-table th {
  padding: 4px;
  background-color: #104E8B;
  color: #FFF;
  font-weight: bold;
}
.cid-tDS0yhXM9O .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-tDS0yhXM9O tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-tDS0yhXM9O tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-tDS0yhXM9O details[open] summary {
  font-style: italic;
  border-radius: 3px 3px 0 0;
}
.cid-tDS0yhXM9O summary {
  width: 100%;
  padding: .3rem 1.25rem;
  list-style: none;
  background-color: steelblue;
  font-size: clamp(0.7em, 2.8vw, 1.4em);
  border: none;
  border-radius: 5px;
  box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.5);
  color: floralwhite;
  cursor: pointer;
}
.cid-tDS0yhXM9O summary::-webkit-details-marker {
  display: none;
}
.cid-tDS0yhXM9O summary::before {
  padding-right: .5rem;
  content: '+ ';
}
.cid-tDS0yhXM9O details[open] summary::before {
  padding-right: .5rem;
  font-style: italic;
  content: '- ';
}
.cid-tDS0yhXM9O * {
  box-sizing: border-box;
}
.cid-tDS0yhXM9O img {
  max-width: 100%;
}
.cid-tDS0yhXM9O .details-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #E5E5E5;
  box-shadow: 0 0 1px 2px #BFBFBF;
}
.cid-tDS0yhXM9O details {
  padding: .5rem;
  font: 0.83333333rem sans-serif;
}
.cid-tDS0yhXM9O .details-content {
  margin: 0;
  padding: .25rem 0rem;
  background-color: floralwhite;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: steelblue;
}
.cid-tDS0yhXM9O .details-content p {
  font: 0.75rem sans-serif;
}
.cid-tDS0yhXM9O .colright td:nth-child(2) {
  text-align: left;
}
.cid-tDzBjZLvZs {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-tDzBjZLvZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzBjZLvZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDzBjZLvZs .nav-tabs .nav-item.open .nav-link:focus,
.cid-tDzBjZLvZs .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tDzBjZLvZs .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tDzBjZLvZs .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tDzBjZLvZs .nav-item {
    width: 100%;
    margin: 0 0 0 0;
  }
}
.cid-tDzBjZLvZs .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #031f53;
}
.cid-tDzBjZLvZs .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDzBjZLvZs .nav-tabs .nav-link {
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tDzBjZLvZs .nav-tabs .nav-item {
  width: 100%;
}
.cid-tDzBjZLvZs .nav-link,
.cid-tDzBjZLvZs .nav-link.active {
  padding: 1rem auto;
  background: #ffe885;
}
.cid-tDzBjZLvZs .nav-tabs .nav-link.active {
  color: #031f53;
}
.cid-tDzBjZLvZs .tab-content {
  background: #bbbbbb;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tDzBjZLvZs .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tDzBjZLvZs H4 {
  text-align: left;
}
.cid-tDzBjZLvZs H3 {
  text-align: center;
}
.cid-tDzBjZLvZs P {
  color: #031f53;
}
.cid-tDzBjZLvZs table.tableizer-table {
  text-align: center;
  font-size: clamp(0.6em, 2.8vw, 1.25em);
  font-family: Trebuchet MS, Helvetica, sans-serif;
  border-collapse: collapse;
  margin: auto;
  width: 100%;
  max-width: 780px;
  border: 1px solid #000000;
}
.cid-tDzBjZLvZs .tableizer-table td {
  padding: 2px;
  margin: 1px;
  border: 0px solid #000000;
}
.cid-tDzBjZLvZs .tableizer-table th {
  padding: 4px;
  background-color: #104E8B;
  color: #FFF;
  font-weight: bold;
}
.cid-tDzBjZLvZs .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-tDzBjZLvZs tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-tDzBjZLvZs tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-tDzBjZLvZs details[open] summary {
  font-style: italic;
  border-radius: 3px 3px 0 0;
}
.cid-tDzBjZLvZs summary {
  width: 100%;
  padding: .3rem 1.25rem;
  list-style: none;
  background-color: steelblue;
  font-size: clamp(0.7em, 2.8vw, 1.4em);
  border: none;
  border-radius: 5px;
  box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.5);
  color: floralwhite;
  cursor: pointer;
}
.cid-tDzBjZLvZs summary::-webkit-details-marker {
  display: none;
}
.cid-tDzBjZLvZs summary::before {
  padding-right: .5rem;
  content: '+ ';
}
.cid-tDzBjZLvZs details[open] summary::before {
  padding-right: .5rem;
  font-style: italic;
  content: '- ';
}
.cid-tDzBjZLvZs * {
  box-sizing: border-box;
}
.cid-tDzBjZLvZs img {
  max-width: 100%;
}
.cid-tDzBjZLvZs .details-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #E5E5E5;
  box-shadow: 0 0 1px 2px #BFBFBF;
}
.cid-tDzBjZLvZs details {
  padding: .5rem;
  font: 0.83333333rem sans-serif;
}
.cid-tDzBjZLvZs .details-content {
  margin: 0;
  padding: .25rem 0rem;
  background-color: floralwhite;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: steelblue;
}
.cid-tDzBjZLvZs .details-content p {
  font: 0.75rem sans-serif;
}
.cid-tDzBjZLvZs .colright td:nth-child(2) {
  text-align: left;
}
.cid-tBNwxDIvFl {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tBNwxDIvFl .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tGBDYvYD8n {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-tGBDYvYD8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGBDYvYD8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGBDYvYD8n .row {
  justify-content: left;
}
.cid-tGBDYvYD8n .main-col {
  display: flex;
}
.cid-tGBDYvYD8n .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-tGBDYvYD8n .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tGBDYvYD8n .item-container {
    flex-wrap: wrap;
  }
}
.cid-tGBDYvYD8n .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tGBDYvYD8n .item-img {
    display: none;
  }
}
.cid-tGBDYvYD8n .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tGBDYvYD8n .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tGBDYvYD8n .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tGBDYvYD8n .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tGBDYvYD8n .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-tGBDYvYD8n .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tGBDYvYD8n .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tGBDYvYD8n .mbr-text-2 {
    margin: 0;
  }
}
.cid-tGBDYvYD8n .item-container-2 {
  align-items: center;
}
.cid-tGBDYvYD8n .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tGBDYvYD8n .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-tGBDYvYD8n .item-container-3 {
    padding-left: 90px;
  }
}
.cid-tGBDYvYD8n .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-tGBDYvYD8n .item-container-4 {
    justify-content: center !important;
  }
}
.cid-tGBDYvYD8n .mbr-section-title-2 {
  color: #ffffff;
}
.cid-uh4PQc6F6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uh4PQc6F6b .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBNzCrr48z {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tBNzCrr48z .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tGBDNYdrlC {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-tGBDNYdrlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGBDNYdrlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGBDNYdrlC .row {
  justify-content: left;
}
.cid-tGBDNYdrlC .main-col {
  display: flex;
}
.cid-tGBDNYdrlC .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-tGBDNYdrlC .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tGBDNYdrlC .item-container {
    flex-wrap: wrap;
  }
}
.cid-tGBDNYdrlC .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tGBDNYdrlC .item-img {
    display: none;
  }
}
.cid-tGBDNYdrlC .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tGBDNYdrlC .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tGBDNYdrlC .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tGBDNYdrlC .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tGBDNYdrlC .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-tGBDNYdrlC .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tGBDNYdrlC .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tGBDNYdrlC .mbr-text-2 {
    margin: 0;
  }
}
.cid-tGBDNYdrlC .item-container-2 {
  align-items: center;
}
.cid-tGBDNYdrlC .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tGBDNYdrlC .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-tGBDNYdrlC .item-container-3 {
    padding-left: 90px;
  }
}
.cid-tGBDNYdrlC .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-tGBDNYdrlC .item-container-4 {
    justify-content: center !important;
  }
}
.cid-tGBDNYdrlC .mbr-section-title-2 {
  color: #ffffff;
}
.cid-uh4KUPqyVy {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #bbbbbb;
}
.cid-uh4KUPqyVy .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uh4KUPqyVy H3 {
  text-align: center;
}
.cid-uh4KUPqyVy H4 {
  text-align: center;
}
.cid-tFctpPcmKB {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tFctpPcmKB .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tGxdxSxT8P {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-tGxdxSxT8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxdxSxT8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGxdxSxT8P .row {
  justify-content: left;
}
.cid-tGxdxSxT8P .main-col {
  display: flex;
}
.cid-tGxdxSxT8P .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-tGxdxSxT8P .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tGxdxSxT8P .item-container {
    flex-wrap: wrap;
  }
}
.cid-tGxdxSxT8P .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tGxdxSxT8P .item-img {
    display: none;
  }
}
.cid-tGxdxSxT8P .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tGxdxSxT8P .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tGxdxSxT8P .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tGxdxSxT8P .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tGxdxSxT8P .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-tGxdxSxT8P .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tGxdxSxT8P .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tGxdxSxT8P .mbr-text-2 {
    margin: 0;
  }
}
.cid-tGxdxSxT8P .item-container-2 {
  align-items: center;
}
.cid-tGxdxSxT8P .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tGxdxSxT8P .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-tGxdxSxT8P .item-container-3 {
    padding-left: 90px;
  }
}
.cid-tGxdxSxT8P .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-tGxdxSxT8P .item-container-4 {
    justify-content: center !important;
  }
}
.cid-tGxdxSxT8P .mbr-section-title-2 {
  color: #ffffff;
}
.cid-tGxcYd3FJb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-tGxcYd3FJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGxcYd3FJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGAtQ3kyQ6 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #bbbbbb;
}
.cid-tGAtQ3kyQ6 .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-tGAtQ3kyQ6 .mbr-section-subtitle {
  text-align: center;
}
.cid-tGAtQ3kyQ6 body,
.cid-tGAtQ3kyQ6 textarea {
  font-family: Verdana, Sans-Serif;
  font-size: 1rem;
}
.cid-tGAtQ3kyQ6 form {
  background-color: #BBBBBB;
  color: #000661;
  width: 100%;
  padding: 10px;
  margin: Auto;
}
.cid-tGAtQ3kyQ6 span.pflichtfeld {
  font-size: 0.90rem;
  color: Red;
}
.cid-tGAtQ3kyQ6 span.hilfetext {
  font-family: Arial, Tahoma, Sans-Serif;
  font-size: 0.80rem;
  font-style: Oblique;
  color: #009500;
}
.cid-tGAtQ3kyQ6 p {
  font-size: clamp(1em, 2.8vw, 1.4em);
}
.cid-tBNzCrr48z {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tBNzCrr48z .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tGBE8H2GhG {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-tGBE8H2GhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGBE8H2GhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGBE8H2GhG .row {
  justify-content: left;
}
.cid-tGBE8H2GhG .main-col {
  display: flex;
}
.cid-tGBE8H2GhG .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-tGBE8H2GhG .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tGBE8H2GhG .item-container {
    flex-wrap: wrap;
  }
}
.cid-tGBE8H2GhG .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tGBE8H2GhG .item-img {
    display: none;
  }
}
.cid-tGBE8H2GhG .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tGBE8H2GhG .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tGBE8H2GhG .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tGBE8H2GhG .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tGBE8H2GhG .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-tGBE8H2GhG .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tGBE8H2GhG .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tGBE8H2GhG .mbr-text-2 {
    margin: 0;
  }
}
.cid-tGBE8H2GhG .item-container-2 {
  align-items: center;
}
.cid-tGBE8H2GhG .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tGBE8H2GhG .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-tGBE8H2GhG .item-container-3 {
    padding-left: 90px;
  }
}
.cid-tGBE8H2GhG .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-tGBE8H2GhG .item-container-4 {
    justify-content: center !important;
  }
}
.cid-tGBE8H2GhG .mbr-section-title-2 {
  color: #ffffff;
}
.cid-tGBECUwcjN {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-tGBECUwcjN .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-tGBECUwcjN .mbr-section-subtitle {
  text-align: center;
}
.cid-tGBECUwcjN .ok {
  color: #FFFFFF;
  background-color: #0094D2;
  padding: 15px;
}
.cid-tGBECUwcjN .ko {
  color: #FFFFFF;
  background-color: #EE0000;
  padding: 15px;
}
.cid-tGBECUwcjN .info {
  font-size: 0.85rem;
  font-style: Oblique;
  background-color: #FFFFEE;
  padding: 5px;
}
.cid-tGBECUwcjN .status {
  color: #FFFFFF;
  background-color: #2AB16D;
  padding: 15px;
}
.cid-tGBECUwcjN .pflichtfeld {
  color: #FF0000;
}
.cid-tGBECUwcjN .hilfetext {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.80rem;
  font-style: Oblique;
  color: #009B00;
}
.cid-tGBECUwcjN P {
  text-align: left;
}
.cid-u6vXCciT68 {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #bbbbbb;
}
.cid-u6vXCciT68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6vXCciT68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6vXCciT68 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-u6vXCciT68 .container-fluid {
    padding: 0 12px;
  }
}
.cid-u6vXCciT68 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6vXCciT68 .container {
    padding: 0 20px;
  }
}
.cid-u6vXCciT68 .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-u6vXCciT68 .title-wrapper {
  padding: 96px 0;
}
@media (max-width: 992px) {
  .cid-u6vXCciT68 .title-wrapper {
    padding: 64px 0;
  }
}
.cid-u6vXCciT68 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u6vXCciT68 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-u6vXCciT68 .mbr-section-title {
  color: #1d1d1d;
}
.cid-u6vXCciT68 .mbr-section-title,
.cid-u6vXCciT68 .mbr-section-btn {
  text-align: center;
}
.cid-u6vXCciT68 H4 {
  text-align: center;
}
.cid-tGBE8HC8ri {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tGBE8HC8ri .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tGBHbh50dq {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-tGBHbh50dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGBHbh50dq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGBHbh50dq .row {
  justify-content: left;
}
.cid-tGBHbh50dq .main-col {
  display: flex;
}
.cid-tGBHbh50dq .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-tGBHbh50dq .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tGBHbh50dq .item-container {
    flex-wrap: wrap;
  }
}
.cid-tGBHbh50dq .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tGBHbh50dq .item-img {
    display: none;
  }
}
.cid-tGBHbh50dq .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tGBHbh50dq .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tGBHbh50dq .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tGBHbh50dq .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tGBHbh50dq .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-tGBHbh50dq .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tGBHbh50dq .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tGBHbh50dq .mbr-text-2 {
    margin: 0;
  }
}
.cid-tGBHbh50dq .item-container-2 {
  align-items: center;
}
.cid-tGBHbh50dq .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tGBHbh50dq .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-tGBHbh50dq .item-container-3 {
    padding-left: 90px;
  }
}
.cid-tGBHbh50dq .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-tGBHbh50dq .item-container-4 {
    justify-content: center !important;
  }
}
.cid-tGBHbh50dq .mbr-section-title-2 {
  color: #ffffff;
}
.cid-tGBHbhnNXJ {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #bbbbbb;
}
.cid-tGBHbhnNXJ .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-tGBHbhnNXJ .mbr-section-subtitle {
  text-align: center;
}
.cid-tGBHbhnNXJ P {
  text-align: left;
}
.cid-tGBHbhnNXJ span.pwfunktion {
  font-family: var(--font-family);
  color: Royalblue;
  cursor: Pointer;
}
.cid-tGBHbhnNXJ span#pw {
  font-family: Monospace;
  font-weight: Bold;
  font-size: 1.1rem;
  letter-spacing: 4px;
  background-color: #FFFFE1;
  cursor: Text;
}
.cid-tGBHbhnNXJ body {
  font-family: Arial, Helvetica, sans-serif;
  background: White;
}
.cid-tGBHbhnNXJ article {
  background: Whitesmoke;
  width: 75%;
  padding: 10px 25px 25px 25px;
  margin: Auto;
}
.cid-tGBHbhnNXJ h1 {
  font-weight: Normal;
}
.cid-tGBHbhnNXJ a:link,
.cid-tGBHbhnNXJ a:visited {
  color: Royalblue;
}
.cid-tGBHbhnNXJ span.pflichtfeld {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.90rem;
  color: Red;
}
.cid-tGBHbhnNXJ form {
  background-color: #F5F5F5;
  padding: 0.5rem;
}
.cid-tGBHbhnNXJ select {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 1.1rem;
}
.cid-tGBHbhnNXJ input[type="text"],
.cid-tGBHbhnNXJ input[type="password"],
.cid-tGBHbhnNXJ input[type="number"],
.cid-tGBHbhnNXJ input[type="email"],
.cid-tGBHbhnNXJ input[type="button"],
.cid-tGBHbhnNXJ input[type="tel"],
.cid-tGBHbhnNXJ input[type="reset"],
.cid-tGBHbhnNXJ input[type="submit"],
.cid-tGBHbhnNXJ button[type="button"],
.cid-tGBHbhnNXJ button[type="submit"] {
  border: Solid 1px #9A9A9A;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 1rem;
  padding: 3px 5px 3px 5px;
  transition: box-shadow 0.3s;
}
.cid-tGBHbhnNXJ input[type="text"]:focus,
.cid-tGBHbhnNXJ input[type="password"]:focus,
.cid-tGBHbhnNXJ input[type="number"]:focus,
.cid-tGBHbhnNXJ input[type="email"]:focus,
.cid-tGBHbhnNXJ input[type="tel"]:focus,
.cid-tGBHbhnNXJ input[type="checkbox"]:focus {
  border: Solid 1px #4169E1 !important;
  outline: 0;
  box-shadow: 0px 0px 3px 0px #4169E1 !important;
}
.cid-tGBHbhnNXJ input[type="submit"],
.cid-tGBHbhnNXJ input[type="button"],
.cid-tGBHbhnNXJ input[type="reset"],
.cid-tGBHbhnNXJ button[type="button"],
.cid-tGBHbhnNXJ button[type="submit"] {
  background-color: #E0E0E0;
  transition: background-color 0.5s;
}
.cid-tGBHbhnNXJ input[type="submit"]:hover,
.cid-tGBHbhnNXJ input[type="button"]:hover,
.cid-tGBHbhnNXJ input[type="reset"]:hover,
.cid-tGBHbhnNXJ button[type="button"]:hover,
.cid-tGBHbhnNXJ button[type="submit"]:hover {
  border: Solid 1px #0078D7;
  background-color: #E5F1FB;
}
.cid-tGBHbhnNXJ input[type="checkbox"],
.cid-tGBHbhnNXJ input[type="radio"],
.cid-tGBHbhnNXJ input[type="range"],
.cid-tGBHbhnNXJ progress {
  accent-color: #4169E1;
}
.cid-tGBHbhnNXJ input[type="checkbox"]:checked + label {
  color: #4169E1;
}
.cid-tGBHbhnNXJ label {
  white-space: nowrap;
}
.cid-tGBHbhnNXJ label:hover {
  color: #4169E1;
}
.cid-tGBHbhnNXJ .ok {
  color: #FFFFFF;
  background-color: #0094D2;
  padding: 15px;
}
.cid-tGBHbhnNXJ .ko {
  color: #FFFFFF;
  background-color: #EE0000;
  padding: 15px;
}
.cid-tGBHbhnNXJ .info {
  font-size: 0.85rem;
  font-style: Oblique;
  background-color: #FFFFEE;
  padding: 5px;
}
.cid-tGBHbhnNXJ .status {
  color: #FFFFFF;
  background-color: #2AB16D;
  padding: 15px;
}
.cid-tGBHbhnNXJ .pflichtfeld {
  color: #FF0000;
}
.cid-tGBHbhnNXJ .hilfetext {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.80rem;
  font-style: Oblique;
  color: #009B00;
}
.cid-tGBHbhnNXJ footer {
  text-align: Center;
  background-color: #ECECEC;
  padding: 0.5rem;
  margin-top: 1rem;
  user-select: None;
}
@media screen and (max-width: 55rem) {
  .cid-tGBHbhnNXJ body {
    max-width: 45rem;
    padding: 0.5rem;
  }
  .cid-tGBHbhnNXJ article {
    min-height: 15rem;
  }
}
@media screen and (min-width: 65rem) {
  .cid-tGBHbhnNXJ body {
    max-width: 55rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 90rem) {
  .cid-tGBHbhnNXJ body {
    max-width: 85rem;
    padding: 2.5rem;
  }
}
@media screen and (min-width: 120rem) {
  .cid-tGBHbhnNXJ body {
    max-width: 110rem;
    padding: 3rem;
  }
}
.cid-tGBHbhAKN1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tGBHbhAKN1 .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tGBITmRU4c {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-tGBITmRU4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGBITmRU4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGBITmRU4c .row {
  justify-content: left;
}
.cid-tGBITmRU4c .main-col {
  display: flex;
}
.cid-tGBITmRU4c .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-tGBITmRU4c .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tGBITmRU4c .item-container {
    flex-wrap: wrap;
  }
}
.cid-tGBITmRU4c .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tGBITmRU4c .item-img {
    display: none;
  }
}
.cid-tGBITmRU4c .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tGBITmRU4c .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tGBITmRU4c .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tGBITmRU4c .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tGBITmRU4c .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-tGBITmRU4c .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tGBITmRU4c .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tGBITmRU4c .mbr-text-2 {
    margin: 0;
  }
}
.cid-tGBITmRU4c .item-container-2 {
  align-items: center;
}
.cid-tGBITmRU4c .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tGBITmRU4c .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-tGBITmRU4c .item-container-3 {
    padding-left: 90px;
  }
}
.cid-tGBITmRU4c .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-tGBITmRU4c .item-container-4 {
    justify-content: center !important;
  }
}
.cid-tGBITmRU4c .mbr-section-title-2 {
  color: #ffffff;
}
.cid-u6w2fY7Sd2 {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #bbbbbb;
}
.cid-u6w2fY7Sd2 .line {
  background-color: #ffe161;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u6w2fY7Sd2 P {
  color: #ffffff;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-u6w2fY7Sd2 H1 {
  color: #ffffff;
}
.cid-u6w2fY7Sd2 H2 {
  text-align: left;
  color: #000000;
}
.cid-u6w2fY7Sd2 H3 {
  color: #031f53;
  text-align: left;
}
.cid-u6w2fY7Sd2 H5 {
  color: #ffffff;
}
.cid-tGBITnhfvT {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tGBITnhfvT .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tAEFunv2kD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-tAEFunv2kD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEFunv2kD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEFunv2kD .mbr-section-title {
  color: #031f53;
}
.cid-tHhCmSfetf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #bbbbbb;
}
.cid-tHhCmSfetf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHhCmSfetf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHhCmSfetf .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-tHhCmSfetf .card-text a:hover {
  border: none;
}
.cid-tHhCmSfetf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tHhCmSfetf .team-card:hover {
  transform: translateY(-10px);
}
.cid-tHhCmSfetf .row {
  background: #bbbbbb;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-tHhCmSfetf .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tHhCmSfetf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tHhCmSfetf .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-tHhCmSfetf .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHhCmSfetf .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tHhCmSfetf .social-row {
  text-align: center;
}
.cid-tHhCmSfetf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.cid-tHhCmSfetf .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tHhCmSfetf .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-tHhCmSfetf .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-tHhCmSfetf .mbr-section-title {
  color: #000000;
}
.cid-tHhCmSfetf .mbr-role,
.cid-tHhCmSfetf .social-row {
  color: #000000;
}
.cid-tHhCmSfetf .card-text,
.cid-tHhCmSfetf .mbr-section-btn,
.cid-tHhCmSfetf .social-row {
  color: #ffffff;
}
.cid-tHhCmSfetf .card-title,
.cid-tHhCmSfetf .social-row {
  color: #000000;
}
.cid-tAu8NS0Zs3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-tAu8NS0Zs3 .row {
  position: relative;
}
.cid-tAu8NS0Zs3 .row .blur-circle {
  position: absolute;
  top: 0;
  right: 35%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb639 50%, #ca41ec);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-tAu8NS0Zs3 .row .blur-circle {
    display: none;
  }
}
.cid-tAu8NS0Zs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAu8NS0Zs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAu8NS0Zs3 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tAu8NS0Zs3 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tAu8NS0Zs3 .row {
    padding: 0 24px;
  }
}
.cid-tAu8NS0Zs3 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tAu8NS0Zs3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tAu8NS0Zs3 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tAu8NS0Zs3 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tAu8NS0Zs3 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tAu8NS0Zs3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tAu8NS0Zs3 .item {
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tAu8NS0Zs3 .item {
    margin-bottom: 32px;
  }
}
.cid-tAu8NS0Zs3 .item .item-link {
  width: 100%;
  height: 100%;
}
.cid-tAu8NS0Zs3 .item .item-link .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tAu8NS0Zs3 .item .item-link .item-wrapper img {
  width: 156px;
  height: 172px;
  object-fit: cover;
  border-radius: 100% 100% 16px 16px;
  margin: 0 auto 16px;
  border: 2px solid #f4efe8;
}
.cid-tAu8NS0Zs3 .item .item-link .item-wrapper .item-text .mbr-name {
  margin-bottom: 0;
}
.cid-tAu8NS0Zs3 .item .item-link .item-wrapper .item-text .mbr-desc {
  margin-bottom: 0;
}
.cid-tAu8NS0Zs3 .item .item-link .item-wrapper .item-text .mbr-iconfont {
  display: block;
  margin-top: 24px;
  font-size: 24px;
}
.cid-tAu8NS0Zs3 .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tAu8NS0Zs3 .mbr-text {
  color: #f4efe8;
  text-align: center;
}
.cid-tAu8NS0Zs3 .mbr-name,
.cid-tAu8NS0Zs3 .mbr-iconfont {
  color: #f4efe8;
  text-align: center;
}
.cid-tAu8NS0Zs3 .mbr-desc {
  color: #f4efe8;
  text-align: center;
}
.cid-tAu8NS0Zs3 H5 {
  text-align: center;
  color: #f4efe8;
  line-height: 160%;
  font-family: "Open Sans", Helvetica, Jost, Arial, sans-serif;
}
.cid-tAu8NS0Zs3 DIV {
  text-align: center;
}
.cid-tAu8NS0Zs3 H6 {
  color: #fafafa;
}
.cid-tG9Alxac21 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-tG9Alxac21 .mbr-text {
  font-size: clamp(0.8em, 2.8vw, 1.4em);
  text-align: justify;
  color: #151515;
}
.cid-tG9Alxac21 .mbr-section-subtitle {
  text-align: center;
}
.cid-tHbJ66I7OM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #bbbbbb;
}
.cid-tHbJ66I7OM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHbJ66I7OM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHbJ66I7OM .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-tHbJ66I7OM .card-text a:hover {
  border: none;
}
.cid-tHbJ66I7OM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tHbJ66I7OM .team-card:hover {
  transform: translateY(-10px);
}
.cid-tHbJ66I7OM .row {
  background: #bbbbbb;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-tHbJ66I7OM .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tHbJ66I7OM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tHbJ66I7OM .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-tHbJ66I7OM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHbJ66I7OM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tHbJ66I7OM .social-row {
  text-align: center;
}
.cid-tHbJ66I7OM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.cid-tHbJ66I7OM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tHbJ66I7OM .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-tHbJ66I7OM .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-tHbJ66I7OM .mbr-section-title {
  color: #ffffff;
}
.cid-tHbJ66I7OM .mbr-role,
.cid-tHbJ66I7OM .social-row {
  color: #000000;
}
.cid-tHbJ66I7OM .card-text,
.cid-tHbJ66I7OM .mbr-section-btn,
.cid-tHbJ66I7OM .social-row {
  color: #ffffff;
}
.cid-tHbJ66I7OM .card-title,
.cid-tHbJ66I7OM .social-row {
  color: #000000;
}
.cid-tG9EodjGwk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-tG9EodjGwk .row {
  position: relative;
}
.cid-tG9EodjGwk .row .blur-circle {
  position: absolute;
  top: 0;
  right: 35%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb639 50%, #ca41ec);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-tG9EodjGwk .row .blur-circle {
    display: none;
  }
}
.cid-tG9EodjGwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG9EodjGwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG9EodjGwk .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tG9EodjGwk .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tG9EodjGwk .row {
    padding: 0 24px;
  }
}
.cid-tG9EodjGwk .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tG9EodjGwk .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tG9EodjGwk .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tG9EodjGwk .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tG9EodjGwk .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tG9EodjGwk .title-wrapper .mbr-text {
  margin-bottom: 0;
  text-align: center;
}
.cid-tG9EodjGwk .item {
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tG9EodjGwk .item {
    margin-bottom: 32px;
  }
}
.cid-tG9EodjGwk .item .item-link {
  width: 100%;
  height: 100%;
}
.cid-tG9EodjGwk .item .item-link .item-wrapper {
  justify-content: center;
  flex-direction: column;
  display: flex;
}
.cid-tG9EodjGwk .item .item-link .item-wrapper img {
  width: 156px;
  height: 172px;
  object-fit: cover;
  border-radius: 100% 100% 16px 16px;
  margin: 0 auto 16px;
  border: 2px solid #f4efe8;
}
.cid-tG9EodjGwk .item .item-link .item-wrapper .item-text .mbr-name {
  margin-bottom: 0;
  text-align: center;
}
.cid-tG9EodjGwk .item .item-link .item-wrapper .item-text .mbr-desc {
  margin-bottom: 0;
  text-align: center;
}
.cid-tG9EodjGwk .item .item-link .item-wrapper .item-text .mbr-iconfont {
  display: block;
  margin-top: 24px;
  font-size: 24px;
  text-align: center;
}
.cid-tG9EodjGwk .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tG9EodjGwk .mbr-text {
  color: #f4efe8;
  text-align: center;
}
.cid-tG9EodjGwk .mbr-name,
.cid-tG9EodjGwk .mbr-iconfont {
  color: #f4efe8;
  text-align: center;
}
.cid-tG9EodjGwk .mbr-desc {
  color: #f4efe8;
  text-align: right;
}
.cid-tG9EodjGwk H5 {
  text-align: center;
  line-height: 160%;
  font-family: "Open Sans", Helvetica, Jost, Arial, sans-serif;
  color: #ffffff;
}
.cid-tG9EodjGwk P {
  text-align: center;
  color: #ffffff;
}
.cid-tG9EodjGwk H4 {
  text-align: center;
  color: #ffffff;
}
.cid-tG9EodjGwk H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tAhaQLaMcw {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tAhaQLaMcw .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tZWeEVvawd {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-tZWeEVvawd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWeEVvawd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWeEVvawd .row {
  justify-content: left;
}
.cid-tZWeEVvawd .main-col {
  display: flex;
}
.cid-tZWeEVvawd .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-tZWeEVvawd .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tZWeEVvawd .item-container {
    flex-wrap: wrap;
  }
}
.cid-tZWeEVvawd .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tZWeEVvawd .item-img {
    display: none;
  }
}
.cid-tZWeEVvawd .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tZWeEVvawd .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tZWeEVvawd .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tZWeEVvawd .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tZWeEVvawd .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-tZWeEVvawd .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tZWeEVvawd .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tZWeEVvawd .mbr-text-2 {
    margin: 0;
  }
}
.cid-tZWeEVvawd .item-container-2 {
  align-items: center;
}
.cid-tZWeEVvawd .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tZWeEVvawd .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-tZWeEVvawd .item-container-3 {
    padding-left: 90px;
  }
}
.cid-tZWeEVvawd .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-tZWeEVvawd .item-container-4 {
    justify-content: center !important;
  }
}
.cid-tZWeEVvawd .mbr-section-title-2 {
  color: #ffffff;
  text-align: left;
}
.cid-ubgWvxQshG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc-5.jpg");
}
.cid-ubgWvxQshG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubgWvxQshG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubgWvxQshG .row {
  justify-content: flex-start;
}
.cid-ubgWvxQshG .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-ubgWvxQshG .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-ubgWvxQshG .mbr-section-subtitle {
  color: #e6c63b;
  width: 100%;
}
.cid-ubgWvxQshG .mbr-text {
  font-family: Jost, sans-serif;
  color: #ffffff;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
  font-size: clamp(0.8em, 2.8vw, 1.4em);
}
.cid-ubgWvxQshG .mbr-section-title,
.cid-ubgWvxQshG .mbr-section-btn {
  color: #ffffff;
}
.cid-ubgWvxQshG h3 {
  text-align: justify;
  font-size: clamp(0.9em, 2.8vw, 1.5em);
}
.cid-tZWeEX6AUS {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-tZWeEX6AUS .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-u08u49qaH3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u08u49qaH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u08u49qaH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u08u49qaH3 .mbr-section-title {
  color: #031f53;
}
#custom-html-i0 {
  /* Type valid CSS here */
}
#custom-html-i0 div {
  padding: 90px 0;
  color: #777;
  text-align: center;
}
#custom-html-i0 body {
  font-size: 14px;
  line-height: 1.5;
}
#custom-html-i0 h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(0.9em, 2.8vw, 1.5em);
  margin-bottom: 0.5em;
  letter-spacing: 0.1rem;
  text-align: left;
}
#custom-html-i0 h3 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(0.9em, 2.8vw, 2.1em);
  margin-bottom: 0.5em;
  letter-spacing: 0.5rem;
}
#custom-html-i0 p {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(0.6em, 2.8vw, 1.5em);
  text-align: left;
  line-height: 1.5;
}
#custom-html-i0 .container {
  width: 90%;
  margin: 0 auto;
}
#custom-html-i0 .timeline-item {
  padding: 2.3em 2em 1em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}
#custom-html-i0 .timeline-item p {
  font-size: 1rem;
}
#custom-html-i0 .timeline-item::before {
  color: #CD0000;
  content: attr(date-is);
  position: absolute;
  left: 2.5em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.785rem;
}
#custom-html-i0 .timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -7px;
  border-radius: 10px;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
}
#custom-html-i0 .timeline-item:last-child {
  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
}
#custom-html-i0 div.header {
  height: auto;
  text-align: center;
  background: slategrey;
  color: ghostwhite;
  padding: 1.3rem 1rem 1.3rem 1rem;
  position: sticky;
  z-index: 1000;
  top: -1px;
}
#custom-html-i0 div.header:after {
  content: '';
  position: absolute;
  bottom: -5rem;
  left: 0rem;
  height: 5.1rem;
  display: block;
  width: 100%;
  z-index: 300;
  background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
#custom-html-i0 img {
  margin: auto;
  max-width: 6%;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-uivkGK8nde {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("https://www.kcr1963.de/Bilder/Gruppenfotos/1963_10_05.jpg");
  z-index: 0;
}
.cid-uivkGK8nde .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uivkGK8nde .mbr-fallback-image.disabled {
  display: none;
}
.cid-uivkGK8nde .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 10rem;
}
.cid-uivkGK8nde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uivkGK8nde p {
  color: #f1f4e9;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: clamp(0.7em, 2.8vw, 1em);
}
.cid-uivkGK8nde .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #06358d !important;
}
.cid-uivkGK8nde .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uivkGK8nde .btn div {
  overflow: hidden;
}
.cid-uivkGK8nde .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uivkGK8nde {
    align-items: flex-start;
  }
  .cid-uivkGK8nde .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uivkGK8nde .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uivkGK8nde {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uivkGK8nde .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uivkGK8nde .content-wrap {
    width: 100%;
  }
}
.cid-uivkGK8nde .mbr-section-subtitle,
.cid-uivkGK8nde .line {
  color: #ffffff;
}
.cid-uivkGK8nde .mbr-text,
.cid-uivkGK8nde .mbr-section-btn {
  text-align: center;
  color: #ffe161;
}
.cid-uivkGK8nde .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-uivkGK8nde .mbr-section-subtitle,
.cid-uivkGK8nde .line DIV {
  text-align: right;
}
.cid-uivkGK8nde .mbr-section-subtitle {
  text-align: center;
  color: #e6c63b;
}
.cid-uivkGK8nde h2 {
  text-align: center;
  color: #f1f4e9;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: clamp(0.9em, 2.8vw, 1em);
}
.cid-uivkGK8nde h3 {
  color: #f1f4e9;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: clamp(0.9em, 2.8vw, 1.5em);
}
.cid-uivkGK8nde h6 {
  color: #FFFFFF;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: clamp(0.6em, 2.8vw, 0.8em);
}
.cid-uivkGK8nde .container {
  display: flex;
  justify-content: space-between;
}
.cid-uivkGK8nde .wrapper {
  margin: 0 auto;
  width: 90%;
}
.cid-uivkGK8nde .cards {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uivkGK8nde .cards li {
  color: #fff;
  flex: 1 1 200px;
}
.cid-uivkGK8nde .cards h2 {
  margin: 0;
  padding: 2px;
}
.cid-uivkGK8nde .cards p {
  padding: 2px;
}
.cid-uivkGK8nde .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cid-uivkGK8nde .flex li {
  flex: 1 1 200px;
  margin: 2px;
}
.cid-uivkGK8nde .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
}
.cid-uivkGK8nde .card-text {
  text-align: center;
}
.cid-uivkGK8nde P {
  text-align: left;
}
.cid-uivkGK8nde H2 {
  text-align: center;
}
.cid-uSHH5ZtvMz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
  z-index: 0;
}
.cid-uSHH5ZtvMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSHH5ZtvMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSHH5ZtvMz .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uSHH5ZtvMz .container-fluid {
    padding: 0 6px;
  }
}
.cid-uSHH5ZtvMz .row {
  border: 3px solid #fff9e7;
  margin-top: -3px;
  border-radius: 5px;
  padding: 18px 10px;
}
@media (max-width: 992px) {
  .cid-uSHH5ZtvMz .row {
    padding: 10px 5px;
  }
}
@media (min-width: 992px) {
  .cid-uSHH5ZtvMz .card {
    padding-right: 12px;
  }
  .cid-uSHH5ZtvMz .card:last-child {
    padding-right: 8px;
    padding-left: 12px;
  }
}
@media (max-width: 992px) {
  .cid-uSHH5ZtvMz .card:first-child {
    margin-bottom: 12px;
  }
}
.cid-uSHH5ZtvMz .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSHH5ZtvMz .mbr-text {
  color: #fff9e7;
}
.cid-uSHH5ZtvMz H2 {
  color: #000000;
  text-align: center;
}
.cid-tBOAl0dyEZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-tBOAl0dyEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBOAl0dyEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBOAl0dyEZ .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-tBOAl0dyEZ .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-tBOAl0dyEZ h4 {
  font-size: clamp(1.1em, 2.8vw, 1.4em);
  text-align: justify;
}
.cid-uLuzcz5kp6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
  z-index: 0;
}
.cid-uLuzcz5kp6 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLuzcz5kp6 * {
  box-sizing: border-box;
}
.cid-uLuzcz5kp6 body {
  line-height: 1.618em;
  background-color: #e4d4bb;
  background-image: repeating-radial-gradient(circle, #e4d4bb, #e7dac6 50%, #e7dac6 100%);
  background-size: 10px 10px;
}
.cid-uLuzcz5kp6 img {
  max-height: 280px;
  height: auto;
}
.cid-uLuzcz5kp6 .wrapper {
  width: 100%;
  padding: 0 2rem;
  text-align: center;
}
.cid-uLuzcz5kp6 .polaroid {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
}
.cid-uLuzcz5kp6 .caption {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2em;
}
.cid-uLuzcz5kp6 .item {
  display: inline-block;
  margin-top: 2rem;
  filter: grayscale(100%);
}
.cid-uLuzcz5kp6 .item .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
}
.cid-uLuzcz5kp6 .item:nth-of-type(4n+1) {
  transform: scale(0.8, 0.8) rotate(5deg);
  transition: all 0.35s;
}
.cid-uLuzcz5kp6 .item:nth-of-type(4n+1) .polaroid:before {
  transform: rotate(6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4);
}
.cid-uLuzcz5kp6 .item:nth-of-type(4n+2) {
  transform: scale(0.8, 0.8) rotate(-5deg);
  transition: all 0.35s;
}
.cid-uLuzcz5kp6 .item:nth-of-type(4n+2) .polaroid:before {
  transform: rotate(-6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4);
}
.cid-uLuzcz5kp6 .item:nth-of-type(4n+4) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 0.35s;
}
.cid-uLuzcz5kp6 .item:nth-of-type(4n+4) .polaroid:before {
  transform: rotate(4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3);
}
.cid-uLuzcz5kp6 .item:nth-of-type(4n+3) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
}
.cid-uLuzcz5kp6 .item:nth-of-type(4n+3) .polaroid:before {
  transform: rotate(-4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3);
}
.cid-uLuzcz5kp6 .item:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
}
.cid-uLuzcz5kp6 .item:hover .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  bottom: 0%;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  transition: all 0.35s;
}
.cid-tBODS72oCg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-tBODS72oCg .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBODS72oCg .mbr-text {
  text-align: justify;
  text-align-last: none;
  color: #000000;
}
.cid-tBODS72oCg p {
  font-size: clamp(1.1em, 2.8vw, 1.4em);
  text-align: justify;
}
.cid-tBODS72oCg li {
  color: #031f53;
  font-size: clamp(1.1em, 2.8vw, 1.4em);
}
.cid-tFRVZ6vVeu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-tFRVZ6vVeu iframe,
.cid-tFRVZ6vVeu img,
.cid-tFRVZ6vVeu video {
  width: 100%;
}
.cid-tFRVZ6vVeu .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-tFRVZ6vVeu .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tFRVZ6vVeu .mbr-section-title {
  color: #031f53;
  text-align: justify;
  text-align-last: none;
}
.cid-tFRVZ6vVeu .mbr-section-subtitle {
  color: #000000;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tFRVZ6vVeu .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tFRVZ6vVeu .mbr-media {
  position: relative;
}
.cid-tFRVZ6vVeu .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFRVZ6vVeu .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tFRVZ6vVeu .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-tFRVZ6vVeu .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tFRVZ6vVeu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tFRVZ6vVeu .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tFRVZ6vVeu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tFRVZ6vVeu .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tFRVZ6vVeu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tFRVZ6vVeu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tFRVZ6vVeu h5 {
  font-size: clamp(1em, 2.8vw, 1.3em);
  text-align: justify;
  text-align-last: none;
}
.cid-thOiNnagG4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-thOiNnagG4 .mbr-overlay {
  z-index: 1;
}
.cid-thOiNnagG4 .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-thOiNnagG4 .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-thOiNnagG4 .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-thOiNnagG4 .item-img:hover img {
  transform: scale(1);
}
.cid-thOiNnagG4 .item-title {
  line-height: 1.25em;
  color: #031f53;
}
.cid-thOiNnagG4 .mbr-section-title {
  line-height: 1.25em;
}
.cid-thOiNnagG4 .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-thOiNnagG4 .card-container {
    flex-wrap: wrap;
  }
}
.cid-thOiNnagG4 .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-thOiNnagG4 .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-thOiNnagG4 .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-thOiNnagG4 .card {
    padding: 35px 35px 23px;
  }
}
.cid-thOiNnagG4 .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-thOiNnagG4 .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-thOiNnagG4 .data-item {
  display: flex;
  align-items: center;
}
.cid-thOiNnagG4 .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-thOiNnagG4 .link-wrap {
  margin: 30px 0 6px;
}
.cid-thOiNnagG4 .text-art {
  flex-grow: 1;
  color: #031f53;
}
.cid-thOiNnagG4 h5 {
  font-size: clamp(0.9em, 2.8vw, 1.3em);
}
.cid-thOiNnagG4 p {
  font-size: clamp(0.9em, 2.8vw, 1.3em);
}
.cid-thOloEFOTn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-thOloEFOTn .mbr-overlay {
  z-index: 1;
}
.cid-thOloEFOTn .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-thOloEFOTn .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-thOloEFOTn .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-thOloEFOTn .item-img:hover img {
  transform: scale(1);
}
.cid-thOloEFOTn .item-title {
  line-height: 1.25em;
  color: #031f53;
}
.cid-thOloEFOTn .mbr-section-title {
  line-height: 1.25em;
}
.cid-thOloEFOTn .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-thOloEFOTn .card-container {
    flex-wrap: wrap;
  }
}
.cid-thOloEFOTn .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-thOloEFOTn .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-thOloEFOTn .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-thOloEFOTn .card {
    padding: 35px 35px 23px;
  }
}
.cid-thOloEFOTn .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-thOloEFOTn .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-thOloEFOTn .data-item {
  display: flex;
  align-items: center;
}
.cid-thOloEFOTn .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-thOloEFOTn .link-wrap {
  margin: 30px 0 6px;
}
.cid-thOloEFOTn .text-art {
  flex-grow: 1;
  color: #031f53;
}
.cid-thOloEFOTn h5 {
  font-size: clamp(0.9em, 2.8vw, 1.3em);
}
.cid-thOloEFOTn p {
  font-size: clamp(0.9em, 2.8vw, 1.3em);
}
.cid-sX1GV7Qvb8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-sX1GV7Qvb8 .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-u6t3HBWdDi {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-u6t3HBWdDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6t3HBWdDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6t3HBWdDi .row {
  justify-content: left;
}
.cid-u6t3HBWdDi .main-col {
  display: flex;
}
.cid-u6t3HBWdDi .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u6t3HBWdDi .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u6t3HBWdDi .item-container {
    flex-wrap: wrap;
  }
}
.cid-u6t3HBWdDi .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u6t3HBWdDi .item-img {
    display: none;
  }
}
.cid-u6t3HBWdDi .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u6t3HBWdDi .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u6t3HBWdDi .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u6t3HBWdDi .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u6t3HBWdDi .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u6t3HBWdDi .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u6t3HBWdDi .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u6t3HBWdDi .mbr-text-2 {
    margin: 0;
  }
}
.cid-u6t3HBWdDi .item-container-2 {
  align-items: center;
}
.cid-u6t3HBWdDi .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u6t3HBWdDi .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-u6t3HBWdDi .item-container-3 {
    padding-left: 90px;
  }
}
.cid-u6t3HBWdDi .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u6t3HBWdDi .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u6t3HBWdDi .mbr-section-title-2 {
  color: #ffffff;
}
.cid-uIklZWQTe1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uIklZWQTe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIklZWQTe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIklZWQTe1 .mbr-section-title {
  color: #031f53;
}
.cid-uIklZWQTe1 h4 {
  font-size: clamp(0.9em, 2.8vw, 1.4em);
}
.cid-uIklZWQTe1 P {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.8em, 2.8vw, 1.1em);
  text-align: center;
  color: #031f53;
}
.cid-uFjtauX7SX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uFjtauX7SX .line {
  background-color: #fff0b0;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFjtauX7SX thead,
.cid-uFjtauX7SX tbody {
  white-space: nowrap;
}
.cid-uFjtauX7SX .sortsymbol svg {
  color: #6ec7f2;
}
.cid-uFjtauX7SX img {
  max-width: 90px;
  min-width: 40px;
  align: center;
}
.cid-uFjtauX7SX table {
  border-collapse: collapse;
  margin: auto;
  width: 99%;
  max-width: 1100px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.8em, 2.8vw, 1.1em);
  vertical-align: middle;
}
.cid-uFjtauX7SX THEAD {
  text-align: center;
}
.cid-uFjtauX7SX .myButton {
  box-shadow: 0px 0px 0px 2px #9fb4f2;
  background: linear-gradient(to bottom, #002f80 5%, #5696e3 100%);
  background-color: #002f80;
  border-radius: 10px;
  border: 1px solid #4e6096;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: clamp(0.4em, 2.8vw, 0.8em);
  padding: 7px 15px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
}
.cid-uFjtauX7SX .myButton:hover {
  background: linear-gradient(to bottom, #5696e3 5%, #002f80 100%);
  background-color: #5696e3;
}
.cid-uFjtauX7SX .myButton:active {
  position: relative;
  top: 1px;
}
.cid-uERi6fBVut {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #d8e7ee;
}
.cid-uERi6fBVut .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uERi6fBVut thead,
.cid-uERi6fBVut tbody {
  white-space: nowrap;
}
.cid-uERi6fBVut .sortsymbol svg {
  color: #6ec7f2;
}
.cid-uERi6fBVut img {
  max-width: 100px;
  min-width: 50px;
  align: center;
}
.cid-uERi6fBVut table {
  border-collapse: collapse;
  margin: auto;
  width: 99%;
  max-width: 1100px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.4em, 2.8vw, 1.1em);
  vertical-align: middle;
}
.cid-uERi6fBVut THEAD {
  text-align: center;
}
.cid-uERi6fBVut TBODY {
  text-align: center;
}
.cid-u6t3HCmcHg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u6t3HCmcHg .line {
  background-color: #ffe885;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u6t3HCmcHg table.tableizer-table {
  border-collapse: collapse;
  margin: auto;
  width: 97%;
  max-width: 1200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.4em, 2.8vw, 1.1em);
  border: 1px solid #000000;
}
.cid-u6t3HCmcHg .tableizer-table td {
  padding: 1px;
  margin: 1px;
  text-align: center;
  border: 0px solid #000000;
}
.cid-u6t3HCmcHg .tableizer-table th {
  background-color: #104E8B;
  color: #FFF;
  text-align: center;
}
.cid-u6t3HCmcHg .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-u6t3HCmcHg tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-u6t3HCmcHg tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-u6t3HCmcHg table.colright td:nth-child(2) {
  text-align: left;
}
.cid-u6t3HCmcHg .left_alignment {
  text-align: left;
}
.cid-u6t3HCuhPi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-u6t3HCuhPi .line {
  background-color: #ffe885;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u6t3HCuhPi table {
  font-variant-numeric: tabular-nums;
  font-family: system, -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0px;
  table-layout: fixed;
  min-width: 100%;
}
.cid-u6t3HCuhPi table th {
  text-align: center;
  padding: 8px;
  border: 1px solid #000000;
  background: #1b90bb;
  color: #FFFFFF;
  font-weight: bold;
}
.cid-u6t3HCuhPi table td {
  padding: 8px;
  border: 1px solid #000000;
}
.cid-u6t3HCuhPi table tr {
  background-color: #dddddd;
  color: #000000;
  text-align: left;
}
.cid-u6t3HCuhPi table tr:nth-child(odd) {
  background-color: #FFFFFF;
  color: #000000;
}
.cid-u6t3HCuhPi table tr:hover {
  background-color: green;
  color: #FFFFFF;
}
.cid-u6t3HCuhPi table .mobile-head {
  display: none;
}
@media screen and (max-width: 600px) {
  .cid-u6t3HCuhPi table {
    border: 1px solid #000000;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0px;
    table-layout: fixed;
    min-width: 100%;
  }
  .cid-u6t3HCuhPi table td {
    padding: 8px;
    border: 1px solid #000000;
    display: block;
    text-align: right;
    width: 100%\9;
    float: left\9;
  }
  .cid-u6t3HCuhPi table tr {
    background-color: #dddddd;
    color: #000000;
    text-align: right;
    margin: 8px;
    display: block;
  }
  .cid-u6t3HCuhPi table tr:first-child {
    display: none;
  }
  .cid-u6t3HCuhPi table td:not(:first-child) {
    border-top: 0px;
  }
  .cid-u6t3HCuhPi table .mobile-head {
    font-weight: bold;
    color: #000000;
    float: left;
    text-align: left;
    display: block;
  }
}
.cid-u6t3HD9Qsu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u6t3HD9Qsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6t3HD9Qsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6t3HDxqcf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-u6t3HDxqcf .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u6t3HDxqcf table {
  font-variant-numeric: tabular-nums;
  font-family: system, -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0px;
  table-layout: fixed;
  min-width: 100%;
}
.cid-u6t3HDxqcf table.colright td + td + td {
  text-align: right;
}
.cid-u6t3HDxqcf table th {
  text-align: center;
  padding: 8px;
  border: 1px solid #000000;
  background: #1b90bb;
  color: #FFFFFF;
  font-weight: bold;
}
.cid-u6t3HDxqcf table td {
  padding: 8px;
  border: 1px solid #000000;
}
.cid-u6t3HDxqcf table tr {
  background-color: #dddddd;
  color: #000000;
  text-align: left;
}
.cid-u6t3HDxqcf table tr:nth-child(odd) {
  background-color: #FFFFFF;
  color: #000000;
}
.cid-u6t3HDxqcf table tr:hover {
  background-color: green;
  color: #FFFFFF;
}
.cid-u6t3HDxqcf table .mobile-head {
  display: none;
}
@media screen and (max-width: 600px) {
  .cid-u6t3HDxqcf table {
    border: 1px solid #000000;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0px;
    table-layout: fixed;
    min-width: 100%;
  }
  .cid-u6t3HDxqcf table td {
    padding: 8px;
    border: 1px solid #000000;
    display: block;
    text-align: right;
    width: 100%\9;
    float: left\9;
  }
  .cid-u6t3HDxqcf table tr {
    background-color: #dddddd;
    color: #000000;
    text-align: right;
    margin: 8px;
    display: block;
  }
  .cid-u6t3HDxqcf table tr:first-child {
    display: none;
  }
  .cid-u6t3HDxqcf table td:not(:first-child) {
    border-top: 0px;
  }
  .cid-u6t3HDxqcf table .mobile-head {
    font-weight: bold;
    color: #000000;
    float: left;
    text-align: left;
    display: block;
  }
}
.cid-uBMigEdXkg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eff3f3;
}
.cid-uBMigEdXkg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uBMigEdXkg .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uBMigEdXkg .container {
    padding: 0 25px;
  }
}
.cid-uBMigEdXkg .item:focus,
.cid-uBMigEdXkg span:focus {
  outline: none;
}
.cid-uBMigEdXkg .item-wrapper {
  position: relative;
}
.cid-uBMigEdXkg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-uBMigEdXkg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uBMigEdXkg .embla__slide .slide-content .item-wrapper:focus .item-img img {
  border-radius: 100px !important;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-wrapper:hover .item-img::after,
.cid-uBMigEdXkg .embla__slide .slide-content .item-wrapper:focus .item-img::after {
  border-radius: 100px;
  opacity: .5;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-wrapper .item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #ffc394;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-content .role-wrap {
  margin-bottom: 10px;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-content .role-wrap .mbr-role {
  display: inline-flex;
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-content .mbr-name {
  margin-bottom: 8px;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-content .mbr-text {
  line-height: 1.5;
  margin-bottom: 0;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-content .social-wrap {
  margin-top: 16px;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-content .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-content .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-content .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-uBMigEdXkg .embla__slide .slide-content .item-content .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-uBMigEdXkg .embla__button--next,
.cid-uBMigEdXkg .embla__button--prev {
  display: flex;
}
.cid-uBMigEdXkg .embla__button {
  top: 30%;
  width: 52px;
  height: 52px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: #a0ffc2 !important;
  opacity: 1 !important;
  color: #2f2e30 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBMigEdXkg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBMigEdXkg .embla__button:hover {
  background: transparent;
  color: #2f2e30;
  opacity: .7 !important;
}
.cid-uBMigEdXkg .embla__button.embla__button--prev {
  left: -26px;
}
.cid-uBMigEdXkg .embla__button.embla__button--next {
  right: -26px;
}
@media (max-width: 992px) {
  .cid-uBMigEdXkg .embla__button {
    bottom: 1.5rem;
  }
}
.cid-uBMigEdXkg .embla {
  position: relative;
  width: 100%;
}
.cid-uBMigEdXkg .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBMigEdXkg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBMigEdXkg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBMigEdXkg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBMigEdXkg .item-menu-overlay {
  border-radius: 100px;
}
.cid-uBMigEdXkg .item-title {
  color: #2f2e30;
}
.cid-uBMigEdXkg .mbr-text {
  color: #2f2e30;
}
.cid-uBMigEdXkg table {
  font-variant-numeric: tabular-nums;
  font-family: system, -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0px;
  table-layout: fixed;
  min-width: 100%;
}
.cid-uBMigEdXkg table.colright td + td + td {
  text-align: right;
}
.cid-uBMigEdXkg table th {
  text-align: center;
  padding: 8px;
  border: 1px solid #000000;
  background: #1b90bb;
  color: #FFFFFF;
  font-weight: bold;
  position: sticky;
  top: 0;
}
.cid-uBMigEdXkg table td {
  padding: 8px;
  border: 0px solid #000000;
}
.cid-uBMigEdXkg table tr {
  background-color: #dddddd;
  color: #000000;
  text-align: left;
}
.cid-uBMigEdXkg table tr:nth-child(odd) {
  background-color: #FFFFFF;
  color: #000000;
}
.cid-uBMigEdXkg table tr:hover {
  background-color: green;
  color: #FFFFFF;
}
.cid-uBMigEdXkg table .mobile-head {
  display: none;
}
@media screen and (max-width: 600px) {
  .cid-uBMigEdXkg table {
    border: 1px solid #000000;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0px;
    table-layout: fixed;
    min-width: 100%;
  }
  .cid-uBMigEdXkg table td {
    padding: 8px;
    border: 1px solid #000000;
    display: block;
    text-align: right;
    width: 100%\9;
    float: left\9;
  }
  .cid-uBMigEdXkg table tr {
    background-color: #dddddd;
    color: #000000;
    text-align: right;
    margin: 8px;
    display: block;
  }
  .cid-uBMigEdXkg table tr:first-child {
    display: none;
  }
  .cid-uBMigEdXkg table td:not(:first-child) {
    border-top: 0px;
  }
  .cid-uBMigEdXkg table .mobile-head {
    font-weight: bold;
    color: #000000;
    float: left;
    text-align: left;
    display: block;
  }
}
.cid-uBMjk4lk5b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBMjk4lk5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBMjk4lk5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBMjk4lk5b .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uBMjk4lk5b .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uBMjk4lk5b .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBMjk4lk5b .mbr-section-title {
  color: #131313;
}
.cid-uBMjk4lk5b .items-row {
  row-gap: 24px;
}
.cid-uBMjk4lk5b .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uBMjk4lk5b .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uBMjk4lk5b .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uBMjk4lk5b .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uBMjk4lk5b .item-img img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.cid-uBMjk4lk5b .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uBMjk4lk5b .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBMjk4lk5b .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uBMjk4lk5b .card-title {
  color: #131313;
}
.cid-uBMjk4lk5b .card-price {
  color: #FC7942;
}
.cid-uBMjk4lk5b .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uBMjk4lk5b .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uBMjk4lk5b .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uBMjk4lk5b .link-text {
    margin-top: 5px;
  }
}
.cid-uBMjk4lk5b .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uBMjk4lk5b .mbr-section-btn {
  margin-top: 20px;
}
.cid-uBMjTLXbBB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d8e7ee;
}
.cid-uBMjTLXbBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBMjTLXbBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBMjTLXbBB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uBMjTLXbBB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uBMjTLXbBB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBMjTLXbBB .container {
    padding: 0 20px;
  }
}
.cid-uBMjTLXbBB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1300px) {
  .cid-uBMjTLXbBB .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-uBMjTLXbBB .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uBMjTLXbBB .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBMjTLXbBB .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 20px;
  height: 550px;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uBMjTLXbBB .items-wrapper .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-uBMjTLXbBB .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uBMjTLXbBB .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBMjTLXbBB .items-wrapper .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uBMjTLXbBB .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border-radius: 100vw;
  background-color: #ffffff;
}
@media (max-width: 425px) {
  .cid-uBMjTLXbBB .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap {
    padding: 10px;
    border-radius: 20px;
    display: block;
  }
}
.cid-uBMjTLXbBB .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap .item-name {
  border-radius: 100vw;
  background-color: #070035;
  margin-bottom: 0;
  padding: 15px 24px;
  min-width: 170px;
}
.cid-uBMjTLXbBB .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap .item-role {
  padding: 5px;
  margin-bottom: 0;
}
.cid-uBMjTLXbBB .item-name {
  color: #82d7ff;
}
.cid-uBMjTLXbBB .item-role {
  color: #070035;
}
.cid-uBMjTLXbBB .item-content,
.cid-uBMjTLXbBB .item-name,
.cid-uBMjTLXbBB .item-role {
  text-align: center;
}
.cid-uBMk8sjYSF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uBMk8sjYSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBMk8sjYSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBMk8sjYSF .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uBMk8sjYSF .container {
    padding: 10px 8px;
  }
}
.cid-uBMk8sjYSF .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #73abff;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uBMk8sjYSF .row {
    padding: 50px 2px 34px;
  }
}
.cid-uBMk8sjYSF .card {
  padding: 0 8px;
}
.cid-uBMk8sjYSF .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uBMk8sjYSF .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBMk8sjYSF .card {
    margin-bottom: 16px;
  }
}
.cid-uBMk8sjYSF .card .item {
  margin-bottom: 16px;
}
.cid-uBMk8sjYSF .card .item:last-child {
  margin-bottom: 0;
}
.cid-uBMk8sjYSF .card .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uBMk8sjYSF .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uBMk8sjYSF .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uBMk8sjYSF .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-uBMk8sjYSF .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-uBMk8sjYSF .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-uBMk8sjYSF .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-uBMk8sjYSF .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uBMk8sjYSF .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uBMk8sjYSF .card-text {
  color: #222222;
}
.cid-uBMk8sjYSF .card-name {
  color: #222222;
}
.cid-uBMk8sjYSF .card-role {
  color: #222222;
}
.cid-uBMhKpyGWq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBMhKpyGWq .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uBMhKpyGWq .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uBMhKpyGWq .container {
    padding: 0 6px;
  }
}
.cid-uBMhKpyGWq .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uBMhKpyGWq .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uBMhKpyGWq .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uBMhKpyGWq .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uBMhKpyGWq .row {
    padding: 70px 30px;
  }
}
.cid-uBMhKpyGWq .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uBMhKpyGWq .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBMhKpyGWq .desc-wrapper {
    padding: 0;
  }
}
.cid-uBMhKpyGWq .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uBMhKpyGWq .title-wrapper {
  margin-bottom: 64px;
}
.cid-uBMhKpyGWq .title-wrapper span {
  color: #009472;
}
.cid-uBMhKpyGWq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBMhKpyGWq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uBMhKpyGWq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBMhKpyGWq .embla__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBMhKpyGWq .embla__slide .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBMhKpyGWq .embla__slide .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
@media (max-width: 992px) {
  .cid-uBMhKpyGWq .embla__slide .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uBMhKpyGWq .embla__slide:hover .item-wrapper .item-img img,
.cid-uBMhKpyGWq .embla__slide:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uBMhKpyGWq .embla__slide:hover::before,
.cid-uBMhKpyGWq .embla__slide:focus::before {
  top: -10px;
}
.cid-uBMhKpyGWq .embla__slide:hover .item-desc,
.cid-uBMhKpyGWq .embla__slide:focus .item-desc {
  top: -57px;
}
.cid-uBMhKpyGWq .embla__slide .slide-content {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBMhKpyGWq .embla__slide .slide-content {
    padding: 22px;
  }
}
.cid-uBMhKpyGWq .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uBMhKpyGWq .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uBMhKpyGWq .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uBMhKpyGWq .embla__slide .slide-content .item-img .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
}
@media (max-width: 992px) {
  .cid-uBMhKpyGWq .embla__slide .slide-content .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-uBMhKpyGWq .embla__slide .slide-content .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-uBMhKpyGWq .embla__slide .slide-content .item-img .image-wrap img {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uBMhKpyGWq .embla__button--next,
.cid-uBMhKpyGWq .embla__button--prev {
  display: flex;
}
.cid-uBMhKpyGWq .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #40b0bf;
  color: #06358d !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uBMhKpyGWq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBMhKpyGWq .embla__button:hover {
  color: #ff6666 !important;
}
.cid-uBMhKpyGWq .embla__button.embla__button--prev {
  left: 40%;
}
@media (max-width: 768px) {
  .cid-uBMhKpyGWq .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-uBMhKpyGWq .embla__button.embla__button--next {
  right: 40%;
}
@media (max-width: 768px) {
  .cid-uBMhKpyGWq .embla__button.embla__button--next {
    right: 10%;
  }
}
.cid-uBMhKpyGWq .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-uBMhKpyGWq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  padding-top: 57px;
}
.cid-uBMhKpyGWq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBMhKpyGWq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBMhKpyGWq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBMhKpyGWq .mbr-desc {
  color: #ffffff;
}
.cid-uBMhKpyGWq .mbr-section-title {
  color: #ffffff;
}
.cid-uBMhKpyGWq .card-desc {
  color: #ffffff;
}
.cid-uBMhKpyGWq .item-title {
  color: #131313;
}
.cid-uBMhKpyGWq .mbr-text {
  color: #131313;
}
.cid-u6t3HEgSF5 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-u6t3HEgSF5 .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-u6w3bHLMbI {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-u6w3bHLMbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6w3bHLMbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6w3bHLMbI .row {
  justify-content: left;
}
.cid-u6w3bHLMbI .main-col {
  display: flex;
}
.cid-u6w3bHLMbI .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u6w3bHLMbI .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u6w3bHLMbI .item-container {
    flex-wrap: wrap;
  }
}
.cid-u6w3bHLMbI .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u6w3bHLMbI .item-img {
    display: none;
  }
}
.cid-u6w3bHLMbI .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u6w3bHLMbI .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u6w3bHLMbI .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u6w3bHLMbI .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u6w3bHLMbI .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u6w3bHLMbI .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u6w3bHLMbI .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u6w3bHLMbI .mbr-text-2 {
    margin: 0;
  }
}
.cid-u6w3bHLMbI .item-container-2 {
  align-items: center;
}
.cid-u6w3bHLMbI .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u6w3bHLMbI .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-u6w3bHLMbI .item-container-3 {
    padding-left: 90px;
  }
}
.cid-u6w3bHLMbI .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u6w3bHLMbI .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u6w3bHLMbI .mbr-section-title-2 {
  color: #ffffff;
}
.cid-u6w3bI0UwH {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #bbbbbb;
}
.cid-u6w3bI0UwH .line {
  background-color: #ffe161;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u6w3bI0UwH P {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-u6w3bI0UwH span.pwfunktion {
  font-family: var(--font-family);
  color: Royalblue;
  cursor: Pointer;
}
.cid-u6w3bI0UwH span#pw {
  font-family: Monospace;
  font-weight: Bold;
  font-size: 1.3rem;
  letter-spacing: 4px;
  background-color: #FFFFE1;
  cursor: Text;
}
.cid-u6w3bI0UwH body {
  font-family: Verdana, Arial, Sans-Serif;
  background: White;
}
.cid-u6w3bI0UwH article {
  background: Whitesmoke;
  width: 75%;
  padding: 10px 25px 25px 25px;
  margin: Auto;
}
.cid-u6w3bI0UwH h1 {
  font-weight: Normal;
}
.cid-u6w3bI0UwH a:link,
.cid-u6w3bI0UwH a:visited {
  color: Royalblue;
}
.cid-u6w3bI0UwH span.pflichtfeld {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.90rem;
  color: Red;
}
.cid-u6wjI8ZGn6 {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #bbbbbb;
}
.cid-u6wjI8ZGn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6wjI8ZGn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6w3bIcvgE {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-u6w3bIcvgE .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-u6w3Nynq7F {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-u6w3Nynq7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6w3Nynq7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6w3Nynq7F .row {
  justify-content: left;
}
.cid-u6w3Nynq7F .main-col {
  display: flex;
}
.cid-u6w3Nynq7F .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u6w3Nynq7F .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u6w3Nynq7F .item-container {
    flex-wrap: wrap;
  }
}
.cid-u6w3Nynq7F .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u6w3Nynq7F .item-img {
    display: none;
  }
}
.cid-u6w3Nynq7F .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u6w3Nynq7F .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u6w3Nynq7F .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u6w3Nynq7F .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u6w3Nynq7F .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u6w3Nynq7F .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u6w3Nynq7F .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u6w3Nynq7F .mbr-text-2 {
    margin: 0;
  }
}
.cid-u6w3Nynq7F .item-container-2 {
  align-items: center;
}
.cid-u6w3Nynq7F .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u6w3Nynq7F .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-u6w3Nynq7F .item-container-3 {
    padding-left: 90px;
  }
}
.cid-u6w3Nynq7F .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u6w3Nynq7F .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u6w3Nynq7F .mbr-section-title-2 {
  color: #ffffff;
}
.cid-u6w3NyCeQd {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #bbbbbb;
}
.cid-u6w3NyCeQd .line {
  background-color: #ffe161;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u6w3NyCeQd P {
  text-align: left;
}
.cid-u6w3NyCeQd span.pwfunktion {
  font-family: var(--font-family);
  color: Royalblue;
  cursor: Pointer;
}
.cid-u6w3NyCeQd span#pw {
  font-family: Monospace;
  font-weight: Bold;
  font-size: 1.1rem;
  letter-spacing: 4px;
  background-color: #FFFFE1;
  cursor: Text;
}
.cid-u6w3NyCeQd body {
  font-family: Verdana, Arial, Sans-Serif;
  background: White;
}
.cid-u6w3NyCeQd article {
  background: Whitesmoke;
  width: 75%;
  padding: 10px 25px 25px 25px;
  margin: Auto;
}
.cid-u6w3NyCeQd h1 {
  font-weight: Normal;
}
.cid-u6w3NyCeQd a:link,
.cid-u6w3NyCeQd a:visited {
  color: Royalblue;
}
.cid-u6w3NyCeQd span.pflichtfeld {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.90rem;
  color: Red;
}
.cid-u6w3NyPXfW {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-u6w3NyPXfW .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tBHYhwp1mX {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-tBHYhwp1mX .nav-tabs .nav-item.open .nav-link:focus,
.cid-tBHYhwp1mX .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tBHYhwp1mX .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tBHYhwp1mX .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tBHYhwp1mX .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-tBHYhwp1mX .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #0b2b5c;
}
.cid-tBHYhwp1mX .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tBHYhwp1mX .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tBHYhwp1mX .nav-tabs .nav-item {
  width: 100%;
}
.cid-tBHYhwp1mX .nav-link,
.cid-tBHYhwp1mX .nav-link.active {
  padding: 1rem auto;
  background: #bed3f9;
}
.cid-tBHYhwp1mX .nav-tabs .nav-link.active {
  color: #0b2b5c;
}
.cid-tBHYhwp1mX .tab-content {
  background: #fff0b0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tBHYhwp1mX .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tBHYhwp1mX .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-tBHYhwp1mX .logo-container {
    border-right: 1px solid #0b2b5c;
  }
}
.cid-tBHYhwp1mX H4 {
  text-align: center;
}
.cid-tBHYhwp1mX H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-tBHYhwp1mX .nav-link {
    font-size: 1.2rem;
  }
}
.cid-sX1GV7Qvb8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-sX1GV7Qvb8 .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-uLs5PDl4Nk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #031f53;
}
.cid-uLs5PDl4Nk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLs5PDl4Nk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLs5PDl4Nk .mbr-section-title {
  color: #fafafa;
}
.cid-uLs5PDl4Nk .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uLs5PDl4Nk h3 {
  font-size: clamp(1.2em, 2.8vw, 1.6em);
}
.cid-uSyEhwncAn {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("https://www.kcr1963.de/Bilder/Gruppenfotos/1963_10_05.jpg");
  z-index: 0;
}
.cid-uSyEhwncAn .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uSyEhwncAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSyEhwncAn .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 10rem;
}
.cid-uSyEhwncAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSyEhwncAn p {
  color: #f1f4e9;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: clamp(0.8em, 2.8vw, 1em);
}
.cid-uSyEhwncAn .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #06358d !important;
}
.cid-uSyEhwncAn .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uSyEhwncAn .btn div {
  overflow: hidden;
}
.cid-uSyEhwncAn .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uSyEhwncAn {
    align-items: flex-start;
  }
  .cid-uSyEhwncAn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSyEhwncAn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSyEhwncAn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSyEhwncAn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSyEhwncAn .content-wrap {
    width: 100%;
  }
}
.cid-uSyEhwncAn .mbr-section-subtitle,
.cid-uSyEhwncAn .line {
  color: #ffffff;
}
.cid-uSyEhwncAn .mbr-text,
.cid-uSyEhwncAn .mbr-section-btn {
  text-align: center;
  color: #ffe161;
}
.cid-uSyEhwncAn .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-uSyEhwncAn .mbr-section-subtitle,
.cid-uSyEhwncAn .line DIV {
  text-align: right;
}
.cid-uSyEhwncAn .mbr-section-subtitle {
  text-align: center;
  color: #e6c63b;
}
.cid-uSyEhwncAn h2 {
  text-align: center;
  color: #f1f4e9;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: clamp(0.9em, 2.8vw, 1em);
}
.cid-uSyEhwncAn h3 {
  color: #f1f4e9;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: clamp(0.9em, 2.8vw, 1.5em);
}
.cid-uSyEhwncAn h6 {
  color: #FFFFFF;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: clamp(0.6em, 2.8vw, 0.8em);
}
.cid-uSyEhwncAn .container {
  display: flex;
  justify-content: space-between;
}
.cid-uSyEhwncAn .wrapper {
  margin: 0 auto;
  width: 90%;
}
.cid-uSyEhwncAn .cards {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uSyEhwncAn .cards li {
  color: #fff;
  flex: 1 1 100px;
}
.cid-uSyEhwncAn .cards h2 {
  margin: 0;
  padding: 2px;
}
.cid-uSyEhwncAn .cards p {
  padding: 2px;
}
.cid-uSyEhwncAn .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cid-uSyEhwncAn .flex li {
  flex: 1 1 200px;
  margin: 5px;
}
.cid-uSyEhwncAn .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
.cid-uSyEhwncAn .card-text {
  text-align: center;
}
.cid-uU1PtlJhCD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  z-index: 0;
}
.cid-uU1PtlJhCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1PtlJhCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1PtlJhCD .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uU1PtlJhCD .container-fluid {
    padding: 0 6px;
  }
}
.cid-uU1PtlJhCD .row {
  border: 3px solid #fff9e7;
  margin-top: -3px;
  border-radius: 5px;
  padding: 18px 10px;
}
@media (max-width: 992px) {
  .cid-uU1PtlJhCD .row {
    padding: 10px 5px;
  }
}
@media (min-width: 992px) {
  .cid-uU1PtlJhCD .card {
    padding-right: 12px;
  }
  .cid-uU1PtlJhCD .card:last-child {
    padding-right: 8px;
    padding-left: 12px;
  }
}
@media (max-width: 992px) {
  .cid-uU1PtlJhCD .card:first-child {
    margin-bottom: 12px;
  }
}
.cid-uU1PtlJhCD .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uU1PtlJhCD .mbr-text {
  color: #fff9e7;
}
.cid-uU1PtlJhCD H2 {
  color: #000000;
  text-align: center;
}
.cid-uLrtw032b2 {
  background-color: #e6c63b;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uLrtw032b2 .carousel {
  height: 800px;
}
.cid-uLrtw032b2 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLrtw032b2 .carousel-item,
.cid-uLrtw032b2 .carousel-inner {
  height: 100%;
}
.cid-uLrtw032b2 img,
.cid-uLrtw032b2 .item-wrapper {
  border-radius: 0 !important;
}
.cid-uLrtw032b2 .carousel-caption {
  bottom: 40px;
}
.cid-uLrtw032b2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLrtw032b2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLrtw032b2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uLrtw032b2 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uLrtw032b2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uLrtw032b2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uLrtw032b2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uLrtw032b2 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uLrtw032b2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLrtw032b2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLrtw032b2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLrtw032b2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uLrtw032b2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLrtw032b2 .carousel-indicators li.active,
.cid-uLrtw032b2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLrtw032b2 .carousel-indicators li::after,
.cid-uLrtw032b2 .carousel-indicators li::before {
  content: none;
}
.cid-uLrtw032b2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLrtw032b2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uLrtw032b2 .mbr-section-subtitle,
  .cid-uLrtw032b2 .mbr-section-text,
  .cid-uLrtw032b2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uLrtw032b2 .carousel-fade .carousel-item {
  transition-duration: 3.0s;
}
.cid-uLs1mNGLiR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031f53;
}
.cid-uLs1mNGLiR .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-uLs1mNGLiR .title-section {
    padding: 0 6rem;
    margin-bottom: 6.5rem;
  }
}
.cid-uLs1mNGLiR img {
  object-fit: cover;
}
.cid-uLs1mNGLiR .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uLs1mNGLiR .carousel .carousel-container {
  width: 100%;
  position: relative;
}
.cid-uLs1mNGLiR .carousel .carousel-container .carousel-inner {
  max-height: 1200px;
  height: 100vh;
}
@media (max-width: 768px) {
  .cid-uLs1mNGLiR .carousel .carousel-container .carousel-inner {
    height: 60vh;
  }
}
.cid-uLs1mNGLiR .carousel .carousel-container .carousel-inner .carousel-item,
.cid-uLs1mNGLiR .carousel .carousel-container .carousel-inner img {
  height: 100%;
}
.cid-uLs1mNGLiR .carousel .carousel-container .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  margin: 0;
  display: flex;
}
.cid-uLs1mNGLiR .carousel .carousel-container .carousel-indicators button {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin: 0 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffcce0;
  opacity: 1;
  transition: 0.4s ease;
}
.cid-uLs1mNGLiR .carousel .carousel-container .carousel-indicators .active {
  background-clip: padding-box;
  background-color: #ff0066;
}
.cid-uLs1mNGLiR .carousel .buttons-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.cid-uLs1mNGLiR .carousel .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0066;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.cid-uLs1mNGLiR .carousel .buttons-container button span {
  line-height: 2px;
  color: white;
}
.cid-uLs1mNGLiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLs1mNGLiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLs1mNGLiR .mbr-section-title {
  color: #ffe885;
}
.cid-uLs1mNGLiR .carousel-fade .carousel-item {
  transition-duration: 4.0s;
}
.cid-uJArs6K300 {
  background-color: #031f53;
}
.cid-uJArs6K300 .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-uJArs6K300 .title-section {
    padding: 0 6rem;
    margin-bottom: 6.5rem;
  }
}
.cid-uJArs6K300 img {
  object-fit: cover;
}
.cid-uJArs6K300 .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uJArs6K300 .carousel .carousel-container {
  width: 100%;
  position: relative;
}
.cid-uJArs6K300 .carousel .carousel-container .carousel-inner {
  max-height: 1000px;
  height: 100vh;
}
@media (max-width: 768px) {
  .cid-uJArs6K300 .carousel .carousel-container .carousel-inner {
    height: 60vh;
  }
}
.cid-uJArs6K300 .carousel .carousel-container .carousel-inner .carousel-item,
.cid-uJArs6K300 .carousel .carousel-container .carousel-inner img {
  height: 100%;
}
.cid-uJArs6K300 .carousel .carousel-container .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  margin: 0;
  display: flex;
}
.cid-uJArs6K300 .carousel .carousel-container .carousel-indicators button {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin: 0 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffcce0;
  opacity: 1;
  transition: 0.4s ease;
}
.cid-uJArs6K300 .carousel .carousel-container .carousel-indicators .active {
  background-clip: padding-box;
  background-color: #ff0066;
}
.cid-uJArs6K300 .carousel .buttons-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.cid-uJArs6K300 .carousel .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0066;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.cid-uJArs6K300 .carousel .buttons-container button span {
  line-height: 2px;
  color: white;
}
.cid-uJArs6K300 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJArs6K300 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJArs6K300 .carousel-fade .carousel-item {
  transition-duration: 5.0s;
}
.cid-uJArs6K300 .mbr-section-title {
  color: #e6c63b;
}
.cid-uJArs6K300 .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-uJArs6K300 h5 {
  font-size: clamp(2.5em, 2.8vw, 4em);
}
.cid-uJArs6K300 h3 {
  font-size: clamp(1em, 2.8vw, 2em);
}
.cid-uJArs6K300 h4 {
  font-size: clamp(1em, 2.8vw, 2em);
}
.cid-u9fpP0mWjZ {
  background-image: url("https://www.fctradi.de/KCR/Bilder/Mannschaftsbilder/1963-10-05.jpg");
}
.cid-u9fpP0mWjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9fpP0mWjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9fpP0mWjZ #countup {
  text-align: center;
}
.cid-u9fpP0mWjZ #countup p {
  display: inline-block;
  padding: 10px;
  background-color: #e6c63b;
  margin: 0 0 20px;
  border-radius: 3px;
  color: #031f53;
  min-width: 2.6rem;
}
.cid-u9fpP0mWjZ .mbr-section-title {
  color: #e6c63b;
}
.cid-u9fpP0mWjZ .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-u9fpP0Bdlx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u9fpP0Bdlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9fpP0Bdlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9fpP0Bdlx .mbr-section-subtitle {
  color: #031f53;
  text-align: left;
}
.cid-u9fpP0Bdlx .mbr-section-title {
  color: #031f53;
}
.cid-u9fpP0Bdlx h4 {
  font-size: clamp(1.1em, 2.8vw, 1.7em);
}
.cid-uGur8SbNBv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-uGur8SbNBv .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uGur8SbNBv table.tableizer-table {
  border-collapse: collapse;
  margin: auto;
  width: 99%;
  max-width: 1000px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.3em, 2.8vw, 1.1em);
  border: 1px solid #000000;
}
.cid-uGur8SbNBv .tableizer-table td {
  padding: 2px;
  margin: 1px;
  border: 0px solid #000000;
  text-align: center;
}
.cid-uGur8SbNBv .tableizer-table th {
  background-color: #104E8B;
  color: #FFF;
  text-align: center;
  font-size: clamp(0.3em, 2.8vw, 1em);
  position: sticky;
  top: -1px;
}
.cid-uGur8SbNBv .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-uGur8SbNBv tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-uGur8SbNBv tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-uGur8SbNBv table.colright td:nth-child(2) {
  text-align: left;
}
.cid-udU6eDxQZv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-udU6eDxQZv .row {
  padding: 0 110px;
  justify-content: center;
}
.cid-udU6eDxQZv .row::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 100%;
  background-color: #a8d741;
}
.cid-udU6eDxQZv .row::after {
  content: '';
  position: absolute;
  top: 0;
  right: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 100%;
  background-color: #031f53;
}
@media (max-width: 992px) {
  .cid-udU6eDxQZv .row {
    padding: 0 12px;
  }
}
.cid-udU6eDxQZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udU6eDxQZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udU6eDxQZv .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-udU6eDxQZv .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-udU6eDxQZv .desc-wrapper {
  position: relative;
}
.cid-udU6eDxQZv .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-udU6eDxQZv .desc-wrapper .mbr-desc span {
  color: #ff6666;
}
.cid-udU6eDxQZv .cards {
  margin-top: 30px;
}
.cid-udU6eDxQZv .cards::before {
  display: none;
}
.cid-udU6eDxQZv .cards::after {
  display: none;
}
.cid-udU6eDxQZv .cards .card {
  margin-bottom: 30px;
}
.cid-udU6eDxQZv .cards .card .mbr-number {
  margin-bottom: 10px;
}
.cid-udU6eDxQZv .cards .card .mbr-card-title {
  margin-bottom: 8px;
}
.cid-udU6eDxQZv .mbr-section-title {
  color: #ee2947;
}
.cid-udU6eDxQZv .mbr-text {
  color: #ffffff;
}
.cid-udU6eDxQZv .mbr-desc {
  color: #162148;
}
.cid-udU6eDxQZv .mbr-number {
  color: #ee2947;
}
.cid-udU6eDxQZv .mbr-card-title {
  color: #ffffff;
}
.cid-udU6eDxQZv .mbr-card-text {
  color: #ffffff;
}
.cid-u9fpP1xQFB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u9fpP1xQFB .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9fpP1xQFB .mbr-text {
  text-align: left;
  color: #031f53;
}
.cid-u9fpP1xQFB p {
  font-size: clamp(1.1em, 2.8vw, 1.7em);
}
.cid-u9fpP1JARS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-u9fpP1JARS iframe,
.cid-u9fpP1JARS img,
.cid-u9fpP1JARS video {
  width: 100%;
}
.cid-u9fpP1JARS .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-u9fpP1JARS .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-u9fpP1JARS .mbr-section-title {
  color: #031f53;
  text-align: right;
}
.cid-u9fpP1JARS .mbr-section-subtitle {
  color: #031f53;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-u9fpP1JARS .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-u9fpP1JARS .mbr-media {
  position: relative;
}
.cid-u9fpP1JARS .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u9fpP1JARS .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u9fpP1JARS .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-u9fpP1JARS .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-u9fpP1JARS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u9fpP1JARS .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-u9fpP1JARS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9fpP1JARS .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-u9fpP1JARS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9fpP1JARS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9fpP26xmM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u9fpP26xmM .mbr-overlay {
  z-index: 1;
}
.cid-u9fpP26xmM .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-u9fpP26xmM .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-u9fpP26xmM .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-u9fpP26xmM .item-img:hover img {
  transform: scale(1);
}
.cid-u9fpP26xmM .item-title {
  line-height: 1.25em;
}
.cid-u9fpP26xmM .mbr-section-title {
  line-height: 1.25em;
}
.cid-u9fpP26xmM .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-u9fpP26xmM .card-container {
    flex-wrap: wrap;
  }
}
.cid-u9fpP26xmM .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-u9fpP26xmM .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-u9fpP26xmM .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-u9fpP26xmM .card {
    padding: 35px 35px 23px;
  }
}
.cid-u9fpP26xmM .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-u9fpP26xmM .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-u9fpP26xmM .data-item {
  display: flex;
  align-items: center;
}
.cid-u9fpP26xmM .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-u9fpP26xmM .link-wrap {
  margin: 30px 0 6px;
}
.cid-u9fpP26xmM .text-art {
  flex-grow: 1;
}
.cid-u9fpP26xmM h5 {
  font-size: clamp(1.1em, 2.8vw, 1.5em);
}
.cid-u9fpP2quyh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u9fpP2quyh .mbr-overlay {
  z-index: 1;
}
.cid-u9fpP2quyh .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-u9fpP2quyh .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-u9fpP2quyh .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-u9fpP2quyh .item-img:hover img {
  transform: scale(1);
}
.cid-u9fpP2quyh .item-title {
  line-height: 1.25em;
}
.cid-u9fpP2quyh .mbr-section-title {
  line-height: 1.25em;
}
.cid-u9fpP2quyh .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-u9fpP2quyh .card-container {
    flex-wrap: wrap;
  }
}
.cid-u9fpP2quyh .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-u9fpP2quyh .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-u9fpP2quyh .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-u9fpP2quyh .card {
    padding: 35px 35px 23px;
  }
}
.cid-u9fpP2quyh .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-u9fpP2quyh .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-u9fpP2quyh .data-item {
  display: flex;
  align-items: center;
}
.cid-u9fpP2quyh .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-u9fpP2quyh .link-wrap {
  margin: 30px 0 6px;
}
.cid-u9fpP2quyh .text-art {
  flex-grow: 1;
}
.cid-u9fpP2quyh h5 {
  font-size: clamp(1.1em, 2.8vw, 1.5em);
}
.cid-uEuLlThiKX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uEuLlThiKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuLlThiKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEuLlThiKX .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uEuLlThiKX .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uEuLlThiKX .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uEuLlThiKX .card-wrapper {
    padding: 4rem;
  }
}
.cid-uEuLlThiKX .mbr-text,
.cid-uEuLlThiKX .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uEuLlThiKX .card-title,
.cid-uEuLlThiKX .card-box {
  text-align: center;
  color: #000000;
}
.cid-uEuLlThiKX .mbr-card-title {
  text-align: left;
}
.cid-uEuLlThiKX .mbr-card-subtitle {
  text-align: left;
}
.cid-uEuLlThiKX .mbr-text {
  text-align: left;
}
.cid-uEuLlThiKX .mbr-section-subtitle {
  text-align: center;
}
.cid-u9fpP2M7Jr {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-u9fpP2M7Jr .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uh4JCiR24V #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uh4JCiR24V #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uh4JCiR24V #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uh4JCiR24V #ddmenu .full-width {
  position: static;
}
.cid-uh4JCiR24V #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uh4JCiR24V #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uh4JCiR24V #ddmenu a,
.cid-uh4JCiR24V #ddmenu a:link,
.cid-uh4JCiR24V #ddmenu a:hover {
  color: #FFF;
}
.cid-uh4JCiR24V #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uh4JCiR24V #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uh4JCiR24V #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uh4JCiR24V #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uh4JCiR24V #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uh4JCiR24V #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uh4JCiR24V #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uh4JCiR24V #ddmenu .over .dropdown {
  display: block;
}
.cid-uh4JCiR24V #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uh4JCiR24V #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uh4JCiR24V #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uh4JCiR24V #ddmenu .dropdown a:hover,
.cid-uh4JCiR24V #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uh4JCiR24V #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uh4JCiR24V #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uh4JCiR24V #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uh4JCiR24V #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uh4JCiR24V #ddmenuLink {
  display: none;
}
.cid-tAMAmtsvtQ {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1963-2000x1416.jpg");
}
.cid-tAMAmtsvtQ .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tAMAmtsvtQ .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tAMAmtsvtQ .row {
    padding: 2rem 1rem;
  }
}
.cid-tAMAmtsvtQ .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tAMAmtsvtQ .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-tAMAmtsvtQ span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-tAMAmtsvtQ .collapsed span {
  transform: rotate(0deg);
}
.cid-tAMAmtsvtQ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tAMAmtsvtQ .panel-group {
  width: 100%;
}
.cid-tAMAmtsvtQ .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-tAMAmtsvtQ .card {
  border-radius: 0px;
}
.cid-tAMAmtsvtQ .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-tAMAmtsvtQ .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tAMAmtsvtQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tAMAmtsvtQ .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-tAMAmtsvtQ .panel-text {
  color: #263d5a;
  font-variant-numeric: lining-nums tabular-nums;
}
.cid-tAMAmtsvtQ .header-text,
.cid-tAMAmtsvtQ .sign {
  color: #263d5a;
  text-align: right;
}
.cid-tAMAmtsvtQ .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-tAMAmtsvtQ .header-text,
.cid-tAMAmtsvtQ .sign,
.cid-tAMAmtsvtQ .card-header {
  color: #263d5a;
}
.cid-tAMAmtsvtQ .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sX1GV7Qvb8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-sX1GV7Qvb8 .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uCwBcWLQlk #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uCwBcWLQlk #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uCwBcWLQlk #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uCwBcWLQlk #ddmenu .full-width {
  position: static;
}
.cid-uCwBcWLQlk #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uCwBcWLQlk #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uCwBcWLQlk #ddmenu a,
.cid-uCwBcWLQlk #ddmenu a:link,
.cid-uCwBcWLQlk #ddmenu a:hover {
  color: #FFF;
}
.cid-uCwBcWLQlk #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uCwBcWLQlk #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uCwBcWLQlk #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uCwBcWLQlk #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uCwBcWLQlk #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uCwBcWLQlk #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uCwBcWLQlk #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uCwBcWLQlk #ddmenu .over .dropdown {
  display: block;
}
.cid-uCwBcWLQlk #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uCwBcWLQlk #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uCwBcWLQlk #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uCwBcWLQlk #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uCwBcWLQlk #ddmenu .dropdown a:hover,
.cid-uCwBcWLQlk #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uCwBcWLQlk #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uCwBcWLQlk #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uCwBcWLQlk #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uCwBcWLQlk #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uCwBcWLQlk #ddmenuLink {
  display: none;
}
.cid-uCwBcWW7AT {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uCwBcWW7AT .media-container-row .mbr-text {
  color: #031f53;
}
.cid-uCwBcX9aTC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eff3f3;
}
.cid-uCwBcX9aTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCwBcX9aTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCwBcX9aTC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCwBcX9aTC .container-fluid {
    padding: 0 5px;
  }
}
@media (max-width: 992px) {
  .cid-uCwBcX9aTC .container {
    padding: 0 25px;
  }
}
.cid-uCwBcX9aTC .tabs-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCwBcX9aTC .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCwBcX9aTC .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uCwBcX9aTC .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
}
.cid-uCwBcX9aTC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #2f2e30;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  padding: 16px 20px 0;
}
.cid-uCwBcX9aTC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #e6c63b;
}
.cid-uCwBcX9aTC .tab-content {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uCwBcX9aTC .tab-content {
    width: 100%;
    margin: 0;
  }
}
.cid-uCwBcX9aTC .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCwBcX9aTC .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uCwBcX9aTC .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 100%;
  width: 320px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uCwBcX9aTC .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
.cid-uCwBcX9aTC .tab-content .tab-pane .content-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  padding: 50px;
  background-color: #ffc394;
}
@media (max-width: 992px) {
  .cid-uCwBcX9aTC .tab-content .tab-pane .content-wrapper .title-wrapper {
    padding: 15px;
  }
}
.cid-uCwBcX9aTC .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 1px 1px 0;
  background-color: #ffc394;
  margin-bottom: 1px;
}
.cid-uCwBcX9aTC .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCwBcX9aTC .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCwBcX9aTC .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uCwBcX9aTC .mbr-card-title {
  color: #2f2e30;
}
.cid-uCwBcX9aTC .mbr-desc {
  color: #2f2e30;
}
.cid-uCwBcX9aTC .mbr-text {
  color: #2f2e30;
}
.cid-uCwBcX9aTC table {
  font-variant-numeric: tabular-nums;
  font-family: system, -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
  font-size: clamp(0.4em, 2.8vw, 0.8em);
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0px;
  table-layout: fixed;
  min-width: 90%;
}
.cid-uCwBcX9aTC table th {
  text-align: center;
  padding: 8px;
  border: 1px solid #000000;
  background: #1b90bb;
  color: #FFFFFF;
  font-weight: bold;
}
.cid-uCwBcX9aTC table td {
  padding: 8px;
  border: 0px solid #000000;
}
.cid-uCwBcX9aTC table tr {
  background-color: #dddddd;
  color: #000000;
  text-align: left;
}
.cid-uCwBcX9aTC table tr:nth-child(odd) {
  background-color: #FFFFFF;
  color: #000000;
}
.cid-uCwBcX9aTC table tr:hover {
  background-color: green;
  color: #FFFFFF;
}
.cid-uCwBcX9aTC table .mobile-head {
  display: none;
}
@media screen and (max-width: 600px) {
  .cid-uCwBcX9aTC table {
    border: 1px solid #000000;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0px;
    table-layout: fixed;
    min-width: 100%;
  }
  .cid-uCwBcX9aTC table td {
    padding: 8px;
    border: 1px solid #000000;
    display: block;
    text-align: right;
    width: 100%\9;
    float: left\9;
  }
  .cid-uCwBcX9aTC table tr {
    background-color: #dddddd;
    color: #000000;
    text-align: right;
    margin: 8px;
    display: block;
  }
  .cid-uCwBcX9aTC table tr:first-child {
    display: none;
  }
  .cid-uCwBcX9aTC table td:not(:first-child) {
    border-top: 0px;
  }
  .cid-uCwBcX9aTC table .mobile-head {
    font-weight: bold;
    color: #000000;
    float: left;
    text-align: left;
    display: block;
  }
}
.cid-uEA2aFsyjX #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-uEA2aFsyjX #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-uEA2aFsyjX #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-uEA2aFsyjX #ddmenu .full-width {
  position: static;
}
.cid-uEA2aFsyjX #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-uEA2aFsyjX #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-uEA2aFsyjX #ddmenu a,
.cid-uEA2aFsyjX #ddmenu a:link,
.cid-uEA2aFsyjX #ddmenu a:hover {
  color: #FFF;
}
.cid-uEA2aFsyjX #ddmenu a:hover {
  text-decoration: underline;
}
.cid-uEA2aFsyjX #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-uEA2aFsyjX #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-uEA2aFsyjX #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-uEA2aFsyjX #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uEA2aFsyjX #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-uEA2aFsyjX #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-uEA2aFsyjX #ddmenu .over .dropdown {
  display: block;
}
.cid-uEA2aFsyjX #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-uEA2aFsyjX #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-uEA2aFsyjX #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-uEA2aFsyjX #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-uEA2aFsyjX #ddmenu .dropdown a:hover,
.cid-uEA2aFsyjX #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-uEA2aFsyjX #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-uEA2aFsyjX #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-uEA2aFsyjX #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-uEA2aFsyjX #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-uEA2aFsyjX #ddmenuLink {
  display: none;
}
.cid-uEA2aFJ2ct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-uEA2aFJ2ct img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-uEA2aFJ2ct .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-uEA2aFJ2ct .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-uEA2aFJ2ct .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-uEA2aFJ2ct .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-uEA2aFJ2ct .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-uEA2aFJ2ct .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-uEA2aFJ2ct .first {
    max-height: 250px;
  }
  .cid-uEA2aFJ2ct .second {
    max-height: 323px;
  }
  .cid-uEA2aFJ2ct .third {
    max-height: 408px;
  }
  .cid-uEA2aFJ2ct .fourth {
    max-height: 323px;
  }
  .cid-uEA2aFJ2ct .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-uEA2aFJ2ct .first {
    max-height: 200px;
  }
  .cid-uEA2aFJ2ct .second {
    max-height: 270px;
  }
  .cid-uEA2aFJ2ct .third {
    max-height: 350px;
  }
  .cid-uEA2aFJ2ct .fourth {
    max-height: 270px;
  }
  .cid-uEA2aFJ2ct .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-uEA2aFJ2ct .first {
    display: none;
  }
  .cid-uEA2aFJ2ct .second {
    max-height: 323px;
  }
  .cid-uEA2aFJ2ct .third {
    max-height: 408px;
  }
  .cid-uEA2aFJ2ct .fourth {
    max-height: 323px;
  }
  .cid-uEA2aFJ2ct .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-uEA2aFJ2ct .second {
    max-height: 250px;
  }
  .cid-uEA2aFJ2ct .third {
    max-height: 340px;
  }
  .cid-uEA2aFJ2ct .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-uEA2aFJ2ct .second {
    max-height: 180px;
  }
  .cid-uEA2aFJ2ct .third {
    max-height: 270px;
  }
  .cid-uEA2aFJ2ct .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-uEA2aFJ2ct .second {
    display: none;
  }
  .cid-uEA2aFJ2ct .third {
    max-height: initial;
    width: 90%;
  }
  .cid-uEA2aFJ2ct .fourth {
    display: none;
  }
}
.cid-uEA2aFZgXB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uEA2aFZgXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEA2aFZgXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEA2aFZgXB .mbr-section-subtitle {
  text-align: left;
}
.cid-uHTJ6YZO7a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-uHTJ6YZO7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHTJ6YZO7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHTJ6YZO7a .row {
  justify-content: center;
}
.cid-uHTJ6YZO7a .container-fluid {
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uHTJ6YZO7a .container-fluid {
    padding: 0 5px;
  }
}
@media (max-width: 992px) {
  .cid-uHTJ6YZO7a .container {
    padding: 0 5px;
  }
}
.cid-uHTJ6YZO7a .content-wrapper .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-uHTJ6YZO7a .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHTJ6YZO7a .content-wrapper .mbr-section-title {
    margin-bottom: 2px;
  }
}
.cid-uHTJ6YZO7a .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHTJ6YZO7a .mbr-section-btn {
  margin-top: 40px;
}
.cid-uHTJ6YZO7a .mbr-section-title {
  color: #ffffff;
}
.cid-uHTJ6YZO7a .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uHTJ6YZO7a .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uHTJ6YZO7a .mbr-section-title,
.cid-uHTJ6YZO7a .mbr-section-btn {
  text-align: center;
}
.cid-uHTJ6YZO7a table.tableizer-table {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  color: #616161;
  font-family: Jost, Helvetica, sans-serif;
  font-size: clamp(0.6em, 2.8vw, 1em);
}
.cid-uHTJ6YZO7a .tableizer-table td {
  padding: 2px;
  margin: 1px;
  border: 0px solid #000000;
  text-align: center;
}
.cid-uHTJ6YZO7a .tableizer-table th {
  background-color: #104E8B;
  color: #616161;
  font-size: clamp(0.6em, 2.8vw, 1em);
  text-align: center;
  position: sticky;
}
.cid-uHTJ6YZO7a .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-uHTJ6YZO7a tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-uHTJ6YZO7a tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-uHTJ6YZO7a .colright td:nth-child(2) {
  text-align: left;
}
.cid-uHTJ6YZO7a body {
  margin-top: 30px;
  background-color: #eee;
}
.cid-uHTJ6YZO7a .faq-nav {
  flex-direction: column;
  margin: 0 0 32px;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.cid-uHTJ6YZO7a .faq-nav .nav-link {
  font-family: Jost, Helvetica, sans-serif;
  position: relative;
  display: block;
  margin: 0;
  padding: 13px 16px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  color: #616161;
  transition: background-color 0.2s ease;
}
.cid-uHTJ6YZO7a .faq-nav .nav-link:hover {
  background-color: #f6f6f6;
}
.cid-uHTJ6YZO7a .faq-nav .nav-link.active {
  background-color: #f6f6f6;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
.cid-uHTJ6YZO7a .faq-nav .nav-link:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 0;
}
.cid-uHTJ6YZO7a .faq-nav .nav-link i.mdi {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
}
.cid-uHTJ6YZO7a .tab-content {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.cid-uHTJ6YZO7a .tab-content .card {
  border-radius: 0;
}
.cid-uHTJ6YZO7a .tab-content .card-header {
  padding: 15px 16px;
  border-radius: 0;
  background-color: #f6f6f6;
}
.cid-uHTJ6YZO7a .tab-content .card-header h5 {
  margin: 0;
}
.cid-uHTJ6YZO7a .tab-content .card-header h5 button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  white-space: normal;
}
.cid-uHTJ6YZO7a .tab-content .card-header h5 button:hover,
.cid-uHTJ6YZO7a .tab-content .card-header h5 button:focus,
.cid-uHTJ6YZO7a .tab-content .card-header h5 button:active,
.cid-uHTJ6YZO7a .tab-content .card-header h5 button:hover:active {
  text-decoration: none;
}
.cid-uHTJ6YZO7a .tab-content .card-body P {
  font-family: Jost, Helvetica, sans-serif;
  font-size: clamp(0.8em, 2.8vw, 1.1em);
  color: #fefefe;
}
.cid-uHTJ6YZO7a .accordion > .card:not(:first-child) {
  border-top: 0;
}
.cid-uHTJ6YZO7a .collapse.show .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.cid-uEA2aGe4Rj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uEA2aGe4Rj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEA2aGe4Rj table {
  font-variant-numeric: tabular-nums;
  font-family: system, -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0px;
  table-layout: fixed;
  min-width: 100%;
}
.cid-uEA2aGe4Rj table th {
  text-align: center;
  padding: 8px;
  border: 1px solid #000000;
  background: #1b90bb;
  color: #FFFFFF;
  font-weight: bold;
}
.cid-uEA2aGe4Rj table td {
  text-align: center;
  padding: 8px;
  border: 1px solid #000000;
}
.cid-uEA2aGe4Rj table tr {
  background-color: #dddddd;
  color: #000000;
  text-align: left;
}
.cid-uEA2aGe4Rj table tr:nth-child(odd) {
  background-color: #FFFFFF;
  color: #000000;
}
.cid-uEA2aGe4Rj table tr:hover {
  background-color: green;
  color: #FFFFFF;
}
.cid-uEA2aGe4Rj table .mobile-head {
  display: none;
}
@media screen and (max-width: 600px) {
  .cid-uEA2aGe4Rj table {
    border: 1px solid #000000;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0px;
    table-layout: fixed;
    min-width: 100%;
  }
  .cid-uEA2aGe4Rj table td {
    padding: 8px;
    border: 1px solid #000000;
    display: block;
    text-align: right;
    width: 100%\9;
    float: left\9;
  }
  .cid-uEA2aGe4Rj table tr {
    background-color: #dddddd;
    color: #000000;
    text-align: right;
    margin: 8px;
    display: block;
  }
  .cid-uEA2aGe4Rj table tr:first-child {
    display: none;
  }
  .cid-uEA2aGe4Rj table td:not(:first-child) {
    border-top: 0px;
  }
  .cid-uEA2aGe4Rj table .mobile-head {
    font-weight: bold;
    color: #000000;
    float: left;
    text-align: left;
    display: block;
  }
}
.cid-uEA9iPxhGp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uEA9iPxhGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEA9iPxhGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEA9iPxhGp .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uEA9iPxhGp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uEA9iPxhGp .container {
    padding: 0 16px;
  }
}
.cid-uEA9iPxhGp .row {
  position: relative;
  justify-content: space-between;
}
.cid-uEA9iPxhGp .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uEA9iPxhGp .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uEA9iPxhGp .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEA9iPxhGp .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uEA9iPxhGp .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uEA9iPxhGp .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uEA9iPxhGp .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uEA9iPxhGp .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 14px;
  padding: 10px;
}
.cid-uEA9iPxhGp .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uEA9iPxhGp .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uEA9iPxhGp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uEA9iPxhGp .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uEA9iPxhGp .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uEA9iPxhGp .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uEA9iPxhGp .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uEA9iPxhGp .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uEA9iPxhGp .mbr-section-title {
  color: #000000;
}
.cid-uEA9iPxhGp .mbr-text {
  color: #6f6f6f;
}
.cid-uEA9iPxhGp .panel-title-edit {
  color: #000000;
}
.cid-uEA9iPxhGp .panel-text {
  color: #000000;
}
.cid-uEA9iPxhGp img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-uEA9iPxhGp table.tableizer-table {
  text-align: center;
  font-size: clamp(0.9em, 2.8vw, 1.1em);
  font-family: Trebuchet MS, Helvetica, sans-serif;
  border-collapse: collapse;
  margin: auto;
  width: 100%;
  max-width: 750px;
  border: 1px solid #000000;
}
.cid-uEA9iPxhGp .tableizer-table td {
  padding: 2px;
  margin: 1px;
  border: 0px solid #000000;
}
.cid-uEA9iPxhGp .tableizer-table th {
  padding: 3px;
  background-color: #104E8B;
  color: #FFF;
  font-weight: bold;
}
.cid-uEA9iPxhGp .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-uEA9iPxhGp tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-uEA9iPxhGp tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-uEA9iPxhGp .colright td:nth-child(2) {
  text-align: left;
}
.cid-uEA9iPxhGp .mbr-text,
.cid-uEA9iPxhGp .text-wrap {
  color: #353535;
}
.cid-uEA9iPxhGp .mbr-section-title,
.cid-uEA9iPxhGp .mbr-section-btn,
.cid-uEA9iPxhGp .decor-wrapper {
  color: #000000;
}
.cid-uEEBVePiQe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uEEBVePiQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEEBVePiQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEEBVePiQe .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uEEBVePiQe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uEEBVePiQe .container {
    padding: 0 16px;
  }
}
.cid-uEEBVePiQe .row {
  position: relative;
  justify-content: space-between;
}
.cid-uEEBVePiQe .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uEEBVePiQe .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uEEBVePiQe .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEEBVePiQe .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uEEBVePiQe .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uEEBVePiQe .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uEEBVePiQe .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uEEBVePiQe .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 14px;
  padding: 10px;
}
.cid-uEEBVePiQe .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uEEBVePiQe .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uEEBVePiQe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uEEBVePiQe .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uEEBVePiQe .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uEEBVePiQe .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uEEBVePiQe .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uEEBVePiQe .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uEEBVePiQe .mbr-section-title {
  color: #000000;
}
.cid-uEEBVePiQe .mbr-text {
  color: #6f6f6f;
}
.cid-uEEBVePiQe .panel-title-edit {
  color: #000000;
}
.cid-uEEBVePiQe .panel-text {
  color: #000000;
}
.cid-uEEBVePiQe img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-uEEBVePiQe table.tableizer-table {
  text-align: center;
  font-size: clamp(0.9em, 2.8vw, 1.1em);
  font-family: Trebuchet MS, Helvetica, sans-serif;
  border-collapse: collapse;
  margin: auto;
  width: 100%;
  max-width: 750px;
  border: 1px solid #000000;
}
.cid-uEEBVePiQe .tableizer-table td {
  padding: 2px;
  margin: 1px;
  border: 0px solid #000000;
}
.cid-uEEBVePiQe .tableizer-table th {
  padding: 3px;
  background-color: #104E8B;
  color: #FFF;
  font-weight: bold;
}
.cid-uEEBVePiQe .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-uEEBVePiQe tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-uEEBVePiQe tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-uEEBVePiQe .colright td:nth-child(2) {
  text-align: left;
}
.cid-uEEBVePiQe .mbr-text,
.cid-uEEBVePiQe .text-wrap {
  color: #353535;
}
.cid-uEEBVePiQe .mbr-section-title,
.cid-uEEBVePiQe .mbr-section-btn,
.cid-uEEBVePiQe .decor-wrapper {
  color: #000000;
}
.cid-uEAbm43uvp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
.cid-uEAbm43uvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEAbm43uvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEAbm43uvp .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uEAbm43uvp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uEAbm43uvp .container {
    padding: 0 16px;
  }
}
.cid-uEAbm43uvp .row {
  position: relative;
  justify-content: space-between;
}
.cid-uEAbm43uvp .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uEAbm43uvp .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uEAbm43uvp .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEAbm43uvp .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uEAbm43uvp .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uEAbm43uvp .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uEAbm43uvp .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uEAbm43uvp .panel-group .card {
  border-radius: 20px !important;
  background-color: #9fdbf8;
  margin-bottom: 24px;
  padding: 12px;
}
.cid-uEAbm43uvp .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uEAbm43uvp .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uEAbm43uvp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uEAbm43uvp .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uEAbm43uvp .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uEAbm43uvp .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uEAbm43uvp .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uEAbm43uvp .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uEAbm43uvp .mbr-section-title {
  color: #000000;
}
.cid-uEAbm43uvp .mbr-text {
  color: #6f6f6f;
}
.cid-uEAbm43uvp .panel-title-edit {
  color: #000000;
}
.cid-uEAbm43uvp .panel-text {
  color: #000000;
}
.cid-uEA2aGs198 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uEA2aGs198 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEA2aGs198 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEA2aGs198 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uEA2aGs198 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uEA2aGs198 .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-uEA2aGs198 .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uEA2aGs198 .nav-item {
    width: 100%;
    margin: 0 0 0 0;
  }
}
.cid-uEA2aGs198 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #031f53;
}
.cid-uEA2aGs198 .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uEA2aGs198 .nav-tabs .nav-link {
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-uEA2aGs198 .nav-tabs .nav-item {
  width: 100%;
}
.cid-uEA2aGs198 .nav-link,
.cid-uEA2aGs198 .nav-link.active {
  padding: 1rem auto;
  background: #ffe885;
}
.cid-uEA2aGs198 .nav-tabs .nav-link.active {
  color: #031f53;
}
.cid-uEA2aGs198 .tab-content {
  background: #bbbbbb;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-uEA2aGs198 .tab-content {
    border-radius: 30px !important;
  }
}
.cid-uEA2aGs198 H4 {
  text-align: left;
}
.cid-uEA2aGs198 H3 {
  text-align: center;
}
.cid-uEA2aGs198 P {
  color: #031f53;
}
.cid-uEA2aGs198 table.tableizer-table {
  text-align: center;
  font-size: clamp(0.6em, 2.8vw, 1.25em);
  font-family: Trebuchet MS, Helvetica, sans-serif;
  border-collapse: collapse;
  margin: auto;
  width: 100%;
  max-width: 780px;
  border: 1px solid #000000;
}
.cid-uEA2aGs198 .tableizer-table td {
  padding: 2px;
  margin: 1px;
  border: 0px solid #000000;
}
.cid-uEA2aGs198 .tableizer-table th {
  padding: 4px;
  background-color: #104E8B;
  color: #FFF;
  font-weight: bold;
}
.cid-uEA2aGs198 .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-uEA2aGs198 tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-uEA2aGs198 tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-uEA2aGs198 details[open] summary {
  font-style: italic;
  border-radius: 3px 3px 0 0;
}
.cid-uEA2aGs198 summary {
  width: 100%;
  padding: .3rem 1.25rem;
  list-style: none;
  background-color: steelblue;
  font-size: clamp(0.7em, 2.8vw, 1.4em);
  border: none;
  border-radius: 5px;
  box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.5);
  color: floralwhite;
  cursor: pointer;
}
.cid-uEA2aGs198 summary::-webkit-details-marker {
  display: none;
}
.cid-uEA2aGs198 summary::before {
  padding-right: .5rem;
  content: '+ ';
}
.cid-uEA2aGs198 details[open] summary::before {
  padding-right: .5rem;
  font-style: italic;
  content: '- ';
}
.cid-uEA2aGs198 * {
  box-sizing: border-box;
}
.cid-uEA2aGs198 img {
  max-width: 100%;
}
.cid-uEA2aGs198 .details-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #E5E5E5;
  box-shadow: 0 0 1px 2px #BFBFBF;
}
.cid-uEA2aGs198 details {
  padding: .5rem;
  font: 0.83333333rem sans-serif;
}
.cid-uEA2aGs198 .details-content {
  margin: 0;
  padding: .25rem 0rem;
  background-color: floralwhite;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: steelblue;
}
.cid-uEA2aGs198 .details-content p {
  font: 0.75rem sans-serif;
}
.cid-uEA2aGs198 .colright td:nth-child(2) {
  text-align: left;
}
.cid-uEA2aHJAru {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uEA2aHJAru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEA2aHJAru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEA2aHJAru .nav-tabs .nav-item.open .nav-link:focus,
.cid-uEA2aHJAru .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uEA2aHJAru .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-uEA2aHJAru .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uEA2aHJAru .nav-item {
    width: 100%;
    margin: 0 0 0 0;
  }
}
.cid-uEA2aHJAru .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #031f53;
}
.cid-uEA2aHJAru .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uEA2aHJAru .nav-tabs .nav-link {
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-uEA2aHJAru .nav-tabs .nav-item {
  width: 100%;
}
.cid-uEA2aHJAru .nav-link,
.cid-uEA2aHJAru .nav-link.active {
  padding: 1rem auto;
  background: #ffe885;
}
.cid-uEA2aHJAru .nav-tabs .nav-link.active {
  color: #031f53;
}
.cid-uEA2aHJAru .tab-content {
  background: #bbbbbb;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-uEA2aHJAru .tab-content {
    border-radius: 30px !important;
  }
}
.cid-uEA2aHJAru H4 {
  text-align: left;
}
.cid-uEA2aHJAru H3 {
  text-align: center;
}
.cid-uEA2aHJAru P {
  color: #031f53;
}
.cid-uEA2aHJAru table.tableizer-table {
  text-align: center;
  font-size: clamp(0.6em, 2.8vw, 1.25em);
  font-family: Trebuchet MS, Helvetica, sans-serif;
  border-collapse: collapse;
  margin: auto;
  width: 100%;
  max-width: 780px;
  border: 1px solid #000000;
}
.cid-uEA2aHJAru .tableizer-table td {
  padding: 2px;
  margin: 1px;
  border: 0px solid #000000;
}
.cid-uEA2aHJAru .tableizer-table th {
  padding: 4px;
  background-color: #104E8B;
  color: #FFF;
  font-weight: bold;
}
.cid-uEA2aHJAru .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-uEA2aHJAru tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-uEA2aHJAru tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-uEA2aHJAru details[open] summary {
  font-style: italic;
  border-radius: 3px 3px 0 0;
}
.cid-uEA2aHJAru summary {
  width: 100%;
  padding: .3rem 1.25rem;
  list-style: none;
  background-color: steelblue;
  font-size: clamp(0.7em, 2.8vw, 1.4em);
  border: none;
  border-radius: 5px;
  box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.5);
  color: floralwhite;
  cursor: pointer;
}
.cid-uEA2aHJAru summary::-webkit-details-marker {
  display: none;
}
.cid-uEA2aHJAru summary::before {
  padding-right: .5rem;
  content: '+ ';
}
.cid-uEA2aHJAru details[open] summary::before {
  padding-right: .5rem;
  font-style: italic;
  content: '- ';
}
.cid-uEA2aHJAru * {
  box-sizing: border-box;
}
.cid-uEA2aHJAru img {
  max-width: 100%;
}
.cid-uEA2aHJAru .details-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #E5E5E5;
  box-shadow: 0 0 1px 2px #BFBFBF;
}
.cid-uEA2aHJAru details {
  padding: .5rem;
  font: 0.83333333rem sans-serif;
}
.cid-uEA2aHJAru .details-content {
  margin: 0;
  padding: .25rem 0rem;
  background-color: floralwhite;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: steelblue;
}
.cid-uEA2aHJAru .details-content p {
  font: 0.75rem sans-serif;
}
.cid-uEA2aHJAru .colright td:nth-child(2) {
  text-align: left;
}
.cid-uEA2aK0sLT {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uEA2aK0sLT .media-container-row .mbr-text {
  color: #031f53;
}
.cid-unNJM8C25M #ddmenu {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: normal;
}
.cid-unNJM8C25M #ddmenu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  background: #031f53;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-unNJM8C25M #ddmenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  color: #eee;
  line-height: 65px;
  vertical-align: middle;
  transition: background-color 0.2s;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cid-unNJM8C25M #ddmenu .full-width {
  position: static;
}
.cid-unNJM8C25M #ddmenu .over {
  color: #FFF;
  background-color: #205081;
}
.cid-unNJM8C25M #ddmenu .top-heading {
  font-weight: bold;
  margin: 0 16px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.cid-unNJM8C25M #ddmenu a,
.cid-unNJM8C25M #ddmenu a:link,
.cid-unNJM8C25M #ddmenu a:hover {
  color: #FFF;
}
.cid-unNJM8C25M #ddmenu a:hover {
  text-decoration: underline;
}
.cid-unNJM8C25M #ddmenu a:focus {
  outline: 1px dotted #09F;
}
.cid-unNJM8C25M #ddmenu .caret {
  color: inherit;
  left: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  position: relative;
}
.cid-unNJM8C25M #ddmenu .dropdown {
  width: auto;
  left: 0px;
  color: #FFF;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-top: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-unNJM8C25M #ddmenu .full-width .dropdown {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-unNJM8C25M #ddmenu .offset300 {
  left: -300px;
  right: auto;
}
.cid-unNJM8C25M #ddmenu .right-aligned {
  left: auto;
  right: 0px;
}
.cid-unNJM8C25M #ddmenu .over .dropdown {
  display: block;
}
.cid-unNJM8C25M #ddmenu .dd-inner {
  text-align: center;
  padding: 20px;
  margin: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 13px;
}
.cid-unNJM8C25M #ddmenu ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
  background: none;
  border: none;
  display: block;
  position: static;
  z-index: 0;
  border-radius: 0;
}
.cid-unNJM8C25M #ddmenu ul ul li {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  display: block;
  position: static;
  background: none;
  border: none;
  transition: none;
  border-radius: 0;
}
.cid-unNJM8C25M #ddmenu .dropdown a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: color 0.4s;
}
.cid-unNJM8C25M #ddmenu .dropdown a:hover,
.cid-unNJM8C25M #ddmenu .dropdown a:focus {
  text-decoration: none;
  color: #047016;
}
.cid-unNJM8C25M #ddmenu .column {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: normal;
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  border-right: 1px solid #999;
}
.cid-unNJM8C25M #ddmenu .dd-inner ul:last-child {
  border-right: none;
}
.cid-unNJM8C25M #ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}
.cid-unNJM8C25M #ddmenu div.column h3 {
  text-transform: uppercase;
}
.cid-unNJM8C25M #ddmenuLink {
  display: none;
}
.cid-unNJM8QYLt {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20230428.jpg");
}
.cid-unNJM8QYLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-unNJM8QYLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unNJM8QYLt .row {
  justify-content: left;
}
.cid-unNJM8QYLt .main-col {
  display: flex;
}
.cid-unNJM8QYLt .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-unNJM8QYLt .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-unNJM8QYLt .item-container {
    flex-wrap: wrap;
  }
}
.cid-unNJM8QYLt .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-unNJM8QYLt .item-img {
    display: none;
  }
}
.cid-unNJM8QYLt .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-unNJM8QYLt .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-unNJM8QYLt .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-unNJM8QYLt .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-unNJM8QYLt .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-unNJM8QYLt .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-unNJM8QYLt .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-unNJM8QYLt .mbr-text-2 {
    margin: 0;
  }
}
.cid-unNJM8QYLt .item-container-2 {
  align-items: center;
}
.cid-unNJM8QYLt .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-unNJM8QYLt .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-unNJM8QYLt .item-container-3 {
    padding-left: 90px;
  }
}
.cid-unNJM8QYLt .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-unNJM8QYLt .item-container-4 {
    justify-content: center !important;
  }
}
.cid-unNJM8QYLt .mbr-section-title-2 {
  color: #ffffff;
}
.cid-unNJM99ycV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-unNJM99ycV .mbr-fallback-image.disabled {
  display: none;
}
.cid-unNJM99ycV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unNJM99ycV .mbr-section-title {
  color: #031f53;
}
.cid-unNJM99ycV h4 {
  font-size: clamp(1em, 2.8vw, 1.5em);
}
.cid-unNJM99ycV P {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.8em, 2.8vw, 1.1em);
  text-align: center;
  color: #031f53;
}
.cid-uFdW0CKozT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uFdW0CKozT .line {
  background-color: #ffe885;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFdW0CKozT table.tableizer-table {
  border-collapse: collapse;
  margin: auto;
  width: 97%;
  max-width: 1200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.3em, 2.8vw, 1.1em);
  border: 1px solid #000000;
}
.cid-uFdW0CKozT .tableizer-table td {
  padding: 1px;
  margin: 1px;
  text-align: center;
  border: 0px solid #000000;
}
.cid-uFdW0CKozT .tableizer-table th {
  background-color: #104E8B;
  color: #FFF;
  text-align: center;
  font-size: clamp(0.3em, 2.8vw, 0.8em);
  position: sticky;
  top: 0;
}
.cid-uFdW0CKozT .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-uFdW0CKozT tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-uFdW0CKozT tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-uFdW0CKozT table.colright td:nth-child(2) {
  text-align: left;
}
.cid-uFdW0CKozT .left_alignment {
  text-align: left;
}
.cid-uFdW0CKozT P {
  text-align: center;
  color: #000000;
}
.cid-uFdW0CKozT img {
  max-width: 120px;
  min-width: 60px;
}
.cid-unNJM9r9ZE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-unNJM9r9ZE .line {
  background-color: #ffe885;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-unNJM9Ubkb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-unNJM9Ubkb .line {
  background-color: #ffe885;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-unNJM9Ubkb table.tableizer-table {
  border-collapse: collapse;
  margin: auto;
  width: 98%;
  max-width: 1200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.2em, 2.8vw, 0.9em);
  border: 1px solid #000000;
}
.cid-unNJM9Ubkb .tableizer-table td {
  padding: 1px;
  margin: 1px;
  border: 0px solid #000000;
}
.cid-unNJM9Ubkb .tableizer-table th {
  background-color: #104E8B;
  color: #FFF;
  text-align: center;
  font-size: clamp(0.3em, 2.8vw, 0.9em);
  position: sticky;
  top: 0;
}
.cid-unNJM9Ubkb .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-unNJM9Ubkb tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-unNJM9Ubkb tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-unNJM9Ubkb table.colright td:nth-child(2) {
  text-align: left;
}
.cid-unNJM9Ubkb .left_alignment {
  text-align: left;
}
.cid-unNJM9Ubkb P {
  text-align: center;
  color: #000000;
}
.cid-unNJMaxypX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-unNJMaxypX .line {
  background-color: #ffe885;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-unNJMaxypX table.tableizer-table {
  border-collapse: collapse;
  margin: auto;
  width: 97%;
  max-width: 1200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.4em, 2.8vw, 1.1em);
  border: 1px solid #000000;
}
.cid-unNJMaxypX .tableizer-table td {
  padding: 1px;
  margin: 1px;
  text-align: center;
  border: 0px solid #000000;
}
.cid-unNJMaxypX .tableizer-table th {
  background-color: #104E8B;
  color: #FFF;
  text-align: center;
  position: sticky;
  top: 0;
}
.cid-unNJMaxypX .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-unNJMaxypX tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-unNJMaxypX tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-unNJMaxypX table.colright td:nth-child(1) {
  text-align: left;
}
.cid-unNJMaxypX .left_alignment {
  text-align: left;
}
.cid-unNJMaxypX P {
  text-align: center;
  color: #000000;
}
.cid-unNJMaNDmG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-unNJMaNDmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-unNJMaNDmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unNJMb1kOl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-unNJMb1kOl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-unNJMb1kOl table {
  font-variant-numeric: tabular-nums;
  font-family: system, -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0px;
  table-layout: fixed;
  min-width: 100%;
}
.cid-unNJMb1kOl table.colright td + td + td {
  text-align: right;
}
.cid-unNJMb1kOl table th {
  text-align: center;
  padding: 8px;
  border: 1px solid #000000;
  background: #1b90bb;
  color: #FFFFFF;
  font-weight: bold;
  position: sticky;
  top: 0;
}
.cid-unNJMb1kOl table td {
  padding: 8px;
  border: 0px solid #000000;
}
.cid-unNJMb1kOl table tr {
  background-color: #dddddd;
  color: #000000;
  text-align: left;
}
.cid-unNJMb1kOl table tr:nth-child(odd) {
  background-color: #FFFFFF;
  color: #000000;
}
.cid-unNJMb1kOl table tr:hover {
  background-color: green;
  color: #FFFFFF;
}
.cid-unNJMb1kOl table .mobile-head {
  display: none;
}
@media screen and (max-width: 600px) {
  .cid-unNJMb1kOl table {
    border: 1px solid #000000;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0px;
    table-layout: fixed;
    min-width: 100%;
  }
  .cid-unNJMb1kOl table td {
    padding: 8px;
    border: 1px solid #000000;
    display: block;
    text-align: right;
    width: 100%\9;
    float: left\9;
  }
  .cid-unNJMb1kOl table tr {
    background-color: #dddddd;
    color: #000000;
    text-align: right;
    margin: 8px;
    display: block;
  }
  .cid-unNJMb1kOl table tr:first-child {
    display: none;
  }
  .cid-unNJMb1kOl table td:not(:first-child) {
    border-top: 0px;
  }
  .cid-unNJMb1kOl table .mobile-head {
    font-weight: bold;
    color: #000000;
    float: left;
    text-align: left;
    display: block;
  }
}
.cid-unNJMc4Fxu {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-unNJMc4Fxu .media-container-row .mbr-text {
  color: #031f53;
}
.cid-unNJMcJaTU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-unNJMcJaTU .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-unNJMcJaTU .panel-group {
  border: none;
}
.cid-unNJMcJaTU .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-unNJMcJaTU .card:hover {
  background: #06358d;
}
@media (max-width: 767px) {
  .cid-unNJMcJaTU .card {
    padding: 1rem;
  }
}
.cid-unNJMcJaTU .card-header {
  border: none;
}
.cid-unNJMcJaTU p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-unNJMcJaTU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-unNJMcJaTU .panel-body,
.cid-unNJMcJaTU .card-header {
  padding: 0rem 0;
}
.cid-unNJMcJaTU .panel-title-edit {
  color: #ffffff;
}
.cid-unNJMcJaTU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-unNJMcJaTU .panel-text {
  color: #ffffff;
}
.cid-unNJMcJaTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-unNJMcJaTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unNJMcJaTU H3 {
  text-align: center;
}
.cid-unNJMcJaTU table.tableizer-table {
  border-collapse: collapse;
  margin: auto;
  width: 97%;
  max-width: 1200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.4em, 2.8vw, 1.1em);
  border: 1px solid #000000;
}
.cid-unNJMcJaTU .tableizer-table td {
  padding: 1px;
  margin: 1px;
  text-align: center;
  border: 0px solid #000000;
}
.cid-unNJMcJaTU .tableizer-table th {
  background-color: #104E8B;
  color: #FFF;
  text-align: center;
  position: sticky;
  top: 0;
}
.cid-unNJMcJaTU .tableizer-table tr:hover {
  background-color: #ffff99;
}
.cid-unNJMcJaTU tr:nth-child(even) {
  background-color: #FFFFFF;
}
.cid-unNJMcJaTU tr:nth-child(odd) {
  background-color: #CEE3F6;
}
.cid-unNJMcJaTU table.colright td:nth-child(2) {
  text-align: left;
}
.cid-unNJMcJaTU .left_alignment {
  text-align: left;
}
.cid-unNJMcJaTU P {
  text-align: center;
  color: #000000;
}
