body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff2d55 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #c9774c !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #642f2a !important;
  border-color: #642f2a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2e1613 !important;
  border-color: #2e1613 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2e1613 !important;
  border-color: #2e1613 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c9774c !important;
  border-color: #c9774c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9a532e !important;
  border-color: #9a532e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9a532e !important;
  border-color: #9a532e !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c60026;
  color: #c60026;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1c0d0c;
  color: #1c0d0c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #642f2a;
  border-color: #642f2a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #642f2a !important;
  border-color: #642f2a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #864929;
  color: #864929;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #c9774c;
  border-color: #c9774c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c9774c !important;
  border-color: #c9774c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff2d55 !important;
}
.text-secondary {
  color: #642f2a !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #c9774c !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff93a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ac5148 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #e1b39a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c9774c;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2d55;
  border-color: #ff2d55;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2d55;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9fa;
}
.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: #f8eee9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff2d55;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2d55;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2d55;
  border-bottom-color: #ff2d55;
}
.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: #ff2d55 !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: #642f2a !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='%23ff2d55' %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-szmbaNw7Zj .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szmbaNw7Zj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szmbaNw7Zj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szmbaNw7Zj .nav-link {
  position: relative;
}
.cid-szmbaNw7Zj .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-szmbaNw7Zj .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-szmbaNw7Zj .container {
  display: flex;
  margin: auto;
}
.cid-szmbaNw7Zj .navbar.navbar-short .nav-link,
.cid-szmbaNw7Zj .navbar.navbar-short .navbar-caption,
.cid-szmbaNw7Zj .navbar.navbar-short .mbr-iconfont,
.cid-szmbaNw7Zj .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-szmbaNw7Zj .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-szmbaNw7Zj .navbar-caption {
  padding-right: 3rem;
}
.cid-szmbaNw7Zj .dropdown-menu,
.cid-szmbaNw7Zj .navbar.opened {
  background: #000000 !important;
}
.cid-szmbaNw7Zj .nav-item:focus,
.cid-szmbaNw7Zj .nav-link:focus {
  outline: none;
}
.cid-szmbaNw7Zj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szmbaNw7Zj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szmbaNw7Zj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szmbaNw7Zj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szmbaNw7Zj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szmbaNw7Zj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szmbaNw7Zj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-szmbaNw7Zj .navbar.opened {
  transition: all .3s;
}
.cid-szmbaNw7Zj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-szmbaNw7Zj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-szmbaNw7Zj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szmbaNw7Zj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-szmbaNw7Zj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szmbaNw7Zj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szmbaNw7Zj .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: 55%;
}
.cid-szmbaNw7Zj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szmbaNw7Zj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szmbaNw7Zj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szmbaNw7Zj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szmbaNw7Zj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szmbaNw7Zj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szmbaNw7Zj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szmbaNw7Zj .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: 55%;
  }
  .cid-szmbaNw7Zj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-szmbaNw7Zj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szmbaNw7Zj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szmbaNw7Zj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szmbaNw7Zj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-szmbaNw7Zj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szmbaNw7Zj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-szmbaNw7Zj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-szmbaNw7Zj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szmbaNw7Zj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szmbaNw7Zj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szmbaNw7Zj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szmbaNw7Zj .dropdown-item.active,
