body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 1.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 1.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.02rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.02rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.02rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.02rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.816rem;
    font-size: calc( 1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #056678 !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #f4f8fa !important;
}
.bg-warning {
  background-color: #d2b04d !important;
}
.bg-danger {
  background-color: #e9e9e9 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #056678 !important;
  border-color: #056678 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #02282f !important;
  border-color: #02282f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #02282f !important;
  border-color: #02282f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #f4f8fa !important;
  border-color: #f4f8fa !important;
  color: #4b86a4 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #4b86a4 !important;
  background-color: #bfd7e2 !important;
  border-color: #bfd7e2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4b86a4 !important;
  background-color: #bfd7e2 !important;
  border-color: #bfd7e2 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d2b04d !important;
  border-color: #d2b04d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a8882a !important;
  border-color: #a8882a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a8882a !important;
  border-color: #a8882a !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  color: #6a6a6a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6a6a6a !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6a6a6a !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #011316;
  color: #011316;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #056678;
  border-color: #056678;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #056678 !important;
  border-color: #056678 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #aecbda;
  color: #aecbda;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #4b86a4;
  background-color: #f4f8fa;
  border-color: #f4f8fa;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4b86a4 !important;
  background-color: #f4f8fa !important;
  border-color: #f4f8fa !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #947725;
  color: #947725;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d2b04d;
  border-color: #d2b04d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d2b04d !important;
  border-color: #d2b04d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b6b6b6;
  color: #b6b6b6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6a6a6a;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6a6a6a !important;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #056678 !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #f4f8fa !important;
}
.text-warning {
  color: #d2b04d !important;
}
.text-danger {
  color: #e9e9e9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #011316 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #aecbda !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #947725 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b6b6b6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f4f8fa;
}
.alert-warning {
  background-color: #d2b04d;
}
.alert-danger {
  background-color: #e9e9e9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #056678;
  border-color: #056678;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #056678;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0acef2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.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: #fbf8f0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.02rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.02rem;
}
blockquote {
  border-color: #056678;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #056678 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #056678;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #056678;
  border-bottom-color: #056678;
}
.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: #056678 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0a1c44 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23056678' %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;
}
.cid-uuuU3pLOzF {
  background: #f4f8fa !important;
  width: 100%;
  min-height: 130px;
}
.cid-uuuU3pLOzF #firstload {
  position: fixed;
  top: 70vh;
  left: 10vw;
  width: 80vw;
  margin: auto;
}
.cid-uuuU3pLOzF #load {
  display: none;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #056678;
  opacity: 1;
  top: 0;
}
.cid-uuuU3pLOzF #loader {
  position: fixed;
  top: 32.5vh;
  left: 42.5vw;
  margin: auto;
  width: 15vw;
  height: 15vw;
  z-index: 9999;
}
.cid-uuuU3pLOzF #loader img {
  width: 100%  !important;
  height: 100%  !important;
  object-fit: contain;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uuuU3pLOzF {
    min-height: 50px;
  }
  .cid-uuuU3pLOzF #loader {
    width: 50vw;
    height: 50vw;
    left: 25vw;
    top: 25vh;
  }
  .cid-uuuU3pLOzF #firstload {
    top: 60vh;
  }
  .cid-uuuU3pLOzF .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uuuU3pLOzF .navbar-collapse.collapsing,
  .cid-uuuU3pLOzF .navbar-collapse.show {
    display: block !important;
  }
  .cid-uuuU3pLOzF .navbar-collapse.collapsing .navbar-nav,
  .cid-uuuU3pLOzF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-uuuU3pLOzF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uuuU3pLOzF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uuuU3pLOzF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uuuU3pLOzF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uuuU3pLOzF .navbar-collapse.collapsing .navbar-buttons,
  .cid-uuuU3pLOzF .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-uuuU3pLOzF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uuuU3pLOzF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uuuU3pLOzF .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: left;
    justify-content: left;
  }
  .cid-uuuU3pLOzF img {
    height: 3.8rem !important;
  }
  .cid-uuuU3pLOzF .btn {
    display: flex;
  }
  .cid-uuuU3pLOzF button.navbar-toggler {
    display: block;
  }
  .cid-uuuU3pLOzF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uuuU3pLOzF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uuuU3pLOzF .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uuuU3pLOzF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uuuU3pLOzF .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-uuuU3pLOzF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: left;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uuuU3pLOzF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uuuU3pLOzF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uuuU3pLOzF .Lbarup {
  float: left;
  display: block;
  width: 100%;
  height: 1.5rem;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 8px;
  overflow: hidden;
  appearance: none;
}
.cid-uuuU3pLOzF .Lbarup::-webkit-progress-value {
  background-color: #004d5b;
}
.cid-uuuU3pLOzF .Lbarup::-webkit-progress-bar {
  background-color: #fff;
}
.cid-uuuU3pLOzF .Lbarup::-moz-progress-bar {
  background-color: #004d5b;
}
.cid-uuuU3pLOzF .Ltext {
  position: absolute;
  margin-left: 0.35rem;
  font-weight: bold;
  color: #dbcbcb;
  padding-top: 0.2rem;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  display: none;
}
.cid-uuuU3pLOzF .Ctext {
  position: absolute;
  margin-left: 98%;
  font-weight: bold;
  color: #6a6a6a;
  padding-top: 0.1rem;
  font-size: 0.6rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-uuuU3pLOzF .Ctext {
    margin-left: 95%;
  }
}
.cid-uuuU3pLOzF .nav-dropdown .dropdown-item::after {
  right: auto;
}
.cid-uuuU3pLOzF .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uuuU3pLOzF .navbar-fixed-top {
  padding-top: 0;
}
.cid-uuuU3pLOzF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uuuU3pLOzF .dropdown-item {
  padding: 0;
}
.cid-uuuU3pLOzF .dropdown-menu {
  border: 0px solid lightgray;
  background: #056678 !important;
}
.cid-uuuU3pLOzF .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uuuU3pLOzF .menu-bottom {
  margin: auto;
  width: 100%;
  background: #056678;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uuuU3pLOzF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uuuU3pLOzF a {
  font-style: normal;
}
.cid-uuuU3pLOzF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uuuU3pLOzF .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
  color: #ffffff;
}
.cid-uuuU3pLOzF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuuU3pLOzF .content-text {
  margin-bottom: 0;
}
.cid-uuuU3pLOzF .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uuuU3pLOzF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #056678;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uuuU3pLOzF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uuuU3pLOzF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uuuU3pLOzF .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uuuU3pLOzF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uuuU3pLOzF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uuuU3pLOzF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uuuU3pLOzF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uuuU3pLOzF .nav-dropdown .link {
  font-weight: 400;
}
.cid-uuuU3pLOzF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uuuU3pLOzF .content-right-side {
  text-align: center;
}
.cid-uuuU3pLOzF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uuuU3pLOzF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uuuU3pLOzF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #056678;
  fill: #056678;
}
.cid-uuuU3pLOzF .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uuuU3pLOzF .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuuU3pLOzF .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uuuU3pLOzF .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uuuU3pLOzF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uuuU3pLOzF .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uuuU3pLOzF .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uuuU3pLOzF .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uuuU3pLOzF .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uuuU3pLOzF .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uuuU3pLOzF .navbar {
    display: block;
    padding: 0;
  }
  .cid-uuuU3pLOzF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uuuU3pLOzF .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-uuuU3pLOzF .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uuuU3pLOzF .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uuuU3pLOzF .navbar-toggler {
    display: none;
  }
  .cid-uuuU3pLOzF .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uuuU3pLOzF .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uuuU3pLOzF .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuuU3pLOzF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uuuU3pLOzF .menu-logo {
  margin-right: auto;
}
.cid-uuuU3pLOzF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuuU3pLOzF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uuuU3pLOzF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uuuU3pLOzF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uuuU3pLOzF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uuuU3pLOzF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uuuU3pLOzF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uuuU3pLOzF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uuuU3pLOzF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uuuU3pLOzF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uuuU3pLOzF .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uuuU3pLOzF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uuuU3pLOzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuuU3pLOzF .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uuuU3pLOzF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uuuU3pLOzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uuuU3pLOzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuuU3pLOzF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uuuU3pLOzF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuuU3pLOzF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uuuU3pLOzF .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uuuU3pLOzF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uuuU3pLOzF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uuuU3pLOzF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uuuU3pLOzF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uuuU3pLOzF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uuuU3pLOzF button.navbar-toggler:focus {
  outline: none;
}
.cid-uuuU3pLOzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuuU3pLOzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uuuU3pLOzF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uuuU3pLOzF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uuuU3pLOzF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uuuU3pLOzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuuU3pLOzF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uuuU3pLOzF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uuuU3pLOzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuuU3pLOzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuuU3pLOzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuuU3pLOzF .collapsed .btn {
  display: flex;
}
.cid-uuuU3pLOzF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uuuU3pLOzF .collapsed .navbar-collapse.collapsing,
.cid-uuuU3pLOzF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uuuU3pLOzF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uuuU3pLOzF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uuuU3pLOzF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uuuU3pLOzF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uuuU3pLOzF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uuuU3pLOzF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uuuU3pLOzF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uuuU3pLOzF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uuuU3pLOzF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uuuU3pLOzF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uuuU3pLOzF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uuuU3pLOzF .collapsed button.navbar-toggler {
  display: block;
}
.cid-uuuU3pLOzF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uuuU3pLOzF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uuuU3pLOzF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uuuU3pLOzF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uuuU3pLOzF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uuuU3pLOzF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uuuU3pLOzF .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uuuU3pLOzF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uuuU3pLOzF .nav-link:focus {
  outline: none;
}
.cid-uuuU3pLOzF .navbar-toggler {
  position: relative;
}
.cid-uuuU3pLOzF .dropdown-item.active,
.cid-uuuU3pLOzF .dropdown-item:active {
  background: #056678;
  color: initial;
}
.cid-uuuU3pLOzF nav.navbar {
  position: fixed;
}
.cid-ucYgDuWdM7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f4f8fa;
}
@media (max-width: 992px) {
  .cid-ucYgDuWdM7 {
    padding-top: 15px;
  }
}
.cid-ucYgDuWdM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucYgDuWdM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucYgDuWdM7 .mbr-section-title {
  text-align: center;
}
.cid-ucYgDuWdM7 .mbr-section-subtitle {
  text-align: center;
}
.cid-ucYgDuWdM7 .card-title,
.cid-ucYgDuWdM7 .iconfont-wrapper {
  text-align: center;
}
.cid-ucYgDuWdM7 .card-text {
  text-align: left;
}
.cid-ucYggSMEdU {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #056678;
  position: relative;
  overflow: hidden;
}
.cid-ucYggSMEdU .container {
  max-width: 1400px;
}
.cid-ucYggSMEdU .card-img2 span {
  padding-top: 6px;
}
.cid-ucYggSMEdU .soc-item a {
  padding-top: 5px;
}
.cid-ucYggSMEdU .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ucYggSMEdU .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-ucYggSMEdU .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-ucYggSMEdU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ucYggSMEdU svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ucYggSMEdU #e2_shape {
  fill: #f4f8fa !important;
}
.cid-ucYggSMEdU .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-ucYggSMEdU .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-ucYggSMEdU .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucYggSMEdU .card-img {
  width: auto;
}
.cid-ucYggSMEdU .soc-item {
  width: 45px;
  height: 45px;
  background: #f4f8fa;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ucYggSMEdU .soc-item span {
  font-size: 1.4rem;
}
.cid-ucYggSMEdU .soc-item:hover span {
  color: #056678 !important;
}
.cid-ucYggSMEdU .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ucYggSMEdU .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ucYggSMEdU .media-wrap {
  margin-bottom: 1rem;
}
.cid-ucYggSMEdU .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ucYggSMEdU img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ucYggSMEdU .item {
    justify-content: center;
  }
  .cid-ucYggSMEdU .quote::after {
    left: 60px;
  }
}
.cid-ucYggSMEdU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ucYggSMEdU .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucYggSMEdU .text1 {
  color: #ffffff;
}
.cid-ucYggSMEdU .item-title {
  color: #ffffff;
}
.cid-ucYggSMEdU H5 {
  color: #ffffff;
}
.cid-ucYggSMEdU .theme {
  color: #ffffff;
}
.cid-ucYggSMEdU .copyright > p {
  color: #ff3366;
}
.cid-ucYggSMEdU .text2 {
  color: #ffffff;
}
.cid-ucYggSMEdU H3 {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-ucYggToI6E {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #056678;
}
.cid-ucYggToI6E .container-fluid {
  padding: 0 3rem;
}
.cid-ucYggToI6E .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}
.cid-ucYggToI6E .mbr-list li {
  margin-bottom: 0.6rem;
  color: white;
  font-size: 0.6rem;
}
.cid-ucYggToI6E .handy {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-ucYggToI6E .logo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-ucYggToI6E .mbr-section-title {
  margin-bottom: 1.0rem;
  font-size: 0.8rem;
}
.cid-ucYggToI6E .social-media {
  margin-top: 0.8rem;
}
.cid-ucYggToI6E .social-media ul {
  padding: 0;
  margin-bottom: 1px;
}
.cid-ucYggToI6E .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ucYggToI6E .mbr-text,
.cid-ucYggToI6E .mbr-offer {
  line-height: 1.5;
  color: white;
}
.cid-ucYggToI6E .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ucYggToI6E .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucYggToI6E .mbr-section-title {
    margin-bottom: 1.0rem;
    font-size: 0.8rem;
  }
  .cid-ucYggToI6E .mbr-list {
    margin-bottom: 2rem;
    color: white;
  }
  .cid-ucYggToI6E .mbr-list li {
    margin-bottom: .5rem;
    color: white;
  }
  .cid-ucYggToI6E .handy {
    display: none;
  }
}
.cid-ucYggToI6E .mbr-text,
.cid-ucYggToI6E .social-media,
.cid-ucYggToI6E .logo-section {
  color: #ffffff;
  text-align: center;
}
.cid-ucYpBtN6QA.popup-builder {
  background-color: #ffffff;
}
.cid-ucYpBtN6QA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucYpBtN6QA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucYpBtN6QA .modal-content,
.cid-ucYpBtN6QA .modal-dialog {
  height: auto;
}
.cid-ucYpBtN6QA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucYpBtN6QA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucYpBtN6QA .form-wrapper .mbr-form .form-group,
  .cid-ucYpBtN6QA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucYpBtN6QA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucYpBtN6QA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucYpBtN6QA .mbr-text {
  text-align: center;
  color: #056678;
}
.cid-ucYpBtN6QA .pt-0 {
  padding-top: 0 !important;
}
.cid-ucYpBtN6QA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucYpBtN6QA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucYpBtN6QA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucYpBtN6QA .modal-open {
  overflow: hidden;
}
.cid-ucYpBtN6QA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucYpBtN6QA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucYpBtN6QA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucYpBtN6QA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ucYpBtN6QA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucYpBtN6QA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucYpBtN6QA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucYpBtN6QA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucYpBtN6QA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucYpBtN6QA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucYpBtN6QA .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucYpBtN6QA .modal-backdrop.show {
  opacity: .5;
}
.cid-ucYpBtN6QA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ucYpBtN6QA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucYpBtN6QA .modal-header {
    padding: 1rem;
  }
}
.cid-ucYpBtN6QA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucYpBtN6QA .modal-header .close svg {
  fill: #353535;
}
.cid-ucYpBtN6QA .modal-header .close:hover {
  opacity: 1;
}
.cid-ucYpBtN6QA .modal-header .close:focus {
  outline: none;
}
.cid-ucYpBtN6QA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073b4c;
}
.cid-ucYpBtN6QA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucYpBtN6QA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucYpBtN6QA .modal-body {
    padding: 1rem;
  }
}
.cid-ucYpBtN6QA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucYpBtN6QA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucYpBtN6QA .modal-footer {
    padding: 1rem;
  }
}
.cid-ucYpBtN6QA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucYpBtN6QA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucYpBtN6QA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucYpBtN6QA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucYpBtN6QA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucYpBtN6QA .modal-lg,
  .cid-ucYpBtN6QA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucYpBtN6QA .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucYpBtN6QA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucYpBtN6QA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ucYpBtN6QA .form-group {
  margin-bottom: 1rem;
}
.cid-ucYpBtN6QA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucYpBtN6QA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucYpBtN6QA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ucYpBtN6QA .mbr-section-btn {
  margin: 0;
}
.cid-ucYpBtN6QA .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucYfTJms0u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-ucYfTJms0u .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-ucYfTJms0u {
    padding-top: 8px;
  }
  .cid-ucYfTJms0u .mbr-section-btn {
    margin-bottom: 3rem;
  }
  .cid-ucYfTJms0u .logocontainer {
    padding-bottom: 1rem;
  }
}
.cid-ucYfTJms0u img {
  width: 100%;
}
.cid-ucYfTJms0u p {
  line-height: 1.6;
}
.cid-ucYfTJms0u .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucYfTJms0u .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-ucYfTJms0u .mbr-text,
.cid-ucYfTJms0u .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-ucYfTJms0u .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-ucYfTJms0u .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-ucYfTJms0u .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-ucYfTJms0u .mbr-section-title,
.cid-ucYfTJms0u .line-wrap {
  text-align: left;
  color: #073b4c;
}
.cid-ucYfTJms0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucYfTJms0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucYfTJms0u .just {
    text-align: justify !important;
  }
  .cid-ucYfTJms0u .mbr-section-title,
  .cid-ucYfTJms0u .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-utX3JWvVS6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-utX3JWvVS6 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-utX3JWvVS6 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 1em;
  border-radius: .25rem;
}
.cid-utX3JWvVS6 .form-control:focus,
.cid-utX3JWvVS6 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-utX3JWvVS6 .form-group {
  margin-bottom: 0.5rem;
}
.cid-utX3JWvVS6 input::-webkit-input-placeholder,
.cid-utX3JWvVS6 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-utX3JWvVS6 input:-moz-placeholder,
.cid-utX3JWvVS6 textarea:-moz-placeholder {
  color: #656565;
}
.cid-utX3JWvVS6 .jq-selectbox li,
.cid-utX3JWvVS6 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-utX3JWvVS6 .jq-selectbox li:hover,
.cid-utX3JWvVS6 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-utX3JWvVS6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-utX3JWvVS6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-utX3JWvVS6 .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-utX3JWvVS6 .text-block {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utX3JWvVS6 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-utX3JWvVS6 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-utX3JWvVS6 .input-group-btn {
  display: block;
}
.cid-utX3JWvVS6 textarea.form-control {
  resize: none;
}
@media (max-width: 991px) {
  .cid-utX3JWvVS6 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utX3JWvVS6 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-utX3JWvVS6 .block-content {
    padding: 0;
  }
  .cid-utX3JWvVS6 .form-block {
    padding: 1rem;
  }
}
.cid-utX3JWvVS6 H1 {
  color: #073b4c;
}
.cid-utX3JWvVS6 H4 {
  color: #073b4c;
}
.cid-utX3JWvVS6 P,
.cid-utX3JWvVS6 .black {
  color: #000000;
  text-align: justify;
}
.cid-uAb6nBwLJq {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-uAb6nBwLJq .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-uAb6nBwLJq .mbr-section-title {
  margin: 0;
  color: #073b4c;
}
.cid-uAb6nBwLJq .mbr-section-subtitle {
  color: #056678;
}
.cid-uAb6nBwLJq .card-img {
  text-align: inherit;
}
.cid-uAb6nBwLJq .card-img span {
  background: linear-gradient(90deg, #073b4c, #1dc9cb);
}
.cid-uAb6nBwLJq .mbr-text {
  color: #8d97ad;
}
.cid-uAb6nBwLJq .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 2px 2px 6px #292929;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 991px) {
  .cid-uAb6nBwLJq .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-uzisBZh9WU {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f5f6f8;
}
.cid-uzisBZh9WU .mbr-shop {
  display: table;
  width: 100%;
  margin: 0;
}
.cid-uzisBZh9WU .mbr-shop .shoppingcart-icons {
  z-index: 106 !important;
}
.cid-uzisBZh9WU .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uzisBZh9WU .btn {
  padding: 0.6rem 2rem;
}
.cid-uzisBZh9WU .mbr-section-btn {
  text-align: left;
}
.cid-uzisBZh9WU .img_wraper img {
  border-radius: 8px !important;
}
.cid-uzisBZh9WU .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uzisBZh9WU .mbr-shop .shopItemsModal_wraper {
  left: 0rem;
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uzisBZh9WU .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uzisBZh9WU .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uzisBZh9WU .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uzisBZh9WU .mbr-shop .hide-modal {
  display: none;
}
.cid-uzisBZh9WU .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uzisBZh9WU .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uzisBZh9WU .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uzisBZh9WU .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uzisBZh9WU .mbr-shop .shopItemsModal .close-modal {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uzisBZh9WU .mbr-shop .shopItemsModal .close-modal:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uzisBZh9WU .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uzisBZh9WU .mbr-shop .filter-by-pu,
.cid-uzisBZh9WU .mbr-shop .filter-by-pd,
.cid-uzisBZh9WU .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uzisBZh9WU .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uzisBZh9WU .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uzisBZh9WU .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uzisBZh9WU .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uzisBZh9WU .mbr-shop .galleryItem h4,
.cid-uzisBZh9WU .mbr-shop .carousel-item h4 {
  text-transform: none;
  word-spacing: 0;
  padding-top: 15px;
  transition: color 0.5s;
  margin-bottom: 0.8rem;
  letter-spacing: 0.02px;
  font-style: normal;
  line-height: 1.2;
  color: #656565;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.cid-uzisBZh9WU .mbr-shop .galleryItem h5,
.cid-uzisBZh9WU .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uzisBZh9WU .mbr-shop .galleryItem p,
.cid-uzisBZh9WU .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uzisBZh9WU .mbr-shop .item-button {
  text-align: center;
}
.cid-uzisBZh9WU .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uzisBZh9WU .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uzisBZh9WU .mbr-shop .sidebar {
  margin-top: 15px;
  position: relative;
}
.cid-uzisBZh9WU .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uzisBZh9WU .sidebar-background {
  padding-top: 2rem;
}
.cid-uzisBZh9WU .mbr-shop .sidebar-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uzisBZh9WU .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uzisBZh9WU .mbr-shop .bestsellers .onsale {
  top: -15px;
  font-weight: 700 !important;
}
.cid-uzisBZh9WU a {
  font-weight: 700 !important;
  color: #073b4c !important;
}
.cid-uzisBZh9WU li {
  font-weight: 700 !important;
}
.cid-uzisBZh9WU .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uzisBZh9WU .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uzisBZh9WU .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.cid-uzisBZh9WU .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uzisBZh9WU .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uzisBZh9WU .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uzisBZh9WU .mbr-shop .bestsellers .btn:not(.sortbtn) .btn:not(.tagbtn) {
  display: block;
  margin-top: 20px !important;
}
.cid-uzisBZh9WU .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uzisBZh9WU .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uzisBZh9WU .mbr-shop .onsale {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  color: #032935;
  padding: 3px 14px 5px 14px;
  background: #c1f7d5;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uzisBZh9WU .onebook {
  right: 8px !important;
  background: #9833a6 !important;
  color: #f0f0f0 !important;
  left: unset !important;
}
.cid-uzisBZh9WU .onpaket {
  right: 8px !important;
  background: #1b5e03 !important;
  color: #f0f0f0 !important;
  left: unset !important;
}
.cid-uzisBZh9WU .onlehrgang {
  right: 8px !important;
  background: #0e6582 !important;
  color: #f0f0f0 !important;
  left: unset !important;
}
.cid-uzisBZh9WU .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uzisBZh9WU .mbr-shop .mbr-gallery-item__hided h4,
.cid-uzisBZh9WU .mbr-shop .mbr-gallery-item__hided h5,
.cid-uzisBZh9WU .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uzisBZh9WU .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uzisBZh9WU .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uzisBZh9WU .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uzisBZh9WU .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uzisBZh9WU .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uzisBZh9WU .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uzisBZh9WU .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #073b4c;
}
.cid-uzisBZh9WU .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uzisBZh9WU .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uzisBZh9WU .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #056678;
  font-weight: bold;
}
.cid-uzisBZh9WU .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border-radius: 2px;
  font-size: 0;
}
.cid-uzisBZh9WU .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #056678;
  font-weight: normal;
  cursor: pointer;
}
.cid-uzisBZh9WU .mbr-shop .price-controls input {
  width: 100%;
  background-color: #f0edeb;
  border-radius: 25px;
  color: #87817d;
  font-size: 14px;
  font-weight: 700;
  border: none;
  line-height: 31px;
  height: 50px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uzisBZh9WU .mbr-shop .range-controls {
  position: relative;
  margin-top: 3.2rem;
}
.cid-uzisBZh9WU .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uzisBZh9WU .mbr-shop .range-controls .bar {
  margin-left: 0;
  height: 4px;
  background-color: #e2e3e7;
  border-radius: 4px;
}
.cid-uzisBZh9WU .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  height: 14px;
  width: 14px;
  border: 2px solid #e2e3e7;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffffff;
  cursor: pointer;
}
.cid-uzisBZh9WU .mbr-shop .toggle::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #073b4c;
  border-radius: 50%;
}
.cid-uzisBZh9WU .mbr-shop .toggle:hover,
.cid-uzisBZh9WU .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uzisBZh9WU .mbr-shop .min-toggle {
  left: 0;
}
.cid-uzisBZh9WU .mbr-shop .max-toggle {
  right: 0;
}
.cid-uzisBZh9WU .mbr-shop .hided-by-price {
  display: none;
}
.cid-uzisBZh9WU .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uzisBZh9WU .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uzisBZh9WU .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uzisBZh9WU .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uzisBZh9WU .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uzisBZh9WU .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uzisBZh9WU .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uzisBZh9WU .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uzisBZh9WU .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uzisBZh9WU .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uzisBZh9WU .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uzisBZh9WU .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uzisBZh9WU .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uzisBZh9WU .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uzisBZh9WU .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uzisBZh9WU .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uzisBZh9WU .mbr-shop .shop-items .onsale,
.cid-uzisBZh9WU .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uzisBZh9WU .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uzisBZh9WU .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uzisBZh9WU .mbr-shop .price-range {
  display: inline-block;
}
.cid-uzisBZh9WU .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uzisBZh9WU .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uzisBZh9WU .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uzisBZh9WU .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uzisBZh9WU .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uzisBZh9WU .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uzisBZh9WU .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uzisBZh9WU .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uzisBZh9WU .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uzisBZh9WU .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uzisBZh9WU .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uzisBZh9WU .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uzisBZh9WU .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uzisBZh9WU .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uzisBZh9WU .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzisBZh9WU .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uzisBZh9WU .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uzisBZh9WU .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uzisBZh9WU .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uzisBZh9WU .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uzisBZh9WU .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uzisBZh9WU .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uzisBZh9WU .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uzisBZh9WU .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uzisBZh9WU .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-uzisBZh9WU .row {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .cid-uzisBZh9WU .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uzisBZh9WU .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uzisBZh9WU .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uzisBZh9WU .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uzisBZh9WU .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uzisBZh9WU .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uzisBZh9WU .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uzisBZh9WU .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uzisBZh9WU .oldprice {
  color: #767676;
  padding-left: 0.8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzisBZh9WU .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uzisBZh9WU LI {
  color: #073b4c;
}
.cid-uzisBZh9WU .sidebar-title {
  color: #073b4c;
}
.cid-uzisBZh9WU .item-title {
  text-align: left;
  color: #777777;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uzisBZh9WU .display-7 {
  font-weight: 700 !important;
}
.cid-uzisBZh9WU .shop-item-price,
.cid-uzisBZh9WU .price-block {
  text-align: left;
  color: #073b4c;
  font-weight: 700 !important;
}
@media (max-width: 576px) {
  .cid-uzisBZh9WU .mbr-shop .mbr-gallery-item,
  .cid-uzisBZh9WU .wrapper-shop-items,
  .cid-uzisBZh9WU .sidebar-block,
  .cid-uzisBZh9WU .sidebar-title,
  .cid-uzisBZh9WU .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uzisBZh9WU .filter-cost {
    max-width: 100% !important;
  }
  .cid-uzisBZh9WU .range-slider,
  .cid-uzisBZh9WU .categories,
  .cid-uzisBZh9WU .bestseller-block {
    text-align: center;
  }
}
.cid-uzisBZh9WU .wrapper-shop-items {
  order: 1;
}
.cid-uzisBZh9WU .btn-sm {
  border: 2px solid #f4f8fa;
  border-radius: 50px;
  padding: 0.8rem 2rem;
}
.cid-uzisBZh9WU .galleryItem {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.04);
  padding: 1rem 1rem;
  transition: 0.3s;
}
.cid-uzisBZh9WU .mbr-gallery-item:hover .galleryItem {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.2);
}
.cid-uzisBZh9WU .bestsellers .mbr-gallery-item {
  padding: 0rem !important;
  width: 100% !important;
}
.cid-uzisBZh9WU .min-price {
  padding-right: 1rem;
}
.cid-uzisBZh9WU .max-price {
  padding-left: 1rem;
}
.cid-uzisBZh9WU .btn-secondary {
  color: #333 !important;
  background-color: transparent !important;
}
.cid-uzisBZh9WU .btn-secondary:hover {
  background-color: transparent !important;
  opacity: 0.5;
  transform: translate(0);
}
.cid-uzisBZh9WU a:hover {
  color: #fff !important;
}
.cid-uzisBZh9WU .sidebar {
  background-color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uzisBZh9WU .wrapper-shop-items {
    padding: 0;
  }
  .cid-uzisBZh9WU .row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uzisBZh9WU .mbr-gallery-item {
    padding: 1rem !important;
    width: 33.333% !important;
  }
  .cid-uzisBZh9WU .row {
    padding: 0;
  }
}
.cid-uzisBZh9WU .row {
  margin: 0rem;
}
.cid-uzisBZh9WU .img_wraper img {
  aspect-ratio: 1 !important;
  object-fit: cover !important;
  object-position: top;
}
@media (min-width: 500px) {
  .cid-uzisBZh9WU .img_wraper img {
    object-position: top;
  }
}
.cid-uzisBZh9WU .button-grid {
  display: grid;
  grid-auto-flow: column;
  gap: 6%;
}
.cid-uzisBZh9WU .tagsection {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  gap: 10px;
}
.cid-uzisBZh9WU .produkttyp .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
  font-size: 0;
}
.cid-uzisBZh9WU .tagbtn {
  padding: 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  border: 1px solid #007bff;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cid-uzisBZh9WU .tagbtn:hover {
  background-color: #007bff;
  color: #fff;
  font-size: 14px !important;
}
@media (min-width: 1200px) {
  .cid-uzisBZh9WU .mobiletag {
    display: none;
  }
}
@media (max-width: 1199px) {
  .cid-uzisBZh9WU .desktoptag {
    display: none;
  }
}
.cid-uzisBZh9WU .mobiletag {
  padding: .25rem .5rem !important;
  border-radius: 6px !important;
  width: 100% !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  min-height: 1.8rem !important;
  margin: 0 !important;
  background-color: #056678 !important;
  border-color: #056678 !important;
  color: #ffffff !important;
}
.cid-uzisBZh9WU .mobiletag option {
  color: white;
  background-color: #056678 !important;
}
@media (min-width: 500px) {
  .cid-uzisBZh9WU #shop-items h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.7rem;
    line-height: 1.2rem;
  }
}
.cid-uzisBZh9WU .price-block {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.cid-uzisBZh9WU .availability {
  font-weight: 600 !important;
  margin-left: auto;
  white-space: nowrap;
}
.cid-uzisBZh9WU .multi-color-icon {
  position: relative;
  display: inline;
  color: transparent;
  font-size: 15px;
  padding-right: .5rem;
  margin-left: .2rem;
}
.cid-uzisBZh9WU .multi-color-icon::before,
.cid-uzisBZh9WU .multi-color-icon::after {
  content: "\f1ab";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-uzisBZh9WU .multi-color-icon::before {
  color: #3498db;
  clip-path: inset(0 50% 0 0);
}
.cid-uzisBZh9WU .multi-color-icon::after {
  color: #e67e22;
  clip-path: inset(0 0 0 50%);
}
.cid-uAfngdBpDS {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
.cid-uAfngdBpDS .mbr-text {
  color: #767676;
}
.cid-uAfngdBpDS .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
}
.cid-uAfngdBpDS .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uAfngdBpDS .card-wrapper:hover .ico2 {
  color: #056678 !important;
}
.cid-uAfngdBpDS .text-info:hover {
  color: inherit!important;
}
.cid-uAfngdBpDS .ico2 {
  color: #d2b04d !important;
  transition: all 0.6s;
}
.cid-uAfngdBpDS .card-box {
  padding: 0rem 1rem;
}
.cid-uAfngdBpDS .card-img {
  width: auto;
}
.cid-uAfngdBpDS .ico1 {
  font-size: 3rem !important;
}
.cid-uAfngdBpDS h3,
.cid-uAfngdBpDS h4 {
  padding: 0;
  margin: 0;
}
.cid-uAfngdBpDS .card-title,
.cid-uAfngdBpDS .card-img {
  color: #232323;
}
.cid-uAfngdBpDS H3 {
  color: #767676;
}
.cid-uAfngdBpDS H1 {
  color: #073b4c;
  text-align: center;
}
.cid-uAfngdBpDS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
}
.cid-ucYdDFC6F4 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #056678;
  position: relative;
  overflow: hidden;
}
.cid-ucYdDFC6F4 .container {
  max-width: 1400px;
}
.cid-ucYdDFC6F4 .card-img2 span {
  padding-top: 6px;
}
.cid-ucYdDFC6F4 .soc-item a {
  padding-top: 5px;
}
.cid-ucYdDFC6F4 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ucYdDFC6F4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-ucYdDFC6F4 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-ucYdDFC6F4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ucYdDFC6F4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ucYdDFC6F4 #e2_shape {
  fill: #f4f8fa !important;
}
.cid-ucYdDFC6F4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-ucYdDFC6F4 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-ucYdDFC6F4 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucYdDFC6F4 .card-img {
  width: auto;
}
.cid-ucYdDFC6F4 .soc-item {
  width: 45px;
  height: 45px;
  background: #f4f8fa;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ucYdDFC6F4 .soc-item span {
  font-size: 1.4rem;
}
.cid-ucYdDFC6F4 .soc-item:hover span {
  color: #056678 !important;
}
.cid-ucYdDFC6F4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ucYdDFC6F4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ucYdDFC6F4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-ucYdDFC6F4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ucYdDFC6F4 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ucYdDFC6F4 .item {
    justify-content: center;
  }
  .cid-ucYdDFC6F4 .quote::after {
    left: 60px;
  }
}
.cid-ucYdDFC6F4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ucYdDFC6F4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucYdDFC6F4 .text1 {
  color: #ffffff;
}
.cid-ucYdDFC6F4 .item-title {
  color: #ffffff;
}
.cid-ucYdDFC6F4 H5 {
  color: #ffffff;
}
.cid-ucYdDFC6F4 .theme {
  color: #ffffff;
}
.cid-ucYdDFC6F4 .copyright > p {
  color: #ff3366;
}
.cid-ucYdDFC6F4 .text2 {
  color: #ffffff;
}
.cid-ucYdDFC6F4 H3 {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-ucYdDFUpiP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #056678;
}
.cid-ucYdDFUpiP .container-fluid {
  padding: 0 3rem;
}
.cid-ucYdDFUpiP .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}
.cid-ucYdDFUpiP .mbr-list li {
  margin-bottom: 0.6rem;
  color: white;
  font-size: 0.6rem;
}
.cid-ucYdDFUpiP .handy {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-ucYdDFUpiP .logo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-ucYdDFUpiP .mbr-section-title {
  margin-bottom: 1.0rem;
  font-size: 0.8rem;
}
.cid-ucYdDFUpiP .social-media {
  margin-top: 0.8rem;
}
.cid-ucYdDFUpiP .social-media ul {
  padding: 0;
  margin-bottom: 1px;
}
.cid-ucYdDFUpiP .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ucYdDFUpiP .mbr-text,
.cid-ucYdDFUpiP .mbr-offer {
  line-height: 1.5;
  color: white;
}
.cid-ucYdDFUpiP .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ucYdDFUpiP .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucYdDFUpiP .mbr-section-title {
    margin-bottom: 1.0rem;
    font-size: 0.8rem;
  }
  .cid-ucYdDFUpiP .mbr-list {
    margin-bottom: 2rem;
    color: white;
  }
  .cid-ucYdDFUpiP .mbr-list li {
    margin-bottom: .5rem;
    color: white;
  }
  .cid-ucYdDFUpiP .handy {
    display: none;
  }
}
.cid-ucYdDFUpiP .mbr-text,
.cid-ucYdDFUpiP .social-media,
.cid-ucYdDFUpiP .logo-section {
  color: #ffffff;
  text-align: center;
}
.cid-uCBRYRiCaG {
  z-index: 999;
  pointer-events: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #056678;
}
.cid-uCBRYRiCaG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uCBRYRiCaG .container-fluid {
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  justify-content: space-between;
}
.cid-uCBRYRiCaG img {
  display: inline;
  width: auto;
  height: 30px;
  transform: scale(1.05);
}
.cid-uCBRYRiCaG .mbr-text,
.cid-uCBRYRiCaG .soc-item {
  display: inline;
}
.cid-uCBRYRiCaG .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uCBRYRiCaG .mbr-iconfont {
  font-size: 27px;
  color: #ffffff;
}
.cid-uCBRYRiCaG .soc-item,
.cid-uCBRYRiCaG .soc-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 24px;
  cursor: pointer;
}
.cid-uCBRYRiCaG .soc-text {
  color: white;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 991px) {
  .cid-uCBRYRiCaG {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-uCBRYRiCaG .soc-text {
    font-size: 0.6rem;
  }
  .cid-uCBRYRiCaG .container-fluid {
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
  }
  .cid-uCBRYRiCaG .handy {
    display: none !important;
  }
  .cid-uCBRYRiCaG .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-uCBRYRiCaG img {
    height: 28px;
    transform: scale(1.05);
  }
}
.cid-uCBRYRiCaG .soc-item:hover .soc-text,
.cid-uCBRYRiCaG .soc-item .soc-text:hover {
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.cid-uCBRYRiCaG .active {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: currentColor;
}
@media (min-width: 992px) {
  .cid-uCBRYRiCaG .desktop {
    display: none !important;
  }
}
.cid-udIChaLLwi.popup-builder {
  background-color: #ffffff;
}
.cid-udIChaLLwi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udIChaLLwi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udIChaLLwi .modal-content,
.cid-udIChaLLwi .modal-dialog {
  height: auto;
}
.cid-udIChaLLwi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udIChaLLwi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udIChaLLwi .form-wrapper .mbr-form .form-group,
  .cid-udIChaLLwi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udIChaLLwi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udIChaLLwi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udIChaLLwi .mbr-text {
  text-align: center;
}
.cid-udIChaLLwi .pt-0 {
  padding-top: 0 !important;
}
.cid-udIChaLLwi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udIChaLLwi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udIChaLLwi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udIChaLLwi .modal-open {
  overflow: hidden;
}
.cid-udIChaLLwi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udIChaLLwi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udIChaLLwi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udIChaLLwi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udIChaLLwi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udIChaLLwi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udIChaLLwi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udIChaLLwi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udIChaLLwi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udIChaLLwi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udIChaLLwi .modal-backdrop.fade {
  opacity: 0;
}
.cid-udIChaLLwi .modal-backdrop.show {
  opacity: .5;
}
.cid-udIChaLLwi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udIChaLLwi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udIChaLLwi .modal-header {
    padding: 1rem;
  }
}
.cid-udIChaLLwi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udIChaLLwi .modal-header .close svg {
  fill: #353535;
}
.cid-udIChaLLwi .modal-header .close:hover {
  opacity: 1;
}
.cid-udIChaLLwi .modal-header .close:focus {
  outline: none;
}
.cid-udIChaLLwi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073b4c;
}
.cid-udIChaLLwi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udIChaLLwi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udIChaLLwi .modal-body {
    padding: 1rem;
  }
}
.cid-udIChaLLwi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udIChaLLwi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udIChaLLwi .modal-footer {
    padding: 1rem;
  }
}
.cid-udIChaLLwi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udIChaLLwi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udIChaLLwi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udIChaLLwi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udIChaLLwi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udIChaLLwi .modal-lg,
  .cid-udIChaLLwi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udIChaLLwi .modal-xl {
    max-width: 1140px;
  }
}
.cid-udIChaLLwi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udIChaLLwi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udIChaLLwi .form-group {
  margin-bottom: 1rem;
}
.cid-udIChaLLwi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udIChaLLwi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udIChaLLwi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udIChaLLwi .mbr-section-btn {
  margin: 0;
}
.cid-udIChaLLwi .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucYdDGvJ7H.popup-builder {
  background-color: #ffffff;
}
.cid-ucYdDGvJ7H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 10;
}
.cid-ucYdDGvJ7H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucYdDGvJ7H .modal-content,
.cid-ucYdDGvJ7H .modal-dialog {
  height: auto;
}
.cid-ucYdDGvJ7H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucYdDGvJ7H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucYdDGvJ7H .form-wrapper .mbr-form .form-group,
  .cid-ucYdDGvJ7H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucYdDGvJ7H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucYdDGvJ7H .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucYdDGvJ7H .mbr-text {
  text-align: center;
  color: #056678;
}
.cid-ucYdDGvJ7H .pt-0 {
  padding-top: 0 !important;
}
.cid-ucYdDGvJ7H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucYdDGvJ7H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucYdDGvJ7H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucYdDGvJ7H .modal-open {
  overflow: hidden;
}
.cid-ucYdDGvJ7H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucYdDGvJ7H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucYdDGvJ7H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucYdDGvJ7H .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ucYdDGvJ7H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucYdDGvJ7H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucYdDGvJ7H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucYdDGvJ7H .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucYdDGvJ7H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucYdDGvJ7H .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucYdDGvJ7H .modal-backdrop.show {
  opacity: .5;
}
.cid-ucYdDGvJ7H .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ucYdDGvJ7H .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucYdDGvJ7H .modal-header .close:hover {
  opacity: 1;
}
.cid-ucYdDGvJ7H .modal-header .close:focus {
  outline: none;
}
.cid-ucYdDGvJ7H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073b4c;
}
.cid-ucYdDGvJ7H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ucYdDGvJ7H .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ucYdDGvJ7H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucYdDGvJ7H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucYdDGvJ7H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucYdDGvJ7H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucYdDGvJ7H .modal-sm {
    max-width: 300px;
  }
  .cid-ucYdDGvJ7H .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ucYdDGvJ7H .modal-lg,
  .cid-ucYdDGvJ7H .modal-xl {
    max-width: 800px;
  }
  .cid-ucYdDGvJ7H .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ucYdDGvJ7H .modal-xl {
    max-width: 1140px;
  }
  .cid-ucYdDGvJ7H .container {
    max-width: 1140px;
  }
}
.cid-ucYdDGvJ7H .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ucYdDGvJ7H .container {
    max-width: 720px;
  }
}
.cid-ucYdDGvJ7H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucYdDGvJ7H .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ucYdDGvJ7H .form-group {
  margin-bottom: 1rem;
}
.cid-ucYdDGvJ7H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucYdDGvJ7H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucYdDGvJ7H .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ucYdDGvJ7H .btn {
  font-size: 12px !important;
}
.cid-ucYdDGZ5LV {
  background: #f4f8fa !important;
  width: 100%;
  min-height: 130px;
}
.cid-ucYdDGZ5LV #firstload {
  position: fixed;
  top: 70vh;
  left: 10vw;
  width: 80vw;
  margin: auto;
}
.cid-ucYdDGZ5LV #load {
  display: none;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #056678;
  opacity: 1;
  top: 0vh;
}
.cid-ucYdDGZ5LV #loader {
  position: fixed;
  top: 32.5vh;
  left: 42.5vw;
  margin: auto;
  width: 15vw;
  height: 15vw;
  z-index: 9999;
}
.cid-ucYdDGZ5LV #loader img {
  width: 100%  !important;
  height: 100%  !important;
  object-fit: contain;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-ucYdDGZ5LV {
    min-height: 50px;
  }
  .cid-ucYdDGZ5LV #loader {
    width: 50vw;
    height: 50vw;
    left: 25vw;
    top: 25vh;
  }
  .cid-ucYdDGZ5LV #firstload {
    top: 60vh;
  }
  .cid-ucYdDGZ5LV .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ucYdDGZ5LV .navbar-collapse.collapsing,
  .cid-ucYdDGZ5LV .navbar-collapse.show {
    display: block !important;
  }
  .cid-ucYdDGZ5LV .navbar-collapse.collapsing .navbar-nav,
  .cid-ucYdDGZ5LV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-ucYdDGZ5LV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ucYdDGZ5LV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ucYdDGZ5LV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ucYdDGZ5LV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucYdDGZ5LV .navbar-collapse.collapsing .navbar-buttons,
  .cid-ucYdDGZ5LV .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-ucYdDGZ5LV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ucYdDGZ5LV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucYdDGZ5LV .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: left;
    justify-content: left;
  }
  .cid-ucYdDGZ5LV img {
    height: 3.8rem !important;
  }
  .cid-ucYdDGZ5LV .btn {
    display: flex;
  }
  .cid-ucYdDGZ5LV button.navbar-toggler {
    display: block;
  }
  .cid-ucYdDGZ5LV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-ucYdDGZ5LV .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ucYdDGZ5LV .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ucYdDGZ5LV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ucYdDGZ5LV .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-ucYdDGZ5LV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: left;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ucYdDGZ5LV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ucYdDGZ5LV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-ucYdDGZ5LV .Lbarup {
  float: left;
  display: block;
  width: 100%;
  height: 1.5rem;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 8px;
  overflow: hidden;
  appearance: none;
}
.cid-ucYdDGZ5LV .Lbarup::-webkit-progress-value {
  background-color: #004d5b;
}
.cid-ucYdDGZ5LV .Lbarup::-webkit-progress-bar {
  background-color: #fff;
}
.cid-ucYdDGZ5LV .Lbarup::-moz-progress-bar {
  background-color: #004d5b;
}
.cid-ucYdDGZ5LV .Ltext {
  position: absolute;
  margin-left: 0.35rem;
  font-weight: bold;
  color: #dbcbcb;
  padding-top: 0.2rem;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  display: none;
}
.cid-ucYdDGZ5LV .Ctext {
  position: absolute;
  margin-left: 98%;
  font-weight: bold;
  color: #6a6a6a;
  padding-top: 0.1rem;
  font-size: 0.6rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-ucYdDGZ5LV .Ctext {
    margin-left: 95%;
  }
}
.cid-ucYdDGZ5LV .nav-dropdown .dropdown-item::after {
  right: auto;
}
.cid-ucYdDGZ5LV .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-ucYdDGZ5LV .navbar-fixed-top {
  padding-top: 0;
}
.cid-ucYdDGZ5LV .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ucYdDGZ5LV .dropdown-item {
  padding: 0;
}
.cid-ucYdDGZ5LV .dropdown-menu {
  border: 0px solid lightgray;
  background: #056678 !important;
}
.cid-ucYdDGZ5LV .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-ucYdDGZ5LV .menu-bottom {
  margin: auto;
  width: 100%;
  background: #056678;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucYdDGZ5LV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ucYdDGZ5LV a {
  font-style: normal;
}
.cid-ucYdDGZ5LV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ucYdDGZ5LV .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
  color: #ffffff;
}
.cid-ucYdDGZ5LV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucYdDGZ5LV .content-text {
  margin-bottom: 0;
}
.cid-ucYdDGZ5LV .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ucYdDGZ5LV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #056678;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ucYdDGZ5LV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ucYdDGZ5LV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ucYdDGZ5LV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ucYdDGZ5LV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ucYdDGZ5LV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ucYdDGZ5LV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ucYdDGZ5LV .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucYdDGZ5LV .nav-dropdown .link {
  font-weight: 400;
}
.cid-ucYdDGZ5LV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ucYdDGZ5LV .content-right-side {
  text-align: center;
}
.cid-ucYdDGZ5LV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ucYdDGZ5LV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ucYdDGZ5LV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #056678;
  fill: #056678;
}
.cid-ucYdDGZ5LV .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-ucYdDGZ5LV .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucYdDGZ5LV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ucYdDGZ5LV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ucYdDGZ5LV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ucYdDGZ5LV .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-ucYdDGZ5LV .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ucYdDGZ5LV .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-ucYdDGZ5LV .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucYdDGZ5LV .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-ucYdDGZ5LV .navbar {
    display: block;
    padding: 0;
  }
  .cid-ucYdDGZ5LV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucYdDGZ5LV .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-ucYdDGZ5LV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ucYdDGZ5LV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ucYdDGZ5LV .navbar-toggler {
    display: none;
  }
  .cid-ucYdDGZ5LV .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucYdDGZ5LV .dropdown-menu {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.cid-ucYdDGZ5LV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-ucYdDGZ5LV .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucYdDGZ5LV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ucYdDGZ5LV .menu-logo {
  margin-right: auto;
}
.cid-ucYdDGZ5LV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucYdDGZ5LV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ucYdDGZ5LV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ucYdDGZ5LV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ucYdDGZ5LV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ucYdDGZ5LV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ucYdDGZ5LV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ucYdDGZ5LV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ucYdDGZ5LV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucYdDGZ5LV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ucYdDGZ5LV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ucYdDGZ5LV .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ucYdDGZ5LV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucYdDGZ5LV .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-ucYdDGZ5LV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ucYdDGZ5LV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ucYdDGZ5LV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucYdDGZ5LV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ucYdDGZ5LV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucYdDGZ5LV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ucYdDGZ5LV .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-ucYdDGZ5LV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ucYdDGZ5LV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ucYdDGZ5LV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ucYdDGZ5LV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ucYdDGZ5LV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucYdDGZ5LV button.navbar-toggler:focus {
  outline: none;
}
.cid-ucYdDGZ5LV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucYdDGZ5LV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucYdDGZ5LV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucYdDGZ5LV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucYdDGZ5LV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucYdDGZ5LV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucYdDGZ5LV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucYdDGZ5LV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucYdDGZ5LV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucYdDGZ5LV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucYdDGZ5LV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucYdDGZ5LV .collapsed .btn {
  display: flex;
}
.cid-ucYdDGZ5LV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ucYdDGZ5LV .collapsed .navbar-collapse.collapsing,
.cid-ucYdDGZ5LV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ucYdDGZ5LV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ucYdDGZ5LV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ucYdDGZ5LV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ucYdDGZ5LV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ucYdDGZ5LV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ucYdDGZ5LV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ucYdDGZ5LV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ucYdDGZ5LV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ucYdDGZ5LV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ucYdDGZ5LV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ucYdDGZ5LV .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ucYdDGZ5LV .collapsed button.navbar-toggler {
  display: block;
}
.cid-ucYdDGZ5LV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-ucYdDGZ5LV .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ucYdDGZ5LV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ucYdDGZ5LV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ucYdDGZ5LV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ucYdDGZ5LV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ucYdDGZ5LV .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucYdDGZ5LV .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ucYdDGZ5LV .nav-link:focus {
  outline: none;
}
.cid-ucYdDGZ5LV .navbar-toggler {
  position: relative;
}
.cid-ucYdDGZ5LV .dropdown-item.active,
.cid-ucYdDGZ5LV .dropdown-item:active {
  background: #056678;
  color: initial;
}
.cid-ucYdDGZ5LV nav.navbar {
  position: fixed;
}
.cid-ucYqcctCUA.popup-builder {
  background-color: #ffffff;
}
.cid-ucYqcctCUA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucYqcctCUA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucYqcctCUA .modal-content,
.cid-ucYqcctCUA .modal-dialog {
  height: auto;
}
.cid-ucYqcctCUA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucYqcctCUA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucYqcctCUA .form-wrapper .mbr-form .form-group,
  .cid-ucYqcctCUA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucYqcctCUA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucYqcctCUA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucYqcctCUA .mbr-text {
  text-align: center;
  color: #056678;
}
.cid-ucYqcctCUA .pt-0 {
  padding-top: 0 !important;
}
.cid-ucYqcctCUA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucYqcctCUA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucYqcctCUA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucYqcctCUA .modal-open {
  overflow: hidden;
}
.cid-ucYqcctCUA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucYqcctCUA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucYqcctCUA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucYqcctCUA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ucYqcctCUA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucYqcctCUA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucYqcctCUA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucYqcctCUA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ucYqcctCUA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucYqcctCUA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucYqcctCUA .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucYqcctCUA .modal-backdrop.show {
  opacity: .5;
}
.cid-ucYqcctCUA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ucYqcctCUA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucYqcctCUA .modal-header {
    padding: 1rem;
  }
}
.cid-ucYqcctCUA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucYqcctCUA .modal-header .close svg {
  fill: #353535;
}
.cid-ucYqcctCUA .modal-header .close:hover {
  opacity: 1;
}
.cid-ucYqcctCUA .modal-header .close:focus {
  outline: none;
}
.cid-ucYqcctCUA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073b4c;
}
.cid-ucYqcctCUA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucYqcctCUA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucYqcctCUA .modal-body {
    padding: 1rem;
  }
}
.cid-ucYqcctCUA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucYqcctCUA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucYqcctCUA .modal-footer {
    padding: 1rem;
  }
}
.cid-ucYqcctCUA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucYqcctCUA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucYqcctCUA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucYqcctCUA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucYqcctCUA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucYqcctCUA .modal-lg,
  .cid-ucYqcctCUA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucYqcctCUA .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucYqcctCUA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucYqcctCUA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ucYqcctCUA .form-group {
  margin-bottom: 1rem;
}
.cid-ucYqcctCUA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucYqcctCUA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucYqcctCUA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ucYqcctCUA .mbr-section-btn {
  margin: 0;
}
.cid-ucYqcctCUA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzjM48L6lX {
  background-color: #f5f7fa;
  flex: 1;
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  margin-top: 0px;
}
.cid-uzjM48L6lX .container {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uzjM48L6lX .container {
    padding-top: 5.4px;
  }
}
.cid-uzjM48L6lX svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(3.5, 2.1);
}
.cid-uzjM48L6lX #e1_ellipse {
  fill: #5da2b5 !important;
}
.cid-uzjM48L6lX img {
  display: none;
  width: 70%;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
}
@media (max-width: 576px) {
  .cid-uzjM48L6lX img {
    display: none;
  }
}
.cid-uzjM48L6lX H3 {
  color: #ff4a52;
  text-align: left;
}
.cid-uzjM48L6lX .mbr-text,
.cid-uzjM48L6lX .mbr-section-btn {
  color: #000000;
}
.cid-uzjM48L6lX .just {
  text-align: left;
}
.cid-uzjM48L6lX .just-left {
  text-align: left !important;
  line-height: 1.2 !important;
}
.cid-uzjM48L6lX H2 {
  color: #0a1c44;
}
.cid-uzjM48L6lX p {
  line-height: 1.6;
}
.cid-uzjM48L6lX .mbr-text {
  font-style: normal;
  line-height: 1.3;
  color: #656565;
  text-align: left;
}
.cid-uzjM48L6lX .mbr-section-subtitle,
.cid-uzjM48L6lX .mbr-section-title {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-uzjM48L6lX img {
    margin-bottom: 4rem;
    margin-top: 1rem;
  }
}
.cid-uzjM48L6lX .mbr-section-subtitle {
  font-weight: 500;
  color: #073b4c;
  text-align: left;
}
.cid-uJSoRBeeE3 {
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  margin-top: 0px;
}
.cid-uJSoRBeeE3 .container {
  height: 84vh !important;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uJSoRBeeE3 .container {
    padding-top: 50px;
  }
}
.cid-uJSoRBeeE3 .container .carousel.slide {
  padding: 60px 30px 60px;
  overflow: hidden;
  margin-top: 50px;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-indicators {
  bottom: 20px;
  right: 0;
  left: 0;
  margin-bottom: 0rem;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-indicators li {
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #656565;
  border: 1px solid #e5e8ef;
  border-radius: 50%;
  opacity: 1;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-indicators .active {
  border: 1px solid #e5e8ef;
  background: #ffffff;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item .user_text {
  position: relative;
  color: #780505d4;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item .user_text p.display-7 {
  font-size: 14px;
  line-height: 18px;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item .user_image {
  overflow: hidden;
  display: flex;
  padding-top: 25px;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item .user_image .user_image_inner {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item .user_image .user_info {
  margin-left: 20px;
  align-self: center;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item .user_image .user_info .user_name {
  text-align: left;
  color: #0a1c44;
  padding-bottom: 5px;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item .user_image .user_info .user_name.display-7 {
  letter-spacing: -0.5px;
  line-height: 24px;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item .user_image .user_info .user_desk {
  text-align: left;
  font-style: italic;
  font-weight: 300;
  color: #780505d4;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item .user_image .user_info .user_desk.display-4 {
  font-size: 13px;
  line-height: 1.5;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item.active,
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item-next,
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item-prev {
  display: flex;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-controls {
  margin-bottom: 0;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-controls a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-controls a:hover span,
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-controls a:focus span {
  opacity: 1;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-controls .carousel-control-next {
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
  opacity: 0.8;
  padding: 20px;
  margin-right: 22px;
  height: 30px;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-controls .carousel-control-prev {
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  align-items: flex-end;
  opacity: 0.3;
  padding: 20px;
  margin-left: 22px;
  height: 30px;
}
.cid-uJSoRBeeE3 .ico1 {
  background-color: #ffffff;
  color: #780505;
  border-radius: 50%;
  padding: 22px;
  font-size: 2.5rem;
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 70px;
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: normal;
}
@media (min-width: 768px) {
  .cid-uJSoRBeeE3 .mbr-section-title,
  .cid-uJSoRBeeE3 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uJSoRBeeE3 .user_text,
  .cid-uJSoRBeeE3 .user_name,
  .cid-uJSoRBeeE3 .user_desk {
    text-align: left !important;
  }
  .cid-uJSoRBeeE3 .carousel-indicators {
    bottom: 20px !important;
  }
  .cid-uJSoRBeeE3 .user_image {
    position: absolute;
    bottom: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 20px !important;
    margin-left: 14px !important;
  }
  .cid-uJSoRBeeE3 .user_info {
    margin-left: 0px !important;
  }
  .cid-uJSoRBeeE3 .ico-line {
    padding-top: 25px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uJSoRBeeE3 .carousel-control-prev span {
    right: -1rem;
  }
  .cid-uJSoRBeeE3 .carousel-control-next span {
    left: -1rem;
  }
  .cid-uJSoRBeeE3 .user-text {
    padding-right: 2rem;
  }
  .cid-uJSoRBeeE3 .carousel-control-prev,
  .cid-uJSoRBeeE3 .carousel-control-next {
    -webkit-box-align: center;
    align-items: center;
  }
}
.cid-uJSoRBeeE3 .ico-line {
  color: #ffaa01;
  display: flex;
}
.cid-uJSoRBeeE3 .container .carousel.slide .carousel-item .user_text {
  color: #ffffff;
}
.cid-uJSoRBeeE3 .radius {
  box-shadow: 2px 2px 8px #292929;
  border-radius: 4px;
  background-color: #780505d4;
}
.cid-uJSoRBeeE3 .error {
  border: 2px solid red;
}
.cid-uJSoRBeeE3 #carousel-prev {
  display: none;
}
.cid-uJSoRBeeE3 .form-control {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1;
  min-height: 0;
  height: 1.8rem;
}
.cid-uzoAmNtBVN {
  padding-top: 48px;
  padding-bottom: 30px;
  background-color: "file:///C:/Users/Asspi/AppData/Local/Mobirise.com/Mobirise/projects/project-2025-04-29_120750/assets/images/background1-3.jpg";
}
.cid-uzoAmNtBVN .container-fluid {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uzoAmNtBVN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uzoAmNtBVN .card {
  display: block;
}
.cid-uzoAmNtBVN .card .card-wrapper {
  height: 1%;
}
.cid-uzoAmNtBVN .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
}
.cid-uzoAmNtBVN .card .card-wrapper .card-img img {
  transition: all .5s;
  max-height: 15rem;
  object-fit: cover;
  object-position: top;
}
.cid-uzoAmNtBVN .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-uzoAmNtBVN .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uzoAmNtBVN .text-row {
    padding-bottom: 1.5rem;
  }
  .cid-uzoAmNtBVN .mbr-text:not(.logo-title):not(.logo):not(.logo-sub-title) {
    text-align: justify !important;
  }
}
.cid-uzoAmNtBVN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzoAmNtBVN .mbr-text,
.cid-uzoAmNtBVN .card-btn {
  text-align: left;
}
.cid-uzoAmNtBVN h4 {
  font-size: 1.25rem;
}
.cid-uzoAmNtBVN .limited-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-height: 1.5;
  max-height: calc(7.5em);
  margin: 0;
}
.cid-uzoAmNtBVN .limited-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none;
}
.cid-uzoAmNtBVN .read-more {
  display: block;
  color: blue;
  cursor: pointer;
  margin-top: 10px;
}
.cid-uzoAmNtBVN .read-more.hidden {
  display: none;
}
@media (max-width: 577px) {
  .cid-uzoAmNtBVN .limited-text {
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
    max-height: none !important;
    display: block !important;
  }
}
.cid-uzoAmNtBVN .logo-title,
.cid-uzoAmNtBVN .logo {
  text-align: center;
  color: #0a1c44;
}
.cid-uzoAmNtBVN .logo-sub-title {
  text-align: center;
  color: #056678;
}
@media (min-width: 576px) {
  .cid-uzoAmNtBVN .container-fluid {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uzoAmNtBVN .container-fluid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uzoAmNtBVN .container-fluid {
    max-width: 1140px;
  }
}
.cid-uzoAmNtBVN .onlek {
  position: absolute;
  top: 30px;
  left: unset;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 15px;
  background: #464646 !important;
  padding: 1px 14px 5px 14px;
  color: #f0f0f0 !important;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  right: 21px !important;
  border-top-right-radius: 6px;
}
.cid-uIPC2cPmhE {
  background-color: #f4f8fa;
}
.cid-uIPC2cPmhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPC2cPmhE .container {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uIPC2cPmhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIPC2cPmhE .row {
  background: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
}
.cid-uIPC2cPmhE li:not(.Sprachubersetzungen):hover {
  cursor: pointer;
}
.cid-uIPC2cPmhE li {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
@media (min-width: 1200px) {
  .cid-uIPC2cPmhE .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uIPC2cPmhE .mbr-iconfont {
  color: #073b4c;
  opacity: 1;
  transition: all 0.3s;
  width: 1.3rem;
}
.cid-uIPC2cPmhE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIPC2cPmhE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uIPC2cPmhE .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uIPC2cPmhE .row {
    text-align: left;
    padding: 0.25rem;
    padding-top: 2rem;
    padding-bottom: .5rem;
    background: #f4f8fa;
    border-radius: 0px;
    box-shadow: 0 -10px 6px -6px rgba(17, 46, 112, 0.35);
  }
  .cid-uIPC2cPmhE .social-row {
    justify-content: left;
  }
  .cid-uIPC2cPmhE .container {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 1rem;
  }
}
.cid-uIPC2cPmhE .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
}
.cid-uIPC2cPmhE .list,
.cid-uIPC2cPmhE .mbr-text {
  color: #000000;
}
.cid-uIPC2cPmhE .limited-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: calc(1.5em);
  margin: 0;
}
.cid-uIPC2cPmhE .limited-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none;
}
.cid-uIPC2cPmhE #sprachdiv {
  padding-top: 1rem;
}
.cid-uIPC2cPmhE .read-more {
  display: block;
  color: blue;
  cursor: pointer;
  margin-top: 10px;
}
.cid-uIPC2cPmhE .read-more.hidden {
  display: none;
}
.cid-uIPC2cPmhE a {
  color: black;
}
.cid-uIPC2cPmhE a:hover {
  color: #056678;
  transition: all 0.3s;
}
.cid-uzpX5e9QQM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: transparent;
}
.cid-uzpX5e9QQM .container {
  padding-top: 40px;
  top: -3rem;
  display: relative;
  max-width: 100%;
  height: 10rem;
  overflow: hidden;
}
.cid-uzpX5e9QQM .box {
  height: 50%;
  background: transparent;
  width: 110%;
  padding-top: 0px;
  position: relative;
  left: -20px;
  padding-left: 15px;
}
.cid-uzpX5e9QQM .boxz {
  position: relative;
  height: 50%;
  background: transparent;
  width: 110%;
  padding-bottom: 0px;
  left: -20px;
  padding-left: 15px;
}
.cid-uzpX5e9QQM .schraege {
  overflow: hidden;
  position: relative;
  height: 5rem;
  width: 130%;
  top: -9.7rem;
  left: -20px;
  padding-top: 40px;
  padding-left: 15px;
  background: linear-gradient(to bottom, #073b4c, #00b0c8);
  -webkit-transform: rotate(-2deg);
}
.cid-uztUUTSscl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-uztUUTSscl H3 {
  color: #073b4c;
}
.cid-uztUUTSscl .mbr-text,
.cid-uztUUTSscl .mbr-section-btn {
  color: #000000;
}
.cid-uztUUTSscl .img-box {
  position: relative;
}
.cid-uztUUTSscl .card-ico span {
  font-size: 96px;
  color: #056678;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uztUUTSscl .card-ico .ico1 {
  background-color: #056678;
}
.cid-uztUUTSscl .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 2.5rem !important;
}
.cid-uztUUTSscl .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-uztUUTSscl img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
}
@media (max-width: 576px) {
  .cid-uztUUTSscl .author-box {
    justify-content: center;
  }
  .cid-uztUUTSscl .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uztUUTSscl .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-uztUUTSscl .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uztUUTSscl .card-ico span {
    margin-right: 0rem;
  }
}
.cid-uztUUTSscl .author-box {
  display: flex;
  flex-direction: row;
}
.cid-uztUUTSscl .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-uztUUTSscl .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-uztUUTSscl h4 {
  margin: 0;
  padding: 0;
}
.cid-uztUUTSscl .card-title {
  color: #232323;
}
.cid-uztUUTSscl H4,
.cid-uztUUTSscl .mbr-section-subtitle {
  color: #056678;
}
.cid-uztUUTSscl p {
  color: black;
  text-align: justify;
}
.cid-uztUUTSscl ul {
  padding-left: 1.1rem;
}
@media (max-width: 991px) {
  .cid-uztUUTSscl img {
    margin-bottom: 4rem;
  }
  .cid-uztUUTSscl .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uztUUTSscl .btn {
  background-color: #bd350b !important;
  border-color: #fff !important;
}
.cid-uztUUTSscl .btn:hover {
  color: #eaeaea !important;
}
.cid-uIPblK0IfF {
  background-color: #f5f7fa;
}
.cid-uIPblK0IfF .container {
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uIPblK0IfF .h3 {
  text-align: left;
  word-break: inherit;
}
.cid-uIPblK0IfF .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uIPblK0IfF .mbr-content-title {
  color: #8d97ad;
}
.cid-uIPblK0IfF .panel-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIPblK0IfF .card {
  word-wrap: break-word;
}
.cid-uIPblK0IfF .mbr-iconfont {
  font-size: 1.9rem;
  color: #188ef4;
  padding-right: .25rem;
}
.cid-uIPblK0IfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPblK0IfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIPblK0IfF .display-1 {
  font-size: 1.9rem;
  font-weight: bold;
  padding-top: .25rem;
}
.cid-uIPblK0IfF .display-7 {
  font-weight: 600;
  font-size: 0.7rem;
}
.cid-uIPblK0IfF h3 {
  margin-bottom: 0rem;
}
.cid-uIPblK0IfF H3 {
  color: #073b4c;
}
.cid-uIPblK0IfF .mobile {
  display: none;
}
@media (max-width: 776px) {
  .cid-uIPblK0IfF .desktop {
    display: none;
  }
  .cid-uIPblK0IfF .mobile {
    display: block;
  }
}
.cid-uzpZcwBkbQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-uzpZcwBkbQ .note {
  font-size: 0.4rem;
  vertical-align: text-top;
}
.cid-uzpZcwBkbQ .head_info {
  text-align: center;
  margin-bottom: 0;
}
.cid-uzpZcwBkbQ .head_info .mbr-subtitle {
  color: #056678;
  margin-bottom: 10px;
}
.cid-uzpZcwBkbQ .head_info .mbr-subtitle.display-4 {
  line-height: 1.2;
  font-weight: 500;
  color: #056678;
}
.cid-uzpZcwBkbQ .head_info .mbr-section-title {
  color: #0a1c44;
  font-weight: 700;
}
.cid-uzpZcwBkbQ .head_info .mbr-section-title.display-2 {
  letter-spacing: -0.5px;
}
.cid-uzpZcwBkbQ .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #f4f8fa;
}
.cid-uzpZcwBkbQ .head_info .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-uzpZcwBkbQ .plan {
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
  position: relative;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 10px;
}
.cid-uzpZcwBkbQ .plan .plan-title {
  background-color: #056678;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  display: block;
}
.cid-uzpZcwBkbQ .plan .plan-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-uzpZcwBkbQ .plan .icon_box {
  display: block;
  text-align: center;
}
.cid-uzpZcwBkbQ .plan .icon_box .ico1 {
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -40px;
  background: #fff;
  color: #0a1c44;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.cid-uzpZcwBkbQ .plan .plan-price {
  color: #28303f;
}
.cid-uzpZcwBkbQ .plan .plan-price .price-figure {
  font-weight: 700;
  display: inline-block;
}
.cid-uzpZcwBkbQ .plan .plan-price .price-figure.display-1 {
  font-size: 50px;
  line-height: 50px;
}
.cid-uzpZcwBkbQ .plan .plan-price .price-value {
  font-weight: 600;
  line-height: 1.5;
}
.cid-uzpZcwBkbQ .plan .plan-price .price-term {
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-uzpZcwBkbQ .plan .plan-list {
  padding: 30px 40px;
}
.cid-uzpZcwBkbQ .plan .plan-list .list-group {
  color: #f4f8fa;
}
.cid-uzpZcwBkbQ .plan .plan-list .list-group-item {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 7.5px 0;
}
.cid-uzpZcwBkbQ .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-uzpZcwBkbQ .plan .plan-list .list-group.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uzpZcwBkbQ .plan .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-uzpZcwBkbQ .plan .mbr-section-btn .btn {
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 2em;
}
.cid-uzpZcwBkbQ .plan .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-uzpZcwBkbQ .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #344cf1 !important;
}
.cid-uzpZcwBkbQ .plan:nth-child(2) .plan-title {
  background-color: #073b4c;
}
@media (max-width: 550px) {
  .cid-uzpZcwBkbQ .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uzpZcwBkbQ .plan .plan-list .list-group,
.cid-uzpZcwBkbQ .mbr-section-btn {
  text-align: center;
  color: #056678;
}
.cid-uzpZcwBkbQ .head_info .mbr-section-text {
  color: #232323;
  text-align: center;
}
.cid-uzpZcwBkbQ .mbr-subtitle {
  font-weight: 500;
  color: #056678;
  line-height: 1.2;
}
.cid-uzpZcwBkbQ .display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
@media (max-width: 991px) {
  .cid-uzpZcwBkbQ .plan {
    max-width: unset;
    margin: 1rem !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    width: 100% !important;
  }
}
.cid-uzpZcwBkbQ .media-container-row {
  justify-content: space-between !important;
}
.cid-uzpZcwBkbQ .head_info .mbr-section-title {
  color: #073b4c;
}
.cid-uzpZcwBkbQ .display-1 {
  line-height: 1rem !important;
}
.cid-uzpZcwBkbQ .plan-100 {
  width: 100%;
}
.cid-uzpZcwBkbQ .plan-49 {
  width: 49%;
}
.cid-uzpZcwBkbQ .plan-32 {
  width: 32%;
}
.cid-uzpZcwBkbQ .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uKIaaSmbvh {
  background-color: #f4f8fa;
}
.cid-uKIaaSmbvh .container {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.cid-uKIaaSmbvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIaaSmbvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIaaSmbvh .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uKIaaSmbvh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKIaaSmbvh .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKIaaSmbvh .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uKIaaSmbvh .panel-group {
    display: block;
  }
}
.cid-uKIaaSmbvh .panel-group .card {
  position: relative;
  background-color: #056678;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
  margin-bottom: 1.5rem;
}
.cid-uKIaaSmbvh .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uKIaaSmbvh .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  width: 98px;
  height: 66px;
  min-width: 98px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
}
.cid-uKIaaSmbvh .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  color: #ffffff;
}
.cid-uKIaaSmbvh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uKIaaSmbvh .panel-group .card .card-header .panel-title .icon_1 .icon-wrap {
  background: linear-gradient(315deg, #056678, #09b9da);
}
.cid-uKIaaSmbvh .panel-group .card .card-header .panel-title .icon_2 .icon-wrap {
  background: linear-gradient(315deg, #f96e47, #fcbcaa);
}
.cid-uKIaaSmbvh .panel-group .card .card-header .panel-title .icon_3 .icon-wrap {
  background: linear-gradient(315deg, #7dabab, #bbd3d3);
}
.cid-uKIaaSmbvh .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uKIaaSmbvh .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
  border-top: 1px solid #b9b9b9;
  padding-top: 32px;
}
@media (max-width: 992px) {
  .cid-uKIaaSmbvh .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uKIaaSmbvh .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uKIaaSmbvh .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uKIaaSmbvh .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uKIaaSmbvh .mbr-section-subtitle {
  color: #0087ab;
  text-align: center;
}
.cid-uKIaaSmbvh .mbr-section-title,
.cid-uKIaaSmbvh .title DIV {
  color: #232323;
  text-align: center;
}
.cid-uKIaaSmbvh .mbr-section-title,
.cid-uKIaaSmbvh .title {
  color: #0a1c44;
}
.cid-uKIaaSmbvh .main-title {
  color: #073b4c;
}
.cid-uKIaaSmbvh .mbr-section-subtitle,
.cid-uKIaaSmbvh .underline {
  color: #056678;
}
.cid-uKIaaSmbvh .panel-title-edit {
  color: #ffffff;
}
.cid-uKIaaSmbvh .panel-text {
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
}
.cid-uKIaaSmbvh .icon-wrapper {
  text-align: right;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.cid-uKIaaSmbvh .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uKIaaSmbvh .mbr-gallery .mbr-gallery-item > div {
  background: #fff;
  display: block;
  outline: none;
  position: relative;
}
.cid-uKIaaSmbvh .galleryItem {
  transition: 0.3s;
}
@media (min-width: 500px) {
  .cid-uKIaaSmbvh .cid-uzisBZh9WU .img_wraper img {
    object-position: top;
  }
}
.cid-uKIaaSmbvh .img_wraper img {
  aspect-ratio: 1 !important;
  object-fit: cover !important;
  object-position: top;
}
.cid-uKIaaSmbvh .mbr-gallery .mbr-gallery-item img {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uKIaaSmbvh img {
  transition: all .5s;
  height: 15rem;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.cid-uKIaaSmbvh .text_wraper {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  color: white;
  cursor: pointer;
}
.cid-uKIaaSmbvh .onsale {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 36px;
  color: #f0f0f0 !important;
  padding: 6px;
  background: #056678;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uKIaaSmbvh .addon-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #056678;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 36px;
  padding: 0 6px;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 14px;
}
.cid-uKIaaSmbvh .addon-left {
  background: gold;
  color: black;
  padding: 4px 10px;
  border-radius: 5px;
  white-space: nowrap;
}
.cid-uKIaaSmbvh .addon-right {
  color: white;
  padding-right: 4px;
  text-align: right;
  flex-grow: 1;
}
.cid-uKIaaSmbvh .line-through {
  text-decoration: line-through;
}
.cid-uEG0JW3lsx {
  background-color: #f4f8fa;
}
.cid-uEG0JW3lsx .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uEG0JW3lsx h5 {
  padding-bottom: 2rem;
}
.cid-uEG0JW3lsx textarea {
  min-height: 150px;
}
.cid-uEG0JW3lsx .container {
  padding-top: 90px;
  padding-bottom: 15px;
}
.cid-uEG0JW3lsx .checkbox {
  padding-left: 2rem;
}
.cid-uEG0JW3lsx .checkboxer {
  padding-left: 0.7rem;
}
.cid-uEG0JW3lsx .head_info {
  text-align: center;
  margin-bottom: 10px;
}
.cid-uEG0JW3lsx .head_info .mbr-subtitle {
  color: #056678;
  margin-bottom: 10px;
}
.cid-uEG0JW3lsx .head_info .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-uEG0JW3lsx .head_info .mbr-section-title {
  margin-bottom: 2rem;
  color: #0a1c44;
  font-weight: 700;
}
.cid-uEG0JW3lsx .head_info .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-uEG0JW3lsx .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #f4f8fa;
}
.cid-uEG0JW3lsx .head_info .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-uEG0JW3lsx .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #0087ab;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uEG0JW3lsx h6 {
  display: inline-block;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
}
.cid-uEG0JW3lsx .form-control,
.cid-uEG0JW3lsx .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uEG0JW3lsx .form-control input::-webkit-input-placeholder,
.cid-uEG0JW3lsx .field-input input::-webkit-input-placeholder,
.cid-uEG0JW3lsx .form-control textarea::-webkit-input-placeholder,
.cid-uEG0JW3lsx .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uEG0JW3lsx .form-control input:-moz-placeholder,
.cid-uEG0JW3lsx .field-input input:-moz-placeholder,
.cid-uEG0JW3lsx .form-control textarea:-moz-placeholder,
.cid-uEG0JW3lsx .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uEG0JW3lsx .form-control:hover,
.cid-uEG0JW3lsx .field-input:hover,
.cid-uEG0JW3lsx .form-control:focus,
.cid-uEG0JW3lsx .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEG0JW3lsx .form-control:hover input::-webkit-input-placeholder,
.cid-uEG0JW3lsx .field-input:hover input::-webkit-input-placeholder,
.cid-uEG0JW3lsx .form-control:focus input::-webkit-input-placeholder,
.cid-uEG0JW3lsx .field-input:focus input::-webkit-input-placeholder,
.cid-uEG0JW3lsx .form-control:hover textarea::-webkit-input-placeholder,
.cid-uEG0JW3lsx .field-input:hover textarea::-webkit-input-placeholder,
.cid-uEG0JW3lsx .form-control:focus textarea::-webkit-input-placeholder,
.cid-uEG0JW3lsx .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uEG0JW3lsx .form-control:hover input:-moz-placeholder,
.cid-uEG0JW3lsx .field-input:hover input:-moz-placeholder,
.cid-uEG0JW3lsx .form-control:focus input:-moz-placeholder,
.cid-uEG0JW3lsx .field-input:focus input:-moz-placeholder,
.cid-uEG0JW3lsx .form-control:hover textarea:-moz-placeholder,
.cid-uEG0JW3lsx .field-input:hover textarea:-moz-placeholder,
.cid-uEG0JW3lsx .form-control:focus textarea:-moz-placeholder,
.cid-uEG0JW3lsx .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uEG0JW3lsx .jq-number__spin:hover,
.cid-uEG0JW3lsx .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uEG0JW3lsx .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uEG0JW3lsx .jq-selectbox li,
.cid-uEG0JW3lsx .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uEG0JW3lsx .jq-selectbox li:hover,
.cid-uEG0JW3lsx .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uEG0JW3lsx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uEG0JW3lsx .jq-number__spin.minus:hover:after,
.cid-uEG0JW3lsx .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uEG0JW3lsx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uEG0JW3lsx .jq-number__spin.minus:after,
.cid-uEG0JW3lsx .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uEG0JW3lsx input::-webkit-clear-button {
  display: none;
}
.cid-uEG0JW3lsx input::-webkit-inner-spin-button {
  display: none;
}
.cid-uEG0JW3lsx input::-webkit-outer-spin-button {
  display: none;
}
.cid-uEG0JW3lsx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uEG0JW3lsx H5 {
  color: #0a1c44;
}
.cid-uEG0JW3lsx P {
  color: #767676;
}
.cid-uEG0JW3lsx H3 {
  color: #e1201d;
}
.cid-uEG0JW3lsx .title,
.cid-uEG0JW3lsx .mbr-section-subtitle {
  color: #0087ab;
}
.cid-uEG0JW3lsx .btn {
  font-size: 12px !important;
}
.cid-uEG0JW3lsx h4 {
  font-size: 0.875rem !important;
  letter-spacing: 0.02rem !important;
}
.cid-uEG0JW3lsx .mbr-section-title,
.cid-uEG0JW3lsx .title DIV {
  color: #232323;
  text-align: center;
}
.cid-uEG0JW3lsx .mbr-section-title,
.cid-uEG0JW3lsx .title {
  color: #0a1c44;
}
.cid-uEG0JW3lsx .main-title {
  color: #073b4c;
}
.cid-uEG0JW3lsx .mbr-section-subtitle,
.cid-uEG0JW3lsx .underline {
  color: #056678;
}
.cid-uEG0JW3lsx .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uEG0JW3lsx .mbr-section-title,
.cid-uEG0JW3lsx .underline {
  color: #073b4c;
  text-align: center;
}
.cid-uEG0JW3lsx .head_info .mbr-subtitle.display-4 {
  line-height: 1.2;
  font-weight: 500;
  color: #056678;
  font-size: 0.875rem !important;
}
.cid-uEG0JW3lsx .cid-uzpZcwBkbQ .head_info .mbr-subtitle {
  color: #056678;
  margin-bottom: 10px;
}
.cid-uEG0JW3lsx .mbr-section-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uEG0JW3lsx .rabatt_text,
.cid-uEG0JW3lsx .rabatt_trial {
  display: none;
}
.cid-uB5wvaVADj {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-uB5wvaVADj .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-uB5wvaVADj .mbr-section-title {
  margin: 0;
  color: #073b4c;
  padding-bottom: 1rem;
}
.cid-uB5wvaVADj .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uB5wvaVADj .card-img {
  text-align: inherit;
}
.cid-uB5wvaVADj .card-img span {
  background: linear-gradient(90deg, #073b4c, #1dc9cb);
}
.cid-uB5wvaVADj .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uB5wvaVADj .wrapper {
  border-radius: .25rem;
  padding: 1.5rem;
  padding-bottom: 0rem;
  background: #ffffff;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
}
.cid-uB5wvaVADj ol {
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uB5wvaVADj .wrapper {
    margin-bottom: 5rem;
  }
  .cid-uB5wvaVADj .mbr-card-title {
    margin-top: -1.2rem;
  }
}
.cid-uB5wvaVADj .mbr-card-title {
  text-align: center;
  color: #0a1c44;
  margin-top: -1.2rem;
}
.cid-uB5wvaVADj .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uB5wvaVADj .mbr-section-subtitle,
.cid-uB5wvaVADj .underline {
  color: #056678;
}
.cid-uztUM3zCWM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-uztUM3zCWM .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uztUM3zCWM .card .card-block {
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
  background: #ffffff;
  padding: 2rem;
  position: relative;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 10px;
}
.cid-uztUM3zCWM .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-uztUM3zCWM .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uztUM3zCWM .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-uztUM3zCWM .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uztUM3zCWM .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uztUM3zCWM .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-uztUM3zCWM .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-uztUM3zCWM .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-uztUM3zCWM .mbr-author-name P {
  color: #0a1c44;
}
.cid-uztUM3zCWM .mbr-author-desc P {
  color: #056678;
}
.cid-uztUM3zCWM .main-title {
  color: #073b4c;
}
.cid-uztUM3zCWM .mbr-section-subtitle,
.cid-uztUM3zCWM .underline {
  color: #056678;
}
.cid-uztUM3zCWM .card-block P {
  text-align: left;
}
.cid-uAPf8eL19v {
  background-color: #f4f8fa;
}
.cid-uAPf8eL19v .container {
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-uAPf8eL19v .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-uAPf8eL19v .mbr-section-subtitle {
  color: #0087ab;
  text-align: center;
}
.cid-uAPf8eL19v p {
  margin: 0;
  padding: 0;
}
.cid-uAPf8eL19v .card {
  margin-bottom: 2rem;
}
.cid-uAPf8eL19v .card-block {
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
  background: #ffffff;
  padding: 2rem;
  position: relative;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 10px;
}
.cid-uAPf8eL19v .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-uAPf8eL19v .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-uAPf8eL19v .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uAPf8eL19v .name-wrap {
  display: inline-block;
}
.cid-uAPf8eL19v .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-uAPf8eL19v .mbr-author-desc {
  color: #767676;
}
.cid-uAPf8eL19v .card-block P {
  text-align: left;
}
.cid-uAPf8eL19v .mbr-author-name {
  color: #073b4c;
}
.cid-uAPf8eL19v .mbr-bestanden {
  color: green;
}
.cid-uAPf8eL19v .mbr-versagt {
  color: red;
}
.cid-uAPf8eL19v .mbr-section-title,
.cid-uAPf8eL19v .title DIV {
  color: #232323;
  text-align: center;
}
.cid-uAPf8eL19v .mbr-section-title,
.cid-uAPf8eL19v .title {
  color: #0a1c44;
}
.cid-uAPf8eL19v .main-title {
  color: #073b4c;
}
.cid-uAPf8eL19v .mbr-section-subtitle,
.cid-uAPf8eL19v .underline {
  color: #056678;
}
.cid-uAPf8eL19v .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uAPf8eL19v .limited-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  max-height: calc(4.5em);
  margin: 0;
}
.cid-uAPf8eL19v .limited-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none;
}
.cid-uAPf8eL19v .read-more {
  display: block;
  color: blue;
  cursor: pointer;
  margin-top: 10px;
}
.cid-uAPf8eL19v .read-more.hidden {
  display: none;
}
.cid-uAPf8eL19v .teilnehmer-more {
  display: none;
}
.cid-uztUHKum6W {
  background-color: #f4f8fa;
}
.cid-uztUHKum6W h5 {
  display: flex;
  color: #232323;
}
.cid-uztUHKum6W .container {
  padding-top: 75px;
  padding-bottom: 45px;
}
.cid-uztUHKum6W .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uztUHKum6W .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-uztUHKum6W .wrap {
  display: flex;
}
.cid-uztUHKum6W .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-uztUHKum6W .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uztUHKum6W .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uztUHKum6W .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #056678;
}
.cid-uztUHKum6W .icon {
  background: #056678;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-uztUHKum6W img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uztUHKum6W .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uztUHKum6W p {
  margin: 0;
}
.cid-uztUHKum6W .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-uztUHKum6W .mbr-section-subtitle {
  font-weight: 500;
  color: #056678;
  text-align: center;
}
.cid-uztUHKum6W .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uztUHKum6W .panel-group {
  width: 100%;
}
.cid-uztUHKum6W .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uztUHKum6W .card {
  margin-bottom: .5rem;
}
.cid-uztUHKum6W .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uztUHKum6W .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #056678;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uztUHKum6W .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uztUHKum6W .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uztUHKum6W .card .card-header a.panel-title .header-text {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uztUHKum6W .card .panel-body {
  background: #f4f8fa;
}
.cid-uztUHKum6W .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uztUHKum6W .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uztUHKum6W .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uztUHKum6W .header-text,
.cid-uztUHKum6W .sign {
  color: #ffffff;
}
.cid-uztUHKum6W .mbr-section-title,
.cid-uztUHKum6W .underline {
  color: #073b4c;
}
.cid-uAPWVggBon {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f5f7fa;
}
.cid-uAPWVggBon .mbr-text {
  color: #767676;
}
.cid-uAPWVggBon .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
}
.cid-uAPWVggBon .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uAPWVggBon .card-wrapper:hover .ico2 {
  color: #056678 !important;
}
.cid-uAPWVggBon .text-info:hover {
  color: inherit!important;
}
.cid-uAPWVggBon .ico2 {
  color: #d2b04d !important;
  transition: all 0.6s;
}
.cid-uAPWVggBon .card-box {
  padding: 0rem 1rem;
}
.cid-uAPWVggBon .card-img {
  width: auto;
}
.cid-uAPWVggBon .ico1 {
  font-size: 3rem !important;
}
.cid-uAPWVggBon h5,
.cid-uAPWVggBon h6 {
  padding: 0;
  margin: 0;
}
.cid-uAPWVggBon .card-title,
.cid-uAPWVggBon .card-img {
  color: #232323;
}
.cid-uAPWVggBon H4 {
  color: #767676;
}
.cid-uAPWVggBon H3 {
  color: #073b4c;
  text-align: center;
}
.cid-uAPWVggBon .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uAPWVggBon .mbr-section-subtitle {
  color: #056678;
}
.cid-uAPWVggBon .btn {
  background-color: #fff !important;
  border-color: #09a672 !important;
  color: #09a672 !important;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35) !important;
}
.cid-uAPWVggBon .btn:hover {
  border-color: #09a672 !important;
}
.cid-uAPWVggBon .just {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uAPWVggBon .just {
    text-align: justify !important;
  }
}
@media (max-width: 767px) {
  .cid-uAPWVggBon #cardhauptdiv .card-box {
    display: none;
  }
}
.cid-uJ0W9vAtqw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: transparent;
}
.cid-uJ0W9vAtqw .note {
  font-size: 0.4rem;
  vertical-align: text-top;
}
.cid-uJ0W9vAtqw .head_info {
  text-align: center;
  margin-bottom: 0;
}
.cid-uJ0W9vAtqw .head_info .mbr-subtitle {
  color: #056678;
  margin-bottom: 10px;
}
.cid-uJ0W9vAtqw .head_info .mbr-subtitle.display-4 {
  line-height: 1.2;
  font-weight: 500;
  color: #056678;
}
.cid-uJ0W9vAtqw .head_info .mbr-section-title {
  color: #0a1c44;
  font-weight: 700;
}
.cid-uJ0W9vAtqw .head_info .mbr-section-title.display-2 {
  letter-spacing: -0.5px;
}
.cid-uJ0W9vAtqw .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #f4f8fa;
}
.cid-uJ0W9vAtqw .head_info .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-uJ0W9vAtqw .plan {
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
  position: relative;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 10px;
}
.cid-uJ0W9vAtqw .plan .plan-title {
  background-color: #056678;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  display: block;
}
.cid-uJ0W9vAtqw .plan .plan-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-uJ0W9vAtqw .plan .icon_box {
  display: block;
  text-align: center;
  height: 70px;
}
.cid-uJ0W9vAtqw .plan .icon_box .ico1 {
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -40px;
  background: #fff;
  color: #0a1c44;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.cid-uJ0W9vAtqw .plan .plan-price {
  color: #28303f;
}
.cid-uJ0W9vAtqw .plan .plan-price .price-figure {
  font-weight: 700;
  display: inline-block;
}
.cid-uJ0W9vAtqw .plan .plan-price .price-figure.display-1 {
  font-size: 50px;
  line-height: 50px;
}
.cid-uJ0W9vAtqw .plan .plan-price .price-value {
  font-weight: 600;
  line-height: 1.5;
}
.cid-uJ0W9vAtqw .plan .plan-price .price-term {
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-uJ0W9vAtqw .plan .plan-list {
  padding: 20px 20px;
}
.cid-uJ0W9vAtqw .plan .plan-list .list-group {
  color: #f4f8fa;
}
.cid-uJ0W9vAtqw .plan .plan-list .list-group-item {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 7.5px 0;
}
.cid-uJ0W9vAtqw .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-uJ0W9vAtqw .plan .plan-list .list-group.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uJ0W9vAtqw .plan .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-uJ0W9vAtqw .plan .mbr-section-btn .btn {
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 2em;
}
.cid-uJ0W9vAtqw .plan .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-uJ0W9vAtqw .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #344cf1 !important;
}
.cid-uJ0W9vAtqw .plan:nth-child(2) .plan-title {
  background-color: #056678;
}
@media (max-width: 550px) {
  .cid-uJ0W9vAtqw .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uJ0W9vAtqw .plan .plan-list .list-group,
.cid-uJ0W9vAtqw .mbr-section-btn {
  text-align: center;
  color: #056678;
}
.cid-uJ0W9vAtqw .head_info .mbr-section-text {
  color: #232323;
  text-align: center;
}
.cid-uJ0W9vAtqw .mbr-subtitle {
  font-weight: 500;
  color: #056678;
  line-height: 1.2;
}
.cid-uJ0W9vAtqw .display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
@media (max-width: 991px) {
  .cid-uJ0W9vAtqw .plan {
    max-width: unset;
    margin: 1rem !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    width: 100% !important;
  }
}
.cid-uJ0W9vAtqw .media-container-row {
  justify-content: space-between !important;
}
.cid-uJ0W9vAtqw .head_info .mbr-section-title {
  color: #073b4c;
}
.cid-uJ0W9vAtqw .display-1 {
  line-height: 1rem !important;
}
.cid-uJ0W9vAtqw .plan-100 {
  width: 100%;
}
.cid-uJ0W9vAtqw .plan-49 {
  width: 49%;
}
.cid-uJ0W9vAtqw .plan-32 {
  width: 32%;
}
.cid-uJ0W9vAtqw .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uJ0W9vAtqw .media-container-row {
    flex-wrap: wrap !important;
  }
}
.cid-uJ0W9vAtqw .btn {
  padding: .25rem .5rem !important;
  border-radius: 6px !important;
  width: 100% !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  min-height: 2.2rem !important;
  margin: 0 !important;
  background-color: #056678 !important;
  border-color: #056678 !important;
  color: #ffffff !important;
}
.cid-uJ0W9vAtqw #Statcopy {
  overflow: scroll;
  height: 40vh;
}
.cid-uJ0W9vAtqw #Statcopy li:not(.Sprachubersetzungen):hover {
  cursor: pointer;
}
.cid-uJ0W9vAtqw #Statcopy li {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.6rem;
  line-height: 1.6rem;
}
@media (min-width: 1200px) {
  .cid-uJ0W9vAtqw #Statcopy .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uJ0W9vAtqw #Statcopy .mbr-iconfont {
  color: #073b4c;
  opacity: 1;
  transition: all 0.3s;
  width: 0.9rem;
}
.cid-uJ0W9vAtqw #Statcopy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJ0W9vAtqw #Statcopy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJ0W9vAtqw #Statcopy .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ0W9vAtqw #Statcopy .row {
    text-align: left;
    padding: 0.25rem;
    padding-top: 2rem;
    padding-bottom: .5rem;
    background: #f4f8fa;
    border-radius: 0px;
    box-shadow: 0 -10px 6px -6px rgba(17, 46, 112, 0.35);
  }
  .cid-uJ0W9vAtqw #Statcopy .social-row {
    justify-content: left;
  }
  .cid-uJ0W9vAtqw #Statcopy .container {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ0W9vAtqw #Statcopy .list {
  list-style: none;
  margin-bottom: 0rem;
  text-align: left;
  padding: 20px;
  padding-top: 0px;
}
.cid-uJ0W9vAtqw #Statcopy .list,
.cid-uJ0W9vAtqw #Statcopy .mbr-text {
  color: #000000;
}
.cid-uJ0W9vAtqw #Statcopy .limited-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: calc(1.5em);
  margin: 0;
}
.cid-uJ0W9vAtqw #Statcopy .limited-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none;
}
.cid-uJ0W9vAtqw #Statcopy .read-more {
  display: block;
  color: blue;
  cursor: pointer;
  margin-top: 10px;
}
.cid-uJ0W9vAtqw #Statcopy .read-more.hidden {
  display: none;
}
.cid-uJ0W9vAtqw #Statcopy a {
  color: black;
}
.cid-uJ0W9vAtqw #Statcopy a:hover {
  color: #056678;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uJ0W9vAtqw #Statcopy #sprachdiv {
    padding-top: 1rem;
  }
}
.cid-uB5HrliaC7 {
  padding-top: 75px;
  padding-bottom: 285px;
  background-color: #f4f8fa;
  position: relative;
  overflow: hidden;
}
.cid-uB5HrliaC7 svg {
  position: absolute;
  bottom: -10.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-uB5HrliaC7 #e12_areaS3 {
  fill: #00b0c8 !important;
}
.cid-uB5HrliaC7 #e19_areaS3 {
  fill: #056678 !important;
}
.cid-uB5HrliaC7 .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-uB5HrliaC7 .carousel {
  width: 80%;
  margin: auto;
}
.cid-uB5HrliaC7 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uB5HrliaC7 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uB5HrliaC7 .carousel-item .wrap-img {
  text-align: center;
  padding-bottom: 1rem;
}
.cid-uB5HrliaC7 .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uB5HrliaC7 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uB5HrliaC7 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uB5HrliaC7 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uB5HrliaC7 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uB5HrliaC7 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uB5HrliaC7 .cloneditem-1,
.cid-uB5HrliaC7 .cloneditem-2,
.cid-uB5HrliaC7 .cloneditem-3,
.cid-uB5HrliaC7 .cloneditem-4,
.cid-uB5HrliaC7 .cloneditem-5 {
  display: none;
}
.cid-uB5HrliaC7 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uB5HrliaC7 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uB5HrliaC7 .carousel-inner {
    opacity: 0.8;
  }
  .cid-uB5HrliaC7 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uB5HrliaC7 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uB5HrliaC7 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uB5HrliaC7 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uB5HrliaC7 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides2 .cloneditem-1,
  .cid-uB5HrliaC7 .carousel-inner.slides2 .cloneditem-2,
  .cid-uB5HrliaC7 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uB5HrliaC7 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uB5HrliaC7 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uB5HrliaC7 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uB5HrliaC7 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uB5HrliaC7 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides3 .cloneditem-1,
  .cid-uB5HrliaC7 .carousel-inner.slides3 .cloneditem-2,
  .cid-uB5HrliaC7 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uB5HrliaC7 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uB5HrliaC7 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uB5HrliaC7 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uB5HrliaC7 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uB5HrliaC7 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides4 .cloneditem-1,
  .cid-uB5HrliaC7 .carousel-inner.slides4 .cloneditem-2,
  .cid-uB5HrliaC7 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uB5HrliaC7 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uB5HrliaC7 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uB5HrliaC7 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uB5HrliaC7 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uB5HrliaC7 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides5 .cloneditem-1,
  .cid-uB5HrliaC7 .carousel-inner.slides5 .cloneditem-2,
  .cid-uB5HrliaC7 .carousel-inner.slides5 .cloneditem-3,
  .cid-uB5HrliaC7 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uB5HrliaC7 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uB5HrliaC7 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uB5HrliaC7 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uB5HrliaC7 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uB5HrliaC7 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uB5HrliaC7 .carousel-inner.slides6 .cloneditem-1,
  .cid-uB5HrliaC7 .carousel-inner.slides6 .cloneditem-2,
  .cid-uB5HrliaC7 .carousel-inner.slides6 .cloneditem-3,
  .cid-uB5HrliaC7 .carousel-inner.slides6 .cloneditem-4,
  .cid-uB5HrliaC7 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uB5HrliaC7 H2 {
  color: #0a1c44;
}
.cid-uB5HrliaC7 .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-uB5HrliaC7 .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-uB5HrliaC7 .carousel-control-prev {
    left: -10px !important;
  }
  .cid-uB5HrliaC7 .carousel-control-next {
    right: -10px !important;
  }
}
.cid-uB5HrliaC7 .mbr-section-title {
  color: #073b4c;
  text-align: center;
}
.cid-uB5HrliaC7 .mbr-section-subtitle {
  color: #0087ab;
}
.cid-uB5HrliaC7 .head_info .mbr-subtitle {
  color: #056678;
  text-align: center;
}
.cid-uB5HrliaC7 .head_info .mbr-section-title {
  color: #073b4c;
  text-align: center;
}
.cid-uB5HrliaC7 .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uziwdClmJ1 {
  background: #f4f8fa !important;
  width: 100%;
  min-height: 130px;
}
.cid-uziwdClmJ1 #firstload {
  position: fixed;
  top: 70vh;
  left: 10vw;
  width: 80vw;
  margin: auto;
}
.cid-uziwdClmJ1 #load {
  display: none;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #056678;
  opacity: 1;
  top: 0vh;
}
.cid-uziwdClmJ1 #loader {
  position: fixed;
  top: 32.5vh;
  left: 42.5vw;
  margin: auto;
  width: 15vw;
  height: 15vw;
  z-index: 9999;
}
.cid-uziwdClmJ1 #loader img {
  width: 100%  !important;
  height: 100%  !important;
  object-fit: contain;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uziwdClmJ1 {
    min-height: 50px;
  }
  .cid-uziwdClmJ1 #loader {
    width: 50vw;
    height: 50vw;
    left: 25vw;
    top: 25vh;
  }
  .cid-uziwdClmJ1 #firstload {
    top: 60vh;
  }
  .cid-uziwdClmJ1 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uziwdClmJ1 .navbar-collapse.collapsing,
  .cid-uziwdClmJ1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uziwdClmJ1 .navbar-collapse.collapsing .navbar-nav,
  .cid-uziwdClmJ1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-uziwdClmJ1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uziwdClmJ1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uziwdClmJ1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uziwdClmJ1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uziwdClmJ1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uziwdClmJ1 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-uziwdClmJ1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uziwdClmJ1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uziwdClmJ1 .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: left;
    justify-content: left;
  }
  .cid-uziwdClmJ1 img {
    height: 3.8rem !important;
  }
  .cid-uziwdClmJ1 .btn {
    display: flex;
  }
  .cid-uziwdClmJ1 button.navbar-toggler {
    display: block;
  }
  .cid-uziwdClmJ1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uziwdClmJ1 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uziwdClmJ1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uziwdClmJ1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uziwdClmJ1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-uziwdClmJ1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: left;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uziwdClmJ1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uziwdClmJ1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uziwdClmJ1 .Lbarup {
  float: left;
  display: block;
  width: 100%;
  height: 1.5rem;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 8px;
  overflow: hidden;
  appearance: none;
}
.cid-uziwdClmJ1 .Lbarup::-webkit-progress-value {
  background-color: #004d5b;
}
.cid-uziwdClmJ1 .Lbarup::-webkit-progress-bar {
  background-color: #fff;
}
.cid-uziwdClmJ1 .Lbarup::-moz-progress-bar {
  background-color: #004d5b;
}
.cid-uziwdClmJ1 .Ltext {
  position: absolute;
  margin-left: 0.35rem;
  font-weight: bold;
  color: #dbcbcb;
  padding-top: 0.2rem;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  display: none;
}
.cid-uziwdClmJ1 .Ctext {
  position: absolute;
  margin-left: 98%;
  font-weight: bold;
  color: #6a6a6a;
  padding-top: 0.1rem;
  font-size: 0.6rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-uziwdClmJ1 .Ctext {
    margin-left: 95%;
  }
}
.cid-uziwdClmJ1 .nav-dropdown .dropdown-item::after {
  right: auto;
}
.cid-uziwdClmJ1 .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uziwdClmJ1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uziwdClmJ1 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uziwdClmJ1 .dropdown-item {
  padding: 0;
}
.cid-uziwdClmJ1 .dropdown-menu {
  border: 0px solid lightgray;
  background: #056678 !important;
}
.cid-uziwdClmJ1 .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uziwdClmJ1 .menu-bottom {
  margin: auto;
  width: 100%;
  background: #056678;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uziwdClmJ1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uziwdClmJ1 a {
  font-style: normal;
}
.cid-uziwdClmJ1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uziwdClmJ1 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
  color: #ffffff;
}
.cid-uziwdClmJ1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uziwdClmJ1 .content-text {
  margin-bottom: 0;
}
.cid-uziwdClmJ1 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uziwdClmJ1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #056678;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uziwdClmJ1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uziwdClmJ1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uziwdClmJ1 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uziwdClmJ1 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uziwdClmJ1 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uziwdClmJ1 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uziwdClmJ1 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uziwdClmJ1 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uziwdClmJ1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uziwdClmJ1 .content-right-side {
  text-align: center;
}
.cid-uziwdClmJ1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uziwdClmJ1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uziwdClmJ1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #056678;
  fill: #056678;
}
.cid-uziwdClmJ1 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uziwdClmJ1 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uziwdClmJ1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uziwdClmJ1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uziwdClmJ1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uziwdClmJ1 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uziwdClmJ1 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uziwdClmJ1 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uziwdClmJ1 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uziwdClmJ1 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uziwdClmJ1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uziwdClmJ1 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uziwdClmJ1 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-uziwdClmJ1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uziwdClmJ1 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uziwdClmJ1 .navbar-toggler {
    display: none;
  }
  .cid-uziwdClmJ1 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uziwdClmJ1 .dropdown-menu {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.cid-uziwdClmJ1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uziwdClmJ1 .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uziwdClmJ1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uziwdClmJ1 .menu-logo {
  margin-right: auto;
}
.cid-uziwdClmJ1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uziwdClmJ1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uziwdClmJ1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uziwdClmJ1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uziwdClmJ1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uziwdClmJ1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uziwdClmJ1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uziwdClmJ1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uziwdClmJ1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uziwdClmJ1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uziwdClmJ1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uziwdClmJ1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uziwdClmJ1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uziwdClmJ1 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uziwdClmJ1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uziwdClmJ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uziwdClmJ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uziwdClmJ1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uziwdClmJ1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uziwdClmJ1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uziwdClmJ1 .navbar.navbar-short {
  min-height: 49px;
  transition: all .2s;
}
.cid-uziwdClmJ1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uziwdClmJ1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uziwdClmJ1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uziwdClmJ1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uziwdClmJ1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uziwdClmJ1 button.navbar-toggler:focus {
  outline: none;
}
.cid-uziwdClmJ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uziwdClmJ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uziwdClmJ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uziwdClmJ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uziwdClmJ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uziwdClmJ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uziwdClmJ1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uziwdClmJ1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uziwdClmJ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uziwdClmJ1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uziwdClmJ1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uziwdClmJ1 .collapsed .btn {
  display: flex;
}
.cid-uziwdClmJ1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uziwdClmJ1 .collapsed .navbar-collapse.collapsing,
.cid-uziwdClmJ1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uziwdClmJ1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uziwdClmJ1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uziwdClmJ1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uziwdClmJ1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uziwdClmJ1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uziwdClmJ1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uziwdClmJ1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uziwdClmJ1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uziwdClmJ1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uziwdClmJ1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uziwdClmJ1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uziwdClmJ1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uziwdClmJ1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uziwdClmJ1 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uziwdClmJ1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uziwdClmJ1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uziwdClmJ1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uziwdClmJ1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uziwdClmJ1 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uziwdClmJ1 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uziwdClmJ1 .nav-link:focus {
  outline: none;
}
.cid-uziwdClmJ1 .navbar-toggler {
  position: relative;
}
.cid-uziwdClmJ1 .dropdown-item.active,
.cid-uziwdClmJ1 .dropdown-item:active {
  background: #056678;
  color: initial;
}
.cid-uziwdClmJ1 nav.navbar {
  position: fixed;
}
.cid-uzpV8Wyr1c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #056678;
}
.cid-uzpV8Wyr1c .container-fluid {
  padding: 0 3rem;
}
.cid-uzpV8Wyr1c .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}
.cid-uzpV8Wyr1c .mbr-list li {
  margin-bottom: 0.6rem;
  color: white;
  font-size: 0.6rem;
}
.cid-uzpV8Wyr1c .handy {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-uzpV8Wyr1c .logo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-uzpV8Wyr1c .mbr-section-title {
  margin-bottom: 1.0rem;
  font-size: 0.8rem;
}
.cid-uzpV8Wyr1c .social-media {
  margin-top: 0.8rem;
}
.cid-uzpV8Wyr1c .social-media ul {
  padding: 0;
  margin-bottom: 1px;
}
.cid-uzpV8Wyr1c .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uzpV8Wyr1c .mbr-text,
.cid-uzpV8Wyr1c .mbr-offer {
  line-height: 1.5;
  color: white;
}
.cid-uzpV8Wyr1c .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uzpV8Wyr1c .container-fluid {
    padding: 0 1rem;
  }
  .cid-uzpV8Wyr1c .mbr-section-title {
    margin-bottom: 1.0rem;
    font-size: 0.8rem;
  }
  .cid-uzpV8Wyr1c .mbr-list {
    margin-bottom: 2rem;
    color: white;
  }
  .cid-uzpV8Wyr1c .mbr-list li {
    margin-bottom: .5rem;
    color: white;
  }
  .cid-uzpV8Wyr1c .handy {
    display: none;
  }
}
.cid-uzpV8Wyr1c .mbr-text,
.cid-uzpV8Wyr1c .social-media,
.cid-uzpV8Wyr1c .logo-section {
  color: #ffffff;
  text-align: center;
}
.cid-uIZZ9c57Ku {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f7fa;
}
.cid-uIZZ9c57Ku .links {
  text-align: center;
  color: #ffffff;
}
.cid-uIZZ9c57Ku p {
  margin: 0;
}
.cid-uIZZ9c57Ku .btn {
  padding: .25rem .5rem !important;
  border-radius: 6px !important;
  width: 100% !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  min-height: 2.2rem !important;
  margin: 0 !important;
  background-color: #056678 !important;
  border-color: #056678 !important;
  color: #ffffff !important;
}
.cid-uLbdQDhWC9.popup-builder {
  background-color: #ffffff;
}
.cid-uLbdQDhWC9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLbdQDhWC9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLbdQDhWC9 .modal-content,
.cid-uLbdQDhWC9 .modal-dialog {
  height: auto;
}
.cid-uLbdQDhWC9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLbdQDhWC9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLbdQDhWC9 .form-wrapper .mbr-form .form-group,
  .cid-uLbdQDhWC9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLbdQDhWC9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLbdQDhWC9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLbdQDhWC9 .mbr-text {
  text-align: center;
  color: #056678;
}
.cid-uLbdQDhWC9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uLbdQDhWC9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLbdQDhWC9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLbdQDhWC9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLbdQDhWC9 .modal-open {
  overflow: hidden;
}
.cid-uLbdQDhWC9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLbdQDhWC9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLbdQDhWC9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLbdQDhWC9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uLbdQDhWC9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLbdQDhWC9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLbdQDhWC9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLbdQDhWC9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uLbdQDhWC9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLbdQDhWC9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLbdQDhWC9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLbdQDhWC9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uLbdQDhWC9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uLbdQDhWC9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbdQDhWC9 .modal-header {
    padding: 1rem;
  }
}
.cid-uLbdQDhWC9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLbdQDhWC9 .modal-header .close svg {
  fill: #353535;
}
.cid-uLbdQDhWC9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uLbdQDhWC9 .modal-header .close:focus {
  outline: none;
}
.cid-uLbdQDhWC9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073b4c;
}
.cid-uLbdQDhWC9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLbdQDhWC9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbdQDhWC9 .modal-body {
    padding: 1rem;
  }
}
.cid-uLbdQDhWC9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uLbdQDhWC9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbdQDhWC9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uLbdQDhWC9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLbdQDhWC9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLbdQDhWC9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLbdQDhWC9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLbdQDhWC9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLbdQDhWC9 .modal-lg,
  .cid-uLbdQDhWC9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLbdQDhWC9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLbdQDhWC9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLbdQDhWC9 .form-group {
  margin-bottom: 1rem;
}
.cid-uLbdQDhWC9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLbdQDhWC9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLbdQDhWC9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uLbdQDhWC9 .mbr-section-btn {
  margin: 0;
}
.cid-uLbdQDhWC9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uLbdQDhWC9 textarea {
  min-height: 80px;
}
.cid-uLbdQDhWC9 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #0087ab;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uLbdQDhWC9 .form-control,
.cid-uLbdQDhWC9 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uLbdQDhWC9 .form-control input::-webkit-input-placeholder,
.cid-uLbdQDhWC9 .field-input input::-webkit-input-placeholder,
.cid-uLbdQDhWC9 .form-control textarea::-webkit-input-placeholder,
.cid-uLbdQDhWC9 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uLbdQDhWC9 .form-control input:-moz-placeholder,
.cid-uLbdQDhWC9 .field-input input:-moz-placeholder,
.cid-uLbdQDhWC9 .form-control textarea:-moz-placeholder,
.cid-uLbdQDhWC9 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uLbdQDhWC9 .form-control:hover,
.cid-uLbdQDhWC9 .field-input:hover,
.cid-uLbdQDhWC9 .form-control:focus,
.cid-uLbdQDhWC9 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uLbdQDhWC9 .form-control:hover input::-webkit-input-placeholder,
.cid-uLbdQDhWC9 .field-input:hover input::-webkit-input-placeholder,
.cid-uLbdQDhWC9 .form-control:focus input::-webkit-input-placeholder,
.cid-uLbdQDhWC9 .field-input:focus input::-webkit-input-placeholder,
.cid-uLbdQDhWC9 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uLbdQDhWC9 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uLbdQDhWC9 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uLbdQDhWC9 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uLbdQDhWC9 .form-control:hover input:-moz-placeholder,
.cid-uLbdQDhWC9 .field-input:hover input:-moz-placeholder,
.cid-uLbdQDhWC9 .form-control:focus input:-moz-placeholder,
.cid-uLbdQDhWC9 .field-input:focus input:-moz-placeholder,
.cid-uLbdQDhWC9 .form-control:hover textarea:-moz-placeholder,
.cid-uLbdQDhWC9 .field-input:hover textarea:-moz-placeholder,
.cid-uLbdQDhWC9 .form-control:focus textarea:-moz-placeholder,
.cid-uLbdQDhWC9 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uLbdQDhWC9 .jq-number__spin:hover,
.cid-uLbdQDhWC9 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uLbdQDhWC9 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uLbdQDhWC9 .jq-selectbox li,
.cid-uLbdQDhWC9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uLbdQDhWC9 .jq-selectbox li:hover,
.cid-uLbdQDhWC9 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uLbdQDhWC9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uLbdQDhWC9 .jq-number__spin.minus:hover:after,
.cid-uLbdQDhWC9 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uLbdQDhWC9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uLbdQDhWC9 .jq-number__spin.minus:after,
.cid-uLbdQDhWC9 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uLbdQDhWC9 input::-webkit-clear-button {
  display: none;
}
.cid-uLbdQDhWC9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uLbdQDhWC9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uLbdQDhWC9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uLbdQDhWC9 .head_info .mbr-section-title {
  color: #0a1c44;
}
.cid-uLbdQDhWC9 .middle-md span {
  padding-right: .5rem;
}
@media (min-width: 772px) {
  .cid-uLbdQDhWC9 .middle-md {
    padding: 0 !important;
  }
  .cid-uLbdQDhWC9 .middle-md span {
    padding-right: 0;
  }
}
.cid-uzjuikqITL.popup-builder {
  background-color: #ffffff;
}
.cid-uzjuikqITL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzjuikqITL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzjuikqITL .modal-content,
.cid-uzjuikqITL .modal-dialog {
  height: auto;
}
.cid-uzjuikqITL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzjuikqITL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzjuikqITL .form-wrapper .mbr-form .form-group,
  .cid-uzjuikqITL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzjuikqITL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzjuikqITL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzjuikqITL .mbr-text {
  text-align: center;
  color: #056678;
}
.cid-uzjuikqITL .pt-0 {
  padding-top: 0 !important;
}
.cid-uzjuikqITL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzjuikqITL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzjuikqITL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzjuikqITL .modal-open {
  overflow: hidden;
}
.cid-uzjuikqITL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzjuikqITL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzjuikqITL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzjuikqITL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzjuikqITL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzjuikqITL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzjuikqITL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzjuikqITL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzjuikqITL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzjuikqITL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzjuikqITL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzjuikqITL .modal-backdrop.show {
  opacity: .5;
}
.cid-uzjuikqITL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzjuikqITL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzjuikqITL .modal-header {
    padding: 1rem;
  }
}
.cid-uzjuikqITL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzjuikqITL .modal-header .close svg {
  fill: #353535;
}
.cid-uzjuikqITL .modal-header .close:hover {
  opacity: 1;
}
.cid-uzjuikqITL .modal-header .close:focus {
  outline: none;
}
.cid-uzjuikqITL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073b4c;
}
.cid-uzjuikqITL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzjuikqITL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzjuikqITL .modal-body {
    padding: 1rem;
  }
}
.cid-uzjuikqITL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzjuikqITL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzjuikqITL .modal-footer {
    padding: 1rem;
  }
}
.cid-uzjuikqITL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzjuikqITL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzjuikqITL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzjuikqITL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzjuikqITL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzjuikqITL .modal-lg,
  .cid-uzjuikqITL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzjuikqITL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzjuikqITL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzjuikqITL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzjuikqITL .form-group {
  margin-bottom: 1rem;
}
.cid-uzjuikqITL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzjuikqITL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzjuikqITL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzjuikqITL .mbr-section-btn {
  margin: 0;
}
.cid-uzjuikqITL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzjuikqITL LABEL {
  color: #056678;
}
.cid-uIEIItly9V.popup-builder {
  background-color: #ffffff;
}
.cid-uIEIItly9V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIEIItly9V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIEIItly9V .modal-content,
.cid-uIEIItly9V .modal-dialog {
  height: auto;
}
.cid-uIEIItly9V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIEIItly9V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIEIItly9V .form-wrapper .mbr-form .form-group,
  .cid-uIEIItly9V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIEIItly9V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIEIItly9V .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIEIItly9V .mbr-text {
  text-align: center;
  color: #056678;
}
.cid-uIEIItly9V .pt-0 {
  padding-top: 0 !important;
}
.cid-uIEIItly9V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIEIItly9V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIEIItly9V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIEIItly9V .modal-open {
  overflow: hidden;
}
.cid-uIEIItly9V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIEIItly9V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIEIItly9V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIEIItly9V .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uIEIItly9V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIEIItly9V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIEIItly9V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIEIItly9V .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uIEIItly9V .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIEIItly9V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIEIItly9V .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIEIItly9V .modal-backdrop.show {
  opacity: .5;
}
.cid-uIEIItly9V .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uIEIItly9V .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIEIItly9V .modal-header {
    padding: 1rem;
  }
}
.cid-uIEIItly9V .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIEIItly9V .modal-header .close svg {
  fill: #353535;
}
.cid-uIEIItly9V .modal-header .close:hover {
  opacity: 1;
}
.cid-uIEIItly9V .modal-header .close:focus {
  outline: none;
}
.cid-uIEIItly9V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073b4c;
}
.cid-uIEIItly9V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIEIItly9V .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIEIItly9V .modal-body {
    padding: 1rem;
  }
}
.cid-uIEIItly9V .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIEIItly9V .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIEIItly9V .modal-footer {
    padding: 1rem;
  }
}
.cid-uIEIItly9V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIEIItly9V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIEIItly9V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIEIItly9V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIEIItly9V .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIEIItly9V .modal-lg,
  .cid-uIEIItly9V .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIEIItly9V .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIEIItly9V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIEIItly9V .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uIEIItly9V .form-group {
  margin-bottom: 1rem;
}
.cid-uIEIItly9V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIEIItly9V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIEIItly9V .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uIEIItly9V .mbr-section-btn {
  margin: 0;
}
.cid-uIEIItly9V .mbr-section-btn .btn {
  margin: 0;
}
.cid-uEHffgSLh9.popup-builder {
  background-color: #ffffff;
}
.cid-uEHffgSLh9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 10;
}
.cid-uEHffgSLh9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uEHffgSLh9 .modal-content,
.cid-uEHffgSLh9 .modal-dialog {
  height: auto;
}
.cid-uEHffgSLh9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uEHffgSLh9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uEHffgSLh9 .form-wrapper .mbr-form .form-group,
  .cid-uEHffgSLh9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uEHffgSLh9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uEHffgSLh9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEHffgSLh9 .mbr-text {
  text-align: center;
  color: #056678;
}
.cid-uEHffgSLh9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uEHffgSLh9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uEHffgSLh9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uEHffgSLh9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uEHffgSLh9 .modal-open {
  overflow: hidden;
}
.cid-uEHffgSLh9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uEHffgSLh9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uEHffgSLh9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uEHffgSLh9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uEHffgSLh9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uEHffgSLh9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uEHffgSLh9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uEHffgSLh9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uEHffgSLh9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uEHffgSLh9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uEHffgSLh9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uEHffgSLh9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uEHffgSLh9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uEHffgSLh9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uEHffgSLh9 .modal-header .close:focus {
  outline: none;
}
.cid-uEHffgSLh9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073b4c;
}
.cid-uEHffgSLh9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uEHffgSLh9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uEHffgSLh9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uEHffgSLh9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uEHffgSLh9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uEHffgSLh9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uEHffgSLh9 .modal-sm {
    max-width: 300px;
  }
  .cid-uEHffgSLh9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uEHffgSLh9 .modal-lg,
  .cid-uEHffgSLh9 .modal-xl {
    max-width: 800px;
  }
  .cid-uEHffgSLh9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uEHffgSLh9 .modal-xl {
    max-width: 1140px;
  }
  .cid-uEHffgSLh9 .container {
    max-width: 1140px;
  }
}
.cid-uEHffgSLh9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uEHffgSLh9 .container {
    max-width: 720px;
  }
}
.cid-uEHffgSLh9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uEHffgSLh9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uEHffgSLh9 .form-group {
  margin-bottom: 1rem;
}
.cid-uEHffgSLh9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uEHffgSLh9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uEHffgSLh9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uEHffgSLh9 .btn {
  font-size: 12px !important;
}
.cid-uLE7apu8gw.popup-builder {
  background-color: #ffffff;
}
.cid-uLE7apu8gw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLE7apu8gw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLE7apu8gw .modal-content,
.cid-uLE7apu8gw .modal-dialog {
  height: auto;
}
.cid-uLE7apu8gw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLE7apu8gw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLE7apu8gw .form-wrapper .mbr-form .form-group,
  .cid-uLE7apu8gw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLE7apu8gw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLE7apu8gw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLE7apu8gw .mbr-text {
  text-align: center;
}
.cid-uLE7apu8gw .pt-0 {
  padding-top: 0 !important;
}
.cid-uLE7apu8gw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLE7apu8gw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLE7apu8gw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLE7apu8gw .modal-open {
  overflow: hidden;
}
.cid-uLE7apu8gw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLE7apu8gw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLE7apu8gw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLE7apu8gw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uLE7apu8gw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLE7apu8gw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLE7apu8gw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLE7apu8gw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uLE7apu8gw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLE7apu8gw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLE7apu8gw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLE7apu8gw .modal-backdrop.show {
  opacity: .5;
}
.cid-uLE7apu8gw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uLE7apu8gw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLE7apu8gw .modal-header {
    padding: 1rem;
  }
}
.cid-uLE7apu8gw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLE7apu8gw .modal-header .close svg {
  fill: #353535;
}
.cid-uLE7apu8gw .modal-header .close:hover {
  opacity: 1;
}
.cid-uLE7apu8gw .modal-header .close:focus {
  outline: none;
}
.cid-uLE7apu8gw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073b4c;
}
.cid-uLE7apu8gw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLE7apu8gw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLE7apu8gw .modal-body {
    padding: 1rem;
  }
}
.cid-uLE7apu8gw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uLE7apu8gw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLE7apu8gw .modal-footer {
    padding: 1rem;
  }
}
.cid-uLE7apu8gw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLE7apu8gw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLE7apu8gw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLE7apu8gw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLE7apu8gw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLE7apu8gw .modal-lg,
  .cid-uLE7apu8gw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLE7apu8gw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLE7apu8gw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLE7apu8gw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uLE7apu8gw .form-group {
  margin-bottom: 1rem;
}
.cid-uLE7apu8gw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLE7apu8gw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLE7apu8gw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uLE7apu8gw .mbr-section-btn {
  margin: 0;
}
.cid-uLE7apu8gw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBmGLu3t0c {
  background: #f4f8fa !important;
  width: 100%;
  min-height: 130px;
}
.cid-uBmGLu3t0c #Ffirstload {
  position: fixed;
  top: 70vh;
  left: 10vw;
  width: 80vw;
  margin: auto;
}
.cid-uBmGLu3t0c #Fload {
  display: none;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #056678;
  opacity: 1;
  top: 0;
}
.cid-uBmGLu3t0c #Floader {
  position: fixed;
  top: 32.5vh;
  left: 42.5vw;
  margin: auto;
  width: 15vw;
  height: 15vw;
  z-index: 9999;
}
.cid-uBmGLu3t0c #Floader img {
  width: 100%  !important;
  height: 100%  !important;
  object-fit: contain;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uBmGLu3t0c {
    min-height: 50px;
  }
  .cid-uBmGLu3t0c #Floader {
    width: 50vw;
    height: 50vw;
    left: 25vw;
    top: 25vh;
  }
  .cid-uBmGLu3t0c #Ffirstload {
    top: 60vh;
  }
  .cid-uBmGLu3t0c .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uBmGLu3t0c .navbar-collapse.collapsing,
  .cid-uBmGLu3t0c .navbar-collapse.show {
    display: block !important;
  }
  .cid-uBmGLu3t0c .navbar-collapse.collapsing .navbar-nav,
  .cid-uBmGLu3t0c .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-uBmGLu3t0c .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uBmGLu3t0c .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uBmGLu3t0c .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uBmGLu3t0c .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uBmGLu3t0c .navbar-collapse.collapsing .navbar-buttons,
  .cid-uBmGLu3t0c .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-uBmGLu3t0c .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uBmGLu3t0c .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uBmGLu3t0c .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: left;
    justify-content: left;
  }
  .cid-uBmGLu3t0c img {
    height: 3.8rem !important;
  }
  .cid-uBmGLu3t0c .btn {
    display: flex;
  }
  .cid-uBmGLu3t0c button.navbar-toggler {
    display: block;
  }
  .cid-uBmGLu3t0c .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uBmGLu3t0c .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uBmGLu3t0c .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uBmGLu3t0c .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uBmGLu3t0c .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-uBmGLu3t0c .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: left;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uBmGLu3t0c .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uBmGLu3t0c .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uBmGLu3t0c .Lbarup {
  float: left;
  display: block;
  width: 100%;
  height: 1.5rem;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 8px;
  overflow: hidden;
  appearance: none;
}
.cid-uBmGLu3t0c .Lbarup::-webkit-progress-value {
  background-color: #004d5b;
}
.cid-uBmGLu3t0c .Lbarup::-webkit-progress-bar {
  background-color: #fff;
}
.cid-uBmGLu3t0c .Lbarup::-moz-progress-bar {
  background-color: #004d5b;
}
.cid-uBmGLu3t0c .Ltext {
  position: absolute;
  width: 100%;
  font-weight: bold;
  color: #dbcbcb;
  padding-top: 0.25rem;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.cid-uBmGLu3t0c .Ctext {
  position: absolute;
  margin-left: 98%;
  font-weight: bold;
  color: #6a6a6a;
  padding-top: 0.1rem;
  font-size: 0.6rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-uBmGLu3t0c .Ctext {
    margin-left: 95%;
  }
}
.cid-uBmGLu3t0c .nav-dropdown .dropdown-item::after {
  right: auto;
}
.cid-uBmGLu3t0c .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uBmGLu3t0c .navbar-fixed-top {
  padding-top: 0;
}
.cid-uBmGLu3t0c .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uBmGLu3t0c .dropdown-item {
  padding: 0;
}
.cid-uBmGLu3t0c .dropdown-menu {
  border: 0px solid lightgray;
  background: #056678 !important;
}
.cid-uBmGLu3t0c .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uBmGLu3t0c .menu-bottom {
  margin: auto;
  width: 100%;
  background: #056678;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBmGLu3t0c .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uBmGLu3t0c a {
  font-style: normal;
}
.cid-uBmGLu3t0c .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uBmGLu3t0c .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
  color: #ffffff;
}
.cid-uBmGLu3t0c .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBmGLu3t0c .content-text {
  margin-bottom: 0;
}
.cid-uBmGLu3t0c .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uBmGLu3t0c .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #056678;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uBmGLu3t0c .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uBmGLu3t0c .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uBmGLu3t0c .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uBmGLu3t0c .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uBmGLu3t0c .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uBmGLu3t0c .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uBmGLu3t0c .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBmGLu3t0c .nav-dropdown .link {
  font-weight: 400;
}
.cid-uBmGLu3t0c .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uBmGLu3t0c .content-right-side {
  text-align: center;
}
.cid-uBmGLu3t0c .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uBmGLu3t0c .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uBmGLu3t0c .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #056678;
  fill: #056678;
}
.cid-uBmGLu3t0c .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uBmGLu3t0c .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBmGLu3t0c .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uBmGLu3t0c .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uBmGLu3t0c .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uBmGLu3t0c .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uBmGLu3t0c .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uBmGLu3t0c .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uBmGLu3t0c .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBmGLu3t0c .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uBmGLu3t0c .navbar {
    display: block;
    padding: 0;
  }
  .cid-uBmGLu3t0c .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBmGLu3t0c .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-uBmGLu3t0c .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uBmGLu3t0c .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uBmGLu3t0c .navbar-toggler {
    display: none;
  }
  .cid-uBmGLu3t0c .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBmGLu3t0c .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uBmGLu3t0c .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBmGLu3t0c .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uBmGLu3t0c .menu-logo {
  margin-right: auto;
}
.cid-uBmGLu3t0c .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBmGLu3t0c .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uBmGLu3t0c .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uBmGLu3t0c .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uBmGLu3t0c .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uBmGLu3t0c .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uBmGLu3t0c .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uBmGLu3t0c .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uBmGLu3t0c .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBmGLu3t0c .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uBmGLu3t0c .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uBmGLu3t0c .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uBmGLu3t0c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBmGLu3t0c .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uBmGLu3t0c .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBmGLu3t0c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBmGLu3t0c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uBmGLu3t0c .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uBmGLu3t0c .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBmGLu3t0c .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uBmGLu3t0c .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uBmGLu3t0c .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uBmGLu3t0c .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uBmGLu3t0c .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uBmGLu3t0c .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uBmGLu3t0c button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBmGLu3t0c button.navbar-toggler:focus {
  outline: none;
}
.cid-uBmGLu3t0c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBmGLu3t0c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBmGLu3t0c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBmGLu3t0c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBmGLu3t0c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBmGLu3t0c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBmGLu3t0c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBmGLu3t0c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBmGLu3t0c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBmGLu3t0c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBmGLu3t0c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBmGLu3t0c .collapsed .btn {
  display: flex;
}
.cid-uBmGLu3t0c .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uBmGLu3t0c .collapsed .navbar-collapse.collapsing,
.cid-uBmGLu3t0c .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uBmGLu3t0c .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uBmGLu3t0c .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uBmGLu3t0c .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uBmGLu3t0c .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uBmGLu3t0c .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uBmGLu3t0c .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uBmGLu3t0c .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uBmGLu3t0c .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uBmGLu3t0c .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uBmGLu3t0c .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uBmGLu3t0c .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uBmGLu3t0c .collapsed button.navbar-toggler {
  display: block;
}
.cid-uBmGLu3t0c .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uBmGLu3t0c .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uBmGLu3t0c .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uBmGLu3t0c .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uBmGLu3t0c .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uBmGLu3t0c .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uBmGLu3t0c .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBmGLu3t0c .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uBmGLu3t0c .nav-link:focus {
  outline: none;
}
.cid-uBmGLu3t0c .navbar-toggler {
  position: relative;
}
.cid-uBmGLu3t0c .dropdown-item.active,
.cid-uBmGLu3t0c .dropdown-item:active {
  background: #056678;
  color: initial;
}
.cid-uBmGLu3t0c nav.navbar {
  position: fixed;
}
.cid-uJhOGKYXkF {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  flex: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJhOGKYXkF {
    padding-top: 5.4px;
  }
}
.cid-uJhOGKYXkF svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(3.5, 2.1);
}
.cid-uJhOGKYXkF #e1_ellipse {
  fill: #5da2b5 !important;
}
.cid-uJhOGKYXkF img {
  display: none;
  width: 70%;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
}
@media (max-width: 576px) {
  .cid-uJhOGKYXkF img {
    display: none;
  }
}
.cid-uJhOGKYXkF H3 {
  color: #ff4a52;
  text-align: left;
}
.cid-uJhOGKYXkF .mbr-text,
.cid-uJhOGKYXkF .mbr-section-btn {
  color: #000000;
}
.cid-uJhOGKYXkF .just {
  text-align: left;
}
.cid-uJhOGKYXkF .just-left {
  text-align: left !important;
  line-height: 1.2 !important;
}
.cid-uJhOGKYXkF H2 {
  color: #0a1c44;
}
.cid-uJhOGKYXkF p {
  line-height: 1.6;
}
.cid-uJhOGKYXkF .mbr-text {
  font-style: normal;
  line-height: 1.3;
  color: #656565;
  text-align: left;
}
.cid-uJhOGKYXkF .mbr-section-subtitle,
.cid-uJhOGKYXkF .mbr-section-title {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-uJhOGKYXkF img {
    margin-bottom: 4rem;
    margin-top: 1rem;
  }
}
.cid-uJhOGKYXkF .mbr-section-subtitle {
  font-weight: 500;
  color: #073b4c;
  text-align: left;
}
.cid-uJhOGLztJd {
  padding-top: 48px;
  padding-bottom: 30px;
  background-color: "file:///C:/Users/Asspi/AppData/Local/Mobirise.com/Mobirise/projects/project-2025-04-29_120750/assets/images/background1-3.jpg";
}
.cid-uJhOGLztJd .container-fluid {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uJhOGLztJd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uJhOGLztJd .card {
  display: block;
}
.cid-uJhOGLztJd .card .card-wrapper {
  height: 1%;
}
.cid-uJhOGLztJd .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
}
.cid-uJhOGLztJd .card .card-wrapper .card-img img {
  transition: all .5s;
  max-height: 15rem;
  object-fit: cover;
  object-position: top;
}
.cid-uJhOGLztJd .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-uJhOGLztJd .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uJhOGLztJd .text-row {
    padding-bottom: 1.5rem;
  }
  .cid-uJhOGLztJd .mbr-text:not(.logo-title):not(.logo):not(.logo-sub-title) {
    text-align: justify !important;
  }
}
.cid-uJhOGLztJd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJhOGLztJd .mbr-text,
.cid-uJhOGLztJd .card-btn {
  text-align: left;
}
.cid-uJhOGLztJd h4 {
  font-size: 1.25rem;
}
.cid-uJhOGLztJd .limited-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-height: 1.5;
  max-height: calc(7.5em);
  margin: 0;
}
.cid-uJhOGLztJd .limited-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none;
}
.cid-uJhOGLztJd .read-more {
  display: block;
  color: blue;
  cursor: pointer;
  margin-top: 10px;
}
.cid-uJhOGLztJd .read-more.hidden {
  display: none;
}
.cid-uJhOGLztJd .logo-title,
.cid-uJhOGLztJd .logo {
  text-align: center;
  color: #0a1c44;
}
.cid-uJhOGLztJd .logo-sub-title {
  text-align: center;
  color: #056678;
}
@media (min-width: 576px) {
  .cid-uJhOGLztJd .container-fluid {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cid-uJhOGLztJd .container-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-uJhOGLztJd .container-fluid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uJhOGLztJd .container-fluid {
    max-width: 1140px;
  }
}
.cid-uJhOGLQWqu {
  background-color: #f4f8fa;
}
.cid-uJhOGLQWqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhOGLQWqu .container {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-uJhOGLQWqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhOGLQWqu .row {
  background: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
}
.cid-uJhOGLQWqu li:not(.Sprachubersetzungen):hover {
  cursor: pointer;
}
.cid-uJhOGLQWqu li {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
@media (min-width: 1200px) {
  .cid-uJhOGLQWqu .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uJhOGLQWqu .mbr-iconfont {
  color: #073b4c;
  opacity: 1;
  transition: all 0.3s;
  width: 1.3rem;
}
.cid-uJhOGLQWqu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJhOGLQWqu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJhOGLQWqu .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhOGLQWqu .row {
    text-align: left;
    padding: 0.25rem;
    padding-top: 2rem;
    padding-bottom: .5rem;
    background: #f4f8fa;
    border-radius: 0px;
    box-shadow: 0 -10px 6px -6px rgba(17, 46, 112, 0.35);
  }
  .cid-uJhOGLQWqu .social-row {
    justify-content: left;
  }
  .cid-uJhOGLQWqu .container {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 1rem;
  }
}
.cid-uJhOGLQWqu .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
}
.cid-uJhOGLQWqu .list,
.cid-uJhOGLQWqu .mbr-text {
  color: #000000;
}
.cid-uJhOGLQWqu .limited-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: calc(1.5em);
  margin: 0;
}
.cid-uJhOGLQWqu .limited-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none;
}
.cid-uJhOGLQWqu #sprachdiv {
  padding-top: 1rem;
}
.cid-uJhOGLQWqu .read-more {
  display: block;
  color: blue;
  cursor: pointer;
  margin-top: 10px;
}
.cid-uJhOGLQWqu .read-more.hidden {
  display: none;
}
.cid-uJhOGLQWqu a {
  color: black;
}
.cid-uJhOGLQWqu a:hover {
  color: #056678;
  transition: all 0.3s;
}
.cid-uJhOGMjV5u {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-uJhOGMjV5u .container {
  padding-top: 40px;
  top: -3rem;
  display: relative;
  max-width: 100%;
  height: 10rem;
  overflow: hidden;
}
.cid-uJhOGMjV5u .box {
  height: 50%;
  background: #f4f8fa;
  width: 110%;
  padding-top: 0px;
  position: relative;
  left: -20px;
  padding-left: 15px;
}
.cid-uJhOGMjV5u .boxz {
  position: relative;
  height: 50%;
  background: transparent;
  width: 110%;
  padding-bottom: 0px;
  left: -20px;
  padding-left: 15px;
}
.cid-uJhOGMjV5u .schraege {
  overflow: hidden;
  position: relative;
  height: 5rem;
  width: 130%;
  top: -9.7rem;
  left: -20px;
  padding-top: 40px;
  padding-left: 15px;
  background: linear-gradient(to bottom, #073b4c, #00b0c8);
  -webkit-transform: rotate(-2deg);
}
.cid-uJhOGMDfBR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-uJhOGMDfBR H3 {
  color: #073b4c;
}
.cid-uJhOGMDfBR .mbr-text,
.cid-uJhOGMDfBR .mbr-section-btn {
  color: #000000;
}
.cid-uJhOGMDfBR .img-box {
  position: relative;
}
.cid-uJhOGMDfBR .card-ico span {
  font-size: 96px;
  color: #056678;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uJhOGMDfBR .card-ico .ico1 {
  background-color: #056678;
}
.cid-uJhOGMDfBR .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 2.5rem !important;
}
.cid-uJhOGMDfBR .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-uJhOGMDfBR img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
}
@media (max-width: 576px) {
  .cid-uJhOGMDfBR .author-box {
    justify-content: center;
  }
  .cid-uJhOGMDfBR .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uJhOGMDfBR .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-uJhOGMDfBR .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uJhOGMDfBR .card-ico span {
    margin-right: 0rem;
  }
}
.cid-uJhOGMDfBR .author-box {
  display: flex;
  flex-direction: row;
}
.cid-uJhOGMDfBR .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-uJhOGMDfBR .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-uJhOGMDfBR h4 {
  margin: 0;
  padding: 0;
}
.cid-uJhOGMDfBR .card-title {
  color: #232323;
}
.cid-uJhOGMDfBR H4,
.cid-uJhOGMDfBR .mbr-section-subtitle {
  color: #056678;
}
.cid-uJhOGMDfBR p {
  color: black;
  text-align: justify;
}
.cid-uJhOGMDfBR ul {
  padding-left: 1.1rem;
}
@media (max-width: 991px) {
  .cid-uJhOGMDfBR img {
    margin-bottom: 4rem;
  }
  .cid-uJhOGMDfBR .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uJhOGMDfBR .btn {
  background-color: #bd350b !important;
  border-color: #fff !important;
}
.cid-uJhOGMDfBR .btn:hover {
  color: #eaeaea !important;
}
.cid-uJhOGN1lXc {
  background-color: #f5f7fa;
}
.cid-uJhOGN1lXc .container {
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uJhOGN1lXc .h3 {
  text-align: left;
  word-break: inherit;
}
.cid-uJhOGN1lXc .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uJhOGN1lXc .mbr-content-title {
  color: #8d97ad;
}
.cid-uJhOGN1lXc .panel-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJhOGN1lXc .card {
  word-wrap: break-word;
}
.cid-uJhOGN1lXc .mbr-iconfont {
  font-size: 1.9rem;
  color: #188ef4;
  padding-right: .25rem;
}
.cid-uJhOGN1lXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhOGN1lXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhOGN1lXc .display-1 {
  font-size: 1.9rem;
  font-weight: bold;
  padding-top: .25rem;
}
.cid-uJhOGN1lXc .display-7 {
  font-weight: 600;
  font-size: 0.7rem;
}
.cid-uJhOGN1lXc h3 {
  margin-bottom: 0rem;
}
.cid-uJhOGN1lXc H3 {
  color: #073b4c;
}
.cid-uJhOGN1lXc .mobile {
  display: none;
}
@media (max-width: 776px) {
  .cid-uJhOGN1lXc .desktop {
    display: none;
  }
  .cid-uJhOGN1lXc .mobile {
    display: block;
  }
}
.cid-uJhOGNrUWi {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-uJhOGNrUWi .note {
  font-size: 0.4rem;
  vertical-align: text-top;
}
.cid-uJhOGNrUWi .head_info {
  text-align: center;
  margin-bottom: 0;
}
.cid-uJhOGNrUWi .head_info .mbr-subtitle {
  color: #056678;
  margin-bottom: 10px;
}
.cid-uJhOGNrUWi .head_info .mbr-subtitle.display-4 {
  line-height: 1.2;
  font-weight: 500;
  color: #056678;
}
.cid-uJhOGNrUWi .head_info .mbr-section-title {
  color: #0a1c44;
  font-weight: 700;
}
.cid-uJhOGNrUWi .head_info .mbr-section-title.display-2 {
  letter-spacing: -0.5px;
}
.cid-uJhOGNrUWi .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #f4f8fa;
}
.cid-uJhOGNrUWi .head_info .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-uJhOGNrUWi .plan {
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
  position: relative;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 10px;
}
.cid-uJhOGNrUWi .plan .plan-title {
  background-color: #056678;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  display: block;
}
.cid-uJhOGNrUWi .plan .plan-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-uJhOGNrUWi .plan .icon_box {
  display: block;
  text-align: center;
}
.cid-uJhOGNrUWi .plan .icon_box .ico1 {
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -40px;
  background: #fff;
  color: #0a1c44;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.cid-uJhOGNrUWi .plan .plan-price {
  color: #28303f;
}
.cid-uJhOGNrUWi .plan .plan-price .price-figure {
  font-weight: 700;
  display: inline-block;
}
.cid-uJhOGNrUWi .plan .plan-price .price-figure.display-1 {
  font-size: 50px;
  line-height: 50px;
}
.cid-uJhOGNrUWi .plan .plan-price .price-value {
  font-weight: 600;
  line-height: 1.5;
}
.cid-uJhOGNrUWi .plan .plan-price .price-term {
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-uJhOGNrUWi .plan .plan-list {
  padding: 30px 40px;
}
.cid-uJhOGNrUWi .plan .plan-list .list-group {
  color: #f4f8fa;
}
.cid-uJhOGNrUWi .plan .plan-list .list-group-item {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 7.5px 0;
}
.cid-uJhOGNrUWi .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-uJhOGNrUWi .plan .plan-list .list-group.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uJhOGNrUWi .plan .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-uJhOGNrUWi .plan .mbr-section-btn .btn {
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 2em;
}
.cid-uJhOGNrUWi .plan .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-uJhOGNrUWi .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #344cf1 !important;
}
.cid-uJhOGNrUWi .plan:nth-child(2) .plan-title {
  background-color: #073b4c;
}
@media (max-width: 550px) {
  .cid-uJhOGNrUWi .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uJhOGNrUWi .plan .plan-list .list-group,
.cid-uJhOGNrUWi .mbr-section-btn {
  text-align: center;
  color: #056678;
}
.cid-uJhOGNrUWi .head_info .mbr-section-text {
  color: #232323;
  text-align: center;
}
.cid-uJhOGNrUWi .mbr-subtitle {
  font-weight: 500;
  color: #056678;
  line-height: 1.2;
}
.cid-uJhOGNrUWi .display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
@media (max-width: 991px) {
  .cid-uJhOGNrUWi .plan {
    max-width: unset;
    margin: 1rem !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    width: 100% !important;
  }
}
.cid-uJhOGNrUWi .media-container-row {
  justify-content: space-between !important;
}
.cid-uJhOGNrUWi .head_info .mbr-section-title {
  color: #073b4c;
}
.cid-uJhOGNrUWi .display-1 {
  line-height: 1rem !important;
}
.cid-uJhOGNrUWi .plan-100 {
  width: 100%;
}
.cid-uJhOGNrUWi .plan-49 {
  width: 49%;
}
.cid-uJhOGNrUWi .plan-32 {
  width: 32%;
}
.cid-uJhOGNrUWi .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uJhOGNXgt6 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-uJhOGNXgt6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uJhOGNXgt6 h5 {
  padding-bottom: 2rem;
}
.cid-uJhOGNXgt6 textarea {
  min-height: 150px;
}
.cid-uJhOGNXgt6 .checkbox {
  padding-left: 2rem;
}
.cid-uJhOGNXgt6 .checkboxer {
  padding-left: 0.7rem;
}
.cid-uJhOGNXgt6 .head_info {
  text-align: center;
  margin-bottom: 10px;
}
.cid-uJhOGNXgt6 .head_info .mbr-subtitle {
  color: #056678;
  margin-bottom: 10px;
}
.cid-uJhOGNXgt6 .head_info .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-uJhOGNXgt6 .head_info .mbr-section-title {
  margin-bottom: 2rem;
  color: #0a1c44;
  font-weight: 700;
}
.cid-uJhOGNXgt6 .head_info .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-uJhOGNXgt6 .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #f4f8fa;
}
.cid-uJhOGNXgt6 .head_info .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-uJhOGNXgt6 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #0087ab;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uJhOGNXgt6 h6 {
  display: inline-block;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
}
.cid-uJhOGNXgt6 .form-control,
.cid-uJhOGNXgt6 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uJhOGNXgt6 .form-control input::-webkit-input-placeholder,
.cid-uJhOGNXgt6 .field-input input::-webkit-input-placeholder,
.cid-uJhOGNXgt6 .form-control textarea::-webkit-input-placeholder,
.cid-uJhOGNXgt6 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uJhOGNXgt6 .form-control input:-moz-placeholder,
.cid-uJhOGNXgt6 .field-input input:-moz-placeholder,
.cid-uJhOGNXgt6 .form-control textarea:-moz-placeholder,
.cid-uJhOGNXgt6 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uJhOGNXgt6 .form-control:hover,
.cid-uJhOGNXgt6 .field-input:hover,
.cid-uJhOGNXgt6 .form-control:focus,
.cid-uJhOGNXgt6 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uJhOGNXgt6 .form-control:hover input::-webkit-input-placeholder,
.cid-uJhOGNXgt6 .field-input:hover input::-webkit-input-placeholder,
.cid-uJhOGNXgt6 .form-control:focus input::-webkit-input-placeholder,
.cid-uJhOGNXgt6 .field-input:focus input::-webkit-input-placeholder,
.cid-uJhOGNXgt6 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uJhOGNXgt6 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uJhOGNXgt6 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uJhOGNXgt6 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uJhOGNXgt6 .form-control:hover input:-moz-placeholder,
.cid-uJhOGNXgt6 .field-input:hover input:-moz-placeholder,
.cid-uJhOGNXgt6 .form-control:focus input:-moz-placeholder,
.cid-uJhOGNXgt6 .field-input:focus input:-moz-placeholder,
.cid-uJhOGNXgt6 .form-control:hover textarea:-moz-placeholder,
.cid-uJhOGNXgt6 .field-input:hover textarea:-moz-placeholder,
.cid-uJhOGNXgt6 .form-control:focus textarea:-moz-placeholder,
.cid-uJhOGNXgt6 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uJhOGNXgt6 .jq-number__spin:hover,
.cid-uJhOGNXgt6 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uJhOGNXgt6 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uJhOGNXgt6 .jq-selectbox li,
.cid-uJhOGNXgt6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uJhOGNXgt6 .jq-selectbox li:hover,
.cid-uJhOGNXgt6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uJhOGNXgt6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uJhOGNXgt6 .jq-number__spin.minus:hover:after,
.cid-uJhOGNXgt6 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uJhOGNXgt6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uJhOGNXgt6 .jq-number__spin.minus:after,
.cid-uJhOGNXgt6 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uJhOGNXgt6 input::-webkit-clear-button {
  display: none;
}
.cid-uJhOGNXgt6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uJhOGNXgt6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uJhOGNXgt6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uJhOGNXgt6 H5 {
  color: #0a1c44;
}
.cid-uJhOGNXgt6 P {
  color: #767676;
}
.cid-uJhOGNXgt6 H3 {
  color: #e1201d;
}
.cid-uJhOGNXgt6 .title,
.cid-uJhOGNXgt6 .mbr-section-subtitle {
  color: #0087ab;
}
.cid-uJhOGNXgt6 .btn {
  font-size: 12px !important;
}
.cid-uJhOGNXgt6 h4 {
  font-size: 0.875rem !important;
  letter-spacing: 0.02rem !important;
}
.cid-uJhOGNXgt6 .mbr-section-title,
.cid-uJhOGNXgt6 .title DIV {
  color: #232323;
  text-align: center;
}
.cid-uJhOGNXgt6 .mbr-section-title,
.cid-uJhOGNXgt6 .title {
  color: #0a1c44;
}
.cid-uJhOGNXgt6 .main-title {
  color: #073b4c;
}
.cid-uJhOGNXgt6 .mbr-section-subtitle,
.cid-uJhOGNXgt6 .underline {
  color: #056678;
}
.cid-uJhOGNXgt6 .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uJhOGNXgt6 .mbr-section-title,
.cid-uJhOGNXgt6 .underline {
  color: #073b4c;
  text-align: center;
}
.cid-uJhOGNXgt6 .head_info .mbr-subtitle.display-4 {
  line-height: 1.2;
  font-weight: 500;
  color: #056678;
  font-size: 0.875rem !important;
}
.cid-uJhOGNXgt6 .cid-uzpZcwBkbQ .head_info .mbr-subtitle {
  color: #056678;
  margin-bottom: 10px;
}
.cid-uJhOGNXgt6 .mbr-section-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uJhOGNXgt6 .rabatt_text,
.cid-uJhOGNXgt6 .rabatt_trial {
  display: none;
}
.cid-uJhOGOHoWP {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-uJhOGOHoWP .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-uJhOGOHoWP .mbr-section-title {
  margin: 0;
  color: #073b4c;
  padding-bottom: 1rem;
}
.cid-uJhOGOHoWP .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uJhOGOHoWP .card-img {
  text-align: inherit;
}
.cid-uJhOGOHoWP .card-img span {
  background: linear-gradient(90deg, #073b4c, #1dc9cb);
}
.cid-uJhOGOHoWP .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uJhOGOHoWP .wrapper {
  border-radius: .25rem;
  padding: 1.5rem;
  padding-bottom: 0rem;
  background: #ffffff;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
}
.cid-uJhOGOHoWP ol {
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uJhOGOHoWP .wrapper {
    margin-bottom: 5rem;
  }
  .cid-uJhOGOHoWP .mbr-card-title {
    margin-top: -1.2rem;
  }
}
.cid-uJhOGOHoWP .mbr-card-title {
  text-align: center;
  color: #0a1c44;
  margin-top: -1.2rem;
}
.cid-uJhOGOHoWP .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uJhOGOHoWP .mbr-section-subtitle,
.cid-uJhOGOHoWP .underline {
  color: #056678;
}
.cid-uJhOGPfD1i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-uJhOGPfD1i .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uJhOGPfD1i .card .card-block {
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
  background: #ffffff;
  padding: 2rem;
  position: relative;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 10px;
}
.cid-uJhOGPfD1i .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-uJhOGPfD1i .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uJhOGPfD1i .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-uJhOGPfD1i .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uJhOGPfD1i .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJhOGPfD1i .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-uJhOGPfD1i .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-uJhOGPfD1i .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-uJhOGPfD1i .mbr-author-name P {
  color: #0a1c44;
}
.cid-uJhOGPfD1i .mbr-author-desc P {
  color: #056678;
}
.cid-uJhOGPfD1i .main-title {
  color: #073b4c;
}
.cid-uJhOGPfD1i .mbr-section-subtitle,
.cid-uJhOGPfD1i .underline {
  color: #056678;
}
.cid-uJhOGPfD1i .card-block P {
  text-align: left;
}
.cid-uJhOGPycRj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-uJhOGPycRj .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-uJhOGPycRj .mbr-section-subtitle {
  color: #0087ab;
  text-align: center;
}
.cid-uJhOGPycRj p {
  margin: 0;
  padding: 0;
}
.cid-uJhOGPycRj .card {
  margin-bottom: 2rem;
}
.cid-uJhOGPycRj .card-block {
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
  background: #ffffff;
  padding: 2rem;
  position: relative;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 10px;
}
.cid-uJhOGPycRj .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-uJhOGPycRj .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-uJhOGPycRj .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uJhOGPycRj .name-wrap {
  display: inline-block;
}
.cid-uJhOGPycRj .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-uJhOGPycRj .mbr-author-desc {
  color: #767676;
}
.cid-uJhOGPycRj .card-block P {
  text-align: left;
}
.cid-uJhOGPycRj .mbr-author-name {
  color: #073b4c;
}
.cid-uJhOGPycRj .mbr-bestanden {
  color: green;
}
.cid-uJhOGPycRj .mbr-versagt {
  color: red;
}
.cid-uJhOGPycRj .mbr-section-title,
.cid-uJhOGPycRj .title DIV {
  color: #232323;
  text-align: center;
}
.cid-uJhOGPycRj .mbr-section-title,
.cid-uJhOGPycRj .title {
  color: #0a1c44;
}
.cid-uJhOGPycRj .main-title {
  color: #073b4c;
}
.cid-uJhOGPycRj .mbr-section-subtitle,
.cid-uJhOGPycRj .underline {
  color: #056678;
}
.cid-uJhOGPycRj .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uJhOGPycRj .limited-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  max-height: calc(4.5em);
  margin: 0;
}
.cid-uJhOGPycRj .limited-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none;
}
.cid-uJhOGPycRj .read-more {
  display: block;
  color: blue;
  cursor: pointer;
  margin-top: 10px;
}
.cid-uJhOGPycRj .read-more.hidden {
  display: none;
}
.cid-uJhOGPycRj .teilnehmer-more {
  display: none;
}
.cid-uJhOGPycRj .teilnehmer-ohne {
  display: none;
}
.cid-uJhOGPXT6q {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f5f7fa;
}
.cid-uJhOGPXT6q .mbr-text {
  color: #767676;
}
.cid-uJhOGPXT6q .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
}
.cid-uJhOGPXT6q .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uJhOGPXT6q .card-wrapper:hover .ico2 {
  color: #056678 !important;
}
.cid-uJhOGPXT6q .text-info:hover {
  color: inherit!important;
}
.cid-uJhOGPXT6q .ico2 {
  color: #d2b04d !important;
  transition: all 0.6s;
}
.cid-uJhOGPXT6q .card-box {
  padding: 0rem 1rem;
}
.cid-uJhOGPXT6q .card-img {
  width: auto;
}
.cid-uJhOGPXT6q .ico1 {
  font-size: 3rem !important;
}
.cid-uJhOGPXT6q h5,
.cid-uJhOGPXT6q h6 {
  padding: 0;
  margin: 0;
}
.cid-uJhOGPXT6q .card-title,
.cid-uJhOGPXT6q .card-img {
  color: #232323;
}
.cid-uJhOGPXT6q H4 {
  color: #767676;
}
.cid-uJhOGPXT6q H3 {
  color: #073b4c;
  text-align: center;
}
.cid-uJhOGPXT6q .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uJhOGPXT6q .mbr-section-subtitle {
  color: #056678;
}
.cid-uJhOGPXT6q .btn {
  background-color: #fff !important;
  border-color: #09a672 !important;
  color: #09a672 !important;
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35) !important;
}
.cid-uJhOGPXT6q .btn:hover {
  border-color: #09a672 !important;
}
.cid-uJhOGPXT6q .just {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJhOGPXT6q .just {
    text-align: justify !important;
  }
}
@media (max-width: 767px) {
  .cid-uJhOGPXT6q #cardhauptdiv .card-box {
    display: none;
  }
}
.cid-uJhOGQtqOc {
  background-color: #f4f8fa;
}
.cid-uJhOGQtqOc h5 {
  display: flex;
  color: #232323;
}
.cid-uJhOGQtqOc .container {
  padding-top: 75px;
  padding-bottom: 45px;
}
.cid-uJhOGQtqOc .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uJhOGQtqOc .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-uJhOGQtqOc .wrap {
  display: flex;
}
.cid-uJhOGQtqOc .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-uJhOGQtqOc .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uJhOGQtqOc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uJhOGQtqOc .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #056678;
}
.cid-uJhOGQtqOc .icon {
  background: #056678;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-uJhOGQtqOc img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uJhOGQtqOc .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uJhOGQtqOc p {
  margin: 0;
}
.cid-uJhOGQtqOc .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-uJhOGQtqOc .mbr-section-subtitle {
  font-weight: 500;
  color: #056678;
  text-align: center;
}
.cid-uJhOGQtqOc .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uJhOGQtqOc .panel-group {
  width: 100%;
}
.cid-uJhOGQtqOc .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uJhOGQtqOc .card {
  margin-bottom: .5rem;
}
.cid-uJhOGQtqOc .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uJhOGQtqOc .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #056678;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uJhOGQtqOc .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uJhOGQtqOc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uJhOGQtqOc .card .card-header a.panel-title .header-text {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uJhOGQtqOc .card .panel-body {
  background: #f4f8fa;
}
.cid-uJhOGQtqOc .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJhOGQtqOc .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uJhOGQtqOc .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uJhOGQtqOc .header-text,
.cid-uJhOGQtqOc .sign {
  color: #ffffff;
}
.cid-uJhOGQtqOc .mbr-section-title,
.cid-uJhOGQtqOc .underline {
  color: #073b4c;
}
.cid-uJhOGQOfsA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: transparent;
}
.cid-uJhOGQOfsA .note {
  font-size: 0.4rem;
  vertical-align: text-top;
}
.cid-uJhOGQOfsA .head_info {
  text-align: center;
  margin-bottom: 0;
}
.cid-uJhOGQOfsA .head_info .mbr-subtitle {
  color: #056678;
  margin-bottom: 10px;
}
.cid-uJhOGQOfsA .head_info .mbr-subtitle.display-4 {
  line-height: 1.2;
  font-weight: 500;
  color: #056678;
}
.cid-uJhOGQOfsA .head_info .mbr-section-title {
  color: #0a1c44;
  font-weight: 700;
}
.cid-uJhOGQOfsA .head_info .mbr-section-title.display-2 {
  letter-spacing: -0.5px;
}
.cid-uJhOGQOfsA .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #f4f8fa;
}
.cid-uJhOGQOfsA .head_info .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-uJhOGQOfsA .plan {
  box-shadow: 0 6px 20px 2px rgba(17, 46, 112, 0.35);
  position: relative;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 10px;
}
.cid-uJhOGQOfsA .plan .plan-title {
  background-color: #056678;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  display: block;
}
.cid-uJhOGQOfsA .plan .plan-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-uJhOGQOfsA .plan .icon_box {
  display: block;
  text-align: center;
  height: 70px;
}
.cid-uJhOGQOfsA .plan .icon_box .ico1 {
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -40px;
  background: #fff;
  color: #0a1c44;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.cid-uJhOGQOfsA .plan .plan-price {
  color: #28303f;
}
.cid-uJhOGQOfsA .plan .plan-price .price-figure {
  font-weight: 700;
  display: inline-block;
}
.cid-uJhOGQOfsA .plan .plan-price .price-figure.display-1 {
  font-size: 50px;
  line-height: 50px;
}
.cid-uJhOGQOfsA .plan .plan-price .price-value {
  font-weight: 600;
  line-height: 1.5;
}
.cid-uJhOGQOfsA .plan .plan-price .price-term {
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-uJhOGQOfsA .plan .plan-list {
  padding: 20px 20px;
}
.cid-uJhOGQOfsA .plan .plan-list .list-group {
  color: #f4f8fa;
}
.cid-uJhOGQOfsA .plan .plan-list .list-group-item {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 7.5px 0;
}
.cid-uJhOGQOfsA .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-uJhOGQOfsA .plan .plan-list .list-group.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uJhOGQOfsA .plan .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-uJhOGQOfsA .plan .mbr-section-btn .btn {
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 2em;
}
.cid-uJhOGQOfsA .plan .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-uJhOGQOfsA .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #344cf1 !important;
}
.cid-uJhOGQOfsA .plan:nth-child(2) .plan-title {
  background-color: #056678;
}
@media (max-width: 550px) {
  .cid-uJhOGQOfsA .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uJhOGQOfsA .plan .plan-list .list-group,
.cid-uJhOGQOfsA .mbr-section-btn {
  text-align: center;
  color: #056678;
}
.cid-uJhOGQOfsA .head_info .mbr-section-text {
  color: #232323;
  text-align: center;
}
.cid-uJhOGQOfsA .mbr-subtitle {
  font-weight: 500;
  color: #056678;
  line-height: 1.2;
}
.cid-uJhOGQOfsA .display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
@media (max-width: 991px) {
  .cid-uJhOGQOfsA .plan {
    max-width: unset;
    margin: 1rem !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    width: 100% !important;
  }
}
.cid-uJhOGQOfsA .media-container-row {
  justify-content: space-between !important;
}
.cid-uJhOGQOfsA .head_info .mbr-section-title {
  color: #073b4c;
}
.cid-uJhOGQOfsA .display-1 {
  line-height: 1rem !important;
}
.cid-uJhOGQOfsA .plan-100 {
  width: 100%;
}
.cid-uJhOGQOfsA .plan-49 {
  width: 49%;
}
.cid-uJhOGQOfsA .plan-32 {
  width: 32%;
}
.cid-uJhOGQOfsA .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uJhOGQOfsA .media-container-row {
    flex-wrap: wrap !important;
  }
}
.cid-uJhOGQOfsA .btn {
  padding: .25rem .5rem !important;
  border-radius: 6px !important;
  width: 100% !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  min-height: 2.2rem !important;
  margin: 0 !important;
  background-color: #056678 !important;
  border-color: #056678 !important;
  color: #ffffff !important;
}
.cid-uJhOGQOfsA #Statcopy {
  overflow: scroll;
  height: 40vh;
}
.cid-uJhOGQOfsA #Statcopy li:not(.Sprachubersetzungen):hover {
  cursor: pointer;
}
.cid-uJhOGQOfsA #Statcopy li {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.6rem;
  line-height: 1.6rem;
}
@media (min-width: 1200px) {
  .cid-uJhOGQOfsA #Statcopy .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uJhOGQOfsA #Statcopy .mbr-iconfont {
  color: #073b4c;
  opacity: 1;
  transition: all 0.3s;
  width: 0.9rem;
}
.cid-uJhOGQOfsA #Statcopy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJhOGQOfsA #Statcopy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJhOGQOfsA #Statcopy .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhOGQOfsA #Statcopy .row {
    text-align: left;
    padding: 0.25rem;
    padding-top: 2rem;
    padding-bottom: .5rem;
    background: #f4f8fa;
    border-radius: 0px;
    box-shadow: 0 -10px 6px -6px rgba(17, 46, 112, 0.35);
  }
  .cid-uJhOGQOfsA #Statcopy .social-row {
    justify-content: left;
  }
  .cid-uJhOGQOfsA #Statcopy .container {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0.5rem;
  }
}
.cid-uJhOGQOfsA #Statcopy .list {
  list-style: none;
  margin-bottom: 0rem;
  text-align: left;
  padding: 20px;
  padding-top: 0px;
}
.cid-uJhOGQOfsA #Statcopy .list,
.cid-uJhOGQOfsA #Statcopy .mbr-text {
  color: #000000;
}
.cid-uJhOGQOfsA #Statcopy .limited-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: calc(1.5em);
  margin: 0;
}
.cid-uJhOGQOfsA #Statcopy .limited-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none;
}
.cid-uJhOGQOfsA #Statcopy .read-more {
  display: block;
  color: blue;
  cursor: pointer;
  margin-top: 10px;
}
.cid-uJhOGQOfsA #Statcopy .read-more.hidden {
  display: none;
}
.cid-uJhOGQOfsA #Statcopy a {
  color: black;
}
.cid-uJhOGQOfsA #Statcopy a:hover {
  color: #056678;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uJhOGQOfsA #Statcopy #sprachdiv {
    padding-top: 1rem;
  }
}
.cid-uJhOGRcLeX {
  padding-top: 75px;
  padding-bottom: 285px;
  background-color: #f4f8fa;
  position: relative;
  overflow: hidden;
}
.cid-uJhOGRcLeX svg {
  position: absolute;
  bottom: -10.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-uJhOGRcLeX #e12_areaS3 {
  fill: #00b0c8 !important;
}
.cid-uJhOGRcLeX #e19_areaS3 {
  fill: #056678 !important;
}
.cid-uJhOGRcLeX .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-uJhOGRcLeX .carousel {
  width: 80%;
  margin: auto;
}
.cid-uJhOGRcLeX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJhOGRcLeX .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uJhOGRcLeX .carousel-item .wrap-img {
  text-align: center;
  padding-bottom: 1rem;
}
.cid-uJhOGRcLeX .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uJhOGRcLeX .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJhOGRcLeX .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uJhOGRcLeX .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uJhOGRcLeX .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uJhOGRcLeX .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uJhOGRcLeX .cloneditem-1,
.cid-uJhOGRcLeX .cloneditem-2,
.cid-uJhOGRcLeX .cloneditem-3,
.cid-uJhOGRcLeX .cloneditem-4,
.cid-uJhOGRcLeX .cloneditem-5 {
  display: none;
}
.cid-uJhOGRcLeX .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJhOGRcLeX .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uJhOGRcLeX .carousel-inner {
    opacity: 0.8;
  }
  .cid-uJhOGRcLeX .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uJhOGRcLeX .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uJhOGRcLeX .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uJhOGRcLeX .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uJhOGRcLeX .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides2 .cloneditem-1,
  .cid-uJhOGRcLeX .carousel-inner.slides2 .cloneditem-2,
  .cid-uJhOGRcLeX .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uJhOGRcLeX .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uJhOGRcLeX .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uJhOGRcLeX .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uJhOGRcLeX .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uJhOGRcLeX .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides3 .cloneditem-1,
  .cid-uJhOGRcLeX .carousel-inner.slides3 .cloneditem-2,
  .cid-uJhOGRcLeX .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uJhOGRcLeX .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uJhOGRcLeX .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uJhOGRcLeX .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uJhOGRcLeX .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uJhOGRcLeX .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides4 .cloneditem-1,
  .cid-uJhOGRcLeX .carousel-inner.slides4 .cloneditem-2,
  .cid-uJhOGRcLeX .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uJhOGRcLeX .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uJhOGRcLeX .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uJhOGRcLeX .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uJhOGRcLeX .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uJhOGRcLeX .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides5 .cloneditem-1,
  .cid-uJhOGRcLeX .carousel-inner.slides5 .cloneditem-2,
  .cid-uJhOGRcLeX .carousel-inner.slides5 .cloneditem-3,
  .cid-uJhOGRcLeX .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uJhOGRcLeX .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uJhOGRcLeX .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uJhOGRcLeX .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uJhOGRcLeX .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uJhOGRcLeX .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uJhOGRcLeX .carousel-inner.slides6 .cloneditem-1,
  .cid-uJhOGRcLeX .carousel-inner.slides6 .cloneditem-2,
  .cid-uJhOGRcLeX .carousel-inner.slides6 .cloneditem-3,
  .cid-uJhOGRcLeX .carousel-inner.slides6 .cloneditem-4,
  .cid-uJhOGRcLeX .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uJhOGRcLeX H2 {
  color: #0a1c44;
}
.cid-uJhOGRcLeX .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-uJhOGRcLeX .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-uJhOGRcLeX .carousel-control-prev {
    left: -10px !important;
  }
  .cid-uJhOGRcLeX .carousel-control-next {
    right: -10px !important;
  }
}
.cid-uJhOGRcLeX .mbr-section-title {
  color: #073b4c;
  text-align: center;
}
.cid-uJhOGRcLeX .mbr-section-subtitle {
  color: #0087ab;
}
.cid-uJhOGRcLeX .head_info .mbr-subtitle {
  color: #056678;
  text-align: center;
}
.cid-uJhOGRcLeX .head_info .mbr-section-title {
  color: #073b4c;
  text-align: center;
}
.cid-uJhOGRcLeX .underline .line {
  width: 10rem;
  height: 4px;
  background: linear-gradient(to right, #056678 50%, #0a1c44 120%);
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uJhOGRz7nl {
  background: #f4f8fa !important;
  width: 100%;
  min-height: 130px;
}
.cid-uJhOGRz7nl #firstload {
  position: fixed;
  top: 70vh;
  left: 10vw;
  width: 80vw;
  margin: auto;
}
.cid-uJhOGRz7nl #load {
  display: none;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #056678;
  opacity: 1;
  top: 0vh;
}
.cid-uJhOGRz7nl #loader {
  position: fixed;
  top: 32.5vh;
  left: 42.5vw;
  margin: auto;
  width: 15vw;
  height: 15vw;
  z-index: 9999;
}
.cid-uJhOGRz7nl #loader img {
  width: 100%  !important;
  height: 100%  !important;
  object-fit: contain;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uJhOGRz7nl {
    min-height: 50px;
  }
  .cid-uJhOGRz7nl #loader {
    width: 50vw;
    height: 50vw;
    left: 25vw;
    top: 25vh;
  }
  .cid-uJhOGRz7nl #firstload {
    top: 60vh;
  }
  .cid-uJhOGRz7nl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uJhOGRz7nl .navbar-collapse.collapsing,
  .cid-uJhOGRz7nl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJhOGRz7nl .navbar-collapse.collapsing .navbar-nav,
  .cid-uJhOGRz7nl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-uJhOGRz7nl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJhOGRz7nl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJhOGRz7nl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uJhOGRz7nl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJhOGRz7nl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJhOGRz7nl .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-uJhOGRz7nl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJhOGRz7nl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJhOGRz7nl .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: left;
    justify-content: left;
  }
  .cid-uJhOGRz7nl img {
    height: 3.8rem !important;
  }
  .cid-uJhOGRz7nl .btn {
    display: flex;
  }
  .cid-uJhOGRz7nl button.navbar-toggler {
    display: block;
  }
  .cid-uJhOGRz7nl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uJhOGRz7nl .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uJhOGRz7nl .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uJhOGRz7nl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJhOGRz7nl .dropdown .dropdown-submenu {
    left: 0;
    text-align: left;
    width: 100%;
  }
  .cid-uJhOGRz7nl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: left;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uJhOGRz7nl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uJhOGRz7nl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uJhOGRz7nl .Lbarup {
  float: left;
  display: block;
  width: 100%;
  height: 1.5rem;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 8px;
  overflow: hidden;
  appearance: none;
}
.cid-uJhOGRz7nl .Lbarup::-webkit-progress-value {
  background-color: #004d5b;
}
.cid-uJhOGRz7nl .Lbarup::-webkit-progress-bar {
  background-color: #fff;
}
.cid-uJhOGRz7nl .Lbarup::-moz-progress-bar {
  background-color: #004d5b;
}
.cid-uJhOGRz7nl .Ltext {
  position: absolute;
  margin-left: 0.35rem;
  font-weight: bold;
  color: #dbcbcb;
  padding-top: 0.2rem;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  display: none;
}
.cid-uJhOGRz7nl .Ctext {
  position: absolute;
  margin-left: 98%;
  font-weight: bold;
  color: #6a6a6a;
  padding-top: 0.1rem;
  font-size: 0.6rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-uJhOGRz7nl .Ctext {
    margin-left: 95%;
  }
}
.cid-uJhOGRz7nl .nav-dropdown .dropdown-item::after {
  right: auto;
}
.cid-uJhOGRz7nl .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uJhOGRz7nl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uJhOGRz7nl .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uJhOGRz7nl .dropdown-item {
  padding: 0;
}
.cid-uJhOGRz7nl .dropdown-menu {
  border: 0px solid lightgray;
  background: #056678 !important;
}
.cid-uJhOGRz7nl .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uJhOGRz7nl .menu-bottom {
  margin: auto;
  width: 100%;
  background: #056678;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJhOGRz7nl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uJhOGRz7nl a {
  font-style: normal;
}
.cid-uJhOGRz7nl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uJhOGRz7nl .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
  color: #ffffff;
}
.cid-uJhOGRz7nl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJhOGRz7nl .content-text {
  margin-bottom: 0;
}
.cid-uJhOGRz7nl .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uJhOGRz7nl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #056678;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uJhOGRz7nl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uJhOGRz7nl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uJhOGRz7nl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uJhOGRz7nl .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uJhOGRz7nl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uJhOGRz7nl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uJhOGRz7nl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJhOGRz7nl .nav-dropdown .link {
  font-weight: 400;
}
.cid-uJhOGRz7nl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uJhOGRz7nl .content-right-side {
  text-align: center;
}
.cid-uJhOGRz7nl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uJhOGRz7nl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uJhOGRz7nl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #056678;
  fill: #056678;
}
.cid-uJhOGRz7nl .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-uJhOGRz7nl .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJhOGRz7nl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uJhOGRz7nl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uJhOGRz7nl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uJhOGRz7nl .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uJhOGRz7nl .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uJhOGRz7nl .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uJhOGRz7nl .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJhOGRz7nl .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uJhOGRz7nl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uJhOGRz7nl .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJhOGRz7nl .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-uJhOGRz7nl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uJhOGRz7nl .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uJhOGRz7nl .navbar-toggler {
    display: none;
  }
  .cid-uJhOGRz7nl .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJhOGRz7nl .dropdown-menu {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.cid-uJhOGRz7nl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uJhOGRz7nl .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJhOGRz7nl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uJhOGRz7nl .menu-logo {
  margin-right: auto;
}
.cid-uJhOGRz7nl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJhOGRz7nl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uJhOGRz7nl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uJhOGRz7nl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJhOGRz7nl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJhOGRz7nl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJhOGRz7nl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uJhOGRz7nl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJhOGRz7nl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJhOGRz7nl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJhOGRz7nl .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJhOGRz7nl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJhOGRz7nl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJhOGRz7nl .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uJhOGRz7nl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uJhOGRz7nl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJhOGRz7nl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJhOGRz7nl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJhOGRz7nl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJhOGRz7nl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uJhOGRz7nl .navbar.navbar-short {
  min-height: 49px;
  transition: all .2s;
}
.cid-uJhOGRz7nl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uJhOGRz7nl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJhOGRz7nl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJhOGRz7nl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJhOGRz7nl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJhOGRz7nl button.navbar-toggler:focus {
  outline: none;
}
.cid-uJhOGRz7nl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJhOGRz7nl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJhOGRz7nl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJhOGRz7nl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJhOGRz7nl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJhOGRz7nl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJhOGRz7nl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJhOGRz7nl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJhOGRz7nl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJhOGRz7nl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJhOGRz7nl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJhOGRz7nl .collapsed .btn {
  display: flex;
}
.cid-uJhOGRz7nl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJhOGRz7nl .collapsed .navbar-collapse.collapsing,
.cid-uJhOGRz7nl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJhOGRz7nl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJhOGRz7nl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJhOGRz7nl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJhOGRz7nl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJhOGRz7nl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uJhOGRz7nl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uJhOGRz7nl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJhOGRz7nl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uJhOGRz7nl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJhOGRz7nl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJhOGRz7nl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uJhOGRz7nl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJhOGRz7nl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uJhOGRz7nl .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uJhOGRz7nl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uJhOGRz7nl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJhOGRz7nl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJhOGRz7nl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uJhOGRz7nl .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJhOGRz7nl .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uJhOGRz7nl .nav-link:focus {
  outline: none;
}
.cid-uJhOGRz7nl .navbar-toggler {
  position: relative;
}
.cid-uJhOGRz7nl .dropdown-item.active,
.cid-uJhOGRz7nl .dropdown-item:active {
  background: #056678;
  color: initial;
}
.cid-uJhOGRz7nl nav.navbar {
  position: fixed;
}
.cid-uJhOGSeBy8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #056678;
}
.cid-uJhOGSeBy8 .container-fluid {
  padding: 0 3rem;
}
.cid-uJhOGSeBy8 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}
.cid-uJhOGSeBy8 .mbr-list li {
  margin-bottom: 0.6rem;
  color: white;
  font-size: 0.6rem;
}
.cid-uJhOGSeBy8 .handy {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-uJhOGSeBy8 .logo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-uJhOGSeBy8 .mbr-section-title {
  margin-bottom: 1.0rem;
  font-size: 0.8rem;
}
.cid-uJhOGSeBy8 .social-media {
  margin-top: 0.8rem;
}
.cid-uJhOGSeBy8 .social-media ul {
  padding: 0;
  margin-bottom: 1px;
}
.cid-uJhOGSeBy8 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uJhOGSeBy8 .mbr-text,
.cid-uJhOGSeBy8 .mbr-offer {
  line-height: 1.5;
  color: white;
}
.cid-uJhOGSeBy8 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uJhOGSeBy8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uJhOGSeBy8 .mbr-section-title {
    margin-bottom: 1.0rem;
    font-size: 0.8rem;
  }
  .cid-uJhOGSeBy8 .mbr-list {
    margin-bottom: 2rem;
    color: white;
  }
  .cid-uJhOGSeBy8 .mbr-list li {
    margin-bottom: .5rem;
    color: white;
  }
  .cid-uJhOGSeBy8 .handy {
    display: none;
  }
}
.cid-uJhOGSeBy8 .mbr-text,
.cid-uJhOGSeBy8 .social-media,
.cid-uJhOGSeBy8 .logo-section {
  color: #ffffff;
  text-align: center;
}
.cid-uJhOGSTyqP {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f7fa;
}
.cid-uJhOGSTyqP .links {
  text-align: center;
  color: #ffffff;
}
.cid-uJhOGSTyqP p {
  margin: 0;
}
.cid-uJhOGSTyqP .btn {
  padding: .25rem .5rem !important;
  border-radius: 6px !important;
  width: 100% !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  min-height: 2.2rem !important;
  margin: 0 !important;
  background-color: #056678 !important;
  border-color: #056678 !important;
  color: #ffffff !important;
}
.cid-uJhOGTiR1R.popup-builder {
  background-color: #ffffff;
}
.cid-uJhOGTiR1R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJhOGTiR1R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJhOGTiR1R .modal-content,
.cid-uJhOGTiR1R .modal-dialog {
  height: auto;
}
.cid-uJhOGTiR1R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJhOGTiR1R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJhOGTiR1R .form-wrapper .mbr-form .form-group,
  .cid-uJhOGTiR1R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJhOGTiR1R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJhOGTiR1R .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJhOGTiR1R .mbr-text {
  text-align: center;
  color: #056678;
}
.cid-uJhOGTiR1R .pt-0 {
  padding-top: 0 !important;
}
.cid-uJhOGTiR1R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJhOGTiR1R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJhOGTiR1R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJhOGTiR1R .modal-open {
  overflow: hidden;
}
.cid-uJhOGTiR1R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJhOGTiR1R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJhOGTiR1R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJhOGTiR1R .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJhOGTiR1R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJhOGTiR1R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJhOGTiR1R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJhOGTiR1R .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJhOGTiR1R .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uJhOGTiR1R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJhOGTiR1R .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJhOGTiR1R .modal-backdrop.show {
  opacity: .5;
}
.cid-uJhOGTiR1R .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uJhOGTiR1R .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhOGTiR1R .modal-header {
    padding: 1rem;
  }
}
.cid-uJhOGTiR1R .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJhOGTiR1R .modal-header .close svg {
  fill: #353535;
}
.cid-uJhOGTiR1R .modal-header .close:hover {
  opacity: 1;
}
.cid-uJhOGTiR1R .modal-header .close:focus {
  outline: none;
}
.cid-uJhOGTiR1R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073b4c;
}
.cid-uJhOGTiR1R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uJhOGTiR1R .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhOGTiR1R .modal-body {
    padding: 1rem;
  }
}
.cid-uJhOGTiR1R .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uJhOGTiR1R .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhOGTiR1R .modal-footer {
    padding: 1rem;
  }
}
.cid-uJhOGTiR1R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJhOGTiR1R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJhOGTiR1R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJhOGTiR1R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJhOGTiR1R .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uJhOGTiR1R .modal-lg,
  .cid-uJhOGTiR1R .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uJhOGTiR1R .modal-xl {
    max-width: 1140px;
  }
}
.cid-uJhOGTiR1R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJhOGTiR1R .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJhOGTiR1R .form-group {
  margin-bottom: 1rem;
}
.cid-uJhOGTiR1R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJhOGTiR1R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJhOGTiR1R .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJhOGTiR1R .mbr-section-btn {
  margin: 0;
}
.cid-uJhOGTiR1R .mbr-section-btn .btn {
  margin: 0;
}
.cid-uJhOGTiR1R LABEL {
  color: #056678;
}
.cid-uJhOGTR1PK.popup-builder {
  background-color: #ffffff;
}
.cid-uJhOGTR1PK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJhOGTR1PK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJhOGTR1PK .modal-content,
.cid-uJhOGTR1PK .modal-dialog {
  height: auto;
}
.cid-uJhOGTR1PK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJhOGTR1PK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJhOGTR1PK .form-wrapper .mbr-form .form-group,
  .cid-uJhOGTR1PK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJhOGTR1PK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJhOGTR1PK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJhOGTR1PK .mbr-text {
  text-align: center;
  color: #056678;
}
.cid-uJhOGTR1PK .pt-0 {
  padding-top: 0 !important;
}
.cid-uJhOGTR1PK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJhOGTR1PK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJhOGTR1PK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJhOGTR1PK .modal-open {
  overflow: hidden;
}
.cid-uJhOGTR1PK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJhOGTR1PK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJhOGTR1PK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJhOGTR1PK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJhOGTR1PK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJhOGTR1PK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJhOGTR1PK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJhOGTR1PK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJhOGTR1PK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uJhOGTR1PK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJhOGTR1PK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJhOGTR1PK .modal-backdrop.show {
  opacity: .5;
}
.cid-uJhOGTR1PK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uJhOGTR1PK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhOGTR1PK .modal-header {
    padding: 1rem;
  }
}
.cid-uJhOGTR1PK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJhOGTR1PK .modal-header .close svg {
  fill: #353535;
}
.cid-uJhOGTR1PK .modal-header .close:hover {
  opacity: 1;
}
.cid-uJhOGTR1PK .modal-header .close:focus {
  outline: none;
}
.cid-uJhOGTR1PK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073b4c;
}
.cid-uJhOGTR1PK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uJhOGTR1PK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhOGTR1PK .modal-body {
    padding: 1rem;
  }
}
.cid-uJhOGTR1PK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uJhOGTR1PK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhOGTR1PK .modal-footer {
    padding: 1rem;
  }
}
.cid-uJhOGTR1PK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJhOGTR1PK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJhOGTR1PK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJhOGTR1PK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJhOGTR1PK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uJhOGTR1PK .modal-lg,
  .cid-uJhOGTR1PK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uJhOGTR1PK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uJhOGTR1PK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJhOGTR1PK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJhOGTR1PK .form-group {
  margin-bottom: 1rem;
}
.cid-uJhOGTR1PK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJhOGTR1PK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJhOGTR1PK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJhOGTR1PK .mbr-section-btn {
  margin: 0;
}
.cid-uJhOGTR1PK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uJhOGUxufG.popup-builder {
  background-color: #ffffff;
}
.cid-uJhOGUxufG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 10;
}
.cid-uJhOGUxufG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJhOGUxufG .modal-content,
.cid-uJhOGUxufG .modal-dialog {
  height: auto;
}
.cid-uJhOGUxufG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJhOGUxufG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJhOGUxufG .form-wrapper .mbr-form .form-group,
  .cid-uJhOGUxufG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJhOGUxufG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJhOGUxufG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJhOGUxufG .mbr-text {
  text-align: center;
  color: #056678;
}
.cid-uJhOGUxufG .pt-0 {
  padding-top: 0 !important;
}
.cid-uJhOGUxufG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJhOGUxufG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJhOGUxufG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJhOGUxufG .modal-open {
  overflow: hidden;
}
.cid-uJhOGUxufG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJhOGUxufG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJhOGUxufG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJhOGUxufG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJhOGUxufG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJhOGUxufG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJhOGUxufG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJhOGUxufG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJhOGUxufG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJhOGUxufG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJhOGUxufG .modal-backdrop.show {
  opacity: .5;
}
.cid-uJhOGUxufG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uJhOGUxufG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJhOGUxufG .modal-header .close:hover {
  opacity: 1;
}
.cid-uJhOGUxufG .modal-header .close:focus {
  outline: none;
}
.cid-uJhOGUxufG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073b4c;
}
.cid-uJhOGUxufG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uJhOGUxufG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uJhOGUxufG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJhOGUxufG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJhOGUxufG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJhOGUxufG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJhOGUxufG .modal-sm {
    max-width: 300px;
  }
  .cid-uJhOGUxufG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uJhOGUxufG .modal-lg,
  .cid-uJhOGUxufG .modal-xl {
    max-width: 800px;
  }
  .cid-uJhOGUxufG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uJhOGUxufG .modal-xl {
    max-width: 1140px;
  }
  .cid-uJhOGUxufG .container {
    max-width: 1140px;
  }
}
.cid-uJhOGUxufG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uJhOGUxufG .container {
    max-width: 720px;
  }
}
.cid-uJhOGUxufG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJhOGUxufG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJhOGUxufG .form-group {
  margin-bottom: 1rem;
}
.cid-uJhOGUxufG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJhOGUxufG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJhOGUxufG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJhOGUxufG .btn {
  font-size: 12px !important;
}
