.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #9fe870 !important;
}
.bg-success {
  background-color: #f92c50 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #1905ff !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1905ff !important;
  border-color: #1905ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #4838ff !important;
  border-color: #4838ff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4838ff !important;
  border-color: #4838ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1905ff;
  color: #1905ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0e00ad !important;
  background-color: transparent !important;
  border-color: #0e00ad !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1905ff !important;
  border-color: #1905ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #f92c50 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #1905ff !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ba0525 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0d009e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #1905ff;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.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: #fff2f5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d1ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* 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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uwfgkxF6Ui {
  z-index: 1000;
  width: 100%;
}
.cid-uwfgkxF6Ui .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uwfgkxF6Ui .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uwfgkxF6Ui .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uwfgkxF6Ui .navbar-nav {
    max-width: 45%;
  }
}
.cid-uwfgkxF6Ui .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uwfgkxF6Ui .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uwfgkxF6Ui .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uwfgkxF6Ui .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uwfgkxF6Ui .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uwfgkxF6Ui .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uwfgkxF6Ui .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uwfgkxF6Ui .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uwfgkxF6Ui .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uwfgkxF6Ui .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uwfgkxF6Ui .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uwfgkxF6Ui .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwfgkxF6Ui .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uwfgkxF6Ui .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwfgkxF6Ui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwfgkxF6Ui .nav-link {
  width: fit-content;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.1;
}
.cid-uwfgkxF6Ui .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uwfgkxF6Ui .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uwfgkxF6Ui .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uwfgkxF6Ui .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uwfgkxF6Ui .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uwfgkxF6Ui .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uwfgkxF6Ui .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uwfgkxF6Ui .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwfgkxF6Ui .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uwfgkxF6Ui .nav-item:focus,
.cid-uwfgkxF6Ui .nav-link:focus {
  outline: none;
}
.cid-uwfgkxF6Ui .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwfgkxF6Ui .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwfgkxF6Ui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwfgkxF6Ui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwfgkxF6Ui .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwfgkxF6Ui .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwfgkxF6Ui .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uwfgkxF6Ui .navbar.opened {
  transition: all 0.3s;
}
.cid-uwfgkxF6Ui .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwfgkxF6Ui .navbar .navbar-logo img {
  width: auto;
}
.cid-uwfgkxF6Ui .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uwfgkxF6Ui .navbar.collapsed {
  justify-content: center;
}
.cid-uwfgkxF6Ui .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwfgkxF6Ui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwfgkxF6Ui .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uwfgkxF6Ui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwfgkxF6Ui .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwfgkxF6Ui .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwfgkxF6Ui .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwfgkxF6Ui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwfgkxF6Ui .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uwfgkxF6Ui .navbar {
    min-height: 72px;
  }
  .cid-uwfgkxF6Ui .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uwfgkxF6Ui .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwfgkxF6Ui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwfgkxF6Ui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwfgkxF6Ui .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwfgkxF6Ui .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwfgkxF6Ui .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwfgkxF6Ui .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uwfgkxF6Ui .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwfgkxF6Ui .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwfgkxF6Ui .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uwfgkxF6Ui .dropdown-item.active,
