.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0077ae !important;
}
.bg-success {
  background-color: #f92c50 !important;
}
.bg-info {
  background-color: #36ead9 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0077ae !important;
  border-color: #0077ae !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #009ae1 !important;
  border-color: #009ae1 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #009ae1 !important;
  border-color: #009ae1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
  color: #222207 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #222207 !important;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
}
.btn-info,
.btn-info:active {
  background-color: #36ead9 !important;
  border-color: #36ead9 !important;
  color: #031e1b !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #64efe2 !important;
  border-color: #64efe2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #031e1b !important;
  background-color: #64efe2 !important;
  border-color: #64efe2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0077ae;
  color: #0077ae;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #003c57 !important;
  background-color: transparent !important;
  border-color: #003c57 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ae !important;
  border-color: #0077ae !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d9db4d;
  color: #d9db4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #acae23 !important;
  background-color: transparent !important;
  border-color: #acae23 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #222207 !important;
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #36ead9;
  color: #36ead9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #13b6a7 !important;
  background-color: transparent !important;
  border-color: #13b6a7 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #031e1b !important;
  background-color: #36ead9 !important;
  border-color: #36ead9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0077ae !important;
}
.text-secondary {
  color: #d9db4d !important;
}
.text-success {
  color: #f92c50 !important;
}
.text-info {
  color: #36ead9 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003148 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a0a121 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ba0525 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #12a89a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0077ae;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #36ead9;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0077ae;
  border-color: #0077ae;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0077ae;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2fbdff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effdfc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0077ae !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0077ae;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0077ae;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0077ae;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0077ae;
  border-bottom-color: #0077ae;
}
.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: #0077ae !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d9db4d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230077ae' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tQnTqHRpKY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQnTqHRpKY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY li.nav-item:hover {
  background-color: #d4e0e6 !important;
  border-radius: 15px;
}
.cid-tQnTqHRpKY .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQnTqHRpKY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQnTqHRpKY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQnTqHRpKY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tQnTqHRpKY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQnTqHRpKY .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQnTqHRpKY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQnTqHRpKY .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tQnTqHRpKY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
}
.cid-tQnTqHRpKY .nav-item:focus,
.cid-tQnTqHRpKY .nav-link:focus {
  outline: none;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQnTqHRpKY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQnTqHRpKY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tQnTqHRpKY .navbar.opened {
  transition: all 0.3s;
}
.cid-tQnTqHRpKY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQnTqHRpKY .navbar .navbar-logo img {
  width: auto;
}
.cid-tQnTqHRpKY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQnTqHRpKY .navbar.collapsed {
  justify-content: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQnTqHRpKY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tQnTqHRpKY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar {
    min-height: 72px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQnTqHRpKY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQnTqHRpKY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQnTqHRpKY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQnTqHRpKY .dropdown-item.active,
.cid-tQnTqHRpKY .dropdown-item:active {
  background-color: transparent;
}
.cid-tQnTqHRpKY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQnTqHRpKY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQnTqHRpKY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .navbar-buttons {
    text-align: left;
  }
}
.cid-tQnTqHRpKY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQnTqHRpKY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQnTqHRpKY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQnTqHRpKY .navbar {
    height: 70px;
  }
  .cid-tQnTqHRpKY .navbar.opened {
    height: auto;
  }
  .cid-tQnTqHRpKY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQnTqHRpKY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQnTqHRpKY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar-brand {
    margin-right: auto;
  }
  .cid-tQnTqHRpKY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQnTqHRpKY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tQnTrtVsoh {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-tQnTrtVsoh .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tQnTrtVsoh .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-tQnTrtVsoh .item-round {
  background: #0077ae;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 2rem;
  padding: 2rem;
}
@media (max-width: 1800px) {
  .cid-tQnTrtVsoh .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-tQnTrtVsoh .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-tQnTrtVsoh .hintergrund {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 5px;
  backdrop-filter: blur(10px);
}
.cid-tQnTrtVsoh p {
  line-height: 1.2;
}
.cid-tQnTrtVsoh .item-content2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnTrtVsoh .link-icon-wrapper2 {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .icon-wrap2 {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .icon-wrap2 span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tQnTrtVsoh .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .image-wrapper {
    min-height: 400px;
  }
}
.cid-tQnTrtVsoh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tQnTrtVsoh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnTrtVsoh .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh img,
.cid-tQnTrtVsoh .item-img {
  width: 100%;
  height: 100%;
}
.cid-tQnTrtVsoh .item-title2 {
  color: #000000;
}
.cid-tQnTrtVsoh .mbr-text,
.cid-tQnTrtVsoh .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tQnTrtVsoh .item2 {
  max-height: 300px;
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnTrtVsoh .item2 img {
  height: 300px;
}
.cid-tQnTrtVsoh .item2:hover {
  cursor: pointer;
}
.cid-tQnTrtVsoh .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnTrtVsoh .item-title3 {
  color: #ffffff;
}
.cid-tQnTrtVsoh .item-title {
  text-align: center;
}
#custom-html-2 {
  /* Type valid CSS here */
}
#custom-html-2 p,
#custom-html-2 h4 {
  color: #ddd;
  font-family: 'Arial';
}
#custom-html-2 .npp-comments-num-link {
  display: none!important;
}
#custom-html-2 .maxtext {
  font-size: clamp(3rem, 4vw, 12rem);
}
#custom-html-2 .NewsTitel {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  #custom-html-2 .NewsTitel {
    font-size: 3rem;
  }
}
#custom-html-2 .Kopf {
  font-size: 13rem;
  font-weight: 700;
  overflow: hidden;
}
@media (max-width: 991px) {
  #custom-html-2 .Kopf {
    font-size: 9rem;
  }
}
@media (max-width: 768px) {
  #custom-html-2 .Kopf {
    font-size: 9rem;
  }
}
#custom-html-2 .ZeigMichNicht {
  visibility: hidden;
  transition: visibility 0s 2s, opacity 2s linear;
  opacity: 0;
}
#custom-html-2 .slidebutton {
  width: 40px;
  height: 150px;
  border-radius: 0px 5px 5px 0;
  background: #0077ae;
}
#custom-html-2 .slidebutton:after {
  font-family: 'Arial';
  position: absolute;
  top: 60px;
  left: -27px;
  font-size: 1.1rem;
  font-weight: 500;
  content: "QUESTION";
  color: white;
  transform: rotate(90deg);
  -webkit-transform: rotate(-90deg);
}
#custom-html-2 .mytextlink {
  font-family: 'Arial';
  color: #A53A68;
}
#custom-html-2 .mytextlink:hover {
  color: #109BAF;
}
#custom-html-2 #slideout {
  position: fixed;
  top: 40%;
  left: 0;
  width: 40px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  background: transparent;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0 3px 3px 0;
  z-index: 19999!important;
}
@media (max-width: 768px) {
  #custom-html-2 #slideout {
    display: none;
  }
}
#custom-html-2 hr.style-one {
  border: 0;
  height: 1px;
  background: #000;
}
#custom-html-2 #idTexte {
  position: relative;
  text-align: center;
  top: 10px;
  padding: 20px;
  width: 100%;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#custom-html-2 #slideout_inner {
  position: fixed;
  top: 00px;
  background: #232323;
  width: 33%;
  left: -33%;
  height: 100vh;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: left;
  border-top: 2px solid #8d97ad;
  border-bottom: 2px solid #8d97ad;
}
@media (max-width: 1200px) {
  #custom-html-2 #slideout_inner {
    width: 50%;
    left: -50%;
  }
}
#custom-html-2 #slideout_inner textarea {
  width: 30%;
  height: 100px;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  #custom-html-2 #slideout_inner textarea {
    width: 50%;
  }
}
#custom-html-2 #slideout:hover {
  left: 33%;
}
@media (max-width: 1200px) {
  #custom-html-2 #slideout:hover {
    left: 50%;
  }
}
#custom-html-2 #slideout:hover #slideout_inner {
  left: 0;
}
#custom-html-2 #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
@keyframes animationName {
  from {
    background-color: transparent;
    display: block;
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
  }
}
@keyframes animation2Name {
  from {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  to {
    background-color: transparent;
    display: none;
    z-index: -1;
  }
}
#custom-html-2 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: grey;
  transition: all 0.3s;
  margin-bottom: 1rem;
}
#custom-html-2 .card-title {
  transition: all 0.3s;
}
#custom-html-2 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
#custom-html-2 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: grey;
  position: absolute;
}
#custom-html-2 .card-wrapper {
  transition: all 0.3s;
  padding: 1.5rem 1rem;
  background: white;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