.cid-szmbaNw7Zj .dropdown-item:active {
  background-color: transparent;
}
.cid-szmbaNw7Zj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szmbaNw7Zj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szmbaNw7Zj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szmbaNw7Zj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szmbaNw7Zj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szmbaNw7Zj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szmbaNw7Zj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-szmbaNw7Zj .navbar-buttons {
  text-align: center;
}
.cid-szmbaNw7Zj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szmbaNw7Zj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szmbaNw7Zj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szmbaNw7Zj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szmbaNw7Zj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szmbaNw7Zj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szmbaNw7Zj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szmbaNw7Zj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szmbaNw7Zj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szmbaNw7Zj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szmbaNw7Zj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-szmbaNw7Zj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szmbaNw7Zj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szmbaNw7Zj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-szmbaNw7Zj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szmbaNw7Zj .navbar {
    height: 77px;
  }
  .cid-szmbaNw7Zj .navbar.opened {
    height: auto;
  }
  .cid-szmbaNw7Zj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-staN1X9fMs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg3-1920x1080.webp");
}
.cid-staN1X9fMs h2 {
  text-align: center;
  letter-spacing: 0.1em;
}
.cid-staN1X9fMs .countdown-row {
  width: 100%;
  text-align: center;
}
.cid-staN1X9fMs .lower-line {
  text-align: center;
}
.cid-staN1X9fMs .mbr-form {
  margin-bottom: 3rem;
}
.cid-staN1X9fMs .form-group,
.cid-staN1X9fMs .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-staN1X9fMs .form-control {
  min-height: 2.7em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  background-color: white;
  border-radius: 0px;
  font-size: 18px;
}
.cid-staN1X9fMs .form-row {
  max-width: 480px;
  margin: 0 auto;
}
.cid-staN1X9fMs .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-staN1X9fMs .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: 0.1em;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px!important;
  border-radius: 0px;
}
.cid-staN1X9fMs .btn-black {
  background-color: black;
  border-color: black;
}
.cid-staN1X9fMs .btn-black:hover {
  opacity: 0.6;
}
.cid-staN1X9fMs a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-staN1X9fMs a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 350px) {
  .cid-staN1X9fMs .input-group-btn {
    width: 100%;
  }
  .cid-staN1X9fMs .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-staN1X9fMs .form-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
  }
  .cid-staN1X9fMs .form-group {
    margin-bottom: 8.4px;
  }
  .cid-staN1X9fMs .input-group-btn .btn {
    width: 100%;
  }
  .cid-staN1X9fMs .dot {
    display: none;
  }
}
.cid-staN1X9fMs .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-staN1X9fMs .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: white;
}
.cid-staN1X9fMs .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-staN1X9fMs .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-staN1X9fMs .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-staN1X9fMs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-staN1X9fMs .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: 0;
  border-radius: 2px;
  max-width: 100%;
}
.cid-staN1X9fMs .number {
  font-family: 'Roboto Mono', monospace;
  font-style: normal;
  font-weight: 100;
  font-size: 70px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
@media (max-width: 769px) {
  .cid-staN1X9fMs .number {
    font-size: 55px;
  }
}
.cid-staN1X9fMs .period {
  margin-top: 16px;
  display: block;
  padding-top: 18px;
  border-top: 1px solid white;
  margin-bottom: 25px;
  font-family: raleway;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.cid-staN1X9fMs .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 5%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-staN1X9fMs .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .cid-staN1X9fMs .main > div {
    text-align: center;
  }
  .cid-staN1X9fMs .countdown-cont {
    width: 100%;
  }
}
@media (max-width: 543px) {
  .cid-staN1X9fMs .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-staN1X9fMs .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-staN1X9fMs .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-staN1X9fMs .number,
  .cid-staN1X9fMs .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-staN1X9fMs .period {
    font-size: 0.8rem;
  }
}
.cid-staN1X9fMs .countdown {
  padding-top: 20px !important;
}
.cid-staN1X9fMs .countdown > div {
  -webkit-flex: 0 0 80% !important;
  flex: 0 0 80% !important;
  max-width: 80% !important;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-staN1X9fMs .countdown > div > div {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px;
}
@media (max-width: 320px) {
  .cid-staN1X9fMs .countdown > div > div {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.cid-staN1X9fMs .input-group-btn a.btn {
  border-radius: 0px !important;
}
.cid-u5dYG7Daj4 {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5dYG7Daj4 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-u5dYG7Daj4 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u5dYG7Daj4 .box {
  background-image: url("../../../assets/images/bg3-1920x1080.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5dYG7Daj4 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u5dYG7Daj4 .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-u5dYG7Daj4 .icon-wrap span {
  padding-left: 8px;
}
.cid-u5dYG7Daj4 .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-u5dYG7Daj4 .mbr-media span:hover {
  opacity: 1;
  color: #ff2d55 !important;
}
.cid-u5dYG7Daj4 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-u5dYG7Daj4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u5dYG7Daj4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u5dYG7Daj4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u5dYG7Daj4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u5dYG7Daj4 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u5dYG7Daj4 .box {
    height: 250px;
  }
}
.cid-u5dYG7Daj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5dYG7Daj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA2XdKpgjb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tA2XdKpgjb .image-col {
  padding: 0;
  border-left: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-tA2XdKpgjb .image-col {
    border-left: 0px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tA2XdKpgjb .container-fluid {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-tA2XdKpgjb .container-fluid {
    padding: 0 2rem;
  }
  .cid-tA2XdKpgjb .image-col {
    border-left: 0px solid #000000;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tA2XdKpgjb .image-col {
    padding: 0rem;
  }
}
.cid-tA2XdKpgjb .mbr-imgtext {
  padding: 5rem;
}
@media (max-width: 1400px) {
  .cid-tA2XdKpgjb .mbr-imgtext {
    padding: 5rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tA2XdKpgjb .mbr-imgtext {
    padding: 3rem 0rem;
  }
}
.cid-tA2XdKpgjb .line {
  border-bottom: 1px solid #000000;
  width: 100%;
}
.cid-tA2XdKpgjb .row {
  align-items: center;
}
.cid-tA2XdKpgjb .text-wrapper {
  max-width: 700px;
  padding: 4rem 0rem;
  margin: auto;
}
.cid-tA2XdKpgjb img {
  max-height: 250px;
  object-fit: cover;
}
.cid-tA2XdKpgjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA2XdKpgjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR5uzzvsiE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-tR5uzzvsiE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tR5uzzvsiE .item {
    margin-bottom: 1rem;
    margin-top: 180px;
  }
}
@media (max-width: 1750px) {
  .cid-tR5uzzvsiE .item {
    width: 50%;
    margin-top: 180px;
  }
}
@media (max-width: 992px) {
  .cid-tR5uzzvsiE .item {
    margin-top: 200px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .cid-tR5uzzvsiE .row {
    padding-top: 200px;
  }
}
.cid-tR5uzzvsiE .mbr-section-btn,
.cid-tR5uzzvsiE .btn {
  width: 100%;
}
.cid-tR5uzzvsiE .card-title,
.cid-tR5uzzvsiE .card-title2,
.cid-tR5uzzvsiE .card-text {
  width: 100%;
}
.cid-tR5uzzvsiE .top-card {
  position: absolute;
  display: flex;
  top: -180px;
  padding: 0 1rem;
  width: -webkit-fill-available;
  height: 250px;
  margin: 0 2rem;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tR5uzzvsiE .top-card {
    margin: 0 1rem;
    top: -160px;
  }
}
.cid-tR5uzzvsiE p {
  line-height: 1.6;
}
.cid-tR5uzzvsiE .item-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #f7ed4a, #c9774c);
  height: 100%;
  display: flex;
  overflow: visible;
  padding: 3rem 2rem;
  padding-top: 7rem;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tR5uzzvsiE .item-wrapper {
    padding: 3rem 1rem;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-tR5uzzvsiE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tR5uzzvsiE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tR5uzzvsiE .mbr-text,
.cid-tR5uzzvsiE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tR5uzzvsiE .item-subtitle {
  color: #000000;
}
.cid-tR5uzzvsiE .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tR5uzzvsiE .item-title {
  text-align: left;
  color: #000000;
}
.cid-tR5uzzvsiE .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-tR5uzzvsiE .card-title2 {
  color: #ffffff;
  text-align: right;
}
.cid-tR5uzzvsiE .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tVvXReZ7XE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVvXReZ7XE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVvXReZ7XE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVvXReZ7XE .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-tVvXReZ7XE .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tVvXReZ7XE .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-tVvXReZ7XE .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tVvXReZ7XE P {
  color: #cccccc;
}
.cid-tA2NfDoO4d.popup-builder {
  background-color: #ffffff;
}
.cid-tA2NfDoO4d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tA2NfDoO4d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tA2NfDoO4d .modal-content,
.cid-tA2NfDoO4d .modal-dialog {
  height: auto;
}
.cid-tA2NfDoO4d .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tA2NfDoO4d .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tA2NfDoO4d .form-wrapper .mbr-form .form-group,
  .cid-tA2NfDoO4d .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tA2NfDoO4d .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tA2NfDoO4d .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-tA2NfDoO4d .mbr-text {
  text-align: center;
}
.cid-tA2NfDoO4d .pt-0 {
  padding-top: 0 !important;
}
.cid-tA2NfDoO4d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tA2NfDoO4d .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tA2NfDoO4d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tA2NfDoO4d .modal-open {
  overflow: hidden;
}
.cid-tA2NfDoO4d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tA2NfDoO4d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tA2NfDoO4d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tA2NfDoO4d .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-tA2NfDoO4d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tA2NfDoO4d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tA2NfDoO4d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tA2NfDoO4d .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-tA2NfDoO4d .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tA2NfDoO4d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tA2NfDoO4d .modal-backdrop.fade {
  opacity: 0;
}
.cid-tA2NfDoO4d .modal-backdrop.show {
  opacity: .5;
}
.cid-tA2NfDoO4d .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-tA2NfDoO4d .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tA2NfDoO4d .modal-header {
    padding: 1rem;
  }
}
.cid-tA2NfDoO4d .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tA2NfDoO4d .modal-header .close svg {
  fill: #353535;
}
.cid-tA2NfDoO4d .modal-header .close:hover {
  opacity: 1;
}
.cid-tA2NfDoO4d .modal-header .close:focus {
  outline: none;
}
.cid-tA2NfDoO4d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tA2NfDoO4d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tA2NfDoO4d .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tA2NfDoO4d .modal-body {
    padding: 1rem;
  }
}
.cid-tA2NfDoO4d .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-tA2NfDoO4d .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tA2NfDoO4d .modal-footer {
    padding: 1rem;
  }
}
.cid-tA2NfDoO4d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tA2NfDoO4d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tA2NfDoO4d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tA2NfDoO4d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tA2NfDoO4d .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tA2NfDoO4d .modal-lg,
  .cid-tA2NfDoO4d .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tA2NfDoO4d .modal-xl {
    max-width: 1140px;
  }
}
.cid-tA2NfDoO4d .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tA2NfDoO4d .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-tA2NfDoO4d .form-group {
  margin-bottom: 1rem;
}
.cid-tA2NfDoO4d .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tA2NfDoO4d .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tA2NfDoO4d .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-tA2NfDoO4d .mbr-section-btn {
  margin: 0;
}
.cid-tA2NfDoO4d .mbr-section-btn .btn {
  margin: 0;
}
.cid-sOIiAImdsv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-sOIiAImdsv {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sOIiAImdsv {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
.cid-sOIiAImdsv .f-row p {
  margin-bottom: 0.5rem;
}
.cid-sOIiAImdsv .f-box {
  display: flex;
}
.cid-sOIiAImdsv .f-wrap {
  width: 100%;
  border: 10px solid #642a63;
}
@media (min-width: 1000px) {
  .cid-sOIiAImdsv .f-wrap {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .cid-sOIiAImdsv .f-wrap {
    width: 90%;
  }
}
.cid-sOIiAImdsv .f-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sOIiAImdsv .f-item {
    padding: 1rem;
  }
}
.cid-sOIiAImdsv .mbr-text {
  padding-right: 1rem;
  text-align: left;
}
.cid-sOIiAImdsv .mbr-date {
  padding-left: 1rem;
  text-align: left;
}
.cid-sOIiAImdsv .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sOIiAImdsv .f-row {
  display: flex;
  justify-content: space-between;
}
.cid-sOIiAImdsv .info {
  width: 100%;
  border-bottom: 1px solid #642a63;
}
.cid-sOIiAImdsv .mbr-data {
  text-align: center;
}
.cid-stn8nJLjyI {
  overflow: hidden !important;
  background-image: url("../../../assets/images/path-2000x1500.webp");
}
.cid-stn8nJLjyI .animated-element {
  color: #efefef;
}
.cid-stn8nJLjyI .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-stn8nJLjyI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-stn8nJLjyI .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-stn8nJLjyI .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-stn8nJLjyI .img-block {
    padding-bottom: 2rem;
  }
}
.cid-sBLdHDUEoO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffc658;
}
#custom-html-1f {
  /* Type valid CSS here */
}
#custom-html-1f div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1f p {
  font-size: 60px;
  color: #777;
}
.cid-stn6fv0Efc {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-stn6fv0Efc .google-map {
  height: 25rem;
  position: relative;
}
.cid-stn6fv0Efc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-stn6fv0Efc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-stn6fv0Efc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-stn6fv0Efc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-stnbTq1VGq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-stnbTq1VGq .mbr-gallery-filter {
  text-align: left;
}
.cid-stnbTq1VGq .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-stnbTq1VGq .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-stnbTq1VGq .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #808080;
  }
}
.cid-stnbTq1VGq .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-stnbTq1VGq .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-stnbTq1VGq .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-stnbTq1VGq .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-stnbTq1VGq .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #808080 !important;
}
.cid-stnbTq1VGq .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #808080 !important;
}
.cid-stnbTq1VGq .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-stnbTq1VGq .mbr-gallery-item > div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-stnbTq1VGq .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "FontAwesome" !important;
}
.cid-stnbTq1VGq .mbr-gallery-item > div .icon-focus:before {
  content: "\f00e";
}
.cid-stnbTq1VGq .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-stnbTq1VGq .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-stnbTq1VGq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stnbTq1VGq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stnbTq1VGq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-stnbTq1VGq .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c9774c;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-stnbTq1VGq .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-stnbTq1VGq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-stnbTq1VGq .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-stnbTq1VGq .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-stnbTq1VGq .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-stnbTq1VGq .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-stnbTq1VGq .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-stnbTq1VGq .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-stnbTq1VGq .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-stnbTq1VGq .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-staMAcKpRI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sElVG6NuoB .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sElVG6NuoB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sElVG6NuoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sElVG6NuoB .nav-link {
  position: relative;
}
.cid-sElVG6NuoB .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sElVG6NuoB .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sElVG6NuoB .container {
  display: flex;
  margin: auto;
}
.cid-sElVG6NuoB .navbar.navbar-short .nav-link,
.cid-sElVG6NuoB .navbar.navbar-short .navbar-caption,
.cid-sElVG6NuoB .navbar.navbar-short .mbr-iconfont,
.cid-sElVG6NuoB .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sElVG6NuoB .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sElVG6NuoB .navbar-caption {
  padding-right: 3rem;
}
.cid-sElVG6NuoB .dropdown-menu,
.cid-sElVG6NuoB .navbar.opened {
  background: #000000 !important;
}
.cid-sElVG6NuoB .nav-item:focus,
.cid-sElVG6NuoB .nav-link:focus {
  outline: none;
}
.cid-sElVG6NuoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sElVG6NuoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sElVG6NuoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sElVG6NuoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sElVG6NuoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sElVG6NuoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sElVG6NuoB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sElVG6NuoB .navbar.opened {
  transition: all .3s;
}
.cid-sElVG6NuoB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sElVG6NuoB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sElVG6NuoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sElVG6NuoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sElVG6NuoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sElVG6NuoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sElVG6NuoB .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: 55%;
}
.cid-sElVG6NuoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sElVG6NuoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sElVG6NuoB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sElVG6NuoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sElVG6NuoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sElVG6NuoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sElVG6NuoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sElVG6NuoB .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: 55%;
  }
  .cid-sElVG6NuoB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sElVG6NuoB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sElVG6NuoB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sElVG6NuoB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sElVG6NuoB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sElVG6NuoB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sElVG6NuoB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sElVG6NuoB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sElVG6NuoB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sElVG6NuoB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sElVG6NuoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sElVG6NuoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sElVG6NuoB .dropdown-item.active,
