body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #ff7500 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #787878 !important;
  border-color: #787878 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #787878 !important;
  border-color: #787878 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ff7500 !important;
  border-color: #ff7500 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #b35200 !important;
  border-color: #b35200 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b35200 !important;
  border-color: #b35200 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #6b6b6b;
  color: #6b6b6b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #994600;
  color: #994600;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #ff7500;
  border-color: #ff7500;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7500 !important;
  border-color: #ff7500 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #9e9e9e !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #ff7500 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6b6b6b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #994600 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #ff7500;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe3cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #9e9e9e !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%;
}
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='%23000000' %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;
}
.cid-tKpJzLGF5E .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-tKpJzLGF5E .navbar-fixed-top {
  padding-top: 0;
}
.cid-tKpJzLGF5E .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tKpJzLGF5E .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-tKpJzLGF5E .dropdown-item,
.cid-tKpJzLGF5E .nav-link,
.cid-tKpJzLGF5E .brand-link {
  font-style: normal;
}
.cid-tKpJzLGF5E .dropdown-item:hover,
.cid-tKpJzLGF5E .nav-link:hover,
.cid-tKpJzLGF5E .brand-link:hover {
  color: #000000 !important;
}
.cid-tKpJzLGF5E .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #ffffff !important;
  margin-top: px !important;
}
.cid-tKpJzLGF5E .dropdown-item:active {
  background-color: #ffffff !important;
}
.cid-tKpJzLGF5E .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tKpJzLGF5E .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKpJzLGF5E .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tKpJzLGF5E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tKpJzLGF5E .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tKpJzLGF5E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKpJzLGF5E .content-text {
  margin-bottom: 0;
}
.cid-tKpJzLGF5E .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tKpJzLGF5E .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tKpJzLGF5E .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tKpJzLGF5E .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tKpJzLGF5E .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tKpJzLGF5E .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tKpJzLGF5E .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tKpJzLGF5E .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tKpJzLGF5E .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKpJzLGF5E .nav-dropdown .link {
  font-weight: 400;
}
.cid-tKpJzLGF5E .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tKpJzLGF5E .content-right-side {
  text-align: center;
}
.cid-tKpJzLGF5E .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tKpJzLGF5E .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tKpJzLGF5E .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tKpJzLGF5E .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tKpJzLGF5E .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKpJzLGF5E .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tKpJzLGF5E .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tKpJzLGF5E .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tKpJzLGF5E .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tKpJzLGF5E .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tKpJzLGF5E .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tKpJzLGF5E .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tKpJzLGF5E .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tKpJzLGF5E .navbar {
    display: block;
    padding: 0;
  }
  .cid-tKpJzLGF5E .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tKpJzLGF5E .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tKpJzLGF5E .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tKpJzLGF5E .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tKpJzLGF5E .navbar-toggler {
    display: none;
  }
  .cid-tKpJzLGF5E .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKpJzLGF5E .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tKpJzLGF5E .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKpJzLGF5E .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tKpJzLGF5E .menu-logo {
  margin-right: auto;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tKpJzLGF5E .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tKpJzLGF5E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tKpJzLGF5E .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tKpJzLGF5E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tKpJzLGF5E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tKpJzLGF5E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tKpJzLGF5E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tKpJzLGF5E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKpJzLGF5E button.navbar-toggler:focus {
  outline: none;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tKpJzLGF5E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKpJzLGF5E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tKpJzLGF5E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tKpJzLGF5E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKpJzLGF5E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKpJzLGF5E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKpJzLGF5E .collapsed .btn {
  display: -webkit-flex;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tKpJzLGF5E .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tKpJzLGF5E .collapsed button.navbar-toggler {
  display: block;
}
.cid-tKpJzLGF5E .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tKpJzLGF5E .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tKpJzLGF5E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tKpJzLGF5E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tKpJzLGF5E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tKpJzLGF5E .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tKpJzLGF5E .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tKpJzLGF5E .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing,
  .cid-tKpJzLGF5E .navbar-collapse.show {
    display: block !important;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing .navbar-nav,
  .cid-tKpJzLGF5E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tKpJzLGF5E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing .navbar-buttons,
  .cid-tKpJzLGF5E .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tKpJzLGF5E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tKpJzLGF5E .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tKpJzLGF5E img {
    height: 3.8rem !important;
  }
  .cid-tKpJzLGF5E .btn {
    display: -webkit-flex;
  }
  .cid-tKpJzLGF5E button.navbar-toggler {
    display: block;
  }
  .cid-tKpJzLGF5E .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tKpJzLGF5E .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tKpJzLGF5E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tKpJzLGF5E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tKpJzLGF5E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tKpJzLGF5E .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tKpJzLGF5E .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tKpJzLGF5E .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tKpJzLGF5E .nav-link:focus {
  outline: none;
}
.cid-tKpJzLGF5E .navbar-toggler {
  position: relative;
}
.cid-tKpJzLGF5E .dropdown-item.active,
.cid-tKpJzLGF5E .dropdown-item:active {
  color: initial;
}
.cid-tKpJzLGF5E .widget-title,
.cid-tKpJzLGF5E .widget-icon {
  color: #ffffff;
}
.cid-tKpJzLGF5E .widget-text {
  color: #ffffff;
}
.cid-uUMJObMGTg {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/day-trip-soweto-min-1.webp");
}
.cid-uUMJObMGTg .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-uUMJObMGTg .ico span {
  font-size: 1.5rem;
  color: #000000;
}
.cid-uUMJObMGTg .relative {
  position: relative;
}
.cid-uUMJObMGTg .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMJObMGTg .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-uUMJObMGTg .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-uUMJObMGTg .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-uUMJObMGTg .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-uUMJObMGTg .jq-selectbox li.selected {
  background-color: #ff0000;
}
.cid-uUMJObMGTg .jq-selectbox li:hover {
  background-color: #ff0000;
}
.cid-uUMJObMGTg .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ff0000;
}
.cid-uUMJObMGTg .mbr-iconfont-btn {
  margin: 0;
}
.cid-uUMJObMGTg .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-uUMJObMGTg input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-uUMJObMGTg input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-uUMJObMGTg input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-uUMJObMGTg .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-uUMJObMGTg .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uUMJObMGTg .form-group {
    margin-bottom: 2rem;
  }
  .cid-uUMJObMGTg .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-uUMJObMGTg .input-group-btn {
    margin: auto;
  }
}
.cid-uUMJObMGTg .mbr-section-title {
  text-align: center;
  color: #ff7500;
}
.cid-uUMJObMGTg .mbr-section-sub-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUMJObMGTg LABEL {
  color: #ffffff;
}
.cid-tIVsacRB4t {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIVsacRB4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVsacRB4t .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-tIVsacRB4t .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tIVsacRB4t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tIVsacRB4t .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tIVsacRB4t .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tIVsacRB4t .mbr-text,
.cid-tIVsacRB4t .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tIVsacRB4t .mbr-section-title {
  color: #000000;
}
.cid-uURwVx1BOv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uURwVx1BOv .mbr-text {
  line-height: 1.5;
  color: #ff7500;
  text-align: center;
}
.cid-uURwVx1BOv .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uURwVx1BOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURwVx1BOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uURwPQEtcE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uURwPQEtcE .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-uURwPQEtcE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uURwPQEtcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURwPQEtcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIFuVhWYMC {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tIFuVhWYMC .card-title {
  line-height: 1.6;
  margin: 0;
  color: #ffffff;
}
.cid-tIFuVhWYMC .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-tIFuVhWYMC .card:hover {
  margin-top: -0.6rem;
}
.cid-tIFuVhWYMC .card-wrapper {
  position: relative;
}
.cid-tIFuVhWYMC .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-tIFuVhWYMC .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-tIFuVhWYMC .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-tIFuVhWYMC .big {
  margin-top: -25%;
}
.cid-tIFuVhWYMC .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tIFuVhWYMC .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-tIFuVhWYMC .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-tIFuVhWYMC .mbr-section-title {
  color: #ff7500;
}
.cid-tIVA1SPCvK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIVA1SPCvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVA1SPCvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVA1SPCvK .row {
  justify-content: center;
}
.cid-tIVA1SPCvK .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tIVA1SPCvK .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tIVA1SPCvK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tIVA1SPCvK .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tIVA1SPCvK .card {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cid-tIVA1SPCvK .card {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-tIVA1SPCvK .card {
    margin-bottom: 24px;
  }
}
.cid-tIVA1SPCvK .card .card-wrapper {
  padding: 32px 45px;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tIVA1SPCvK .card .card-wrapper {
    padding: 32px;
  }
}
.cid-tIVA1SPCvK .card .card-wrapper .mbr-card-title_1,
.cid-tIVA1SPCvK .card .card-wrapper .mbr-card-title_2,
.cid-tIVA1SPCvK .card .card-wrapper .mbr-card-title_3 {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tIVA1SPCvK .card .card-wrapper .mbr-card-title_1,
  .cid-tIVA1SPCvK .card .card-wrapper .mbr-card-title_2,
  .cid-tIVA1SPCvK .card .card-wrapper .mbr-card-title_3 {
    margin-bottom: 16px;
  }
}
.cid-tIVA1SPCvK .card .card-wrapper .mbr-text_1,
.cid-tIVA1SPCvK .card .card-wrapper .mbr-text_2,
.cid-tIVA1SPCvK .card .card-wrapper .mbr-text_3 {
  margin: 0;
}
.cid-tIVA1SPCvK .card_1 .card-wrapper {
  background-color: #ff7500;
}
.cid-tIVA1SPCvK .card_2 .card-wrapper {
  background-color: #000000;
}
.cid-tIVA1SPCvK .card_3 .card-wrapper {
  background-color: #ff7500;
}
.cid-tIVA1SPCvK .mbr-section-title {
  color: #ff7500;
  text-align: center;
}
.cid-tIVA1SPCvK .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-tIVA1SPCvK .mbr-card-title_1 {
  color: #ffffff;
}
.cid-tIVA1SPCvK .mbr-card-title_2 {
  color: #ffffff;
}
.cid-tIVA1SPCvK .mbr-card-title_3 {
  color: #ffffff;
}
.cid-tIVA1SPCvK .mbr-text_1 {
  color: #6e716f;
}
.cid-tIVA1SPCvK .mbr-text_2 {
  color: #6e716f;
}
.cid-tIVA1SPCvK .mbr-text_3 {
  color: #e8e8e8;
}
.cid-tIVA1SPCvK .mbr-text_2,
.cid-tIVA1SPCvK .mbr-iconfont {
  color: #ffffff;
}
.cid-tIVA1SPCvK .mbr-text_1,
.cid-tIVA1SPCvK .mbr-iconfont {
  color: #ffffff;
}
.cid-tIVA1SPCvK .mbr-text_3,
.cid-tIVA1SPCvK .mbr-iconfont {
  color: #ffffff;
}
.cid-tKpEz33TXj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tKpEz33TXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpEz33TXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpEz33TXj .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tKpEz33TXj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tKpEz33TXj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKpEz33TXj .container {
    padding: 0 20px;
  }
}
.cid-tKpEz33TXj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tKpEz33TXj .title-wrapper .mbr-section-title span {
  color: #c2c2c2;
}
.cid-tKpEz33TXj .mbr-section-title {
  color: #ff7500;
  text-align: center;
}
.cid-tKpEiHg81Z {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tKpEiHg81Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpEiHg81Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpEiHg81Z .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tKpEiHg81Z .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tKpEiHg81Z .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tKpEiHg81Z .wrapper {
  padding: 30px 0;
}
.cid-tKpEiHg81Z .mbr-section-title {
  color: #fafafa;
}
.cid-tKpEiHg81Z .mbr-text,
.cid-tKpEiHg81Z .mbr-section-btn {
  color: #ffffff;
}
.cid-tIW9Kcy2U6 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tIW9Kcy2U6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW9Kcy2U6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW9Kcy2U6 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tIW9Kcy2U6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIW9Kcy2U6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIW9Kcy2U6 .container {
    padding: 0 20px;
  }
}
.cid-tIW9Kcy2U6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tIW9Kcy2U6 .title-wrapper .mbr-section-title span {
  color: #c2c2c2;
}
.cid-tIW9Kcy2U6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tIWa3iTulu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIWa3iTulu .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
.cid-tIWa3iTulu .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tIW8Y7nUA7 {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tIW8Y7nUA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW8Y7nUA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW8Y7nUA7 .row {
  justify-content: center;
}
.cid-tIW8Y7nUA7 .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-tIW8Y7nUA7 .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tIW8Y7nUA7 .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-tIW8Y7nUA7 .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-tIW8Y7nUA7 .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #000000;
  position: relative;
  border: none;
}
@media (max-width: 768px) {
  .cid-tIW8Y7nUA7 .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-tIW8Y7nUA7 .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -0.5rem;
  left: -2rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tIW8Y7nUA7 .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-tIW8Y7nUA7 .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-tIW8Y7nUA7 .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-tIW8Y7nUA7 .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-tIW8Y7nUA7 .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-tIW8Y7nUA7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tJ1qoGHSIf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tJ1qoGHSIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ1qoGHSIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ1qoGHSIf .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tJ1qoGHSIf .container-fluid {
    padding: 0;
  }
}
.cid-tJ1qoGHSIf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJ1qoGHSIf .container {
    padding: 0 20px;
  }
}
.cid-tJ1qoGHSIf .row {
  justify-content: center;
}
.cid-tJ1qoGHSIf .card {
  padding: 0;
}
.cid-tJ1qoGHSIf .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tJ1qoGHSIf .card img {
    height: 300px;
  }
}
.cid-tJ1qoGHSIf .row.cards {
  margin: 0;
}
.cid-tJ1qoGHSIf .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tJ1qoGHSIf .row.cards img {
    height: 300px;
  }
}
.cid-tIVXfdcK6c {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ff7500;
}
.cid-tIVXfdcK6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVXfdcK6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVXfdcK6c .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tIVXfdcK6c .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIVXfdcK6c .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIVXfdcK6c .container {
    padding: 0 20px;
  }
}
.cid-tIVXfdcK6c .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tIVXfdcK6c .title-wrapper .mbr-section-title span {
  color: #c2c2c2;
}
.cid-tIVXfdcK6c .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tIVXg3BEcp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ff7500;
}
.cid-tIVXg3BEcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVXg3BEcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVXg3BEcp .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tIVXg3BEcp .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tIVXg3BEcp .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tIVXg3BEcp .wrapper {
  padding: 30px 0;
}
.cid-tIVXg3BEcp .mbr-section-title {
  color: #fafafa;
}
.cid-tIVXg3BEcp .mbr-text,
.cid-tIVXg3BEcp .mbr-section-btn {
  color: #ffffff;
}
.cid-tIVXgIFem4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ff7500;
}
.cid-tIVXgIFem4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVXgIFem4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVXgIFem4 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tIVXgIFem4 .container {
    max-width: 1400px;
  }
}
.cid-tIVXgIFem4 .card {
  margin: auto;
}
.cid-tIVXgIFem4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tIVXgIFem4 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIVXgIFem4 .row {
  justify-content: center;
}
.cid-tIVXgIFem4 .card-title,
.cid-tIVXgIFem4 .card-box {
  color: #ffffff;
}
.cid-tIVXgIFem4 H3 {
  color: #ffffff;
}
.cid-tIW2uuNzUw {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/soweto.jpg.optimal-2-2000x1053.jpeg");
}
.cid-tIW2uuNzUw .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tIW2uuNzUw .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tIW2uuNzUw .column {
    margin-left: 4rem;
  }
}
.cid-tIW2uuNzUw .mbr-text {
  color: #ffffff;
}
.cid-tIW2uuNzUw .position {
  color: #ffffff;
}
.cid-tIW2uuNzUw .name {
  color: #ffffff;
}
.cid-tIW2uuNzUw .mbr-section-title {
  color: #ffffff;
}
.cid-tKpXeVJ4uK {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tKpXeVJ4uK .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tKpXeVJ4uK .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tKpXeVJ4uK .mbr-text {
  color: #444;
}
.cid-tKpXeVJ4uK h5 {
  margin-bottom: 0;
}
.cid-tKpXeVJ4uK .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tKpXeVJ4uK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKpXeVJ4uK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tKpXeVJ4uK .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKpXeVJ4uK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tKpXeVJ4uK .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tKpXeVJ4uK .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tKpXeVJ4uK .social-list a:hover {
  opacity: .4;
}
.cid-tKpXeVJ4uK .media-container-row > div {
  padding: 0px;
}
.cid-tKpXeVJ4uK .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tKpXeVJ4uK .group-title {
  text-align: left;
  color: #ff7500;
}
.cid-tKpXeVJ4uK .group-title SPAN {
  color: #ffffff;
}
.cid-tKpXeVJ4uK .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tKpXeVJ4uK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tKpXeVJ4uK .social-list,
  .cid-tKpXeVJ4uK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tKpXeVJ4uK h3 {
    margin-bottom: 10px;
  }
  .cid-tKpXeVJ4uK .navbar-brand {
    text-align: center;
  }
}
.cid-tKpXeVJ4uK .links SPAN {
  color: #9e9e9e;
}
.cid-tKpXeVJ4uK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpXeVJ4uK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpXeVJ4uK .links,
.cid-tKpXeVJ4uK .navbar-brand {
  color: #ffffff;
}
.cid-tIWehumiGg.popup-builder {
  background-color: #ffffff;
}
.cid-tIWehumiGg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tIWehumiGg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tIWehumiGg .modal-content,
.cid-tIWehumiGg .modal-dialog {
  height: auto;
}
.cid-tIWehumiGg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tIWehumiGg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tIWehumiGg .form-wrapper .mbr-form .form-group,
  .cid-tIWehumiGg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tIWehumiGg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tIWehumiGg .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-tIWehumiGg .mbr-text {
  text-align: center;
}
.cid-tIWehumiGg .pt-0 {
  padding-top: 0 !important;
}
.cid-tIWehumiGg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tIWehumiGg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tIWehumiGg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tIWehumiGg .modal-open {
  overflow: hidden;
}
.cid-tIWehumiGg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tIWehumiGg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tIWehumiGg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tIWehumiGg .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-tIWehumiGg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tIWehumiGg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tIWehumiGg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tIWehumiGg .modal-content {
  background: #ff7500;
  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-tIWehumiGg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tIWehumiGg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tIWehumiGg .modal-backdrop.fade {
  opacity: 0;
}
.cid-tIWehumiGg .modal-backdrop.show {
  opacity: .5;
}
.cid-tIWehumiGg .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-tIWehumiGg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWehumiGg .modal-header {
    padding: 1rem;
  }
}
.cid-tIWehumiGg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tIWehumiGg .modal-header .close svg {
  fill: #ffffff;
}
.cid-tIWehumiGg .modal-header .close:hover {
  opacity: 1;
}
.cid-tIWehumiGg .modal-header .close:focus {
  outline: none;
}
.cid-tIWehumiGg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tIWehumiGg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tIWehumiGg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWehumiGg .modal-body {
    padding: 1rem;
  }
}
.cid-tIWehumiGg .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-tIWehumiGg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWehumiGg .modal-footer {
    padding: 1rem;
  }
}
.cid-tIWehumiGg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tIWehumiGg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tIWehumiGg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tIWehumiGg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tIWehumiGg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tIWehumiGg .modal-lg,
  .cid-tIWehumiGg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tIWehumiGg .modal-xl {
    max-width: 1140px;
  }
}
.cid-tIWehumiGg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tIWehumiGg .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-tIWehumiGg .form-group {
  margin-bottom: 1rem;
}
.cid-tIWehumiGg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tIWehumiGg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tIWehumiGg .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-tIWehumiGg .mbr-section-btn {
  margin: 0;
}
.cid-tIWehumiGg .mbr-section-btn .btn {
  margin: 0;
}
.cid-tIWiklwDWI.popup-builder {
  background-color: #ffffff;
}
.cid-tIWiklwDWI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tIWiklwDWI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tIWiklwDWI .modal-content,
.cid-tIWiklwDWI .modal-dialog {
  height: auto;
}
.cid-tIWiklwDWI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tIWiklwDWI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tIWiklwDWI .form-wrapper .mbr-form .form-group,
  .cid-tIWiklwDWI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tIWiklwDWI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tIWiklwDWI .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-tIWiklwDWI .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tIWiklwDWI .pt-0 {
  padding-top: 0 !important;
}
.cid-tIWiklwDWI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tIWiklwDWI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tIWiklwDWI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tIWiklwDWI .modal-open {
  overflow: hidden;
}
.cid-tIWiklwDWI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tIWiklwDWI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tIWiklwDWI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tIWiklwDWI .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-tIWiklwDWI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tIWiklwDWI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tIWiklwDWI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tIWiklwDWI .modal-content {
  background: #ff7500;
  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-tIWiklwDWI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tIWiklwDWI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tIWiklwDWI .modal-backdrop.fade {
  opacity: 0;
}
.cid-tIWiklwDWI .modal-backdrop.show {
  opacity: .5;
}
.cid-tIWiklwDWI .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-tIWiklwDWI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWiklwDWI .modal-header {
    padding: 1rem;
  }
}
.cid-tIWiklwDWI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tIWiklwDWI .modal-header .close svg {
  fill: #353535;
}
.cid-tIWiklwDWI .modal-header .close:hover {
  opacity: 1;
}
.cid-tIWiklwDWI .modal-header .close:focus {
  outline: none;
}
.cid-tIWiklwDWI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tIWiklwDWI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tIWiklwDWI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWiklwDWI .modal-body {
    padding: 1rem;
  }
}
.cid-tIWiklwDWI .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-tIWiklwDWI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWiklwDWI .modal-footer {
    padding: 1rem;
  }
}
.cid-tIWiklwDWI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tIWiklwDWI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tIWiklwDWI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tIWiklwDWI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tIWiklwDWI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tIWiklwDWI .modal-lg,
  .cid-tIWiklwDWI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tIWiklwDWI .modal-xl {
    max-width: 1140px;
  }
}
.cid-tIWiklwDWI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tIWiklwDWI .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-tIWiklwDWI .form-group {
  margin-bottom: 1rem;
}
.cid-tIWiklwDWI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tIWiklwDWI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tIWiklwDWI .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-tIWiklwDWI .mbr-section-btn {
  margin: 0;
}
.cid-tIWiklwDWI .mbr-section-btn .btn {
  margin: 0;
}
.cid-tIWiklwDWI LABEL {
  text-align: left;
  color: #ffffff;
}
.cid-tIWiklwDWI H1 {
  color: #ffffff;
}
.cid-tIWiklwDWI H5 {
  color: #ffffff;
}
.cid-tIWiklwDWI P {
  color: #ffffff;
}
.cid-tIWKjLhjUo.popup-builder {
  background-color: #ffffff;
}
.cid-tIWKjLhjUo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tIWKjLhjUo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tIWKjLhjUo .modal-content,
.cid-tIWKjLhjUo .modal-dialog {
  height: auto;
}
.cid-tIWKjLhjUo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tIWKjLhjUo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tIWKjLhjUo .form-wrapper .mbr-form .form-group,
  .cid-tIWKjLhjUo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tIWKjLhjUo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tIWKjLhjUo .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-tIWKjLhjUo .mbr-text {
  text-align: left;
}
.cid-tIWKjLhjUo .pt-0 {
  padding-top: 0 !important;
}
.cid-tIWKjLhjUo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tIWKjLhjUo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tIWKjLhjUo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tIWKjLhjUo .modal-open {
  overflow: hidden;
}
.cid-tIWKjLhjUo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tIWKjLhjUo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tIWKjLhjUo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tIWKjLhjUo .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-tIWKjLhjUo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tIWKjLhjUo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tIWKjLhjUo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tIWKjLhjUo .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-tIWKjLhjUo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tIWKjLhjUo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tIWKjLhjUo .modal-backdrop.fade {
  opacity: 0;
}
.cid-tIWKjLhjUo .modal-backdrop.show {
  opacity: .5;
}
.cid-tIWKjLhjUo .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-tIWKjLhjUo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWKjLhjUo .modal-header {
    padding: 1rem;
  }
}
.cid-tIWKjLhjUo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tIWKjLhjUo .modal-header .close svg {
  fill: #353535;
}
.cid-tIWKjLhjUo .modal-header .close:hover {
  opacity: 1;
}
.cid-tIWKjLhjUo .modal-header .close:focus {
  outline: none;
}
.cid-tIWKjLhjUo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ff7500;
}
.cid-tIWKjLhjUo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tIWKjLhjUo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWKjLhjUo .modal-body {
    padding: 1rem;
  }
}
.cid-tIWKjLhjUo .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-tIWKjLhjUo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWKjLhjUo .modal-footer {
    padding: 1rem;
  }
}
.cid-tIWKjLhjUo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tIWKjLhjUo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tIWKjLhjUo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tIWKjLhjUo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tIWKjLhjUo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tIWKjLhjUo .modal-lg,
  .cid-tIWKjLhjUo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tIWKjLhjUo .modal-xl {
    max-width: 1140px;
  }
}
.cid-tIWKjLhjUo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tIWKjLhjUo .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-tIWKjLhjUo .form-group {
  margin-bottom: 1rem;
}
.cid-tIWKjLhjUo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tIWKjLhjUo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tIWKjLhjUo .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-tIWKjLhjUo .mbr-section-btn {
  margin: 0;
}
.cid-tIWKjLhjUo .mbr-section-btn .btn {
  margin: 0;
}
.cid-uURHNo5pq4.popup-builder {
  background-color: #ffffff;
}
.cid-uURHNo5pq4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uURHNo5pq4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uURHNo5pq4 .modal-content,
.cid-uURHNo5pq4 .modal-dialog {
  height: auto;
}
.cid-uURHNo5pq4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uURHNo5pq4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uURHNo5pq4 .form-wrapper .mbr-form .form-group,
  .cid-uURHNo5pq4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uURHNo5pq4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uURHNo5pq4 .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-uURHNo5pq4 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uURHNo5pq4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uURHNo5pq4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uURHNo5pq4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uURHNo5pq4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uURHNo5pq4 .modal-open {
  overflow: hidden;
}
.cid-uURHNo5pq4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uURHNo5pq4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uURHNo5pq4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uURHNo5pq4 .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-uURHNo5pq4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uURHNo5pq4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uURHNo5pq4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uURHNo5pq4 .modal-content {
  background: #ff7500;
  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-uURHNo5pq4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uURHNo5pq4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uURHNo5pq4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uURHNo5pq4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uURHNo5pq4 .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-uURHNo5pq4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uURHNo5pq4 .modal-header {
    padding: 1rem;
  }
}
.cid-uURHNo5pq4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uURHNo5pq4 .modal-header .close svg {
  fill: #353535;
}
.cid-uURHNo5pq4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uURHNo5pq4 .modal-header .close:focus {
  outline: none;
}
.cid-uURHNo5pq4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ff7500;
}
.cid-uURHNo5pq4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uURHNo5pq4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uURHNo5pq4 .modal-body {
    padding: 1rem;
  }
}
.cid-uURHNo5pq4 .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-uURHNo5pq4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uURHNo5pq4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uURHNo5pq4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uURHNo5pq4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uURHNo5pq4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uURHNo5pq4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uURHNo5pq4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uURHNo5pq4 .modal-lg,
  .cid-uURHNo5pq4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uURHNo5pq4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uURHNo5pq4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uURHNo5pq4 .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-uURHNo5pq4 .form-group {
  margin-bottom: 1rem;
}
.cid-uURHNo5pq4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uURHNo5pq4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uURHNo5pq4 .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-uURHNo5pq4 .mbr-section-btn {
  margin: 0;
}
.cid-uURHNo5pq4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uURIobtxAf.popup-builder {
  background-color: #ffffff;
}
.cid-uURIobtxAf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uURIobtxAf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uURIobtxAf .modal-content,
.cid-uURIobtxAf .modal-dialog {
  height: auto;
}
.cid-uURIobtxAf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uURIobtxAf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uURIobtxAf .form-wrapper .mbr-form .form-group,
  .cid-uURIobtxAf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uURIobtxAf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uURIobtxAf .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-uURIobtxAf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uURIobtxAf .pt-0 {
  padding-top: 0 !important;
}
.cid-uURIobtxAf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uURIobtxAf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uURIobtxAf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uURIobtxAf .modal-open {
  overflow: hidden;
}
.cid-uURIobtxAf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uURIobtxAf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uURIobtxAf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uURIobtxAf .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-uURIobtxAf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uURIobtxAf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uURIobtxAf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uURIobtxAf .modal-content {
  background: #ff7500;
  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-uURIobtxAf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uURIobtxAf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uURIobtxAf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uURIobtxAf .modal-backdrop.show {
  opacity: .5;
}
.cid-uURIobtxAf .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-uURIobtxAf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uURIobtxAf .modal-header {
    padding: 1rem;
  }
}
.cid-uURIobtxAf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uURIobtxAf .modal-header .close svg {
  fill: #353535;
}
.cid-uURIobtxAf .modal-header .close:hover {
  opacity: 1;
}
.cid-uURIobtxAf .modal-header .close:focus {
  outline: none;
}
.cid-uURIobtxAf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-uURIobtxAf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uURIobtxAf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uURIobtxAf .modal-body {
    padding: 1rem;
  }
}
.cid-uURIobtxAf .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-uURIobtxAf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uURIobtxAf .modal-footer {
    padding: 1rem;
  }
}
.cid-uURIobtxAf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uURIobtxAf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uURIobtxAf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uURIobtxAf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uURIobtxAf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uURIobtxAf .modal-lg,
  .cid-uURIobtxAf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uURIobtxAf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uURIobtxAf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uURIobtxAf .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-uURIobtxAf .form-group {
  margin-bottom: 1rem;
}
.cid-uURIobtxAf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uURIobtxAf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uURIobtxAf .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-uURIobtxAf .mbr-section-btn {
  margin: 0;
}
.cid-uURIobtxAf .mbr-section-btn .btn {
  margin: 0;
}
.cid-uURLnWEjvx.popup-builder {
  background-color: #ffffff;
}
.cid-uURLnWEjvx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uURLnWEjvx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uURLnWEjvx .modal-content,
.cid-uURLnWEjvx .modal-dialog {
  height: auto;
}
.cid-uURLnWEjvx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uURLnWEjvx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uURLnWEjvx .form-wrapper .mbr-form .form-group,
  .cid-uURLnWEjvx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uURLnWEjvx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uURLnWEjvx .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-uURLnWEjvx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uURLnWEjvx .pt-0 {
  padding-top: 0 !important;
}
.cid-uURLnWEjvx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uURLnWEjvx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uURLnWEjvx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uURLnWEjvx .modal-open {
  overflow: hidden;
}
.cid-uURLnWEjvx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uURLnWEjvx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uURLnWEjvx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uURLnWEjvx .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-uURLnWEjvx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uURLnWEjvx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uURLnWEjvx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uURLnWEjvx .modal-content {
  background: #ff7500;
  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-uURLnWEjvx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uURLnWEjvx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uURLnWEjvx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uURLnWEjvx .modal-backdrop.show {
  opacity: .5;
}
.cid-uURLnWEjvx .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-uURLnWEjvx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uURLnWEjvx .modal-header {
    padding: 1rem;
  }
}
.cid-uURLnWEjvx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uURLnWEjvx .modal-header .close svg {
  fill: #353535;
}
.cid-uURLnWEjvx .modal-header .close:hover {
  opacity: 1;
}
.cid-uURLnWEjvx .modal-header .close:focus {
  outline: none;
}
.cid-uURLnWEjvx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-uURLnWEjvx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uURLnWEjvx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uURLnWEjvx .modal-body {
    padding: 1rem;
  }
}
.cid-uURLnWEjvx .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-uURLnWEjvx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uURLnWEjvx .modal-footer {
    padding: 1rem;
  }
}
.cid-uURLnWEjvx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uURLnWEjvx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uURLnWEjvx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uURLnWEjvx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uURLnWEjvx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uURLnWEjvx .modal-lg,
  .cid-uURLnWEjvx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uURLnWEjvx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uURLnWEjvx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uURLnWEjvx .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-uURLnWEjvx .form-group {
  margin-bottom: 1rem;
}
.cid-uURLnWEjvx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uURLnWEjvx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uURLnWEjvx .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-uURLnWEjvx .mbr-section-btn {
  margin: 0;
}
.cid-uURLnWEjvx .mbr-section-btn .btn {
  margin: 0;
}
.cid-tIVLKgRxQJ {
  padding-top: 165px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tIVLKgRxQJ .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-tIVLKgRxQJ .mbr-section-title {
  text-align: left;
  color: #ff7500;
}
.cid-tIVIz1m5R8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/soweto.jpg.optimal-1-2000x1053.jpeg");
}
.cid-tIVIz1m5R8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVIz1m5R8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIVIz1m5R8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tIVIz1m5R8 .container {
    padding: 0 12px;
  }
}
.cid-tIVIz1m5R8 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tIVIz1m5R8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tIVIz1m5R8 .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ff7500;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tIVIz1m5R8 .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-tIVIz1m5R8 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tIVIz1m5R8 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tIVIz1m5R8 .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-tIVIz1m5R8 .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-tIVIz1m5R8 .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-tIVIz1m5R8 .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-tIVIz1m5R8 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #222222;
}
.cid-tIVIz1m5R8 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-tIVIz1m5R8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tIVIz1m5R8 .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-tIVIz1m5R8 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-tIVIz1m5R8 .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-tIVIz1m5R8 .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-tIVIz1m5R8 .mbr-section-title {
  color: #222222;
}
.cid-tIVIz1m5R8 .mbr-text {
  color: #ffffff;
}
.cid-tIVIz1m5R8 .mbr-tag {
  color: #222222;
}
.cid-tIVIz1m5R8 .mbr-section-title,
.cid-tIVIz1m5R8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIVIz1m5R8 .mbr-section-title,
.cid-tIVIz1m5R8 .mbr-section-btn P {
  text-align: left;
}
.cid-tIVIz1m5R8 .mbr-tag,
.cid-tIVIz1m5R8 .tags-wrapper {
  color: #ffffff;
}
.cid-uURR4J1GzD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uURR4J1GzD .mbr-text {
  line-height: 1.5;
  color: #ffffff;
}
.cid-uURR4J1GzD .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uURR4J1GzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURR4J1GzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVVOmO0bf {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ff7500;
}
.cid-tIVVOmO0bf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVVOmO0bf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVVOmO0bf .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tIVVOmO0bf .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIVVOmO0bf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIVVOmO0bf .container {
    padding: 0 20px;
  }
}
.cid-tIVVOmO0bf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tIVVOmO0bf .title-wrapper .mbr-section-title span {
  color: #c2c2c2;
}
.cid-tIVVOmO0bf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tIVULStE3O {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ff7500;
}
.cid-tIVULStE3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVULStE3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVULStE3O .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tIVULStE3O .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tIVULStE3O .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tIVULStE3O .wrapper {
  padding: 30px 0;
}
.cid-tIVULStE3O .mbr-section-title {
  color: #ffffff;
}
.cid-tIVULStE3O .mbr-text,
.cid-tIVULStE3O .mbr-section-btn {
  color: #ffffff;
}
.cid-tIVULStE3O H3 {
  color: #ffffff;
}
.cid-tIVR6n7EyR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tIVR6n7EyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVR6n7EyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVR6n7EyR .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tIVR6n7EyR .container {
    max-width: 1400px;
  }
}
.cid-tIVR6n7EyR .card {
  margin: auto;
}
.cid-tIVR6n7EyR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff7500;
  margin-bottom: 2rem;
}
.cid-tIVR6n7EyR .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIVR6n7EyR .row {
  justify-content: center;
}
.cid-tIVR6n7EyR .card-title,
.cid-tIVR6n7EyR .card-box {
  color: #ffffff;
}
.cid-tIVR6n7EyR H3 {
  color: #ffffff;
}
.cid-uURQEfpzbi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uURQEfpzbi .text-wrapper {
  padding: 1rem;
}
.cid-uURQEfpzbi .row {
  margin: 0;
}
.cid-uURQEfpzbi .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uURQEfpzbi .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uURQEfpzbi .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-uURQEfpzbi .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-uURQEfpzbi .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-uURQEfpzbi .image {
  padding: 0;
  position: relative;
}
.cid-uURQEfpzbi .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-uURQEfpzbi .image:hover .image-overlay {
  opacity: .2;
}
.cid-uURQEfpzbi .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-tIWh9b4riV.popup-builder {
  background-color: #ffffff;
}
.cid-tIWh9b4riV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tIWh9b4riV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tIWh9b4riV .modal-content,
.cid-tIWh9b4riV .modal-dialog {
  height: auto;
}
.cid-tIWh9b4riV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tIWh9b4riV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tIWh9b4riV .form-wrapper .mbr-form .form-group,
  .cid-tIWh9b4riV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tIWh9b4riV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tIWh9b4riV .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-tIWh9b4riV .mbr-text {
  text-align: center;
}
.cid-tIWh9b4riV .pt-0 {
  padding-top: 0 !important;
}
.cid-tIWh9b4riV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tIWh9b4riV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tIWh9b4riV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tIWh9b4riV .modal-open {
  overflow: hidden;
}
.cid-tIWh9b4riV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tIWh9b4riV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tIWh9b4riV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tIWh9b4riV .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-tIWh9b4riV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tIWh9b4riV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tIWh9b4riV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tIWh9b4riV .modal-content {
  background: #ff7500;
  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-tIWh9b4riV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tIWh9b4riV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tIWh9b4riV .modal-backdrop.fade {
  opacity: 0;
}
.cid-tIWh9b4riV .modal-backdrop.show {
  opacity: .5;
}
.cid-tIWh9b4riV .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-tIWh9b4riV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWh9b4riV .modal-header {
    padding: 1rem;
  }
}
.cid-tIWh9b4riV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tIWh9b4riV .modal-header .close svg {
  fill: #ffffff;
}
.cid-tIWh9b4riV .modal-header .close:hover {
  opacity: 1;
}
.cid-tIWh9b4riV .modal-header .close:focus {
  outline: none;
}
.cid-tIWh9b4riV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tIWh9b4riV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tIWh9b4riV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWh9b4riV .modal-body {
    padding: 1rem;
  }
}
.cid-tIWh9b4riV .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-tIWh9b4riV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWh9b4riV .modal-footer {
    padding: 1rem;
  }
}
.cid-tIWh9b4riV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tIWh9b4riV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tIWh9b4riV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tIWh9b4riV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tIWh9b4riV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tIWh9b4riV .modal-lg,
  .cid-tIWh9b4riV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tIWh9b4riV .modal-xl {
    max-width: 1140px;
  }
}
.cid-tIWh9b4riV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tIWh9b4riV .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-tIWh9b4riV .form-group {
  margin-bottom: 1rem;
}
.cid-tIWh9b4riV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tIWh9b4riV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tIWh9b4riV .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-tIWh9b4riV .mbr-section-btn {
  margin: 0;
}
.cid-tIWh9b4riV .mbr-section-btn .btn {
  margin: 0;
}
.cid-tIWoFFfG9q.popup-builder {
  background-color: #ffffff;
}
.cid-tIWoFFfG9q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tIWoFFfG9q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tIWoFFfG9q .modal-content,
.cid-tIWoFFfG9q .modal-dialog {
  height: auto;
}
.cid-tIWoFFfG9q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tIWoFFfG9q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tIWoFFfG9q .form-wrapper .mbr-form .form-group,
  .cid-tIWoFFfG9q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tIWoFFfG9q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tIWoFFfG9q .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-tIWoFFfG9q .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tIWoFFfG9q .pt-0 {
  padding-top: 0 !important;
}
.cid-tIWoFFfG9q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tIWoFFfG9q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tIWoFFfG9q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tIWoFFfG9q .modal-open {
  overflow: hidden;
}
.cid-tIWoFFfG9q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tIWoFFfG9q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tIWoFFfG9q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tIWoFFfG9q .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-tIWoFFfG9q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tIWoFFfG9q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tIWoFFfG9q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tIWoFFfG9q .modal-content {
  background: #ff7500;
  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-tIWoFFfG9q .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tIWoFFfG9q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tIWoFFfG9q .modal-backdrop.fade {
  opacity: 0;
}
.cid-tIWoFFfG9q .modal-backdrop.show {
  opacity: .5;
}
.cid-tIWoFFfG9q .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-tIWoFFfG9q .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWoFFfG9q .modal-header {
    padding: 1rem;
  }
}
.cid-tIWoFFfG9q .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tIWoFFfG9q .modal-header .close svg {
  fill: #353535;
}
.cid-tIWoFFfG9q .modal-header .close:hover {
  opacity: 1;
}
.cid-tIWoFFfG9q .modal-header .close:focus {
  outline: none;
}
.cid-tIWoFFfG9q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tIWoFFfG9q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tIWoFFfG9q .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWoFFfG9q .modal-body {
    padding: 1rem;
  }
}
.cid-tIWoFFfG9q .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-tIWoFFfG9q .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWoFFfG9q .modal-footer {
    padding: 1rem;
  }
}
.cid-tIWoFFfG9q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tIWoFFfG9q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tIWoFFfG9q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tIWoFFfG9q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tIWoFFfG9q .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tIWoFFfG9q .modal-lg,
  .cid-tIWoFFfG9q .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tIWoFFfG9q .modal-xl {
    max-width: 1140px;
  }
}
.cid-tIWoFFfG9q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tIWoFFfG9q .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-tIWoFFfG9q .form-group {
  margin-bottom: 1rem;
}
.cid-tIWoFFfG9q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tIWoFFfG9q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tIWoFFfG9q .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-tIWoFFfG9q .mbr-section-btn {
  margin: 0;
}
.cid-tIWoFFfG9q .mbr-section-btn .btn {
  margin: 0;
}
.cid-tIWoFFfG9q LABEL {
  text-align: left;
  color: #ffffff;
}
.cid-tIWoFFfG9q H1 {
  color: #ffffff;
}
.cid-tIWoFFfG9q H5 {
  color: #ffffff;
}
.cid-tIWoFFfG9q P {
  color: #ffffff;
}
.cid-uURQrgEgEH {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uURQrgEgEH .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uURQrgEgEH .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uURQrgEgEH .mbr-text {
  color: #444;
}
.cid-uURQrgEgEH h5 {
  margin-bottom: 0;
}
.cid-uURQrgEgEH .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uURQrgEgEH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uURQrgEgEH .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uURQrgEgEH .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uURQrgEgEH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uURQrgEgEH .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uURQrgEgEH .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uURQrgEgEH .social-list a:hover {
  opacity: .4;
}
.cid-uURQrgEgEH .media-container-row > div {
  padding: 0px;
}
.cid-uURQrgEgEH .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uURQrgEgEH .group-title {
  text-align: left;
  color: #ff7500;
}
.cid-uURQrgEgEH .group-title SPAN {
  color: #ffffff;
}
.cid-uURQrgEgEH .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uURQrgEgEH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uURQrgEgEH .social-list,
  .cid-uURQrgEgEH .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uURQrgEgEH h3 {
    margin-bottom: 10px;
  }
  .cid-uURQrgEgEH .navbar-brand {
    text-align: center;
  }
}
.cid-uURQrgEgEH .links SPAN {
  color: #9e9e9e;
}
.cid-uURQrgEgEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURQrgEgEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uURQrgEgEH .links,
.cid-uURQrgEgEH .navbar-brand {
  color: #ffffff;
}
.cid-tIWpGQuwI8.popup-builder {
  background-color: #ffffff;
}
.cid-tIWpGQuwI8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tIWpGQuwI8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tIWpGQuwI8 .modal-content,
.cid-tIWpGQuwI8 .modal-dialog {
  height: auto;
}
.cid-tIWpGQuwI8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tIWpGQuwI8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tIWpGQuwI8 .form-wrapper .mbr-form .form-group,
  .cid-tIWpGQuwI8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tIWpGQuwI8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tIWpGQuwI8 .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-tIWpGQuwI8 .mbr-text {
  text-align: left;
}
.cid-tIWpGQuwI8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tIWpGQuwI8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tIWpGQuwI8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tIWpGQuwI8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tIWpGQuwI8 .modal-open {
  overflow: hidden;
}
.cid-tIWpGQuwI8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tIWpGQuwI8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tIWpGQuwI8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tIWpGQuwI8 .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-tIWpGQuwI8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tIWpGQuwI8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tIWpGQuwI8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tIWpGQuwI8 .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-tIWpGQuwI8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tIWpGQuwI8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tIWpGQuwI8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tIWpGQuwI8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tIWpGQuwI8 .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-tIWpGQuwI8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWpGQuwI8 .modal-header {
    padding: 1rem;
  }
}
.cid-tIWpGQuwI8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tIWpGQuwI8 .modal-header .close svg {
  fill: #353535;
}
.cid-tIWpGQuwI8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tIWpGQuwI8 .modal-header .close:focus {
  outline: none;
}
.cid-tIWpGQuwI8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ff7500;
}
.cid-tIWpGQuwI8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tIWpGQuwI8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWpGQuwI8 .modal-body {
    padding: 1rem;
  }
}
.cid-tIWpGQuwI8 .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-tIWpGQuwI8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWpGQuwI8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tIWpGQuwI8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tIWpGQuwI8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tIWpGQuwI8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tIWpGQuwI8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tIWpGQuwI8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tIWpGQuwI8 .modal-lg,
  .cid-tIWpGQuwI8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tIWpGQuwI8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tIWpGQuwI8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tIWpGQuwI8 .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-tIWpGQuwI8 .form-group {
  margin-bottom: 1rem;
}
.cid-tIWpGQuwI8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tIWpGQuwI8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tIWpGQuwI8 .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-tIWpGQuwI8 .mbr-section-btn {
  margin: 0;
}
.cid-tIWpGQuwI8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tIWswKXwfY.popup-builder {
  background-color: #ffffff;
}
.cid-tIWswKXwfY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tIWswKXwfY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tIWswKXwfY .modal-content,
.cid-tIWswKXwfY .modal-dialog {
  height: auto;
}
.cid-tIWswKXwfY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tIWswKXwfY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tIWswKXwfY .form-wrapper .mbr-form .form-group,
  .cid-tIWswKXwfY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tIWswKXwfY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tIWswKXwfY .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-tIWswKXwfY .mbr-text {
  text-align: center;
}
.cid-tIWswKXwfY .pt-0 {
  padding-top: 0 !important;
}
.cid-tIWswKXwfY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tIWswKXwfY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tIWswKXwfY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tIWswKXwfY .modal-open {
  overflow: hidden;
}
.cid-tIWswKXwfY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tIWswKXwfY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tIWswKXwfY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tIWswKXwfY .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-tIWswKXwfY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tIWswKXwfY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tIWswKXwfY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tIWswKXwfY .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-tIWswKXwfY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tIWswKXwfY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tIWswKXwfY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tIWswKXwfY .modal-backdrop.show {
  opacity: .5;
}
.cid-tIWswKXwfY .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-tIWswKXwfY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWswKXwfY .modal-header {
    padding: 1rem;
  }
}
.cid-tIWswKXwfY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tIWswKXwfY .modal-header .close svg {
  fill: #353535;
}
.cid-tIWswKXwfY .modal-header .close:hover {
  opacity: 1;
}
.cid-tIWswKXwfY .modal-header .close:focus {
  outline: none;
}
.cid-tIWswKXwfY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tIWswKXwfY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tIWswKXwfY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWswKXwfY .modal-body {
    padding: 1rem;
  }
}
.cid-tIWswKXwfY .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-tIWswKXwfY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWswKXwfY .modal-footer {
    padding: 1rem;
  }
}
.cid-tIWswKXwfY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tIWswKXwfY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tIWswKXwfY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tIWswKXwfY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tIWswKXwfY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tIWswKXwfY .modal-lg,
  .cid-tIWswKXwfY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tIWswKXwfY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tIWswKXwfY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tIWswKXwfY .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-tIWswKXwfY .form-group {
  margin-bottom: 1rem;
}
.cid-tIWswKXwfY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tIWswKXwfY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tIWswKXwfY .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-tIWswKXwfY .mbr-section-btn {
  margin: 0;
}
.cid-tIWswKXwfY .mbr-section-btn .btn {
  margin: 0;
}
.cid-tIWswKXwfY LABEL {
  text-align: left;
}
.cid-tKpJzLGF5E .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-tKpJzLGF5E .navbar-fixed-top {
  padding-top: 0;
}
.cid-tKpJzLGF5E .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tKpJzLGF5E .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-tKpJzLGF5E .dropdown-item,
.cid-tKpJzLGF5E .nav-link,
.cid-tKpJzLGF5E .brand-link {
  font-style: normal;
}
.cid-tKpJzLGF5E .dropdown-item:hover,
.cid-tKpJzLGF5E .nav-link:hover,
.cid-tKpJzLGF5E .brand-link:hover {
  color: #000000 !important;
}
.cid-tKpJzLGF5E .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #ffffff !important;
  margin-top: px !important;
}
.cid-tKpJzLGF5E .dropdown-item:active {
  background-color: #ffffff !important;
}
.cid-tKpJzLGF5E .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tKpJzLGF5E .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKpJzLGF5E .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tKpJzLGF5E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tKpJzLGF5E .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tKpJzLGF5E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKpJzLGF5E .content-text {
  margin-bottom: 0;
}
.cid-tKpJzLGF5E .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tKpJzLGF5E .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tKpJzLGF5E .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tKpJzLGF5E .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tKpJzLGF5E .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tKpJzLGF5E .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tKpJzLGF5E .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tKpJzLGF5E .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tKpJzLGF5E .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKpJzLGF5E .nav-dropdown .link {
  font-weight: 400;
}
.cid-tKpJzLGF5E .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tKpJzLGF5E .content-right-side {
  text-align: center;
}
.cid-tKpJzLGF5E .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tKpJzLGF5E .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tKpJzLGF5E .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tKpJzLGF5E .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tKpJzLGF5E .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKpJzLGF5E .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tKpJzLGF5E .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tKpJzLGF5E .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tKpJzLGF5E .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tKpJzLGF5E .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tKpJzLGF5E .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tKpJzLGF5E .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tKpJzLGF5E .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tKpJzLGF5E .navbar {
    display: block;
    padding: 0;
  }
  .cid-tKpJzLGF5E .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tKpJzLGF5E .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tKpJzLGF5E .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tKpJzLGF5E .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tKpJzLGF5E .navbar-toggler {
    display: none;
  }
  .cid-tKpJzLGF5E .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKpJzLGF5E .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tKpJzLGF5E .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKpJzLGF5E .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tKpJzLGF5E .menu-logo {
  margin-right: auto;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tKpJzLGF5E .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tKpJzLGF5E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tKpJzLGF5E .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tKpJzLGF5E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tKpJzLGF5E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tKpJzLGF5E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tKpJzLGF5E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tKpJzLGF5E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKpJzLGF5E button.navbar-toggler:focus {
  outline: none;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tKpJzLGF5E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKpJzLGF5E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tKpJzLGF5E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tKpJzLGF5E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKpJzLGF5E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKpJzLGF5E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKpJzLGF5E .collapsed .btn {
  display: -webkit-flex;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tKpJzLGF5E .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tKpJzLGF5E .collapsed button.navbar-toggler {
  display: block;
}
.cid-tKpJzLGF5E .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tKpJzLGF5E .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tKpJzLGF5E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tKpJzLGF5E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tKpJzLGF5E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tKpJzLGF5E .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tKpJzLGF5E .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tKpJzLGF5E .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing,
  .cid-tKpJzLGF5E .navbar-collapse.show {
    display: block !important;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing .navbar-nav,
  .cid-tKpJzLGF5E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tKpJzLGF5E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing .navbar-buttons,
  .cid-tKpJzLGF5E .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tKpJzLGF5E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tKpJzLGF5E .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tKpJzLGF5E img {
    height: 3.8rem !important;
  }
  .cid-tKpJzLGF5E .btn {
    display: -webkit-flex;
  }
  .cid-tKpJzLGF5E button.navbar-toggler {
    display: block;
  }
  .cid-tKpJzLGF5E .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tKpJzLGF5E .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tKpJzLGF5E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tKpJzLGF5E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tKpJzLGF5E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tKpJzLGF5E .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tKpJzLGF5E .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tKpJzLGF5E .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tKpJzLGF5E .nav-link:focus {
  outline: none;
}
.cid-tKpJzLGF5E .navbar-toggler {
  position: relative;
}
.cid-tKpJzLGF5E .dropdown-item.active,
.cid-tKpJzLGF5E .dropdown-item:active {
  color: initial;
}
.cid-tKpJzLGF5E .widget-title,
.cid-tKpJzLGF5E .widget-icon {
  color: #ffffff;
}
.cid-tKpJzLGF5E .widget-text {
  color: #ffffff;
}
.cid-uURLKc9D2r.popup-builder {
  background-color: #ffffff;
}
.cid-uURLKc9D2r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uURLKc9D2r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uURLKc9D2r .modal-content,
.cid-uURLKc9D2r .modal-dialog {
  height: auto;
}
.cid-uURLKc9D2r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uURLKc9D2r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uURLKc9D2r .form-wrapper .mbr-form .form-group,
  .cid-uURLKc9D2r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uURLKc9D2r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uURLKc9D2r .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-uURLKc9D2r .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uURLKc9D2r .pt-0 {
  padding-top: 0 !important;
}
.cid-uURLKc9D2r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uURLKc9D2r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uURLKc9D2r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uURLKc9D2r .modal-open {
  overflow: hidden;
}
.cid-uURLKc9D2r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uURLKc9D2r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uURLKc9D2r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uURLKc9D2r .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-uURLKc9D2r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uURLKc9D2r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uURLKc9D2r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uURLKc9D2r .modal-content {
  background: #ff7500;
  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-uURLKc9D2r .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uURLKc9D2r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uURLKc9D2r .modal-backdrop.fade {
  opacity: 0;
}
.cid-uURLKc9D2r .modal-backdrop.show {
  opacity: .5;
}
.cid-uURLKc9D2r .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-uURLKc9D2r .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uURLKc9D2r .modal-header {
    padding: 1rem;
  }
}
.cid-uURLKc9D2r .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uURLKc9D2r .modal-header .close svg {
  fill: #353535;
}
.cid-uURLKc9D2r .modal-header .close:hover {
  opacity: 1;
}
.cid-uURLKc9D2r .modal-header .close:focus {
  outline: none;
}
.cid-uURLKc9D2r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-uURLKc9D2r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uURLKc9D2r .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uURLKc9D2r .modal-body {
    padding: 1rem;
  }
}
.cid-uURLKc9D2r .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-uURLKc9D2r .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uURLKc9D2r .modal-footer {
    padding: 1rem;
  }
}
.cid-uURLKc9D2r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uURLKc9D2r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uURLKc9D2r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uURLKc9D2r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uURLKc9D2r .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uURLKc9D2r .modal-lg,
  .cid-uURLKc9D2r .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uURLKc9D2r .modal-xl {
    max-width: 1140px;
  }
}
.cid-uURLKc9D2r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uURLKc9D2r .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-uURLKc9D2r .form-group {
  margin-bottom: 1rem;
}
.cid-uURLKc9D2r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uURLKc9D2r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uURLKc9D2r .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-uURLKc9D2r .mbr-section-btn {
  margin: 0;
}
.cid-uURLKc9D2r .mbr-section-btn .btn {
  margin: 0;
}
.cid-tJ1wgGabQM {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tJ1wgGabQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ1wgGabQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ1wgGabQM .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tJ1wgGabQM .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJ1wgGabQM .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJ1wgGabQM .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tJ1wgGabQM .title-wrapper {
    margin-top: 45px;
  }
}
.cid-tJ1wgGabQM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tJ1wgGabQM .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tJ1wgGabQM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tJ1wgGabQM .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tJ1wgGabQM .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-tJ1wgGabQM .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-tJ1wgGabQM .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-tJ1wgGabQM .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tJ1wgGabQM .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-tJ1wgGabQM .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tJ1wgGabQM .mbr-form {
    margin-top: 32px;
  }
}
.cid-tJ1wgGabQM .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-tJ1wgGabQM .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-tJ1wgGabQM .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #000000 !important;
  padding: 14px 0;
}
.cid-tJ1wgGabQM .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-tJ1wgGabQM .dragArea.row .form-group .form-control:hover {
  border-color: #000000 !important;
}
.cid-tJ1wgGabQM .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-tJ1wgGabQM .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #9e9e9e;
}
.cid-tJ1wgGabQM .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-tJ1wgGabQM .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-tJ1wgGabQM .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-tJ1wgGabQM .mbr-section-subtitle {
  color: #000000;
}
.cid-tJ1wgGabQM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tJ1wgGabQM .mbr-text {
  color: #000000;
}
.cid-tJ1wgGabQM .list {
  color: #000000;
}
.cid-tJ1wgGabQM label {
  color: #000000;
}
.cid-tKpUg3CW07 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKpUg3CW07 .text-wrapper {
  padding: 1rem;
}
.cid-tKpUg3CW07 .row {
  margin: 0;
}
.cid-tKpUg3CW07 .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKpUg3CW07 .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tKpUg3CW07 .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-tKpUg3CW07 .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-tKpUg3CW07 .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-tKpUg3CW07 .image {
  padding: 0;
  position: relative;
}
.cid-tKpUg3CW07 .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tKpUg3CW07 .image:hover .image-overlay {
  opacity: .2;
}
.cid-tKpUg3CW07 .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-tKpJzLGF5E .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-tKpJzLGF5E .navbar-fixed-top {
  padding-top: 0;
}
.cid-tKpJzLGF5E .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tKpJzLGF5E .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-tKpJzLGF5E .dropdown-item,
.cid-tKpJzLGF5E .nav-link,
.cid-tKpJzLGF5E .brand-link {
  font-style: normal;
}
.cid-tKpJzLGF5E .dropdown-item:hover,
.cid-tKpJzLGF5E .nav-link:hover,
.cid-tKpJzLGF5E .brand-link:hover {
  color: #000000 !important;
}
.cid-tKpJzLGF5E .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #ffffff !important;
  margin-top: px !important;
}
.cid-tKpJzLGF5E .dropdown-item:active {
  background-color: #ffffff !important;
}
.cid-tKpJzLGF5E .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tKpJzLGF5E .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKpJzLGF5E .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tKpJzLGF5E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tKpJzLGF5E .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tKpJzLGF5E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKpJzLGF5E .content-text {
  margin-bottom: 0;
}
.cid-tKpJzLGF5E .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tKpJzLGF5E .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tKpJzLGF5E .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tKpJzLGF5E .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tKpJzLGF5E .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tKpJzLGF5E .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tKpJzLGF5E .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tKpJzLGF5E .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tKpJzLGF5E .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKpJzLGF5E .nav-dropdown .link {
  font-weight: 400;
}
.cid-tKpJzLGF5E .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tKpJzLGF5E .content-right-side {
  text-align: center;
}
.cid-tKpJzLGF5E .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tKpJzLGF5E .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tKpJzLGF5E .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tKpJzLGF5E .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tKpJzLGF5E .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKpJzLGF5E .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tKpJzLGF5E .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tKpJzLGF5E .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tKpJzLGF5E .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tKpJzLGF5E .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tKpJzLGF5E .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tKpJzLGF5E .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tKpJzLGF5E .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tKpJzLGF5E .navbar {
    display: block;
    padding: 0;
  }
  .cid-tKpJzLGF5E .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tKpJzLGF5E .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tKpJzLGF5E .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tKpJzLGF5E .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tKpJzLGF5E .navbar-toggler {
    display: none;
  }
  .cid-tKpJzLGF5E .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKpJzLGF5E .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tKpJzLGF5E .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKpJzLGF5E .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tKpJzLGF5E .menu-logo {
  margin-right: auto;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tKpJzLGF5E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tKpJzLGF5E .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tKpJzLGF5E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKpJzLGF5E .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tKpJzLGF5E .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tKpJzLGF5E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tKpJzLGF5E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tKpJzLGF5E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tKpJzLGF5E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tKpJzLGF5E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKpJzLGF5E button.navbar-toggler:focus {
  outline: none;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tKpJzLGF5E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tKpJzLGF5E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKpJzLGF5E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tKpJzLGF5E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tKpJzLGF5E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKpJzLGF5E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKpJzLGF5E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKpJzLGF5E .collapsed .btn {
  display: -webkit-flex;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tKpJzLGF5E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tKpJzLGF5E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tKpJzLGF5E .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tKpJzLGF5E .collapsed button.navbar-toggler {
  display: block;
}
.cid-tKpJzLGF5E .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tKpJzLGF5E .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tKpJzLGF5E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tKpJzLGF5E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tKpJzLGF5E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tKpJzLGF5E .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tKpJzLGF5E .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tKpJzLGF5E .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing,
  .cid-tKpJzLGF5E .navbar-collapse.show {
    display: block !important;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing .navbar-nav,
  .cid-tKpJzLGF5E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tKpJzLGF5E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing .navbar-buttons,
  .cid-tKpJzLGF5E .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tKpJzLGF5E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tKpJzLGF5E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tKpJzLGF5E .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tKpJzLGF5E img {
    height: 3.8rem !important;
  }
  .cid-tKpJzLGF5E .btn {
    display: -webkit-flex;
  }
  .cid-tKpJzLGF5E button.navbar-toggler {
    display: block;
  }
  .cid-tKpJzLGF5E .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tKpJzLGF5E .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tKpJzLGF5E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tKpJzLGF5E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tKpJzLGF5E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tKpJzLGF5E .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tKpJzLGF5E .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tKpJzLGF5E .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tKpJzLGF5E .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tKpJzLGF5E .nav-link:focus {
  outline: none;
}
.cid-tKpJzLGF5E .navbar-toggler {
  position: relative;
}
.cid-tKpJzLGF5E .dropdown-item.active,
.cid-tKpJzLGF5E .dropdown-item:active {
  color: initial;
}
.cid-tKpJzLGF5E .widget-title,
.cid-tKpJzLGF5E .widget-icon {
  color: #ffffff;
}
.cid-tKpJzLGF5E .widget-text {
  color: #ffffff;
}
.cid-uURO5rlP5z {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uURO5rlP5z .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uURO5rlP5z .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uURO5rlP5z .mbr-text {
  color: #444;
}
.cid-uURO5rlP5z h5 {
  margin-bottom: 0;
}
.cid-uURO5rlP5z .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uURO5rlP5z .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uURO5rlP5z .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uURO5rlP5z .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uURO5rlP5z .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uURO5rlP5z .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uURO5rlP5z .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uURO5rlP5z .social-list a:hover {
  opacity: .4;
}
.cid-uURO5rlP5z .media-container-row > div {
  padding: 0px;
}
.cid-uURO5rlP5z .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uURO5rlP5z .group-title {
  text-align: left;
  color: #ff7500;
}
.cid-uURO5rlP5z .group-title SPAN {
  color: #ffffff;
}
.cid-uURO5rlP5z .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uURO5rlP5z .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uURO5rlP5z .social-list,
  .cid-uURO5rlP5z .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uURO5rlP5z h3 {
    margin-bottom: 10px;
  }
  .cid-uURO5rlP5z .navbar-brand {
    text-align: center;
  }
}
.cid-uURO5rlP5z .links SPAN {
  color: #9e9e9e;
}
.cid-uURO5rlP5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURO5rlP5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uURO5rlP5z .links,
.cid-uURO5rlP5z .navbar-brand {
  color: #ffffff;
}
.cid-uURLKc9Tqc.popup-builder {
  background-color: #ffffff;
}
.cid-uURLKc9Tqc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uURLKc9Tqc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uURLKc9Tqc .modal-content,
.cid-uURLKc9Tqc .modal-dialog {
  height: auto;
}
.cid-uURLKc9Tqc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uURLKc9Tqc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uURLKc9Tqc .form-wrapper .mbr-form .form-group,
  .cid-uURLKc9Tqc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uURLKc9Tqc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uURLKc9Tqc .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-uURLKc9Tqc .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uURLKc9Tqc .pt-0 {
  padding-top: 0 !important;
}
.cid-uURLKc9Tqc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uURLKc9Tqc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uURLKc9Tqc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uURLKc9Tqc .modal-open {
  overflow: hidden;
}
.cid-uURLKc9Tqc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uURLKc9Tqc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uURLKc9Tqc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uURLKc9Tqc .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-uURLKc9Tqc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uURLKc9Tqc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uURLKc9Tqc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uURLKc9Tqc .modal-content {
  background: #ff7500;
  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-uURLKc9Tqc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uURLKc9Tqc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uURLKc9Tqc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uURLKc9Tqc .modal-backdrop.show {
  opacity: .5;
}
.cid-uURLKc9Tqc .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-uURLKc9Tqc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uURLKc9Tqc .modal-header {
    padding: 1rem;
  }
}
.cid-uURLKc9Tqc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uURLKc9Tqc .modal-header .close svg {
  fill: #353535;
}
.cid-uURLKc9Tqc .modal-header .close:hover {
  opacity: 1;
}
.cid-uURLKc9Tqc .modal-header .close:focus {
  outline: none;
}
.cid-uURLKc9Tqc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-uURLKc9Tqc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uURLKc9Tqc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uURLKc9Tqc .modal-body {
    padding: 1rem;
  }
}
.cid-uURLKc9Tqc .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-uURLKc9Tqc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uURLKc9Tqc .modal-footer {
    padding: 1rem;
  }
}
.cid-uURLKc9Tqc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uURLKc9Tqc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uURLKc9Tqc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uURLKc9Tqc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uURLKc9Tqc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uURLKc9Tqc .modal-lg,
  .cid-uURLKc9Tqc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uURLKc9Tqc .modal-xl {
    max-width: 1140px;
  }
}
.cid-uURLKc9Tqc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uURLKc9Tqc .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-uURLKc9Tqc .form-group {
  margin-bottom: 1rem;
}
.cid-uURLKc9Tqc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uURLKc9Tqc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uURLKc9Tqc .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-uURLKc9Tqc .mbr-section-btn {
  margin: 0;
}
.cid-uURLKc9Tqc .mbr-section-btn .btn {
  margin: 0;
}