#custom-html-2 .card-wrapper h4 {
  color: black!important;
}
#custom-html-2 .card-wrapper:hover {
  cursor: pointer;
  background: grey;
  box-shadow: 5px 5px 30px 0 grey;
}
#custom-html-2 .card-wrapper:hover .mbr-iconfont,
#custom-html-2 .card-wrapper:hover .card-title {
  color: #ffffff;
}
#custom-html-2 .card-wrapper:hover h4 {
  color: white!important;
}
#custom-html-2 .card-title,
#custom-html-2 .card-box {
  color: #353535;
}
.cid-u9fA65JMXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9fA65JMXi .mbr-section-title {
  color: #000000;
}
.cid-u9fA65JMXi .mbr-section-subtitle {
  color: #000000;
}
.cid-u9fA65JMXi .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u9fA65JMXi .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u9fA65JMXi .line {
  height: 1px;
  background: #ccc;
  margin-bottom: 1.5rem;
}
.cid-u9fA65JMXi .mbr-section-title,
.cid-u9fA65JMXi .line {
  color: #000000;
}
.cid-u9fA65JMXi .mbr-section-btn {
  padding: 0 2rem;
}
@media (max-width: 992px) {
  .cid-u9fA65JMXi .mbr-section-btn {
    padding: 0;
  }
}
.cid-tQnUL9E36g {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQnUL9E36g .item-img {
  position: relative;
}
.cid-tQnUL9E36g .item-img img {
  transition: all 0.2s;
}
.cid-tQnUL9E36g .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnUL9E36g .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tQnUL9E36g .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnUL9E36g .item:hover img {
  transform: scale(1.05);
}
.cid-tQnUL9E36g .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnUL9E36g .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tQnUL9E36g .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnUL9E36g .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnUL9E36g .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnUL9E36g .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnUL9E36g .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnUL9E36g .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnUL9E36g .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnUL9E36g img,
.cid-tQnUL9E36g .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tQnUL9E36g img,
  .cid-tQnUL9E36g .item-img {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g img,
  .cid-tQnUL9E36g .item-img {
    height: 300px !important;
  }
}
.cid-tQnUL9E36g .item:focus,
.cid-tQnUL9E36g span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnUL9E36g .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnUL9E36g .item-title {
  text-align: left;
  color: #000000;
}
.cid-tQnUL9E36g .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUL9E36g .mbr-section-subtitle,
.cid-tQnUL9E36g .subtitle-wrap,
.cid-tQnUL9E36g .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tQnUL9E36g .mbr-text,
.cid-tQnUL9E36g .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tQnUL9E36g h5 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 5px;
  backdrop-filter: blur(10px);
}
.cid-tQnVcVhOWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQnVcVhOWZ .col-title {
    margin-bottom: 20px;
  }
}
.cid-tQnVcVhOWZ .mbr-section-title {
  color: #000000;
}
.cid-tQnVcVhOWZ .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-tQnVcVhOWZ .mbr-text {
  color: #000000;
}
.cid-tQnVcVhOWZ .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-tQnVcVhOWZ p {
  line-height: 1.2;
}
.cid-tQnVcVhOWZ .mbr-text1 {
  color: #0046c7;
}
.cid-tQnVcVhOWZ .mbr-text2 {
  color: #005241;
}
.cid-tQnVcVhOWZ .mbr-text3 {
  color: #000000;
}
.cid-tQnUM5US0w {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQnUM5US0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnUM5US0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnUM5US0w .item-wrapper {
  width: 100%;
}
.cid-tQnUM5US0w .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-tQnUM5US0w .mbr-link {
  background: #0077ae;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.cid-tQnUM5US0w .card-box {
  padding: 0rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  top: 15rem;
}
@media (max-width: 767px) {
  .cid-tQnUM5US0w .card-box {
    top: 10rem;
  }
}
.cid-tQnUM5US0w .icon {
  color: black;
  background: #0077ae;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
}
.cid-tQnUM5US0w p {
  background: #0077ae;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.2rem 1rem;
  line-height: 1.2;
  display: inline-block;
  transform: scale(1.05);
}
.cid-tQnUM5US0w .card-wrapper {
  min-height: 800px;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQnUM5US0w .card-wrapper {
    padding: 1.5rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tQnUM5US0w .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnUM5US0w .card-wrapper {
    padding: 4rem;
  }
}
.cid-tQnUM5US0w .wrap {
  background: url("../../../assets/images/mediwork14.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.cid-tQnUM5US0w .wrap .inner-wrap {
  padding: 40px;
}
.cid-tQnUM5US0w .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUM5US0w .mbr-text,
.cid-tQnUM5US0w .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tQnUM5US0w .mbr-link,
.cid-tQnUM5US0w .link-wrapper {
  color: #ffffff;
}
.cid-tQnVxSaP4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQnVxSaP4U .item-img {
  position: relative;
}
.cid-tQnVxSaP4U .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tQnVxSaP4U .card-text {
    padding-left: 4rem;
  }
}
.cid-tQnVxSaP4U h5 {
  line-height: 1.2;
}
.cid-tQnVxSaP4U .card {
  margin-bottom: 2rem;
}
.cid-tQnVxSaP4U .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnVxSaP4U .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnVxSaP4U .image-wrapper {
  transition: all 1s ease-out;
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #0077ae;
}
@media (max-width: 992px) {
  .cid-tQnVxSaP4U .image-wrapper {
    min-height: 200px;
  }
}
.cid-tQnVxSaP4U .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnVxSaP4U .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnVxSaP4U .item-wrapper .item-img:hover .image-wrapper {
  background-image: linear-gradient(black 33.3%, red 33.3%, red 66.6%, gold 66.6%);
}
.cid-tQnVxSaP4U .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnVxSaP4U .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnVxSaP4U .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnVxSaP4U .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnVxSaP4U .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQnVxSaP4U .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnVxSaP4U img,
.cid-tQnVxSaP4U .item-img {
  width: 100%;
}
.cid-tQnVxSaP4U .item:focus,
.cid-tQnVxSaP4U span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnVxSaP4U .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnVxSaP4U .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnVxSaP4U .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQnVxSaP4U .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQnVxSaP4U .mbr-section-subtitle,
.cid-tQnVxSaP4U .subtitle-wrap,
.cid-tQnVxSaP4U .mbr-section-btn {
  text-align: left;
}
.cid-tQnVxSaP4U .mbr-text,
.cid-tQnVxSaP4U .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tQnVxSaP4U .mbr-text {
  color: #000000;
}
.cid-tQnUOZD55N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQnUOZD55N .item-img {
  position: relative;
}
.cid-tQnUOZD55N .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tQnUOZD55N .cardbg {
  background: #eaf1fc;
  height: 100%;
  min-height: 300px;
}
.cid-tQnUOZD55N .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnUOZD55N .image-wrapper {
  overflow: hidden;
}
.cid-tQnUOZD55N .item1 {
  margin-bottom: 2rem !important;
}
.cid-tQnUOZD55N .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnUOZD55N .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnUOZD55N .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnUOZD55N .item1,
.cid-tQnUOZD55N .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnUOZD55N .item1 .item:hover,
.cid-tQnUOZD55N .item .item:hover {
  cursor: pointer;
}
.cid-tQnUOZD55N .item1:hover .link-icon-wrapper span,
.cid-tQnUOZD55N .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tQnUOZD55N .card2 {
    margin-top: 1rem;
  }
}
.cid-tQnUOZD55N .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnUOZD55N .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnUOZD55N .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnUOZD55N .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnUOZD55N .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnUOZD55N .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnUOZD55N .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnUOZD55N .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQnUOZD55N .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnUOZD55N img,
.cid-tQnUOZD55N .item-img {
  width: 100%;
}
.cid-tQnUOZD55N .item:focus,
.cid-tQnUOZD55N span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnUOZD55N .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnUOZD55N .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnUOZD55N .item-title {
  text-align: left;
  color: #000000;
}
.cid-tQnUOZD55N .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUOZD55N .mbr-section-subtitle,
.cid-tQnUOZD55N .subtitle-wrap,
.cid-tQnUOZD55N .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tQnUOZD55N .mbr-text,
.cid-tQnUOZD55N .item .mbr-section-btn {
  color: #000000;
}
.cid-tQnVPjt5N2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQnVPjt5N2 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tQnVPjt5N2 .mbr-section-title {
  color: #0077ae;
}
.cid-tQnVPjt5N2 .mbr-text {
  color: #000000;
}
.cid-tQnVPjt5N2 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-top: 2rem;
}
.cid-tQnVPjt5N2 .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnVPjt5N2 .row {
  justify-content: space-between;
}
.cid-tQnVPjt5N2 .mbr-text1 {
  color: #0046c7;
}
.cid-tQnVPjt5N2 img {
  object-fit: cover;
}
.cid-tQnVPjt5N2 h3 {
  transition: all 0.3s;
  position: relative;
}
.cid-tQnVPjt5N2 h3:hover {
  transform: translateX(25px);
  cursor: pointer;
}
.cid-tQnVPjt5N2 h3:hover:before {
  opacity: 1;
}
.cid-tQnVPjt5N2 h3:before {
  content: '';
  background: currentColor;
  width: 12px;
  transition: all 0.3s;
  height: 12px;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tQnVPjt5N2 .mbr-section-subtitle,
.cid-tQnVPjt5N2 .subtitle-wrap,
.cid-tQnVPjt5N2 .mbr-section-btn {
  color: #000000;
}
.cid-u9wBPOcWtc {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9wBPOcWtc .line {
  height: 1px;
  background: #ccc;
  margin-bottom: 1.5rem;
}
.cid-u9wBPOcWtc .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9wBPOcWtc .mycontent {
  background-color: #eaf1fc;
  border: 1px;
  border-style: solid;
  border-color: white;
  border-radius: 2rem;
  padding-top: 2rem;
}
.cid-u9wBPOcWtc .item-img,
.cid-u9wBPOcWtc .img-wrap,
.cid-u9wBPOcWtc img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-u9wBPOcWtc img,
.cid-u9wBPOcWtc .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-u9wBPOcWtc img,
  .cid-u9wBPOcWtc .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-u9wBPOcWtc .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-u9wBPOcWtc .item:focus,
.cid-u9wBPOcWtc span:focus {
  outline: none;
}
.cid-u9wBPOcWtc .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-u9wBPOcWtc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9wBPOcWtc .item {
    margin-bottom: 1rem;
  }
}
.cid-u9wBPOcWtc h5 {
  margin: 0;
}
.cid-u9wBPOcWtc .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u9wBPOcWtc .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-u9wBPOcWtc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9wBPOcWtc .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-u9wBPOcWtc .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-u9wBPOcWtc .item-wrapper {
    height: auto;
  }
}
.cid-u9wBPOcWtc .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9wBPOcWtc .item-title {
  text-align: center;
}
.cid-u9wBPOcWtc .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u9wBPOcWtc .mbr-text,
.cid-u9wBPOcWtc .item .mbr-section-btn {
  text-align: center;
}
.cid-u9wBPOcWtc .mbr-section-subtitle,
.cid-u9wBPOcWtc .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-tQnVr4lLKa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQnVr4lLKa .item-img {
  position: relative;
}
.cid-tQnVr4lLKa .item-img img {
  transition: all 0.2s;
}
.cid-tQnVr4lLKa h5 {
  line-height: 1.2;
}
.cid-tQnVr4lLKa .item {
  transition: transform 0.3s;
}
.cid-tQnVr4lLKa .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tQnVr4lLKa .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnVr4lLKa .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-tQnVr4lLKa .item {
    margin-bottom: 2rem;
  }
}
.cid-tQnVr4lLKa .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #0077ae;
}
@media (max-width: 992px) {
  .cid-tQnVr4lLKa .subtitle-wrap,
  .cid-tQnVr4lLKa .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tQnVr4lLKa .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tQnVr4lLKa .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnVr4lLKa .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnVr4lLKa .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnVr4lLKa .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnVr4lLKa .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnVr4lLKa .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnVr4lLKa .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnVr4lLKa .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnVr4lLKa .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnVr4lLKa .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnVr4lLKa .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQnVr4lLKa .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-tQnVr4lLKa img,
.cid-tQnVr4lLKa .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tQnVr4lLKa .item:focus,
.cid-tQnVr4lLKa span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnVr4lLKa .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnVr4lLKa .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnVr4lLKa .item-title {
  text-align: left;
  color: #000000;
}
.cid-tQnVr4lLKa .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tQnVr4lLKa .mbr-text,
.cid-tQnVr4lLKa .item .mbr-section-btn {
  color: #000000;
}
.cid-tQnVr4lLKa .mbr-section-subtitle,
.cid-tQnVr4lLKa .subtitle-wrap,
.cid-tQnVr4lLKa .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tQnVpq82NC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tQnVpq82NC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnVpq82NC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnVpq82NC .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tQnVpq82NC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tQnVpq82NC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tQnVpq82NC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tQnVpq82NC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tQnVpq82NC .content-head {
  max-width: 800px;
}
.cid-tQnVpq82NC .mbr-section-title {
  color: #000000;
}
.cid-tQnUU5FSPc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnUU5FSPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnUU5FSPc p a:hover {
  text-decoration: underline;
}
.cid-tQnUU5FSPc h2 {
  line-height: 1.3;
}
.cid-tQnUU5FSPc img {
  object-fit: cover;
}
.cid-tQnUU5FSPc .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-tQnUU5FSPc .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-tQnUU5FSPc .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-tQnUU5FSPc .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-tQnUU5FSPc .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-tQnUU5FSPc .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tQnUU5FSPc .wrap {
  background: #2a2c2d;
}
.cid-tQnUU5FSPc .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .link-wrapper {
    flex-direction: column;
  }
}
.cid-tQnUU5FSPc .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUU5FSPc .mbr-text,
.cid-tQnUU5FSPc .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-link,
.cid-tQnUU5FSPc .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUU5FSPc .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9wsq47fGI.popup-builder {
  background-color: #ffffff;
}
.cid-u9wsq47fGI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9wsq47fGI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9wsq47fGI .modal-content,
.cid-u9wsq47fGI .modal-dialog {
  height: auto;
}
.cid-u9wsq47fGI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9wsq47fGI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9wsq47fGI .form-wrapper .mbr-form .form-group,
  .cid-u9wsq47fGI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9wsq47fGI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9wsq47fGI .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-u9wsq47fGI .mbr-text {
  text-align: center;
}
.cid-u9wsq47fGI .pt-0 {
  padding-top: 0 !important;
}
.cid-u9wsq47fGI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9wsq47fGI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9wsq47fGI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9wsq47fGI .modal-open {
  overflow: hidden;
}
.cid-u9wsq47fGI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9wsq47fGI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9wsq47fGI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9wsq47fGI .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-u9wsq47fGI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9wsq47fGI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9wsq47fGI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9wsq47fGI .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-u9wsq47fGI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9wsq47fGI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9wsq47fGI .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9wsq47fGI .modal-backdrop.show {
  opacity: .5;
}
.cid-u9wsq47fGI .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-u9wsq47fGI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9wsq47fGI .modal-header {
    padding: 1rem;
  }
}
.cid-u9wsq47fGI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9wsq47fGI .modal-header .close svg {
  fill: #353535;
}
.cid-u9wsq47fGI .modal-header .close:hover {
  opacity: 1;
}
.cid-u9wsq47fGI .modal-header .close:focus {
  outline: none;
}
.cid-u9wsq47fGI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u9wsq47fGI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9wsq47fGI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9wsq47fGI .modal-body {
    padding: 1rem;
  }
}
.cid-u9wsq47fGI .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-u9wsq47fGI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9wsq47fGI .modal-footer {
    padding: 1rem;
  }
}
.cid-u9wsq47fGI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9wsq47fGI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9wsq47fGI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9wsq47fGI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9wsq47fGI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9wsq47fGI .modal-lg,
  .cid-u9wsq47fGI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9wsq47fGI .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9wsq47fGI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9wsq47fGI .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-u9wsq47fGI .form-group {
  margin-bottom: 1rem;
}
.cid-u9wsq47fGI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9wsq47fGI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9wsq47fGI .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-u9wsq47fGI .mbr-section-btn {
  margin: 0;
}
.cid-u9wsq47fGI .mbr-section-btn .btn {
  margin: 0;
}