.cid-sElVG6NuoB .dropdown-item:active {
  background-color: transparent;
}
.cid-sElVG6NuoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sElVG6NuoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sElVG6NuoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sElVG6NuoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sElVG6NuoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sElVG6NuoB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sElVG6NuoB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sElVG6NuoB .navbar-buttons {
  text-align: center;
}
.cid-sElVG6NuoB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sElVG6NuoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sElVG6NuoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sElVG6NuoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sElVG6NuoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sElVG6NuoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sElVG6NuoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sElVG6NuoB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sElVG6NuoB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sElVG6NuoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sElVG6NuoB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sElVG6NuoB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sElVG6NuoB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sElVG6NuoB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sElVG6NuoB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sElVG6NuoB .navbar {
    height: 77px;
  }
  .cid-sElVG6NuoB .navbar.opened {
    height: auto;
  }
  .cid-sElVG6NuoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sElYFu3ucA {
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #000000;
  background: linear-gradient(90deg, #000000, #642a63);
}
.cid-sElYFu3ucA .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sElYFu3ucA .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sElYFu3ucA .text-content {
  padding-right: 1.5rem;
}
.cid-sElYFu3ucA .mbr-text,
.cid-sElYFu3ucA .mbr-section-btn {
  color: #767676;
}
.cid-sElYFu3ucA .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(139, 139, 139, 0.3);
  box-shadow: 0px 0px 30px rgba(139, 139, 139, 0.3);
  border-radius: .25rem;
}
.cid-sElYFu3ucA .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sElYFu3ucA .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sElYFu3ucA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sElYFu3ucA .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #ffcc00;
}
@media (max-width: 991px) {
  .cid-sElYFu3ucA .main-row {
    margin: 0;
  }
  .cid-sElYFu3ucA .mbr-section-title,
  .cid-sElYFu3ucA .mbr-text,
  .cid-sElYFu3ucA .list,
  .cid-sElYFu3ucA .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sElYFu3ucA .text-content {
    padding: 0;
  }
}
.cid-sElYFu3ucA .list {
  color: #ffffff;
}
.cid-sElYFu3ucA .mbr-section-title {
  color: #ffffff;
}
.cid-sEm00QOQzo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sEm00QOQzo h3 {
  position: relative;
}
.cid-sEm00QOQzo h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -130px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sEm00QOQzo .mbr-iconfont {
  margin-top: 160px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-sEm36jS5xr.popup-builder {
  background-color: #ffffff;
}
.cid-sEm36jS5xr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sEm36jS5xr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sEm36jS5xr .modal-content,
.cid-sEm36jS5xr .modal-dialog {
  height: auto;
}
.cid-sEm36jS5xr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sEm36jS5xr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sEm36jS5xr .form-wrapper .mbr-form .form-group,
  .cid-sEm36jS5xr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sEm36jS5xr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sEm36jS5xr .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-sEm36jS5xr .mbr-text {
  text-align: center;
}
.cid-sEm36jS5xr .pt-0 {
  padding-top: 0 !important;
}
.cid-sEm36jS5xr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sEm36jS5xr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sEm36jS5xr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sEm36jS5xr .modal-open {
  overflow: hidden;
}
.cid-sEm36jS5xr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sEm36jS5xr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sEm36jS5xr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sEm36jS5xr .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-sEm36jS5xr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sEm36jS5xr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sEm36jS5xr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sEm36jS5xr .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-sEm36jS5xr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sEm36jS5xr .modal-backdrop.fade {
  opacity: 0;
}
.cid-sEm36jS5xr .modal-backdrop.show {
  opacity: .5;
}
.cid-sEm36jS5xr .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-sEm36jS5xr .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sEm36jS5xr .modal-header {
    padding: 1rem;
  }
}
.cid-sEm36jS5xr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sEm36jS5xr .modal-header .close:hover {
  opacity: 1;
}
.cid-sEm36jS5xr .modal-header .close:focus {
  outline: none;
}
.cid-sEm36jS5xr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sEm36jS5xr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sEm36jS5xr .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sEm36jS5xr .modal-body {
    padding: 1rem;
  }
}
.cid-sEm36jS5xr .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-sEm36jS5xr .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sEm36jS5xr .modal-footer {
    padding: 1rem;
  }
}
.cid-sEm36jS5xr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sEm36jS5xr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sEm36jS5xr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sEm36jS5xr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sEm36jS5xr .modal-sm {
    max-width: 300px;
  }
  .cid-sEm36jS5xr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sEm36jS5xr .modal-lg,
  .cid-sEm36jS5xr .modal-xl {
    max-width: 800px;
  }
  .cid-sEm36jS5xr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sEm36jS5xr .modal-xl {
    max-width: 1140px;
  }
  .cid-sEm36jS5xr .container {
    max-width: 1140px;
  }
}
.cid-sEm36jS5xr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sEm36jS5xr .container {
    max-width: 720px;
  }
}
.cid-sEm36jS5xr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sEm36jS5xr .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-sEm36jS5xr .form-group {
  margin-bottom: 1rem;
}
.cid-sEm36jS5xr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sEm36jS5xr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sEm36jS5xr .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-sEm0RBSCk4 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sEm0RBSCk4 .mbr-section-subtitle {
  color: #642f2a;
}
.cid-sEm0RBSCk4 .mbr-section-title {
  color: #ff2d55;
}
.cid-sEm0RBSCk4 img {
  width: 100%;
}
.cid-sEm0RBSCk4 .mbr-text {
  color: #000000;
}
.cid-sEm0RBSCk4 .mbr-section-btn {
  margin-top: 40px;
}
.cid-sEm0RBSCk4 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sEm0RBSCk4 * {
    text-align: left;
  }
}
.cid-sEm0RBSCk4 .cards-wrap {
  flex-direction: column;
}
.cid-sEm0RBSCk4 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sEm0RBSCk4 .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #642a63;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sEm0RBSCk4 .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sEm0RBSCk4 .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sEm0RBSCk4 .wrapper .content .mbr-card-title {
  color: #ff2d55;
  margin-bottom: 10px;
}
.cid-sEm0RBSCk4 .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #c9774c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sEm0RBSCk4 .wrapper .content .mbr-card-title,
.cid-sEm0RBSCk4 .img {
  color: #000000;
}
.cid-sEm1ZBEyXI {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sEm1ZBEyXI h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sEm1ZBEyXI h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sEm1ZBEyXI .box {
  background-image: url("../../../assets/images/capture-1845x809.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEm1ZBEyXI .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEm1ZBEyXI .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-sEm1ZBEyXI .icon-wrap span {
  padding-left: 8px;
}
.cid-sEm1ZBEyXI .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-sEm1ZBEyXI .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
}
.cid-sEm1ZBEyXI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sEm1ZBEyXI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sEm1ZBEyXI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sEm1ZBEyXI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sEm1ZBEyXI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sEm1ZBEyXI a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sEm1ZBEyXI .box {
    height: 250px;
  }
}
.cid-sElVG90pdD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffa0a4;
  background: linear-gradient(90deg, #ffa0a4, #ffef00);
}
.cid-sElVG90pdD .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-sElVG90pdD H2 {
  color: #000000;
}
.cid-sElVG90pdD .mbr-section-subtitle,
.cid-sElVG90pdD .mbr-section-btn {
  color: #000000;
}
.cid-sElVG9tXbU {
  overflow: hidden !important;
  background-image: url("../../../assets/images/path-2000x1500.webp");
}
.cid-sElVG9tXbU .animated-element {
  color: #efefef;
}
.cid-sElVG9tXbU .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sElVG9tXbU .mbr-section-subtitle {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sElVG9tXbU .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sElVG9tXbU .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sElVG9tXbU .img-block {
    padding-bottom: 2rem;
  }
}
.cid-sElVGa1cV4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffc658;
}
.cid-sElVGawack {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sElVGawack .google-map {
  height: 25rem;
  position: relative;
}
.cid-sElVGawack .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sElVGawack .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sElVGawack .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sElVGawack .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sElVGblGqp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tA2OdFXPCn.popup-builder {
  background-color: #ffffff;
}
.cid-tA2OdFXPCn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tA2OdFXPCn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tA2OdFXPCn .modal-content,
.cid-tA2OdFXPCn .modal-dialog {
  height: auto;
}
.cid-tA2OdFXPCn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tA2OdFXPCn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tA2OdFXPCn .form-wrapper .mbr-form .form-group,
  .cid-tA2OdFXPCn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tA2OdFXPCn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tA2OdFXPCn .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-tA2OdFXPCn .mbr-text {
  text-align: center;
}
.cid-tA2OdFXPCn .pt-0 {
  padding-top: 0 !important;
}
.cid-tA2OdFXPCn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tA2OdFXPCn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tA2OdFXPCn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tA2OdFXPCn .modal-open {
  overflow: hidden;
}
.cid-tA2OdFXPCn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tA2OdFXPCn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tA2OdFXPCn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tA2OdFXPCn .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-tA2OdFXPCn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tA2OdFXPCn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tA2OdFXPCn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tA2OdFXPCn .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-tA2OdFXPCn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tA2OdFXPCn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tA2OdFXPCn .modal-backdrop.fade {
  opacity: 0;
}
.cid-tA2OdFXPCn .modal-backdrop.show {
  opacity: .5;
}
.cid-tA2OdFXPCn .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-tA2OdFXPCn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tA2OdFXPCn .modal-header {
    padding: 1rem;
  }
}
.cid-tA2OdFXPCn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tA2OdFXPCn .modal-header .close svg {
  fill: #353535;
}
.cid-tA2OdFXPCn .modal-header .close:hover {
  opacity: 1;
}
.cid-tA2OdFXPCn .modal-header .close:focus {
  outline: none;
}
.cid-tA2OdFXPCn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tA2OdFXPCn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tA2OdFXPCn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tA2OdFXPCn .modal-body {
    padding: 1rem;
  }
}
.cid-tA2OdFXPCn .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-tA2OdFXPCn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tA2OdFXPCn .modal-footer {
    padding: 1rem;
  }
}
.cid-tA2OdFXPCn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tA2OdFXPCn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tA2OdFXPCn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tA2OdFXPCn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tA2OdFXPCn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tA2OdFXPCn .modal-lg,
  .cid-tA2OdFXPCn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tA2OdFXPCn .modal-xl {
    max-width: 1140px;
  }
}
.cid-tA2OdFXPCn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tA2OdFXPCn .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-tA2OdFXPCn .form-group {
  margin-bottom: 1rem;
}
.cid-tA2OdFXPCn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tA2OdFXPCn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tA2OdFXPCn .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-tA2OdFXPCn .mbr-section-btn {
  margin: 0;
}
.cid-tA2OdFXPCn .mbr-section-btn .btn {
  margin: 0;
}
.cid-sF5wXWSJ6K .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sF5wXWSJ6K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sF5wXWSJ6K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF5wXWSJ6K .nav-link {
  position: relative;
}
.cid-sF5wXWSJ6K .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sF5wXWSJ6K .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sF5wXWSJ6K .container {
  display: flex;
  margin: auto;
}
.cid-sF5wXWSJ6K .navbar.navbar-short .nav-link,
.cid-sF5wXWSJ6K .navbar.navbar-short .navbar-caption,
.cid-sF5wXWSJ6K .navbar.navbar-short .mbr-iconfont,
.cid-sF5wXWSJ6K .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-sF5wXWSJ6K .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-sF5wXWSJ6K .navbar-caption {
  padding-right: 3rem;
}
.cid-sF5wXWSJ6K .dropdown-menu,
.cid-sF5wXWSJ6K .navbar.opened {
  background: #000000 !important;
}
.cid-sF5wXWSJ6K .nav-item:focus,
.cid-sF5wXWSJ6K .nav-link:focus {
  outline: none;
}
.cid-sF5wXWSJ6K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sF5wXWSJ6K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF5wXWSJ6K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sF5wXWSJ6K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sF5wXWSJ6K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF5wXWSJ6K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF5wXWSJ6K .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sF5wXWSJ6K .navbar.opened {
  transition: all .3s;
}
.cid-sF5wXWSJ6K .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sF5wXWSJ6K .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sF5wXWSJ6K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF5wXWSJ6K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sF5wXWSJ6K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF5wXWSJ6K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF5wXWSJ6K .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: 55%;
}
.cid-sF5wXWSJ6K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF5wXWSJ6K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sF5wXWSJ6K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sF5wXWSJ6K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF5wXWSJ6K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF5wXWSJ6K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF5wXWSJ6K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF5wXWSJ6K .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: 55%;
  }
  .cid-sF5wXWSJ6K .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sF5wXWSJ6K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF5wXWSJ6K .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF5wXWSJ6K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF5wXWSJ6K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sF5wXWSJ6K .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sF5wXWSJ6K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sF5wXWSJ6K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sF5wXWSJ6K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sF5wXWSJ6K .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF5wXWSJ6K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF5wXWSJ6K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF5wXWSJ6K .dropdown-item.active,
