.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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))));
  }
  .display-5 {
    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-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 0.8rem;
  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: #ce0c14 !important;
}
.bg-success {
  background-color: #f3f3f3 !important;
}
.bg-info {
  background-color: #12192b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ce0c14 !important;
  border-color: #ce0c14 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f21b24 !important;
  border-color: #f21b24 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f21b24 !important;
  border-color: #f21b24 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ce0c14 !important;
  border-color: #ce0c14 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f21b24 !important;
  border-color: #f21b24 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f21b24 !important;
  border-color: #f21b24 !important;
}
.btn-info,
.btn-info:active {
  background-color: #12192b !important;
  border-color: #12192b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #212e4f !important;
  border-color: #212e4f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #212e4f !important;
  border-color: #212e4f !important;
}
.btn-success,
.btn-success:active {
  background-color: #28A745 !important;
  border-color: #28A745 !important;
  color: #fff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #218838 !important;
  border-color: #218838 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #737373 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ce0c14;
  color: #ce0c14;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7c070c !important;
  background-color: transparent !important;
  border-color: #7c070c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ce0c14 !important;
  border-color: #ce0c14 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ce0c14;
  color: #ce0c14;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7c070c !important;
  background-color: transparent !important;
  border-color: #7c070c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ce0c14 !important;
  border-color: #ce0c14 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #12192b;
  color: #12192b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #12192b !important;
  border-color: #12192b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c8c8c8 !important;
  background-color: transparent !important;
  border-color: #c8c8c8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #12192B;
  color: #12192B;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #12192B !important;
  border-color: #12192B !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #12192B !important;
  border-color: #12192B !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: #ce0c14 !important;
}
.texÿ se 皻翴 ary {
  color: #ce0c14 !important;
}
.text-success {
  color: #f3f3f3 !important;
}
.text-info {
  color: #12192b !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6e060b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6e060b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c0c0c0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ce0c14;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #12192b;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ce0c14;
  border-color: #ce0c14;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ce0c14;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #faacaf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bec9e4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ce0c14 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ce0c14;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ce0c14;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ce0c14;
}
.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: #ce0c14;
  border-bottom-color: #ce0c14;
}
.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: #ce0c14 !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: #ce0c14 !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='%23ce0c14' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v3taEFBopu .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3taEFBopu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v3taEFBopu a {
  font-style: normal;
}
.cid-v3taEFBopu .show {
  overflow: visible;
}
.cid-v3taEFBopu .dropdown-menu {
  max-height: auto;
}
.cid-v3taEFBopu .dropdown-item:active {
  background-color: transparent;
}
.cid-v3taEFBopu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  position: relative;
  vertical-align: text-bottom;
  text-decoration: none;
}
.cid-v3taEFBopu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-v3taEFBopu .nav-item:focus,
.cid-v3taEFBopu .nav-link:focus {
  outline: none;
}
.cid-v3taEFBopu .btn {
  padding: 0.7rem 0.7rem;
  align-items: center;
  display: -webkit-inline-flex;
  -webkit-align-items: center;
}
.cid-v3taEFBopu .btn .mbr-iconfont-btn {
  font-size: 1.4rem;
}
.cid-v3taEFBopu .menu-logo {
  margin-right: auto;
}
.cid-v3taEFBopu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3taEFBopu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v3taEFBopu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v3taEFBopu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v3taEFBopu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v3taEFBopu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v3taEFBopu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v3taEFBopu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 0rem;
  max-width: 100%;
  width: auto;
}
.cid-v3taEFBopu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v3taEFBopu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3taEFBopu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v3taEFBopu .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-v3taEFBopu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v3taEFBopu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v3taEFBopu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3taEFBopu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v3taEFBopu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3taEFBopu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v3taEFBopu .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v3taEFBopu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v3taEFBopu .navbar.navbar-short .navbar-logo a {
  font-size: 1rem !important;
  line-height: 1rem;
  transition: font-size 0.25s;
}
.cid-v3taEFBopu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-v3taEFBopu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v3taEFBopu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v3taEFBopu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v3taEFBopu button.navbar-toggler:focus {
  outline: none;
}
.cid-v3taEFBopu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-v3taEFBopu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3taEFBopu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3taEFBopu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3taEFBopu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3taEFBopu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3taEFBopu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3taEFBopu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3taEFBopu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3taEFBopu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v3taEFBopu .collapsed .btn {
  display: -webkit-flex;
}
.cid-v3taEFBopu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v3taEFBopu .collapsed .navbar-collapse.collapsing,
.cid-v3taEFBopu .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v3taEFBopu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v3taEFBopu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v3taEFBopu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v3taEFBopu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v3taEFBopu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v3taEFBopu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v3taEFBopu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v3taEFBopu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v3taEFBopu .mobile-none{display:inline;}
@media (min-width: 992px) {
  .cid-v3taEFBopu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 93.4375vh;
  }
}
.cid-v3taEFBopu .collapsed button.navbar-toggler {
  display: block;
}
.cid-v3taEFBopu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v3taEFBopu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v3taEFBopu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v3taEFBopu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v3taEFBopu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v3taEFBopu .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-v3taEFBopu .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v3taEFBopu .mobile-none{display:none;}
  .cid-v3taEFBopu img {
    height: 3.8rem !important;
  }
  .cid-v3taEFBopu .btn {
    display: -webkit-flex;
  }
  .cid-v3taEFBopu button.navbar-toggler {
    display: block;
  }
  .cid-v3taEFBopu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v3taEFBopu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v3taEFBopu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    position:absolute;top:90px;left:auto;
  }
  .cid-v3taEFBopu .navbar-collapse.collapsing,
  .cid-v3taEFBopu .navbar-collapse.show {
    display: block !important;
    overflow: auto; overflow-x:hidden;
    max-width:100vw;
  }
  .cid-v3taEFBopu .navbar-collapse.collapsing .navbar-nav,
  .cid-v3taEFBopu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v3taEFBopu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v3taEFBopu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v3taEFBopu .navbar-collapse.collapsing .navbar-buttons,
  .cid-v3taEFBopu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v3taEFBopu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v3taEFBopu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v3taEFBopu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v3taEFBopu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.2rem 0rem 1.2rem 0rem;
    visibility: visible;
    overflow-x:scroll;
  }
  .cid-v3taEFBopu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v3taEFBopu .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v3taEFBopu .text-wrap {
    text-align:left;
  }
}
@media (max-width: 767px) {
  .cid-v3taEFBopu .nav-link {
    justify-content: start !important;
  }
  .cid-v3taEFBopu .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v3taEFBopu .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v3taEFBopu .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-v3taEFBopu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v3taEFBopu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v3taEFBopu .nav-link:hover,
.cid-v3taEFBopu .dropdown-item:hover {
  color: #ce0c14 !important;
}
@media (min-width: 1500px) {
  .cid-v3taEFBopu .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v3taEFBopu .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-v3t1hJHmtb {
  display: flex;
  padding-top: 75px;
  padding-bottom: 25px;
}
.cid-v3t1hJHmtb .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-v3t1hJHmtb .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 3);
}
.cid-v3t1hJHmtb .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v3t1hJHmtb { padding-bottom: 0px; }
  .cid-v3t1hJHmtb .row { min-height: calc((50vh + 50vw) / 4); }
  .cid-v3t1hJHmtb .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-v3t1hJHmtb .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-v3t1hJHmtb .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-v3t1hJHmtb .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-v3t1hJHmtb .mbr-text {
  margin-top: 5px;
}
.cid-v3PE6BpGdR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3PE6BpGdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3PE6BpGdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3PE6BpGdR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3PE6BpGdR .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v3PE6BpGdR .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3PE6BpGdR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3PE6BpGdR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3PE6BpGdR .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v3PE6BpGdR .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3PE6BpGdR .item {
    margin-bottom: 28px;
  }
}
.cid-v3PE6BpGdR .item .item-wrapper {
  padding: 24px;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v3PE6BpGdR .item .item-wrapper {
    padding: 16px;
  }
}
.cid-v3PE6BpGdR .item .item-wrapper .item-content .icon-wrapper {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3PE6BpGdR .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3PE6BpGdR .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  background: linear-gradient(90deg, #ce0c14, #f21b24 65%, #f54b52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v3PE6BpGdR .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v3PE6BpGdR .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v3PE6BpGdR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3PE6BpGdR .mbr-text,
.cid-v3PE6BpGdR .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v3PE6BpGdR .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3PE6BpGdR .item-text {
  color: #1a1a1a;
  text-align: center;
}
.cid-v3PE6BpGdR .item-title,
.cid-v3PE6BpGdR .icon-wrapper {
  color: #ce0c14;
}
.cid-v3PyaKuGRO {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}
.cid-v3PyaKuGRO .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-v3PyaKuGRO .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v3PyaKuGRO .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-v3PyaKuGRO .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v3PyaKuGRO .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-v3PyaKuGRO .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v3PyaKuGRO .items-container {
    padding-left: 6.66vw;
  }
}
.cid-v3PyaKuGRO .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-v3PyaKuGRO .item {
    margin-bottom: 3.2vw;
  }
}
.cid-v3PyaKuGRO .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-v3PyaKuGRO .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-v3PyaKuGRO .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-v3PyaKuGRO .mbr-text {
  color: #000000;
}
.cid-v3PAuSVBQU {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v3JG1hvH2a {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}
.cid-v3JG1hvH2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3JG1hvH2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3JG1hvH2a .mbr-description {
  text-align: left;
}
.cid-v3JG1hvH2a .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-v3JG1hvH2a .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3JG1hvH2a .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v3JG1hvH2a .card-title,
.cid-v3JG1hvH2a .iconfont-wrapper {
  color: #000000;
}
.cid-v3JG1hvH2a .card-text {
  color: #000000;
}
.cid-v3JG1hvH2a .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3JG1hvH2a .mbr-number {
  color: #9fe870;
}
.cid-v3JG1hvH2a .mbr-text,
.cid-v3JG1hvH2a .mbr-section-btn {
  text-align: center;
}
.cid-v3JG1hvH2a .card-text,
.cid-v3JG1hvH2a .item .mbr-section-btn {
  text-align: left;
}
.cid-v3JG1hvH2a .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v3JG1hvH2a .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v3JG1hvH2a .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3JG1hvH2a .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-v3JG1hvH2a .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v3JG1hvH2a .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3JG1hvH2a .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v3JG1hvH2a .card-title {
  text-align: left;
}
.cid-v3JG1hvH2a .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v3JG1hvH2a .item-content .item-footer {
  margin-top: auto;
}
.cid-v3th9blwPI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3th9blwPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3th9blwPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3th9blwPI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3th9blwPI .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3th9blwPI .content-wrapper {
  margin: 0 -8px;
}
.cid-v3th9blwPI .content-wrapper .card {
  padding: 0 8px;
}
.cid-v3th9blwPI .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3th9blwPI .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-v3th9blwPI .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3th9blwPI .image-wrapper img {
    height: 300px;
  }
}
.cid-v3th9blwPI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-v3th9blwPI .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-v3th9blwPI .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f3f3f3;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-v3th9blwPI .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3th9blwPI .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v3th9blwPI .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v3th9blwPI .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-v3th9blwPI .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-v3th9blwPI .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-v3th9blwPI .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3th9blwPI .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-v3th9blwPI .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3th9blwPI .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v3th9blwPI .card-title {
  color: #2c2c26;
}
.cid-v3th9blwPI .card-text {
  color: #63635d;
}
.cid-v3ypm3gpTN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3ypm3gpTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ypm3gpTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3ypm3gpTN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v3ypm3gpTN .container {
    padding: 0 12px;
  }
}
.cid-v3ypm3gpTN .row {
  justify-content: center;
}
.cid-v3ypm3gpTN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3ypm3gpTN .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3ypm3gpTN .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v3ypm3gpTN .image-wrapper img {
  height: auto;
  max-height: 90px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-v3ypm3gpTN .image-wrapper img {
    margin-bottom: 16px;
  }
}
.cid-v3ypm3gpTN .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-v3yoAlvWv4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12192b;
}
.cid-v3yoAlvWv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yoAlvWv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yoAlvWv4 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v3yoAlvWv4 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0;
}
.cid-v3yoAlvWv4 .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v3yoAlvWv4 .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v3yoAlvWv4 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3yoAlvWv4 .content-wrapper .title-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-v3yoAlvWv4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3yoAlvWv4 .content-wrapper .nav-wrap {
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v3yoAlvWv4 .content-wrapper .nav-wrap {
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
.cid-v3yoAlvWv4 .content-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3yoAlvWv4 .content-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v3yoAlvWv4 .content-wrapper .nav-wrap .list-wrap .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3yoAlvWv4 .content-wrapper .nav-wrap .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-right: 24px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v3yoAlvWv4 .content-wrapper .nav-wrap .list-wrap .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: inherit;
  transition: all .3s ease;
  transform: translateX(5px);
  opacity: 0;
}
.cid-v3yoAlvWv4 .content-wrapper .nav-wrap .list-wrap .list .item-wrap:hover,
.cid-v3yoAlvWv4 .content-wrapper .nav-wrap .list-wrap .list .item-wrap:focus {
  opacity: .6;
}
.cid-v3yoAlvWv4 .content-wrapper .nav-wrap .list-wrap .list .item-wrap:hover::before,
.cid-v3yoAlvWv4 .content-wrapper .nav-wrap .list-wrap .list .item-wrap:focus::before {
  transform: translateX(0);
  opacity: .6;
}
.cid-v3yoAlvWv4 .content-wrapper .nav-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3yoAlvWv4 .content-wrapper .text-wrapper {
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v3yoAlvWv4 .content-wrapper .text-wrapper {
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
.cid-v3yoAlvWv4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3yoAlvWv4 .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v3yoAlvWv4 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v3yoAlvWv4 .mbr-label {
  color: #808080;
}
.cid-v3yoAlvWv4 .mbr-section-title {
  color: #cccccc;
}
.cid-v3yoAlvWv4 .mbr-list-title {
  color: #f3f3f3;
}
.cid-v3yoAlvWv4 .list {
  color: #cccccc;
}
.cid-v3yoAlvWv4 .mbr-text {
  color: #cccccc;
}
.cid-v3yoAlvWv4 .mbr-copy {
  color: #cccccc;
  text-align: center;
}
.cid-v3yoAlvWv4 .mbr-label,
.cid-v3yoAlvWv4 .label-wrapper {
  color: #ffffff;
}
.cid-v4foXScf3y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4foXScf3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4foXScf3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4foXScf3y .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v4foXScf3y .title-wrapper {
  margin-bottom: 40px;
}
.cid-v4foXScf3y .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-v4foXScf3y .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-v4foXScf3y .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v4foXScf3y .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v4foXScf3y .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4foXScf3y .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4foXScf3y .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v4foXScf3y .item .item-wrapper {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v4foXScf3y .item .item-wrapper {
    display: block;
    padding: 24px 16px;
  }
}
.cid-v4foXScf3y .item .item-wrapper .item-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v4foXScf3y .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v4foXScf3y .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v4foXScf3y .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4foXScf3y .item .item-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v4foXScf3y .card-wrap .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4foXScf3y .card-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v4foXScf3y .card-wrap .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v4foXScf3y .card-wrap .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v4foXScf3y .btn-wrapper {
  margin-top: -2%;
}
.cid-v4foXScf3y .mbr-text,
.cid-v4foXScf3y .text-wrapper {
  color: #0a0a0a;
  text-align: center;
}
.cid-v4foXScf3y .item-title {
  color: #0a0a0a;
}
.cid-v4foXScf3y .item-text {
  color: #0a0a0a;
}
.cid-v4fxwzRfrw {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v4fxwzRfrw .google-map {
  height: 350px;
  position: relative;
  filter: grayscale(1);
}
.cid-v4fxwzRfrw .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-v4fxwzRfrw .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-v4fxwzRfrw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v4fxwzRfrw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v4fxwzRfrw .mbr-section-title {
  color: #36187d;
}
@media (max-width: 992px) {
  .cid-v4fxwzRfrw .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-v4fxwzRfrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4fxwzRfrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4fnVa8b9p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4fnVa8b9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4fnVa8b9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4fnVa8b9p .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v4fnVa8b9p .container-fluid {
    padding: 0 20px;
  }
}
.cid-v4fnVa8b9p .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4fnVa8b9p .container {
    padding: 0 20px;
  }
}
.cid-v4fnVa8b9p .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v4fnVa8b9p .content-wrapper {
    padding: 46px 0;
  }
}
.cid-v4fnVa8b9p .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v4fnVa8b9p .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-v4fnVa8b9p .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-v4fnVa8b9p .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-v4fnVa8b9p .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-v4fnVa8b9p .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-v4fnVa8b9p .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #a6a99c !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-v4fnVa8b9p .dragArea.row .form-group .form-control:hover,
.cid-v4fnVa8b9p .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-v4fnVa8b9p .dragArea.row .form-group .form-control::placeholder {
  color: #a6a99c;
}
.cid-v4fnVa8b9p .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v4fnVa8b9p .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-v4fnVa8b9p .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-v4fnVa8b9p .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v4fnVa8b9p .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4fnVa8b9p .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v4fnVa8b9p .mbr-text,
.cid-v4fnVa8b9p .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4fnVa8b9p label {
  color: #000000;
}
.cid-v4fnVa8b9p .mbr-section-btn {
  text-align: center;
}
.cid-v4fznOhlkU {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}
.cid-v4fznOhlkU .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-v4fznOhlkU .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v4fznOhlkU .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-v4fznOhlkU .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v4fznOhlkU .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-v4fznOhlkU .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v4fznOhlkU .items-container {
    padding-left: 6.66vw;
  }
}
.cid-v4fznOhlkU .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-v4fznOhlkU .item {
    margin-bottom: 3.2vw;
  }
}
.cid-v4fznOhlkU .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-v4fznOhlkU .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-v4fznOhlkU .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-v4fznOhlkU .mbr-text {
  color: #000000;
}
/* menu */
.cid-v3taEFBopu .button-pc-none{display:block;min-width:480px;text-align:right;}
@media (min-width: 991px) and (max-width: 1800px){.cid-v3taEFBopu .button-pc-none{display:none;}}
@media (max-width: 991px) {.cid-v3taEFBopu .button-pc-none{min-width:auto;}}
/* text pages */
.nadpis{font-size:1.8rem;text-transform:none;}
p{line-height:1.5rem;}
.text-pages1{max-width:40vw;}
.text-pages2{max-width:50vw;}
.text-pages3{max-width:60vw;}
.text-pages4{max-width:70vw;}
.text-pages5{max-width:80vw;}
.text-pages6{max-width:90vw;}
.text-pages7{max-width:100vw;}
.file_icon{width:50px;height:auto;}
@media (max-width: 991px) {
  .text-pages1, .text-pages2, .text-pages3, .text-pages4, .text-pages5, .text-pages6, .text-pages7{max-width:100vw;}
}
/* vyskakovaci okno */
#cekuj_div_bann1{position:fixed;top:0px;left:0px;text-align:center;width:100vw;height:100vh;background:url('../../../images/stin.png') repeat;z-index:2000;}
#cekuj_div_bann2{text-align:center;margin:0px auto;padding:0px;z-index:2100;display:inline-block;}
#cekuj_div_bann3{padding-top:200px;z-index:2200;position:fixed;top:auto;left:auto;}
@media (max-height:600px) {#cekuj_div_bann3{padding-top:30px;}}
@media (max-width:991px) {#cekuj_div_bann3{padding-top:10px;}}
@media (max-width:500px) {#cekuj_div_bann1, #cekuj_div_bann2, #cekuj_div_bann3{display:none;}}
/* mapa */
.div_map{width:100%;height:75vh;}
.smap .cluster img{display:none;}
.smap .cluster div{background-color:transparent !important;border:none !important;background:url('../grafika/shluk.png') no-repeat 50% 50%;}
.cluster span{color:#ffffff;font-size:1.2em;position:relative;top:-1px;left:1px;}
/* API map */
.leaflet-control-container{display:block;}
.leaflet-control-zoom{left:12px;top:50px;}
.leaflet-control-layers{right:12px;top:50px;text-align:left;}
//.leaflet-touch .leaflet-control-attribution{display:none;}