.cid-uwfgkxF6Ui .dropdown-item:active {
  background-color: transparent;
}
.cid-uwfgkxF6Ui .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwfgkxF6Ui .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwfgkxF6Ui .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwfgkxF6Ui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwfgkxF6Ui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uwfgkxF6Ui .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uwfgkxF6Ui ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwfgkxF6Ui .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uwfgkxF6Ui .navbar-buttons {
    text-align: left;
  }
}
.cid-uwfgkxF6Ui button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwfgkxF6Ui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwfgkxF6Ui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwfgkxF6Ui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwfgkxF6Ui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwfgkxF6Ui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwfgkxF6Ui nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwfgkxF6Ui nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwfgkxF6Ui nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwfgkxF6Ui nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwfgkxF6Ui .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwfgkxF6Ui a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwfgkxF6Ui .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uwfgkxF6Ui .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwfgkxF6Ui .navbar {
    height: 70px;
  }
  .cid-uwfgkxF6Ui .navbar.opened {
    height: auto;
  }
  .cid-uwfgkxF6Ui .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwfgkxF6Ui .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uwfgkxF6Ui .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uwfgkxF6Ui .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uwfgkxF6Ui .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uwfgkxF6Ui .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uwfgkxF6Ui .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uwfgkxF6Ui .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uwfgkxF6Ui .navbar-brand {
    margin-right: auto;
  }
  .cid-uwfgkxF6Ui .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uwfgkxF6Ui .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uwfgkxF6Ui .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uwfgkxF6Ui .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uwfgkxF6Ui .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uwfgkxF6Ui .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uwfgkxF6Ui .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uwfgkxF6Ui .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uwfgkxF6Ui .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uwfgkxF6Ui .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uwfgkxF6Ui .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v9umyjbyny {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-v9umyjbyny .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9umyjbyny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v9umyjbyny .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9umyjbyny img {
  border-radius: 2rem;
  box-shadow: 0px 0px 11px 9px rgba(250, 0, 0, 0.5);
}
.cid-v9umyjbyny .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v9umyjbyny .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9umyjbyny .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9umyjbyny .mbr-section-title {
  color: #000000;
  text-align: center;
  text-shadow: 1px 1px 0px #800000;
}
.cid-v9umyjbyny a:hover {
  text-decoration: underline;
}
.cid-v9umyjbyny .mbr-text,
.cid-v9umyjbyny .mbr-section-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.3;
  text-align: center;
  text-shadow: 3px 3px 2px #000000;
}
.cid-v9umyjbyny img:hover {
  outline: 1px solid #ff0000;
}
.cid-v9umyjbyny a {
  text-shadow: 1px 1px 0px #800000;
}
.cid-uBje8JVIvk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBje8JVIvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBje8JVIvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBje8JVIvk .mbr-section-title {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.cid-uBje8JVIvk .mbr-section-subtitle {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-uIuWUcvS1J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background-colourised.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-uIuWUcvS1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuWUcvS1J .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uIuWUcvS1J .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #000000;
  z-index: -1;
}
.cid-uIuWUcvS1J .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIuWUcvS1J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIuWUcvS1J img {
  max-width: 80%;
  height: auto;
  border-radius: 2rem;
  border: 0px solid #5b686b;
  box-shadow: 0px 0px 11px 9px rgba(250, 0, 0, 0.5);
}
.cid-uIuWUcvS1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuWUcvS1J .row {
  flex-direction: row-reverse;
}
.cid-uIuWUcvS1J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIuWUcvS1J .image-wrapper {
    padding: 1rem;
  }
}
.cid-uIuWUcvS1J .mbr-section-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.6;
  text-align: left;
}
.cid-uIuWUcvS1J .mbr-section-subtitle,
.cid-uIuWUcvS1J .subtitle-wrap {
  color: #e9e9e9;
}
.cid-uIuWUcvS1J .mbr-text,
.cid-uIuWUcvS1J .mbr-section-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.6;
}
.cid-uIuWUcvS1J p {
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #ffffff;
}
.cid-uIuWUcvS1J img:hover {
  outline: 1px solid #ff0000;
}
.cid-uBljwQ6ZBd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/black-line-1.gif");
}
.cid-uBljwQ6ZBd .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-uBljwQ6ZBd .mbr-section-title {
  letter-spacing: .1em;
  color: #ffa90b;
  text-align: center;
  font-size: 40px;
}
.cid-uBljwQ6ZBd .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-uBljwQ6ZBd .mbr-media {
  height: 70px;
}
.cid-uBljwQ6ZBd .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-uBljwQ6ZBd .mbr-media span:hover {
  opacity: 0.7;
}
.cid-uBljwQ6ZBd .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uBljwQ6ZBd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uBljwQ6ZBd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uBljwQ6ZBd .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uBljwQ6ZBd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uBljwQ6ZBd a.close:hover {
  color: #ffffff;
}
.cid-uBljwQ6ZBd .mbr-text,
.cid-uBljwQ6ZBd .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-uBljwQ6ZBd p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-uzOchGrWMa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzOchGrWMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOchGrWMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOchGrWMa .mbr-section-title {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.cid-uzOchGrWMa .mbr-section-subtitle {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-uzOchGrWMa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uBoP5FkaY5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/black-line-1.gif");
}
.cid-uBoP5FkaY5 .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-uBoP5FkaY5 .mbr-section-title {
  letter-spacing: .1em;
  color: #ffa90b;
  text-align: center;
  font-size: 40px;
}
.cid-uBoP5FkaY5 .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-uBoP5FkaY5 .mbr-media {
  height: 70px;
}
.cid-uBoP5FkaY5 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-uBoP5FkaY5 .mbr-media span:hover {
  opacity: 0.7;
}
.cid-uBoP5FkaY5 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uBoP5FkaY5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uBoP5FkaY5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uBoP5FkaY5 .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uBoP5FkaY5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uBoP5FkaY5 a.close:hover {
  color: #ffffff;
}
.cid-uBoP5FkaY5 .mbr-text,
.cid-uBoP5FkaY5 .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-uBoP5FkaY5 p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-uBjgQJPZPn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBjgQJPZPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBjgQJPZPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBjgQJPZPn .mbr-section-title {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.cid-uBjgQJPZPn .mbr-section-subtitle {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-uBoP7AVtSG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/black-line-1.gif");
}
.cid-uBoP7AVtSG .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-uBoP7AVtSG .mbr-section-title {
  letter-spacing: .1em;
  color: #ffa90b;
  text-align: center;
  font-size: 40px;
}
.cid-uBoP7AVtSG .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-uBoP7AVtSG .mbr-media {
  height: 70px;
}
.cid-uBoP7AVtSG .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-uBoP7AVtSG .mbr-media span:hover {
  opacity: 0.7;
}
.cid-uBoP7AVtSG .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uBoP7AVtSG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uBoP7AVtSG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uBoP7AVtSG .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uBoP7AVtSG a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uBoP7AVtSG a.close:hover {
  color: #ffffff;
}
.cid-uBoP7AVtSG .mbr-text,
.cid-uBoP7AVtSG .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-uBoP7AVtSG p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-uBjndQAa6T {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBjndQAa6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBjndQAa6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBjndQAa6T .mbr-section-title {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.cid-uBjndQAa6T .mbr-section-subtitle {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-uBjndQAa6T .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uBoP8TkBbx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/black-line-1.gif");
}
.cid-uBoP8TkBbx .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-uBoP8TkBbx .mbr-section-title {
  letter-spacing: .1em;
  color: #ffa90b;
  text-align: center;
  font-size: 40px;
}
.cid-uBoP8TkBbx .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-uBoP8TkBbx .mbr-media {
  height: 70px;
}
.cid-uBoP8TkBbx .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-uBoP8TkBbx .mbr-media span:hover {
  opacity: 0.7;
}
.cid-uBoP8TkBbx .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uBoP8TkBbx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uBoP8TkBbx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uBoP8TkBbx .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uBoP8TkBbx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uBoP8TkBbx a.close:hover {
  color: #ffffff;
}
.cid-uBoP8TkBbx .mbr-text,
.cid-uBoP8TkBbx .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-uBoP8TkBbx p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-uBk1k5ceLH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBk1k5ceLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBk1k5ceLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBk1k5ceLH .mbr-section-title {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.cid-uBk1k5ceLH .mbr-section-subtitle {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-uBoPa8JUac {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/black-line-1.gif");
}
.cid-uBoPa8JUac .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-uBoPa8JUac .mbr-section-title {
  letter-spacing: .1em;
  color: #ffa90b;
  text-align: center;
  font-size: 40px;
}
.cid-uBoPa8JUac .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-uBoPa8JUac .mbr-media {
  height: 70px;
}
.cid-uBoPa8JUac .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-uBoPa8JUac .mbr-media span:hover {
  opacity: 0.7;
}
.cid-uBoPa8JUac .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uBoPa8JUac .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uBoPa8JUac .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uBoPa8JUac .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uBoPa8JUac a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uBoPa8JUac a.close:hover {
  color: #ffffff;
}
.cid-uBoPa8JUac .mbr-text,
.cid-uBoPa8JUac .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-uBoPa8JUac p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-uBkl1wT7VD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBkl1wT7VD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBkl1wT7VD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBkl1wT7VD .mbr-section-title {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.cid-uBkl1wT7VD .mbr-section-subtitle {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-uBoPtp17hL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/black-line-1.gif");
}
.cid-uBoPtp17hL .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-uBoPtp17hL .mbr-section-title {
  letter-spacing: .1em;
  color: #ffa90b;
  text-align: center;
  font-size: 40px;
}
.cid-uBoPtp17hL .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-uBoPtp17hL .mbr-media {
  height: 70px;
}
.cid-uBoPtp17hL .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-uBoPtp17hL .mbr-media span:hover {
  opacity: 0.7;
}
.cid-uBoPtp17hL .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uBoPtp17hL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uBoPtp17hL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uBoPtp17hL .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uBoPtp17hL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uBoPtp17hL a.close:hover {
  color: #ffffff;
}
.cid-uBoPtp17hL .mbr-text,
.cid-uBoPtp17hL .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-uBoPtp17hL p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-uBkERfrv5N {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBkERfrv5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBkERfrv5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBkERfrv5N .mbr-section-title {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.cid-uBkERfrv5N .mbr-section-subtitle {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #000000;
}
.cid-uCmktDbqLR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/black-line-1.gif");
}
.cid-uCmktDbqLR .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-uCmktDbqLR .mbr-section-title {
  letter-spacing: .1em;
  color: #ffa90b;
  text-align: center;
  font-size: 40px;
}
.cid-uCmktDbqLR .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-uCmktDbqLR .mbr-media {
  height: 70px;
}
.cid-uCmktDbqLR .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-uCmktDbqLR .mbr-media span:hover {
  opacity: 0.7;
}
.cid-uCmktDbqLR .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uCmktDbqLR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uCmktDbqLR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uCmktDbqLR .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uCmktDbqLR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uCmktDbqLR a.close:hover {
  color: #ffffff;
}
.cid-uCmktDbqLR .mbr-text,
.cid-uCmktDbqLR .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-uCmktDbqLR p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-uCmjhOt03R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCmjhOt03R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCmjhOt03R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmjhOt03R .mbr-section-title {
  text-align: left;
  font-weight: 300;
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #000000;
}
.cid-uCmjhOt03R .mbr-section-title2 {
  color: blue;
  text-align: left;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.cid-uCmjhOt03R .mbr-section-subtitle {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
}
.cid-uG86lwvAjD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/black-line-1.gif");
}
.cid-uG86lwvAjD .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-uG86lwvAjD .mbr-section-title {
  letter-spacing: .1em;
  color: #ffa90b;
  text-align: center;
  font-size: 40px;
}
.cid-uG86lwvAjD .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-uG86lwvAjD .mbr-media {
  height: 70px;
}
.cid-uG86lwvAjD .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-uG86lwvAjD .mbr-media span:hover {
  opacity: 0.7;
}
.cid-uG86lwvAjD .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uG86lwvAjD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uG86lwvAjD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uG86lwvAjD .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uG86lwvAjD a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uG86lwvAjD a.close:hover {
  color: #ffffff;
}
.cid-uG86lwvAjD .mbr-text,
.cid-uG86lwvAjD .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-uG86lwvAjD p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-uHy803z6lM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHy803z6lM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHy803z6lM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHy803z6lM .mbr-section-title {
  text-align: left;
  font-weight: 300;
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #000000;
}
.cid-uHy803z6lM .mbr-section-title2 {
  color: blue;
  text-align: left;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.cid-uHy803z6lM .mbr-section-subtitle {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
}
.cid-uBoPvqfG10 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/black-line-1.gif");
}
.cid-uBoPvqfG10 .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-uBoPvqfG10 .mbr-section-title {
  letter-spacing: .1em;
  color: #ffa90b;
  text-align: center;
  font-size: 40px;
}
.cid-uBoPvqfG10 .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-uBoPvqfG10 .mbr-media {
  height: 70px;
}
.cid-uBoPvqfG10 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-uBoPvqfG10 .mbr-media span:hover {
  opacity: 0.7;
}
.cid-uBoPvqfG10 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uBoPvqfG10 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uBoPvqfG10 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uBoPvqfG10 .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uBoPvqfG10 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uBoPvqfG10 a.close:hover {
  color: #ffffff;
}
.cid-uBoPvqfG10 .mbr-text,
.cid-uBoPvqfG10 .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-uBoPvqfG10 p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-uBqErvcxnA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBqErvcxnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBqErvcxnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBqErvcxnA .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uBqErvcxnA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBqErvcxnA .container {
    padding: 0 24px;
  }
}
.cid-uBqErvcxnA .row {
  justify-content: center;
}
.cid-uBqErvcxnA .content-wrapper {
  border-radius: 40px;
  border: 1px solid black;
  box-shadow: 3px 6px 18px 6px rgba(0, 0, 0, 0.3);
  background-color: #f92c50;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uBqErvcxnA .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBqErvcxnA .content-wrapper {
    padding: 32px;
  }
}
.cid-uBqErvcxnA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBqErvcxnA .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uBqErvcxnA .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1.3;
  text-shadow: 1px 1px 0px #000000;
}
.cid-uBqErvcxnA .mbr-text {
  color: #262642;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1.6;
}
.cid-uBqErvcxnA .mbr-section-title DIV {
  text-align: center;
}
.cid-uBHNrzAcGN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBHNrzAcGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBHNrzAcGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBHNrzAcGN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uBHNrzAcGN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBHNrzAcGN .container {
    padding: 0 24px;
  }
}
.cid-uBHNrzAcGN .row {
  justify-content: center;
}
.cid-uBHNrzAcGN .content-wrapper {
  border-radius: 40px;
  border: 1px solid black;
  box-shadow: 3px 6px 18px 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uBHNrzAcGN .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBHNrzAcGN .content-wrapper {
    padding: 32px;
  }
}
.cid-uBHNrzAcGN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBHNrzAcGN .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uBHNrzAcGN .mbr-section-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.3;
}
.cid-uBHNrzAcGN .mbr-text {
  color: #000000;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.5;
}
.cid-uBHNrzAcGN .mbr-section-title DIV {
  text-align: center;
}
.cid-uAiR7bDDdg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAiR7bDDdg .card {
  background-color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 30px;
  padding: 2rem 4rem;
  box-shadow: 3px 6px 18px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .cid-uAiR7bDDdg .card {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uAiR7bDDdg p {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.6;
  text-shadow: 1px 1px 0px #000000;
}
.cid-uAiR7bDDdg .mbr-text {
  color: #ffffff;
}
.cid-uxVS6td2jq {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxVS6td2jq .mbr-overlay {
  background-color: #f6ffff;
  opacity: 0.9;
}
.cid-uxVS6td2jq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uxVS6td2jq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uxVS6td2jq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uxVS6td2jq .content-head {
  max-width: 800px;
}
.cid-uvLmmHOLKt.popup-builder {
  background-color: #ffffff;
}
.cid-uvLmmHOLKt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvLmmHOLKt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvLmmHOLKt .modal-content,
.cid-uvLmmHOLKt .modal-dialog {
  height: auto;
}
.cid-uvLmmHOLKt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvLmmHOLKt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvLmmHOLKt .form-wrapper .mbr-form .form-group,
  .cid-uvLmmHOLKt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvLmmHOLKt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvLmmHOLKt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.41);
}
.cid-uvLmmHOLKt .mbr-text {
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.6;
}
.cid-uvLmmHOLKt .pt-0 {
  padding-top: 0 !important;
}
.cid-uvLmmHOLKt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvLmmHOLKt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvLmmHOLKt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvLmmHOLKt .modal-open {
  overflow: hidden;
}
.cid-uvLmmHOLKt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvLmmHOLKt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvLmmHOLKt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvLmmHOLKt .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-uvLmmHOLKt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvLmmHOLKt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvLmmHOLKt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvLmmHOLKt .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-uvLmmHOLKt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvLmmHOLKt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvLmmHOLKt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvLmmHOLKt .modal-backdrop.show {
  opacity: .5;
}
.cid-uvLmmHOLKt .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-uvLmmHOLKt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvLmmHOLKt .modal-header {
    padding: 1rem;
  }
}
.cid-uvLmmHOLKt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvLmmHOLKt .modal-header .close svg {
  fill: #353535;
}
.cid-uvLmmHOLKt .modal-header .close:hover {
  opacity: 1;
}
.cid-uvLmmHOLKt .modal-header .close:focus {
  outline: none;
}
.cid-uvLmmHOLKt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uvLmmHOLKt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvLmmHOLKt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvLmmHOLKt .modal-body {
    padding: 1rem;
  }
}
.cid-uvLmmHOLKt .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-uvLmmHOLKt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvLmmHOLKt .modal-footer {
    padding: 1rem;
  }
}
.cid-uvLmmHOLKt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvLmmHOLKt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvLmmHOLKt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvLmmHOLKt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvLmmHOLKt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvLmmHOLKt .modal-lg,
  .cid-uvLmmHOLKt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvLmmHOLKt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvLmmHOLKt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvLmmHOLKt .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-uvLmmHOLKt .form-group {
  margin-bottom: 1rem;
}
.cid-uvLmmHOLKt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvLmmHOLKt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvLmmHOLKt .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-uvLmmHOLKt .mbr-section-btn {
  margin: 0;
}
.cid-uvLmmHOLKt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uw9htdUrKF.popup-builder {
  background-color: #ffffff;
}
.cid-uw9htdUrKF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uw9htdUrKF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uw9htdUrKF .modal-content,
.cid-uw9htdUrKF .modal-dialog {
  height: auto;
}
.cid-uw9htdUrKF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uw9htdUrKF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uw9htdUrKF .form-wrapper .mbr-form .form-group,
  .cid-uw9htdUrKF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uw9htdUrKF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uw9htdUrKF .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-uw9htdUrKF .mbr-text {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.6;
}
.cid-uw9htdUrKF .pt-0 {
  padding-top: 0 !important;
}
.cid-uw9htdUrKF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uw9htdUrKF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uw9htdUrKF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uw9htdUrKF .modal-open {
  overflow: hidden;
}
.cid-uw9htdUrKF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uw9htdUrKF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uw9htdUrKF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uw9htdUrKF .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-uw9htdUrKF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uw9htdUrKF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uw9htdUrKF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uw9htdUrKF .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-uw9htdUrKF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uw9htdUrKF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uw9htdUrKF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uw9htdUrKF .modal-backdrop.show {
  opacity: .5;
}
.cid-uw9htdUrKF .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-uw9htdUrKF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uw9htdUrKF .modal-header {
    padding: 1rem;
  }
}
.cid-uw9htdUrKF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uw9htdUrKF .modal-header .close svg {
  fill: #353535;
}
.cid-uw9htdUrKF .modal-header .close:hover {
  opacity: 1;
}
.cid-uw9htdUrKF .modal-header .close:focus {
  outline: none;
}
.cid-uw9htdUrKF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uw9htdUrKF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uw9htdUrKF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw9htdUrKF .modal-body {
    padding: 1rem;
  }
}
.cid-uw9htdUrKF .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-uw9htdUrKF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw9htdUrKF .modal-footer {
    padding: 1rem;
  }
}
.cid-uw9htdUrKF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uw9htdUrKF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uw9htdUrKF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uw9htdUrKF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uw9htdUrKF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uw9htdUrKF .modal-lg,
  .cid-uw9htdUrKF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uw9htdUrKF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uw9htdUrKF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uw9htdUrKF .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-uw9htdUrKF .form-group {
  margin-bottom: 1rem;
}
.cid-uw9htdUrKF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uw9htdUrKF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uw9htdUrKF .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-uw9htdUrKF .mbr-section-btn {
  margin: 0;
}
.cid-uw9htdUrKF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwa6fMn2nW.popup-builder {
  background-color: #ffffff;
}
.cid-uwa6fMn2nW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwa6fMn2nW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwa6fMn2nW .modal-content,
.cid-uwa6fMn2nW .modal-dialog {
  height: auto;
}
.cid-uwa6fMn2nW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwa6fMn2nW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwa6fMn2nW .form-wrapper .mbr-form .form-group,
  .cid-uwa6fMn2nW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwa6fMn2nW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwa6fMn2nW .mbr-figure img {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.41);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwa6fMn2nW .mbr-text {
  text-align: center;
}
.cid-uwa6fMn2nW .pt-0 {
  padding-top: 0 !important;
}
.cid-uwa6fMn2nW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwa6fMn2nW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwa6fMn2nW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwa6fMn2nW .modal-open {
  overflow: hidden;
}
.cid-uwa6fMn2nW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwa6fMn2nW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwa6fMn2nW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwa6fMn2nW .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-uwa6fMn2nW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwa6fMn2nW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwa6fMn2nW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwa6fMn2nW .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-uwa6fMn2nW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwa6fMn2nW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwa6fMn2nW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwa6fMn2nW .modal-backdrop.show {
  opacity: .5;
}
.cid-uwa6fMn2nW .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-uwa6fMn2nW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwa6fMn2nW .modal-header {
    padding: 1rem;
  }
}
.cid-uwa6fMn2nW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwa6fMn2nW .modal-header .close svg {
  fill: #353535;
}
.cid-uwa6fMn2nW .modal-header .close:hover {
  opacity: 1;
}
.cid-uwa6fMn2nW .modal-header .close:focus {
  outline: none;
}
.cid-uwa6fMn2nW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uwa6fMn2nW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwa6fMn2nW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwa6fMn2nW .modal-body {
    padding: 1rem;
  }
}
.cid-uwa6fMn2nW .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-uwa6fMn2nW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwa6fMn2nW .modal-footer {
    padding: 1rem;
  }
}
.cid-uwa6fMn2nW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwa6fMn2nW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwa6fMn2nW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwa6fMn2nW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwa6fMn2nW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwa6fMn2nW .modal-lg,
  .cid-uwa6fMn2nW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwa6fMn2nW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwa6fMn2nW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwa6fMn2nW .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-uwa6fMn2nW .form-group {
  margin-bottom: 1rem;
}
.cid-uwa6fMn2nW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwa6fMn2nW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwa6fMn2nW .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-uwa6fMn2nW .mbr-section-btn {
  margin: 0;
}
.cid-uwa6fMn2nW .mbr-section-btn .btn {
  margin: 0;
}
.cid-ux3MKJzrqD.popup-builder {
  background-color: #ffffff;
}
.cid-ux3MKJzrqD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ux3MKJzrqD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ux3MKJzrqD .modal-content,
.cid-ux3MKJzrqD .modal-dialog {
  height: auto;
}
.cid-ux3MKJzrqD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ux3MKJzrqD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ux3MKJzrqD .form-wrapper .mbr-form .form-group,
  .cid-ux3MKJzrqD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ux3MKJzrqD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ux3MKJzrqD .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-ux3MKJzrqD .mbr-text {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.6;
}
.cid-ux3MKJzrqD .pt-0 {
  padding-top: 0 !important;
}
.cid-ux3MKJzrqD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ux3MKJzrqD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ux3MKJzrqD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ux3MKJzrqD .modal-open {
  overflow: hidden;
}
.cid-ux3MKJzrqD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ux3MKJzrqD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ux3MKJzrqD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ux3MKJzrqD .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-ux3MKJzrqD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ux3MKJzrqD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ux3MKJzrqD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ux3MKJzrqD .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-ux3MKJzrqD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ux3MKJzrqD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ux3MKJzrqD .modal-backdrop.fade {
  opacity: 0;
}
.cid-ux3MKJzrqD .modal-backdrop.show {
  opacity: .5;
}
.cid-ux3MKJzrqD .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-ux3MKJzrqD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ux3MKJzrqD .modal-header {
    padding: 1rem;
  }
}
.cid-ux3MKJzrqD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ux3MKJzrqD .modal-header .close svg {
  fill: #353535;
}
.cid-ux3MKJzrqD .modal-header .close:hover {
  opacity: 1;
}
.cid-ux3MKJzrqD .modal-header .close:focus {
  outline: none;
}
.cid-ux3MKJzrqD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ux3MKJzrqD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ux3MKJzrqD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ux3MKJzrqD .modal-body {
    padding: 1rem;
  }
}
.cid-ux3MKJzrqD .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-ux3MKJzrqD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ux3MKJzrqD .modal-footer {
    padding: 1rem;
  }
}
.cid-ux3MKJzrqD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ux3MKJzrqD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ux3MKJzrqD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ux3MKJzrqD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ux3MKJzrqD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ux3MKJzrqD .modal-lg,
  .cid-ux3MKJzrqD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ux3MKJzrqD .modal-xl {
    max-width: 1140px;
  }
}
.cid-ux3MKJzrqD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ux3MKJzrqD .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-ux3MKJzrqD .form-group {
  margin-bottom: 1rem;
}
.cid-ux3MKJzrqD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ux3MKJzrqD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ux3MKJzrqD .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-ux3MKJzrqD .mbr-section-btn {
  margin: 0;
}
.cid-ux3MKJzrqD .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAaTxi7K6E.popup-builder {
  background-color: #ffffff;
}
.cid-uAaTxi7K6E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAaTxi7K6E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAaTxi7K6E .modal-content,
.cid-uAaTxi7K6E .modal-dialog {
  height: auto;
}
.cid-uAaTxi7K6E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAaTxi7K6E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAaTxi7K6E .form-wrapper .mbr-form .form-group,
  .cid-uAaTxi7K6E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAaTxi7K6E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAaTxi7K6E .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-uAaTxi7K6E .mbr-text {
  text-align: center;
}
.cid-uAaTxi7K6E .pt-0 {
  padding-top: 0 !important;
}
.cid-uAaTxi7K6E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAaTxi7K6E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAaTxi7K6E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAaTxi7K6E .modal-open {
  overflow: hidden;
}
.cid-uAaTxi7K6E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAaTxi7K6E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAaTxi7K6E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAaTxi7K6E .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-uAaTxi7K6E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAaTxi7K6E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAaTxi7K6E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAaTxi7K6E .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-uAaTxi7K6E .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAaTxi7K6E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAaTxi7K6E .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAaTxi7K6E .modal-backdrop.show {
  opacity: .5;
}
.cid-uAaTxi7K6E .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-uAaTxi7K6E .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAaTxi7K6E .modal-header {
    padding: 1rem;
  }
}
.cid-uAaTxi7K6E .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAaTxi7K6E .modal-header .close svg {
  fill: #353535;
}
.cid-uAaTxi7K6E .modal-header .close:hover {
  opacity: 1;
}
.cid-uAaTxi7K6E .modal-header .close:focus {
  outline: none;
}
.cid-uAaTxi7K6E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAaTxi7K6E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAaTxi7K6E .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAaTxi7K6E .modal-body {
    padding: 1rem;
  }
}
.cid-uAaTxi7K6E .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-uAaTxi7K6E .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAaTxi7K6E .modal-footer {
    padding: 1rem;
  }
}
.cid-uAaTxi7K6E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAaTxi7K6E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAaTxi7K6E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAaTxi7K6E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAaTxi7K6E .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAaTxi7K6E .modal-lg,
  .cid-uAaTxi7K6E .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAaTxi7K6E .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAaTxi7K6E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAaTxi7K6E .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-uAaTxi7K6E .form-group {
  margin-bottom: 1rem;
}
.cid-uAaTxi7K6E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAaTxi7K6E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAaTxi7K6E .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-uAaTxi7K6E .mbr-section-btn {
  margin: 0;
}
.cid-uAaTxi7K6E .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAh1wJ91bs.popup-builder {
  background-color: #ffffff;
}
.cid-uAh1wJ91bs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAh1wJ91bs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAh1wJ91bs .modal-content,
.cid-uAh1wJ91bs .modal-dialog {
  height: auto;
}
.cid-uAh1wJ91bs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAh1wJ91bs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAh1wJ91bs .form-wrapper .mbr-form .form-group,
  .cid-uAh1wJ91bs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAh1wJ91bs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAh1wJ91bs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.41);
}
.cid-uAh1wJ91bs .mbr-text {
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.6;
}
.cid-uAh1wJ91bs .pt-0 {
  padding-top: 0 !important;
}
.cid-uAh1wJ91bs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAh1wJ91bs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAh1wJ91bs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAh1wJ91bs .modal-open {
  overflow: hidden;
}
.cid-uAh1wJ91bs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAh1wJ91bs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAh1wJ91bs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAh1wJ91bs .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-uAh1wJ91bs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAh1wJ91bs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAh1wJ91bs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAh1wJ91bs .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-uAh1wJ91bs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAh1wJ91bs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAh1wJ91bs .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAh1wJ91bs .modal-backdrop.show {
  opacity: .5;
}
.cid-uAh1wJ91bs .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-uAh1wJ91bs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAh1wJ91bs .modal-header {
    padding: 1rem;
  }
}
.cid-uAh1wJ91bs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAh1wJ91bs .modal-header .close svg {
  fill: #353535;
}
.cid-uAh1wJ91bs .modal-header .close:hover {
  opacity: 1;
}
.cid-uAh1wJ91bs .modal-header .close:focus {
  outline: none;
}
.cid-uAh1wJ91bs .modal-title {
  line-height: 1.6;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 2px;
}
.cid-uAh1wJ91bs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAh1wJ91bs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAh1wJ91bs .modal-body {
    padding: 1rem;
  }
}
.cid-uAh1wJ91bs .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-uAh1wJ91bs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAh1wJ91bs .modal-footer {
    padding: 1rem;
  }
}
.cid-uAh1wJ91bs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAh1wJ91bs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAh1wJ91bs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAh1wJ91bs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAh1wJ91bs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAh1wJ91bs .modal-lg,
  .cid-uAh1wJ91bs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAh1wJ91bs .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAh1wJ91bs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAh1wJ91bs .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-uAh1wJ91bs .form-group {
  margin-bottom: 1rem;
}
.cid-uAh1wJ91bs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAh1wJ91bs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAh1wJ91bs .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-uAh1wJ91bs .mbr-section-btn {
  margin: 0;
}
.cid-uAh1wJ91bs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAh1xOaeME.popup-builder {
  background-color: #ffffff;
}
.cid-uAh1xOaeME.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAh1xOaeME.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAh1xOaeME .modal-content,
.cid-uAh1xOaeME .modal-dialog {
  height: auto;
}
.cid-uAh1xOaeME .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAh1xOaeME .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAh1xOaeME .form-wrapper .mbr-form .form-group,
  .cid-uAh1xOaeME .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAh1xOaeME .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAh1xOaeME .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
  box-shadow: 5px 5px 12px 15px rgba(0, 0, 0, 0.15);
}
.cid-uAh1xOaeME .mbr-text {
  text-align: center;
}
.cid-uAh1xOaeME .pt-0 {
  padding-top: 0 !important;
}
.cid-uAh1xOaeME .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAh1xOaeME .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAh1xOaeME .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAh1xOaeME .modal-open {
  overflow: hidden;
}
.cid-uAh1xOaeME .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAh1xOaeME .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAh1xOaeME .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAh1xOaeME .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-uAh1xOaeME .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAh1xOaeME .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAh1xOaeME .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAh1xOaeME .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-uAh1xOaeME .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAh1xOaeME .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAh1xOaeME .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAh1xOaeME .modal-backdrop.show {
  opacity: .5;
}
.cid-uAh1xOaeME .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-uAh1xOaeME .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAh1xOaeME .modal-header {
    padding: 1rem;
  }
}
.cid-uAh1xOaeME .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAh1xOaeME .modal-header .close svg {
  fill: #353535;
}
.cid-uAh1xOaeME .modal-header .close:hover {
  opacity: 1;
}
.cid-uAh1xOaeME .modal-header .close:focus {
  outline: none;
}
.cid-uAh1xOaeME .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAh1xOaeME .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAh1xOaeME .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAh1xOaeME .modal-body {
    padding: 1rem;
  }
}
.cid-uAh1xOaeME .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-uAh1xOaeME .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAh1xOaeME .modal-footer {
    padding: 1rem;
  }
}
.cid-uAh1xOaeME .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAh1xOaeME .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAh1xOaeME .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAh1xOaeME .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAh1xOaeME .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAh1xOaeME .modal-lg,
  .cid-uAh1xOaeME .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAh1xOaeME .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAh1xOaeME .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAh1xOaeME .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-uAh1xOaeME .form-group {
  margin-bottom: 1rem;
}
.cid-uAh1xOaeME .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAh1xOaeME .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAh1xOaeME .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-uAh1xOaeME .mbr-section-btn {
  margin: 0;
}
.cid-uAh1xOaeME .mbr-section-btn .btn {
  margin: 0;
}
.cid-uClPAuVuLy.popup-builder {
  background-color: #ffffff;
}
.cid-uClPAuVuLy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uClPAuVuLy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uClPAuVuLy .modal-content,
.cid-uClPAuVuLy .modal-dialog {
  height: auto;
}
.cid-uClPAuVuLy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uClPAuVuLy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uClPAuVuLy .form-wrapper .mbr-form .form-group,
  .cid-uClPAuVuLy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uClPAuVuLy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uClPAuVuLy .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-uClPAuVuLy .mbr-text {
  text-align: center;
}
.cid-uClPAuVuLy .pt-0 {
  padding-top: 0 !important;
}
.cid-uClPAuVuLy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uClPAuVuLy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uClPAuVuLy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uClPAuVuLy .modal-open {
  overflow: hidden;
}
.cid-uClPAuVuLy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uClPAuVuLy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uClPAuVuLy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uClPAuVuLy .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-uClPAuVuLy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uClPAuVuLy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uClPAuVuLy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uClPAuVuLy .modal-content {
  background: #000000;
  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-uClPAuVuLy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uClPAuVuLy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uClPAuVuLy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uClPAuVuLy .modal-backdrop.show {
  opacity: .5;
}
.cid-uClPAuVuLy .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-uClPAuVuLy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uClPAuVuLy .modal-header {
    padding: 1rem;
  }
}
.cid-uClPAuVuLy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uClPAuVuLy .modal-header .close svg {
  fill: #ffffff;
}
.cid-uClPAuVuLy .modal-header .close:hover {
  opacity: 1;
}
.cid-uClPAuVuLy .modal-header .close:focus {
  outline: none;
}
.cid-uClPAuVuLy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uClPAuVuLy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uClPAuVuLy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uClPAuVuLy .modal-body {
    padding: 1rem;
  }
}
.cid-uClPAuVuLy .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-uClPAuVuLy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uClPAuVuLy .modal-footer {
    padding: 1rem;
  }
}
.cid-uClPAuVuLy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uClPAuVuLy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uClPAuVuLy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uClPAuVuLy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uClPAuVuLy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uClPAuVuLy .modal-lg,
  .cid-uClPAuVuLy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uClPAuVuLy .modal-xl {
    max-width: 1140px;
  }
}
.cid-uClPAuVuLy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uClPAuVuLy .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-uClPAuVuLy .form-group {
  margin-bottom: 1rem;
}
.cid-uClPAuVuLy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uClPAuVuLy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uClPAuVuLy .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-uClPAuVuLy .mbr-section-btn {
  margin: 0;
}
.cid-uClPAuVuLy .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGB0L5TFNy.popup-builder {
  background-color: #ffffff;
}
.cid-uGB0L5TFNy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGB0L5TFNy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGB0L5TFNy .modal-content,
.cid-uGB0L5TFNy .modal-dialog {
  height: auto;
}
.cid-uGB0L5TFNy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGB0L5TFNy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGB0L5TFNy .form-wrapper .mbr-form .form-group,
  .cid-uGB0L5TFNy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGB0L5TFNy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGB0L5TFNy .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-uGB0L5TFNy .mbr-text {
  text-align: left;
}
.cid-uGB0L5TFNy .pt-0 {
  padding-top: 0 !important;
}
.cid-uGB0L5TFNy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGB0L5TFNy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGB0L5TFNy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGB0L5TFNy .modal-open {
  overflow: hidden;
}
.cid-uGB0L5TFNy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGB0L5TFNy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGB0L5TFNy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGB0L5TFNy .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-uGB0L5TFNy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGB0L5TFNy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGB0L5TFNy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGB0L5TFNy .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-uGB0L5TFNy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGB0L5TFNy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGB0L5TFNy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGB0L5TFNy .modal-backdrop.show {
  opacity: .5;
}
.cid-uGB0L5TFNy .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-uGB0L5TFNy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGB0L5TFNy .modal-header {
    padding: 1rem;
  }
}
.cid-uGB0L5TFNy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGB0L5TFNy .modal-header .close svg {
  fill: #353535;
}
.cid-uGB0L5TFNy .modal-header .close:hover {
  opacity: 1;
}
.cid-uGB0L5TFNy .modal-header .close:focus {
  outline: none;
}
.cid-uGB0L5TFNy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGB0L5TFNy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGB0L5TFNy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGB0L5TFNy .modal-body {
    padding: 1rem;
  }
}
.cid-uGB0L5TFNy .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-uGB0L5TFNy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGB0L5TFNy .modal-footer {
    padding: 1rem;
  }
}
.cid-uGB0L5TFNy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGB0L5TFNy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGB0L5TFNy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGB0L5TFNy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGB0L5TFNy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGB0L5TFNy .modal-lg,
  .cid-uGB0L5TFNy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGB0L5TFNy .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGB0L5TFNy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGB0L5TFNy .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-uGB0L5TFNy .form-group {
  margin-bottom: 1rem;
}
.cid-uGB0L5TFNy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGB0L5TFNy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGB0L5TFNy .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-uGB0L5TFNy .mbr-section-btn {
  margin: 0;
}
.cid-uGB0L5TFNy .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHyboMNLP4.popup-builder {
  background-color: #ffffff;
}
.cid-uHyboMNLP4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHyboMNLP4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHyboMNLP4 .modal-content,
.cid-uHyboMNLP4 .modal-dialog {
  height: auto;
}
.cid-uHyboMNLP4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHyboMNLP4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHyboMNLP4 .form-wrapper .mbr-form .form-group,
  .cid-uHyboMNLP4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHyboMNLP4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHyboMNLP4 .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-uHyboMNLP4 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHyboMNLP4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uHyboMNLP4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHyboMNLP4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHyboMNLP4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHyboMNLP4 .modal-open {
  overflow: hidden;
}
.cid-uHyboMNLP4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHyboMNLP4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHyboMNLP4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHyboMNLP4 .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-uHyboMNLP4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHyboMNLP4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHyboMNLP4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHyboMNLP4 .modal-content {
  background: #000000;
  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-uHyboMNLP4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHyboMNLP4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHyboMNLP4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHyboMNLP4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uHyboMNLP4 .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-uHyboMNLP4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHyboMNLP4 .modal-header {
    padding: 1rem;
  }
}
.cid-uHyboMNLP4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHyboMNLP4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHyboMNLP4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uHyboMNLP4 .modal-header .close:focus {
  outline: none;
}
.cid-uHyboMNLP4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uHyboMNLP4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHyboMNLP4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHyboMNLP4 .modal-body {
    padding: 1rem;
  }
}
.cid-uHyboMNLP4 .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-uHyboMNLP4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHyboMNLP4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uHyboMNLP4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHyboMNLP4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHyboMNLP4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHyboMNLP4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHyboMNLP4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHyboMNLP4 .modal-lg,
  .cid-uHyboMNLP4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHyboMNLP4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHyboMNLP4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHyboMNLP4 .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-uHyboMNLP4 .form-group {
  margin-bottom: 1rem;
}
.cid-uHyboMNLP4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHyboMNLP4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHyboMNLP4 .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-uHyboMNLP4 .mbr-section-btn {
  margin: 0;
}
.cid-uHyboMNLP4 .mbr-section-btn .btn {
  margin: 0;
}