.cid-sF5wXWSJ6K .dropdown-item:active {
  background-color: transparent;
}
.cid-sF5wXWSJ6K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF5wXWSJ6K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF5wXWSJ6K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF5wXWSJ6K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sF5wXWSJ6K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF5wXWSJ6K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF5wXWSJ6K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sF5wXWSJ6K .navbar-buttons {
  text-align: center;
}
.cid-sF5wXWSJ6K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sF5wXWSJ6K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF5wXWSJ6K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sF5wXWSJ6K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sF5wXWSJ6K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sF5wXWSJ6K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sF5wXWSJ6K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sF5wXWSJ6K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sF5wXWSJ6K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sF5wXWSJ6K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sF5wXWSJ6K .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sF5wXWSJ6K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sF5wXWSJ6K .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sF5wXWSJ6K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sF5wXWSJ6K .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sF5wXWSJ6K .navbar {
    height: 77px;
  }
  .cid-sF5wXWSJ6K .navbar.opened {
    height: auto;
  }
  .cid-sF5wXWSJ6K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF5xfW16XA {
  background-image: url("../../../assets/images/bg3-1920x1080.webp");
}
@media (min-width: 992px) {
  .cid-sF5xfW16XA .display-1 {
    letter-spacing: -6px;
  }
}
.cid-sF5xfW16XA p {
  margin: 0;
}
.cid-sF5xfW16XA .display-1 {
  line-height: 1;
}
.cid-sF5yJFp95W {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffc658;
}
.cid-sF5z9cpPMI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sF5z9cpPMI .list-group-item {
  background-color: transparent;
  padding: 0;
}
.cid-sF5z9cpPMI .plan-body {
  padding-bottom: 2rem;
  padding: 0;
}
.cid-sF5z9cpPMI .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding: 0;
}
.cid-sF5z9cpPMI .price {
  color: #000000;
}
.cid-sF5z9cpPMI .plan {
  word-break: break-word;
  background-color: #ffffff;
  padding: 6rem 2.5rem 6.25rem;
}
.cid-sF5z9cpPMI .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sF5z9cpPMI .plan {
    margin-bottom: 2rem;
  }
}
.cid-sF5z9cpPMI .price-term {
  color: #626262;
  padding-bottom: 1.8rem;
  margin: 0;
}
.cid-sF5z9cpPMI .fourth {
  background: #e1efef;
}
.cid-sF5z9cpPMI .third {
  background: #f2f2f2;
}
.cid-sF5z9cpPMI .first {
  background: #e5e5ff;
}
.cid-sF5z9cpPMI .second {
  background: #8caff0;
}
.cid-sF5z9cpPMI .mbr-section-title {
  margin: 0;
  padding-bottom: 7rem;
}
.cid-sF5wXZdNQx {
  overflow: hidden !important;
  background-image: url("../../../assets/images/path-2000x1500.webp");
}
.cid-sF5wXZdNQx .animated-element {
  color: #efefef;
}
.cid-sF5wXZdNQx .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sF5wXZdNQx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sF5wXZdNQx .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sF5wXZdNQx .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sF5wXZdNQx .img-block {
    padding-bottom: 2rem;
  }
}
.cid-sF5wXZLdbx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffc658;
}
.cid-sF5wY0mZ09 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sF5wY0mZ09 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sF5wY0mZ09 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sF5wY0mZ09 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sF5wY0mZ09 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sF5wY0mZ09 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sF5wY1kfl4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tA2OdFXaKW.popup-builder {
  background-color: #ffffff;
}
.cid-tA2OdFXaKW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tA2OdFXaKW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tA2OdFXaKW .modal-content,
.cid-tA2OdFXaKW .modal-dialog {
  height: auto;
}
.cid-tA2OdFXaKW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tA2OdFXaKW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tA2OdFXaKW .form-wrapper .mbr-form .form-group,
  .cid-tA2OdFXaKW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tA2OdFXaKW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tA2OdFXaKW .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-tA2OdFXaKW .mbr-text {
  text-align: center;
}
.cid-tA2OdFXaKW .pt-0 {
  padding-top: 0 !important;
}
.cid-tA2OdFXaKW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tA2OdFXaKW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tA2OdFXaKW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tA2OdFXaKW .modal-open {
  overflow: hidden;
}
.cid-tA2OdFXaKW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tA2OdFXaKW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tA2OdFXaKW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tA2OdFXaKW .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-tA2OdFXaKW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tA2OdFXaKW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tA2OdFXaKW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tA2OdFXaKW .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-tA2OdFXaKW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tA2OdFXaKW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tA2OdFXaKW .modal-backdrop.fade {
  opacity: 0;
}
.cid-tA2OdFXaKW .modal-backdrop.show {
  opacity: .5;
}
.cid-tA2OdFXaKW .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-tA2OdFXaKW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tA2OdFXaKW .modal-header {
    padding: 1rem;
  }
}
.cid-tA2OdFXaKW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tA2OdFXaKW .modal-header .close svg {
  fill: #353535;
}
.cid-tA2OdFXaKW .modal-header .close:hover {
  opacity: 1;
}
.cid-tA2OdFXaKW .modal-header .close:focus {
  outline: none;
}
.cid-tA2OdFXaKW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tA2OdFXaKW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tA2OdFXaKW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tA2OdFXaKW .modal-body {
    padding: 1rem;
  }
}
.cid-tA2OdFXaKW .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-tA2OdFXaKW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tA2OdFXaKW .modal-footer {
    padding: 1rem;
  }
}
.cid-tA2OdFXaKW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tA2OdFXaKW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tA2OdFXaKW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tA2OdFXaKW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tA2OdFXaKW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tA2OdFXaKW .modal-lg,
  .cid-tA2OdFXaKW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tA2OdFXaKW .modal-xl {
    max-width: 1140px;
  }
}
.cid-tA2OdFXaKW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tA2OdFXaKW .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-tA2OdFXaKW .form-group {
  margin-bottom: 1rem;
}
.cid-tA2OdFXaKW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tA2OdFXaKW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tA2OdFXaKW .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-tA2OdFXaKW .mbr-section-btn {
  margin: 0;
}
.cid-tA2OdFXaKW .mbr-section-btn .btn {
  margin: 0;
}
