.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 4rem;
  line-height: 100%;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 3rem;
  line-height: 140%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff5753 !important;
}
.bg-success {
  background-color: #eeeeee !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9c53 !important;
}
.bg-danger {
  background-color: #eb312c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5753 !important;
  border-color: #ff5753 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff8986 !important;
  border-color: #ff8986 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff8986 !important;
  border-color: #ff8986 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6f6f6f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9c53 !important;
  border-color: #ff9c53 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb986 !important;
  border-color: #ffb986 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb986 !important;
  border-color: #ffb986 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eb312c !important;
  border-color: #eb312c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ef5e5b !important;
  border-color: #ef5e5b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ef5e5b !important;
  border-color: #ef5e5b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff5753;
  color: #ff5753;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fb0600 !important;
  background-color: transparent !important;
  border-color: #fb0600 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5753 !important;
  border-color: #ff5753 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9c53;
  color: #ff9c53;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb6b00 !important;
  background-color: transparent !important;
  border-color: #fb6b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9c53 !important;
  border-color: #ff9c53 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #eb312c;
  color: #eb312c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b01511 !important;
  background-color: transparent !important;
  border-color: #b01511 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #eb312c !important;
  border-color: #eb312c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff5753 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #eeeeee !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9c53 !important;
}
.text-danger {
  color: #eb312c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ec0500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bbbbbb !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec6400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a2130f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff5753;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9c53;
}
.alert-danger {
  background-color: #eb312c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff5753;
  border-color: #ff5753;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff5753;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde7e6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff5753 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #ff5753;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff5753;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff5753;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff5753;
  border-bottom-color: #ff5753;
}
.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: #ff5753 !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: #000000 !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='%23ff5753' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  font-weight: 600 !important;
  padding: 10px 24px;
  border-radius: 64px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 18px !important;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 24px;
  border-radius: 64px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  padding: 10px 24px 10px 48px;
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  border-color: #ff5753;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  border-color: #eeeeee;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  border-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  border-color: #ff9c53;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  border-color: #eb312c;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  border-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.cid-uQSnZBrhRx .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-uQSnZBrhRx .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-uQSnZBrhRx .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uQSnZBrhRx .navbar-fixed-top {
  padding-top: 0;
}
.cid-uQSnZBrhRx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uQSnZBrhRx .collapse {
  justify-content: space-between !important;
}
.cid-uQSnZBrhRx .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-uQSnZBrhRx .dropdown-menu.show {
  opacity: 1;
}
.cid-uQSnZBrhRx .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uQSnZBrhRx .mbr-iconfont {
  cursor: pointer;
}
.cid-uQSnZBrhRx .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uQSnZBrhRx .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ff5753;
  border-radius: 50%;
}
.cid-uQSnZBrhRx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uQSnZBrhRx .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uQSnZBrhRx .menu-logo {
  display: flex;
  align-items: center;
}
.cid-uQSnZBrhRx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQSnZBrhRx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uQSnZBrhRx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uQSnZBrhRx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uQSnZBrhRx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uQSnZBrhRx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uQSnZBrhRx .menu-content-top {
  background: #ca4400;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uQSnZBrhRx .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uQSnZBrhRx .dropdown-item,
.cid-uQSnZBrhRx .nav-link,
.cid-uQSnZBrhRx .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uQSnZBrhRx .dropdown-item:hover,
.cid-uQSnZBrhRx .nav-link:hover,
.cid-uQSnZBrhRx .brand-name:hover {
  color: #ff5753 !important;
}
.cid-uQSnZBrhRx .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-uQSnZBrhRx .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-uQSnZBrhRx .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uQSnZBrhRx .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQSnZBrhRx .content-text {
  margin-bottom: 0;
}
.cid-uQSnZBrhRx .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uQSnZBrhRx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff5753;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uQSnZBrhRx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uQSnZBrhRx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uQSnZBrhRx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uQSnZBrhRx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uQSnZBrhRx .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uQSnZBrhRx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-uQSnZBrhRx .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uQSnZBrhRx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uQSnZBrhRx .content-right-side {
  text-align: center;
}
.cid-uQSnZBrhRx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uQSnZBrhRx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uQSnZBrhRx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uQSnZBrhRx .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uQSnZBrhRx .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uQSnZBrhRx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQSnZBrhRx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uQSnZBrhRx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uQSnZBrhRx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uQSnZBrhRx .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uQSnZBrhRx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uQSnZBrhRx .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uQSnZBrhRx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQSnZBrhRx .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uQSnZBrhRx .navbar {
    display: block;
    padding: 0;
  }
  .cid-uQSnZBrhRx .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQSnZBrhRx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uQSnZBrhRx .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uQSnZBrhRx .navbar-toggler {
    display: none;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uQSnZBrhRx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uQSnZBrhRx .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQSnZBrhRx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uQSnZBrhRx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uQSnZBrhRx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uQSnZBrhRx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQSnZBrhRx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uQSnZBrhRx .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uQSnZBrhRx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 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-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQSnZBrhRx .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-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uQSnZBrhRx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQSnZBrhRx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uQSnZBrhRx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uQSnZBrhRx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uQSnZBrhRx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uQSnZBrhRx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uQSnZBrhRx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uQSnZBrhRx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uQSnZBrhRx button.navbar-toggler:focus {
  outline: none;
}
.cid-uQSnZBrhRx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQSnZBrhRx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQSnZBrhRx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQSnZBrhRx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQSnZBrhRx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQSnZBrhRx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQSnZBrhRx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQSnZBrhRx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQSnZBrhRx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQSnZBrhRx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQSnZBrhRx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQSnZBrhRx .collapsed .btn {
  display: flex;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse.collapsing,
.cid-uQSnZBrhRx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uQSnZBrhRx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uQSnZBrhRx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uQSnZBrhRx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uQSnZBrhRx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uQSnZBrhRx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uQSnZBrhRx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uQSnZBrhRx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uQSnZBrhRx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uQSnZBrhRx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uQSnZBrhRx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uQSnZBrhRx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uQSnZBrhRx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uQSnZBrhRx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uQSnZBrhRx .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uQSnZBrhRx .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uQSnZBrhRx .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-uQSnZBrhRx .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-uQSnZBrhRx .navbar-collapse.collapsing,
  .cid-uQSnZBrhRx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .navbar-nav,
  .cid-uQSnZBrhRx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uQSnZBrhRx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uQSnZBrhRx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uQSnZBrhRx .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uQSnZBrhRx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQSnZBrhRx img {
    height: 3.8rem !important;
  }
  .cid-uQSnZBrhRx .btn {
    display: flex;
  }
  .cid-uQSnZBrhRx button.navbar-toggler {
    display: block;
  }
  .cid-uQSnZBrhRx .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uQSnZBrhRx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uQSnZBrhRx .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uQSnZBrhRx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uQSnZBrhRx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-uQSnZBrhRx .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uQSnZBrhRx .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uQSnZBrhRx .navbar-toggler {
    order: 1;
  }
  .cid-uQSnZBrhRx .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uQSnZBrhRx .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uQSnZBrhRx .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .nav-item,
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .navbar-buttons,
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-uQSnZBrhRx .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uQSnZBrhRx .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uQSnZBrhRx .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ff5753 !important;
  }
  .cid-uQSnZBrhRx .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-uQSnZBrhRx .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uQSnZBrhRx .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-uQSnZBrhRx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uQSnZBrhRx .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uQSnZBrhRx .navbar-toggler {
  position: relative;
}
.cid-uQSnZBrhRx .dropdown-item.active,
.cid-uQSnZBrhRx .dropdown-item:active {
  color: initial;
}
.cid-uQSnZBrhRx .widget-title,
.cid-uQSnZBrhRx .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uQSnZBrhRx .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uQSnZBrhRx .menu-logo {
    display: none;
  }
  .cid-uQSnZBrhRx .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uQSnZBrhRx .nav-item:before {
    content: none;
  }
  .cid-uQSnZBrhRx .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uQSnZBrhRx .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uQSnZBrhRx button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uQSnZBrhRx .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uQSnZBrhRx .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uQSnZBrhRx .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-uQSnZBrhRx .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-uQSnZBrhRx .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uQSnZBrhRx .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uQSnZBrhRx .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uQSnZBrhRx .menu-content-top,
  .cid-uQSnZBrhRx .menu-content-right {
    z-index: 0;
  }
}
.cid-uQSnZBrhRx .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uQSnZBrhRx .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uQSnZBrhRx .navbar.bg-color.transparent .nav-link,
.cid-uQSnZBrhRx .navbar.bg-color.transparent .dropdown-item,
.cid-uQSnZBrhRx .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uQSnZBrhRx .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uQSnZBrhRx .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uQSnZBrhRx .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uQSnZBrhRx .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-uQSnZBrhRx .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-tWwjuC6lQ5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wood.webp");
}
.cid-tWwjuC6lQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjuC6lQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWwjuC6lQ5 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .container {
    padding: 0 22px;
  }
}
.cid-tWwjuC6lQ5 .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-tWwjuC6lQ5 .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-tWwjuC6lQ5 .row .title-wrapper {
  position: absolute;
  z-index: 1;
  text-shadow: 2px 2px 5px black;
  background-color: #eb7d2c;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-tWwjuC6lQ5 .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWwjuC6lQ5 .image-wrapper {
  margin-bottom: 12px;
}
.cid-tWwjuC6lQ5 .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .image-wrapper img {
    height: 350px;
  }
}
.cid-tWwjuC6lQ5 .image-wrap {
  margin-bottom: 12px;
}
.cid-tWwjuC6lQ5 .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .image-wrap img {
    height: 350px;
  }
}
.cid-tWwjuC6lQ5 .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .content-wrapper {
    padding: 32px 0;
  }
}
.cid-tWwjuC6lQ5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tWwjuC6lQ5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWwjuC6lQ5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjuC6lQ5 .mbr-desc {
  color: #000000;
}
.cid-tWwjuC6lQ5 .mbr-text {
  color: #000000;
}
.cid-uPO06lEdCk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO06lEdCk .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO06lEdCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO06lEdCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO06lEdCk .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO06lEdCk .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO06lEdCk .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO06lEdCk .content-wrapper {
    padding: 0;
  }
}
.cid-uPO06lEdCk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO06lEdCk .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO06lEdCk .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO06lEdCk .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO06lEdCk .mbr-desc,
.cid-uPO06lEdCk .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjvXk6Fn {
  background-image: url("../../../assets/images/panelloc-fotor-20250713185619.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tWwjvXk6Fn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjvXk6Fn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwjvXk6Fn .container {
    padding: 0 22px;
  }
}
.cid-tWwjvXk6Fn .row {
  justify-content: space-between;
}
.cid-tWwjvXk6Fn .row .card {
  justify-content: center;
}
.cid-tWwjvXk6Fn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWwjvXk6Fn .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWwjvXk6Fn .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-tWwjvXk6Fn .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tWwjvXk6Fn .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tWwjvXk6Fn .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-tWwjvXk6Fn .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #ddf5ac;
  margin-right: 55px;
}
.cid-tWwjvXk6Fn .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-tWwjvXk6Fn .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-tWwjvXk6Fn .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-tWwjvXk6Fn .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tWwjvXk6Fn .mbr-section-title {
  color: #000000;
}
.cid-tWwjvXk6Fn .mbr-text {
  color: #ffffff;
}
.cid-tWwjvXk6Fn .card-title {
  color: #ff5753;
}
.cid-tWwjvXk6Fn .card-text {
  color: #ffffff;
}
.cid-tWwjvXk6Fn .glass {
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.8);
  top: 30em;
  justify-content: center;
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 10px 15px 10px;
}
.cid-tWwjvXk6Fn .mbr-section-title,
.cid-tWwjvXk6Fn .mbr-section-btn {
  color: #ffffff;
}
.cid-uPO06UEVNS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO06UEVNS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO06UEVNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO06UEVNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO06UEVNS .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO06UEVNS .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO06UEVNS .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO06UEVNS .content-wrapper {
    padding: 0;
  }
}
.cid-uPO06UEVNS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO06UEVNS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO06UEVNS .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO06UEVNS .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO06UEVNS .mbr-desc,
.cid-uPO06UEVNS .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjwunsPF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/example-24-1090x835.jpg-1090x835-fotor-2025071319046.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tWwjwunsPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjwunsPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwjwunsPF .container {
    padding: 0 22px;
  }
}
.cid-tWwjwunsPF .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWwjwunsPF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWwjwunsPF .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-tWwjwunsPF .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-tWwjwunsPF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWwjwunsPF .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWwjwunsPF .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tWwjwunsPF .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-tWwjwunsPF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-tWwjwunsPF .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-tWwjwunsPF .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
}
@media (max-width: 992px) {
  .cid-tWwjwunsPF .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-tWwjwunsPF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.cid-tWwjwunsPF .mbr-desc {
  color: #ffffff;
}
.cid-tWwjwunsPF .mbr-section-title {
  color: #000000;
}
.cid-tWwjwunsPF .card-title {
  color: #ffffff;
}
.cid-tWwjwunsPF .card-text {
  color: #ffffff;
}
.cid-tWwjwunsPF .glass {
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.8);
  top: 30em;
  justify-content: center;
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 10px 15px 10px;
}
.cid-tWwjwunsPF .mbr-section-title,
.cid-tWwjwunsPF .mbr-section-btn {
  color: #ffffff;
}
.cid-uPO07shIXL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO07shIXL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO07shIXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO07shIXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO07shIXL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO07shIXL .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO07shIXL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO07shIXL .content-wrapper {
    padding: 0;
  }
}
.cid-uPO07shIXL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO07shIXL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO07shIXL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO07shIXL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO07shIXL .mbr-desc,
.cid-uPO07shIXL .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjvAjD4O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wood.webp");
}
.cid-tWwjvAjD4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjvAjD4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwjvAjD4O .container {
    padding: 0 22px;
  }
}
.cid-tWwjvAjD4O .item:nth-child(2n) .item-wrapper {
  padding: 0 32px 0 128px;
}
.cid-tWwjvAjD4O .item .item-wrapper {
  padding: 0 128px 0 32px;
}
.cid-tWwjvAjD4O .item .item-wrapper .card-box .card-desc {
  margin-bottom: 32px;
}
.cid-tWwjvAjD4O .item .item-wrapper .card-box .card-title {
  margin-bottom: 22px;
}
.cid-tWwjvAjD4O .card-desc {
  color: #ff5753;
}
.cid-tWwjvAjD4O .card-title {
  color: #000000;
}
.cid-tWwjvAjD4O .glass {
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.8);
  top: 30em;
  justify-content: center;
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 10px 15px 10px;
}
.cid-uPO08cZxvU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO08cZxvU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO08cZxvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO08cZxvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO08cZxvU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO08cZxvU .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO08cZxvU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO08cZxvU .content-wrapper {
    padding: 0;
  }
}
.cid-uPO08cZxvU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO08cZxvU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO08cZxvU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO08cZxvU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO08cZxvU .mbr-desc,
.cid-uPO08cZxvU .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjygyVZk {
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/wood.webp");
}
.cid-tWwjygyVZk img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-tWwjygyVZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjygyVZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwjygyVZk .container {
    padding: 0 22px;
  }
}
.cid-tWwjygyVZk .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-tWwjygyVZk .row .card,
.cid-tWwjygyVZk .row .item {
  padding: 0 6px;
}
.cid-tWwjygyVZk .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tWwjygyVZk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWwjygyVZk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.cid-tWwjygyVZk .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-tWwjygyVZk .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #ff5753;
}
.cid-tWwjygyVZk .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-tWwjygyVZk .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tWwjygyVZk .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-tWwjygyVZk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWwjygyVZk .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-tWwjygyVZk .mbr-section-title {
  color: #000000;
}
.cid-tWwjygyVZk .mbr-desc {
  color: #000000;
}
.cid-tWwjygyVZk .card-title {
  color: #000000;
}
.cid-tWwjygyVZk .card-text {
  color: #8a8588;
}
.cid-uPO08Gs6Rh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO08Gs6Rh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO08Gs6Rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO08Gs6Rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO08Gs6Rh .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO08Gs6Rh .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO08Gs6Rh .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO08Gs6Rh .content-wrapper {
    padding: 0;
  }
}
.cid-uPO08Gs6Rh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO08Gs6Rh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO08Gs6Rh .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO08Gs6Rh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO08Gs6Rh .mbr-desc,
.cid-uPO08Gs6Rh .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjClQa4j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wood.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tWwjClQa4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjClQa4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwjClQa4j .container {
    padding: 0 22px;
  }
}
.cid-tWwjClQa4j .row {
  justify-content: space-between;
}
.cid-tWwjClQa4j .row .card {
  justify-content: center;
}
.cid-tWwjClQa4j .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWwjClQa4j .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tWwjClQa4j .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-tWwjClQa4j .image-wrapper {
  position: relative;
}
.cid-tWwjClQa4j .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-tWwjClQa4j .image-wrapper img {
    height: 350px;
  }
}
.cid-tWwjClQa4j .mbr-section-title {
  color: #ffffff;
}
.cid-tWwjClQa4j .mbr-desc {
  color: #ffffff;
}
.cid-tWwjClQa4j .mbr-text {
  color: #ffffff;
}
.cid-uPO09DHoWi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO09DHoWi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO09DHoWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO09DHoWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO09DHoWi .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO09DHoWi .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO09DHoWi .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO09DHoWi .content-wrapper {
    padding: 0;
  }
}
.cid-uPO09DHoWi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO09DHoWi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO09DHoWi .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO09DHoWi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO09DHoWi .mbr-desc,
.cid-uPO09DHoWi .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjG7EHHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1fc6d1c0ef0966a9f43b94689226544e.jpg-1920x1080.jpg");
}
.cid-tWwjG7EHHR .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .container {
    padding: 0 22px;
  }
}
.cid-tWwjG7EHHR .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWwjG7EHHR .slider-wrapper {
  position: relative;
  padding: 80px 64px;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .slider-wrapper {
    padding: 6px 6px 32px;
  }
}
.cid-tWwjG7EHHR .slider-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWwjG7EHHR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tWwjG7EHHR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tWwjG7EHHR .embla__slide .slide-content {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 0 !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla__slide .slide-content {
    display: block;
  }
}
.cid-tWwjG7EHHR .embla__slide .slide-content .item-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-tWwjG7EHHR .embla__slide .slide-content .item-wrapper .item-img img {
  position: static;
  height: 320px;
  object-fit: cover;
}
.cid-tWwjG7EHHR .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-tWwjG7EHHR .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 18px;
}
.cid-tWwjG7EHHR .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 10px;
}
.cid-tWwjG7EHHR .embla__button--next,
.cid-tWwjG7EHHR .embla__button--prev {
  display: flex;
}
.cid-tWwjG7EHHR .embla__button {
  bottom: 45%;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  border: none !important;
}
.cid-tWwjG7EHHR .embla__button .mbr-iconfont {
  padding: 10px 24px;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 64px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla__button {
    bottom: 0;
  }
}
.cid-tWwjG7EHHR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWwjG7EHHR .embla__button:hover .mbr-iconfont {
  padding: 10px 24px 10px 48px;
}
.cid-tWwjG7EHHR .embla__button.embla__button--prev {
  left: 45%;
  display: none;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-tWwjG7EHHR .embla__button.embla__button--next {
  right: -22rem;
}
@media (max-width: 1400px) {
  .cid-tWwjG7EHHR .embla__button.embla__button--next {
    right: -18rem;
  }
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-tWwjG7EHHR .embla__button .mbr-next {
  min-width: 50px;
  color: #ffffff;
  font-size: 18px !important;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.cid-tWwjG7EHHR .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla {
    padding-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla {
    width: 100%;
  }
}
.cid-tWwjG7EHHR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tWwjG7EHHR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWwjG7EHHR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWwjG7EHHR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWwjG7EHHR .mbr-section-title {
  color: #000000;
}
.cid-tWwjG7EHHR .item-title {
  color: #000000;
}
.cid-tWwjG7EHHR .item-text {
  color: #000000;
}
.cid-uPO0a5I14Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO0a5I14Z .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO0a5I14Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO0a5I14Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO0a5I14Z .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO0a5I14Z .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO0a5I14Z .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO0a5I14Z .content-wrapper {
    padding: 0;
  }
}
.cid-uPO0a5I14Z .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO0a5I14Z .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO0a5I14Z .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO0a5I14Z .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO0a5I14Z .mbr-desc,
.cid-uPO0a5I14Z .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjE1vbtQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/equestrian.jpg-1036x584-fotor-20250713185932.webp");
}
.cid-tWwjE1vbtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjE1vbtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwjE1vbtQ .container {
    padding: 0 22px;
  }
}
.cid-tWwjE1vbtQ .row {
  justify-content: space-between;
}
.cid-tWwjE1vbtQ .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-tWwjE1vbtQ .image-wrapper img {
    height: 350px;
  }
}
.cid-tWwjE1vbtQ .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-tWwjE1vbtQ .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-tWwjE1vbtQ .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-tWwjE1vbtQ .panel-group .card:hover,
.cid-tWwjE1vbtQ .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-tWwjE1vbtQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-tWwjE1vbtQ .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-tWwjE1vbtQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWwjE1vbtQ .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-tWwjE1vbtQ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ddf5ac;
}
.cid-tWwjE1vbtQ .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-tWwjE1vbtQ .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-tWwjE1vbtQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWwjE1vbtQ .panel-title-edit {
  color: #ffffff;
}
.cid-tWwjE1vbtQ .panel-text {
  color: #ffffff;
}
.cid-tWwjE1vbtQ .glass {
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.8);
  top: 30em;
  justify-content: center;
  text-shadow: 0px 0px 0px #000000;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 10px 15px 10px;
}
.cid-uQSwdgCxcT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uQSwdgCxcT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uQSwdgCxcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQSwdgCxcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQSwdgCxcT .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uQSwdgCxcT .content-wrap .card {
  justify-content: space-between;
}
.cid-uQSwdgCxcT .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQSwdgCxcT .content-wrapper {
    padding: 0;
  }
}
.cid-uQSwdgCxcT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQSwdgCxcT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uQSwdgCxcT .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uQSwdgCxcT .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uQSwdgCxcT .mbr-desc,
.cid-uQSwdgCxcT .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQSp4SY711 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-heyho-6947272.webp");
}
.cid-uQSp4SY711 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQSp4SY711 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQSp4SY711 .content-wrap {
  padding: 60px;
  background-color: #eb7d2c;
  opacity: .9;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uQSp4SY711 .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #000000;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 18px;
  opacity: .6;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #232323;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ffeb69;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #005db7;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uQSp4SY711 .mbr-section-title,
.cid-uQSp4SY711 .title-wrap {
  color: #ffffff;
}
.cid-uQSp4SY711 P {
  color: #ffffff;
}
.cid-uQSp4SY711 .soc-desc,
.cid-uQSp4SY711 .social-wrapper {
  color: #ffffff;
}
.cid-uQSwcGQLA5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uQSwcGQLA5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uQSwcGQLA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQSwcGQLA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQSwcGQLA5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uQSwcGQLA5 .content-wrap .card {
  justify-content: space-between;
}
.cid-uQSwcGQLA5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQSwcGQLA5 .content-wrapper {
    padding: 0;
  }
}
.cid-uQSwcGQLA5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQSwcGQLA5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uQSwcGQLA5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uQSwcGQLA5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uQSwcGQLA5 .mbr-desc,
.cid-uQSwcGQLA5 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPO3Q5icWg.popup-builder {
  background-color: #ffffff;
}
.cid-uPO3Q5icWg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPO3Q5icWg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPO3Q5icWg .modal-content,
.cid-uPO3Q5icWg .modal-dialog {
  height: auto;
}
.cid-uPO3Q5icWg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPO3Q5icWg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPO3Q5icWg .form-wrapper .mbr-form .form-group,
  .cid-uPO3Q5icWg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPO3Q5icWg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPO3Q5icWg .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-uPO3Q5icWg .mbr-text {
  text-align: center;
}
.cid-uPO3Q5icWg .pt-0 {
  padding-top: 0 !important;
}
.cid-uPO3Q5icWg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPO3Q5icWg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPO3Q5icWg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPO3Q5icWg .modal-open {
  overflow: hidden;
}
.cid-uPO3Q5icWg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPO3Q5icWg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPO3Q5icWg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPO3Q5icWg .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-uPO3Q5icWg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPO3Q5icWg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPO3Q5icWg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPO3Q5icWg .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-uPO3Q5icWg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPO3Q5icWg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPO3Q5icWg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPO3Q5icWg .modal-backdrop.show {
  opacity: .5;
}
.cid-uPO3Q5icWg .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-uPO3Q5icWg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPO3Q5icWg .modal-header {
    padding: 1rem;
  }
}
.cid-uPO3Q5icWg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPO3Q5icWg .modal-header .close svg {
  fill: #353535;
}
.cid-uPO3Q5icWg .modal-header .close:hover {
  opacity: 1;
}
.cid-uPO3Q5icWg .modal-header .close:focus {
  outline: none;
}
.cid-uPO3Q5icWg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPO3Q5icWg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPO3Q5icWg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPO3Q5icWg .modal-body {
    padding: 1rem;
  }
}
.cid-uPO3Q5icWg .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-uPO3Q5icWg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPO3Q5icWg .modal-footer {
    padding: 1rem;
  }
}
.cid-uPO3Q5icWg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPO3Q5icWg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPO3Q5icWg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPO3Q5icWg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPO3Q5icWg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPO3Q5icWg .modal-lg,
  .cid-uPO3Q5icWg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPO3Q5icWg .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPO3Q5icWg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPO3Q5icWg .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-uPO3Q5icWg .form-group {
  margin-bottom: 1rem;
}
.cid-uPO3Q5icWg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPO3Q5icWg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPO3Q5icWg .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-uPO3Q5icWg .mbr-section-btn {
  margin: 0;
}
.cid-uPO3Q5icWg .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQSoWoJayq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uQSp1DOIQk {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uQSp1DOIQk H3 {
  text-align: left;
}
.cid-uQSp1DOIQk P {
  color: #303030;
}
.cid-uQSp0JzZit.popup-builder {
  background-color: #ffffff;
}
.cid-uQSp0JzZit.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQSp0JzZit.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQSp0JzZit .modal-content,
.cid-uQSp0JzZit .modal-dialog {
  height: auto;
}
.cid-uQSp0JzZit .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQSp0JzZit .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQSp0JzZit .form-wrapper .mbr-form .form-group,
  .cid-uQSp0JzZit .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQSp0JzZit .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQSp0JzZit .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-uQSp0JzZit .mbr-text {
  text-align: left;
}
.cid-uQSp0JzZit .pt-0 {
  padding-top: 0 !important;
}
.cid-uQSp0JzZit .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQSp0JzZit .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQSp0JzZit .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQSp0JzZit .modal-open {
  overflow: hidden;
}
.cid-uQSp0JzZit .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQSp0JzZit .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQSp0JzZit .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQSp0JzZit .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-uQSp0JzZit .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQSp0JzZit .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQSp0JzZit .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQSp0JzZit .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-uQSp0JzZit .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQSp0JzZit .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQSp0JzZit .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQSp0JzZit .modal-backdrop.show {
  opacity: .5;
}
.cid-uQSp0JzZit .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-uQSp0JzZit .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQSp0JzZit .modal-header {
    padding: 1rem;
  }
}
.cid-uQSp0JzZit .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQSp0JzZit .modal-header .close svg {
  fill: #353535;
}
.cid-uQSp0JzZit .modal-header .close:hover {
  opacity: 1;
}
.cid-uQSp0JzZit .modal-header .close:focus {
  outline: none;
}
.cid-uQSp0JzZit .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQSp0JzZit .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQSp0JzZit .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQSp0JzZit .modal-body {
    padding: 1rem;
  }
}
.cid-uQSp0JzZit .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-uQSp0JzZit .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQSp0JzZit .modal-footer {
    padding: 1rem;
  }
}
.cid-uQSp0JzZit .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQSp0JzZit .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQSp0JzZit .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQSp0JzZit .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQSp0JzZit .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQSp0JzZit .modal-lg,
  .cid-uQSp0JzZit .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQSp0JzZit .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQSp0JzZit .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQSp0JzZit .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-uQSp0JzZit .form-group {
  margin-bottom: 1rem;
}
.cid-uQSp0JzZit .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQSp0JzZit .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQSp0JzZit .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-uQSp0JzZit .mbr-section-btn {
  margin: 0;
}
.cid-uQSp0JzZit .mbr-section-btn .btn {
  margin: 0;
}
