body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.3rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #fba039 !important;
}
.bg-success {
  background-color: #fba039 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #fba039 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fba039 !important;
  border-color: #fba039 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e37b05 !important;
  border-color: #e37b05 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e37b05 !important;
  border-color: #e37b05 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #652d94 !important;
  border-color: #652d94 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3d1b59 !important;
  border-color: #3d1b59 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d1b59 !important;
  border-color: #3d1b59 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #fba039 !important;
  border-color: #fba039 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e37b05 !important;
  border-color: #e37b05 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e37b05 !important;
  border-color: #e37b05 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fba039 !important;
  border-color: #fba039 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e37b05 !important;
  border-color: #e37b05 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e37b05 !important;
  border-color: #e37b05 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ca6d04;
  color: #ca6d04;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fba039;
  border-color: #fba039;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fba039 !important;
  border-color: #fba039 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #301546;
  color: #301546;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #652d94;
  border-color: #652d94;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #652d94 !important;
  border-color: #652d94 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ca6d04;
  color: #ca6d04;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #fba039;
  border-color: #fba039;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fba039 !important;
  border-color: #fba039 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ca6d04;
  color: #ca6d04;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #fba039;
  border-color: #fba039;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fba039 !important;
  border-color: #fba039 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #fba039 !important;
}
.text-secondary {
  color: #652d94 !important;
}
.text-success {
  color: #fba039 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #fba039 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ca6d04 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #301546 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ca6d04 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #fba039 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #fba039;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fba039;
  border-color: #fba039;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fba039;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #fba039;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fba039;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fba039;
  border-bottom-color: #fba039;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fba039 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #652d94 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fba039' %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;
}
hr {
  border: none;
  background-color: #fba039;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #fba039;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fba039;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #fba039;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #fba039 !important;
}
.btn-danger:hover {
  color: #fba039 !important;
}
.btn-warning:hover {
  color: #000000 !important;
}
.btn-success:hover {
  color: #fba039 !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #652d94 !important;
}
.btn-primary:hover {
  color: #fba039 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #fba039 !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #fba039;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #652d94 !important;
}
.btn-success-outline:hover::before {
  background-color: #fba039 !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #fba039 !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-danger-outline:hover::before {
  background-color: #fba039 !important;
}
.cid-sQZ69iraMD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sQZ69iraMD .btn.btn-primary-outline {
  border: 1px solid #fba039;
}
.cid-sQZ69iraMD .btn.btn-primary-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sQZ69iraMD .btn.btn-secondary-outline {
  border: 1px solid #652d94;
}
.cid-sQZ69iraMD .btn.btn-secondary-outline:hover {
  background-color: #652d94 !important;
  color: #ffffff !important;
}
.cid-sQZ69iraMD .btn.btn-success-outline {
  border: 1px solid #fba039;
}
.cid-sQZ69iraMD .btn.btn-success-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sQZ69iraMD .btn.btn-info-outline {
  border: 1px solid #82786e;
}
.cid-sQZ69iraMD .btn.btn-info-outline:hover {
  background-color: #82786e !important;
  color: #ffffff !important;
}
.cid-sQZ69iraMD .btn.btn-warning-outline {
  border: 1px solid #000000;
}
.cid-sQZ69iraMD .btn.btn-warning-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sQZ69iraMD .btn.btn-danger-outline {
  border: 1px solid #fba039;
}
.cid-sQZ69iraMD .btn.btn-danger-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sQZ69iraMD .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sQZ69iraMD .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sQZ69iraMD .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sQZ69iraMD .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sR9v9Clm3w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sR9v9Clm3w .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sR9v9Clm3w .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sR9v9Clm3w .list-img {
  width: 100px;
}
.cid-sR9v9Clm3w .ico2 {
  color: #000000;
  font-size: 0.2rem;
}
.cid-sR9v9Clm3w .btn {
  margin: 0px !important;
}
.cid-sR9v9Clm3w .text-box {
  padding: 1rem;
}
.cid-sR9v9Clm3w .text-box p {
  margin: 0;
}
.cid-sR9v9Clm3w .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sR9v9Clm3w .ico-box p {
  margin: 0;
}
.cid-sR9v9Clm3w .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sR9v9Clm3w .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sR9v9Clm3w .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sR9v9Clm3w .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-sR9v9Clm3w .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sR9v9Clm3w .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sR9v9Clm3w .carousel-indicators li {
  display: inline-block;
}
.cid-sR9v9Clm3w .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sR9v9Clm3w .carousel-indicators li.active {
  border: 0px;
}
.cid-sR9v9Clm3w .li1,
.cid-sR9v9Clm3w .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/hcp-real-estate-56-2000x1333.png");
}
.cid-sR9v9Clm3w .li2,
.cid-sR9v9Clm3w .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/hcp-real-estate-69-2000x1333.png");
}
.cid-sR9v9Clm3w .li3,
.cid-sR9v9Clm3w .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/hcp-real-estate-58-2000x1333.png");
}
.cid-sR9v9Clm3w .li4,
.cid-sR9v9Clm3w .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/hcp-real-estate-47-2000x1333.png");
}
.cid-sR9v9Clm3w .li5,
.cid-sR9v9Clm3w .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/hcp-real-estate-51-2000x1333.png");
}
.cid-sR9v9Clm3w .li6,
.cid-sR9v9Clm3w .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/hcp-real-estate-50-2000x1333.png");
}
@media (max-width: 992px) {
  .cid-sR9v9Clm3w .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sR9v9Clm3w .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sR9v9Clm3w .card-title2 {
  color: #149dcc;
}
.cid-sR9v9Clm3w .sq {
  color: #767676;
}
.cid-sR9v9Clm3w .item {
  color: #767676;
}
.cid-sQRAhMW9js {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sQRAhMW9js h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-sQRAhMW9js .row {
  align-items: center;
  background: #000000;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #000000;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-sQRAhMW9js .col-lg-6 {
  padding: 0 2rem;
}
.cid-sQRAhMW9js .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-sQRAhMW9js .image-wrapper {
    padding: 1rem;
  }
}
.cid-sQRAhMW9js img {
  width: 100%;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #652d94;
}
@media (max-width: 991px) {
  .cid-sQRAhMW9js .align-left,
  .cid-sQRAhMW9js .align-right {
    text-align: center;
  }
}
.cid-sR43gmgZH4 {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-sR43gmgZH4 [class^="socicon-"]:before,
.cid-sR43gmgZH4 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sR43gmgZH4 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sR43gmgZH4 .btn-social,
.cid-sR43gmgZH4 .mbr-section-title {
  color: #57468b;
}
.cid-sR43gmgZH4 .soc-item {
  width: 45px;
  height: 45px;
  background: #652d94;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sR43gmgZH4 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-sR43gmgZH4 .soc-item:hover span {
  color: #fba039 !important;
}
.cid-sQEarbF2Ub.popup-builder {
  background-color: #ffffff;
}
.cid-sQEarbF2Ub.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQEarbF2Ub.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQEarbF2Ub .modal-content,
.cid-sQEarbF2Ub .modal-dialog {
  height: auto;
}
.cid-sQEarbF2Ub .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQEarbF2Ub .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQEarbF2Ub .form-wrapper .mbr-form .form-group,
  .cid-sQEarbF2Ub .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQEarbF2Ub .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQEarbF2Ub .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-sQEarbF2Ub .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sQEarbF2Ub .pt-0 {
  padding-top: 0 !important;
}
.cid-sQEarbF2Ub .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQEarbF2Ub .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQEarbF2Ub .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQEarbF2Ub .modal-open {
  overflow: hidden;
}
.cid-sQEarbF2Ub .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQEarbF2Ub .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQEarbF2Ub .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQEarbF2Ub .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-sQEarbF2Ub .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQEarbF2Ub .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQEarbF2Ub .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQEarbF2Ub .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQEarbF2Ub .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQEarbF2Ub .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQEarbF2Ub .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQEarbF2Ub .modal-backdrop.show {
  opacity: .5;
}
.cid-sQEarbF2Ub .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-sQEarbF2Ub .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQEarbF2Ub .modal-header {
    padding: 1rem;
  }
}
.cid-sQEarbF2Ub .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQEarbF2Ub .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQEarbF2Ub .modal-header .close:hover {
  opacity: 1;
}
.cid-sQEarbF2Ub .modal-header .close:focus {
  outline: none;
}
.cid-sQEarbF2Ub .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fba039;
}
.cid-sQEarbF2Ub .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQEarbF2Ub .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQEarbF2Ub .modal-body {
    padding: 1rem;
  }
}
.cid-sQEarbF2Ub .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-sQEarbF2Ub .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQEarbF2Ub .modal-footer {
    padding: 1rem;
  }
}
.cid-sQEarbF2Ub .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQEarbF2Ub .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQEarbF2Ub .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQEarbF2Ub .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQEarbF2Ub .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQEarbF2Ub .modal-lg,
  .cid-sQEarbF2Ub .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQEarbF2Ub .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQEarbF2Ub .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQEarbF2Ub .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-sQEarbF2Ub .form-group {
  margin-bottom: 1rem;
}
.cid-sQEarbF2Ub .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQEarbF2Ub .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQEarbF2Ub .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-sQEarbF2Ub .mbr-section-btn {
  margin: 0;
}
.cid-sQEarbF2Ub .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQG42TvZkn.popup-builder {
  background-color: #ffffff;
}
.cid-sQG42TvZkn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQG42TvZkn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQG42TvZkn .modal-content,
.cid-sQG42TvZkn .modal-dialog {
  height: auto;
}
.cid-sQG42TvZkn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQG42TvZkn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQG42TvZkn .form-wrapper .mbr-form .form-group,
  .cid-sQG42TvZkn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQG42TvZkn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQG42TvZkn .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-sQG42TvZkn .mbr-text {
  text-align: center;
}
.cid-sQG42TvZkn .pt-0 {
  padding-top: 0 !important;
}
.cid-sQG42TvZkn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQG42TvZkn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQG42TvZkn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQG42TvZkn .modal-open {
  overflow: hidden;
}
.cid-sQG42TvZkn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQG42TvZkn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQG42TvZkn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQG42TvZkn .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-sQG42TvZkn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQG42TvZkn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQG42TvZkn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQG42TvZkn .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQG42TvZkn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQG42TvZkn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQG42TvZkn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQG42TvZkn .modal-backdrop.show {
  opacity: .5;
}
.cid-sQG42TvZkn .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-sQG42TvZkn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQG42TvZkn .modal-header {
    padding: 1rem;
  }
}
.cid-sQG42TvZkn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQG42TvZkn .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQG42TvZkn .modal-header .close:hover {
  opacity: 1;
}
.cid-sQG42TvZkn .modal-header .close:focus {
  outline: none;
}
.cid-sQG42TvZkn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQG42TvZkn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQG42TvZkn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQG42TvZkn .modal-body {
    padding: 1rem;
  }
}
.cid-sQG42TvZkn .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-sQG42TvZkn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQG42TvZkn .modal-footer {
    padding: 1rem;
  }
}
.cid-sQG42TvZkn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQG42TvZkn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQG42TvZkn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQG42TvZkn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQG42TvZkn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQG42TvZkn .modal-lg,
  .cid-sQG42TvZkn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQG42TvZkn .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQG42TvZkn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQG42TvZkn .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-sQG42TvZkn .form-group {
  margin-bottom: 1rem;
}
.cid-sQG42TvZkn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQG42TvZkn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQG42TvZkn .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-sQG42TvZkn .mbr-section-btn {
  margin: 0;
}
.cid-sQG42TvZkn .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQG1HVkglA.popup-builder {
  background-color: #ffffff;
}
.cid-sQG1HVkglA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQG1HVkglA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQG1HVkglA .modal-content,
.cid-sQG1HVkglA .modal-dialog {
  height: auto;
}
.cid-sQG1HVkglA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQG1HVkglA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQG1HVkglA .form-wrapper .mbr-form .form-group,
  .cid-sQG1HVkglA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQG1HVkglA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQG1HVkglA .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-sQG1HVkglA .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sQG1HVkglA .pt-0 {
  padding-top: 0 !important;
}
.cid-sQG1HVkglA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQG1HVkglA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQG1HVkglA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQG1HVkglA .modal-open {
  overflow: hidden;
}
.cid-sQG1HVkglA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQG1HVkglA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQG1HVkglA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQG1HVkglA .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-sQG1HVkglA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQG1HVkglA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQG1HVkglA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQG1HVkglA .modal-content {
  background: #652d94;
  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-sQG1HVkglA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQG1HVkglA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQG1HVkglA .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQG1HVkglA .modal-backdrop.show {
  opacity: .5;
}
.cid-sQG1HVkglA .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-sQG1HVkglA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQG1HVkglA .modal-header {
    padding: 1rem;
  }
}
.cid-sQG1HVkglA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQG1HVkglA .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQG1HVkglA .modal-header .close:hover {
  opacity: 1;
}
.cid-sQG1HVkglA .modal-header .close:focus {
  outline: none;
}
.cid-sQG1HVkglA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sQG1HVkglA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQG1HVkglA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQG1HVkglA .modal-body {
    padding: 1rem;
  }
}
.cid-sQG1HVkglA .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-sQG1HVkglA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQG1HVkglA .modal-footer {
    padding: 1rem;
  }
}
.cid-sQG1HVkglA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQG1HVkglA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQG1HVkglA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQG1HVkglA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQG1HVkglA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQG1HVkglA .modal-lg,
  .cid-sQG1HVkglA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQG1HVkglA .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQG1HVkglA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQG1HVkglA .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-sQG1HVkglA .form-group {
  margin-bottom: 1rem;
}
.cid-sQG1HVkglA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQG1HVkglA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQG1HVkglA .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-sQG1HVkglA .mbr-section-btn {
  margin: 0;
}
.cid-sQG1HVkglA .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQWpVeUKL6 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQWpVeUKL6 .media-container-row {
  align-items: center;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQWpVeUKL6 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sQWpVeUKL6 .foot-menu-item {
  transform: 0.2s;
}
.cid-sQWpVeUKL6 .foot-menu-item:hover a {
  color: #fba039 !important;
}
.cid-sQWpVeUKL6 .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sQWpVeUKL6 .foot-menu-item:hover::before {
  width: 60px;
  background-color: #fba039;
}
.cid-sQWpVeUKL6 .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sQWpVeUKL6 .foot-menu {
    justify-content: center;
  }
  .cid-sQWpVeUKL6 .mbr-text {
    text-align: center;
  }
  .cid-sQWpVeUKL6 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQWpVeUKL6 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sQWpVeUKL6 .link:hover {
  color: #ffffff;
}
.cid-sQWpVeUKL6 .media-container-row .mbr-text {
  text-align: center;
}
.cid-sV6ZJC9aFf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sV6ZJC9aFf .btn.btn-primary-outline {
  border: 1px solid #fba039;
}
.cid-sV6ZJC9aFf .btn.btn-primary-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sV6ZJC9aFf .btn.btn-secondary-outline {
  border: 1px solid #652d94;
}
.cid-sV6ZJC9aFf .btn.btn-secondary-outline:hover {
  background-color: #652d94 !important;
  color: #ffffff !important;
}
.cid-sV6ZJC9aFf .btn.btn-success-outline {
  border: 1px solid #fba039;
}
.cid-sV6ZJC9aFf .btn.btn-success-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sV6ZJC9aFf .btn.btn-info-outline {
  border: 1px solid #82786e;
}
.cid-sV6ZJC9aFf .btn.btn-info-outline:hover {
  background-color: #82786e !important;
  color: #ffffff !important;
}
.cid-sV6ZJC9aFf .btn.btn-warning-outline {
  border: 1px solid #000000;
}
.cid-sV6ZJC9aFf .btn.btn-warning-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sV6ZJC9aFf .btn.btn-danger-outline {
  border: 1px solid #fba039;
}
.cid-sV6ZJC9aFf .btn.btn-danger-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sV6ZJC9aFf .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sV6ZJC9aFf .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sV6ZJC9aFf .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sV6ZJC9aFf .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sQWuGeNjrp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sQWuGeNjrp .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sQWuGeNjrp .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-sQWuGeNjrp .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-sQWuGeNjrp .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-sQGow5lskN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sQGow5lskN h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sQGow5lskN .container {
    position: relative;
  }
  .cid-sQGow5lskN .row {
    margin: 0;
  }
  .cid-sQGow5lskN h2 {
    margin: 0;
  }
}
.cid-sQGow5lskN .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sQGow5lskN .mbr-section-subtitle {
  color: #e9204f;
  text-align: right;
}
.cid-sQGow5lskN .line-title {
  width: 40px;
  height: 2px;
  background-color: #fba039;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-sQGow5lskN .vertical-line:before {
  content: '';
  background-color: #fba039;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-sQGow5lskN .container-column,
.cid-sQGow5lskN h2 {
  color: #ffffff;
  text-align: right;
}
.cid-sQGow6Xj1Z {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sQGow6Xj1Z h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sQGow6Xj1Z .container {
    position: relative;
  }
  .cid-sQGow6Xj1Z .row {
    margin: 0;
  }
  .cid-sQGow6Xj1Z h2 {
    margin: 0;
  }
}
.cid-sQGow6Xj1Z .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sQGow6Xj1Z .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-sQGow6Xj1Z h2 {
  color: #652d94;
}
.cid-sQGow9fjR3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sQGow9fjR3 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sQGow9fjR3 .container {
    position: relative;
  }
  .cid-sQGow9fjR3 .row {
    margin: 0;
  }
  .cid-sQGow9fjR3 h2 {
    margin: 0;
  }
}
.cid-sQGow9fjR3 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sQGow9fjR3 .mbr-text {
  margin-top: 1.4rem;
  color: #fba039;
}
.cid-sQGow9fjR3 h2 {
  color: #fba039;
}
.cid-sSdhjYr7sJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sSdhjYr7sJ .content {
  padding: 1rem;
}
.cid-sSdhjYr7sJ h2,
.cid-sSdhjYr7sJ h4,
.cid-sSdhjYr7sJ p {
  margin: 0;
}
.cid-sSdhjYr7sJ .mbr-section-title {
  color: #000000;
}
.cid-sSdhjYr7sJ .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sSdhjYr7sJ .mbr-text {
  color: #6b6b6b;
  margin-top: 14px;
}
.cid-sSdhjYr7sJ .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-sSdhjYr7sJ .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sSi2MEByHc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sSi2MEByHc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sSi2MEByHc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSi2MEByHc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSi2MEByHc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sSi2MEByHc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #652d94) !important;
}
.cid-sSi2MEByHc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sSi2MEByHc .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sSi2MEByHc .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sSi2MEByHc .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-sSi2MEByHc .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sSi2MEByHc .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-sSi2MEByHc .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-sSi2MEByHc .mbr-gallery-filter ul {
  display: block;
}
.cid-sSi2MEByHc .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sSi2MEByHc .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-sSi2MEByHc .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-sSi2MEByHc .mbr-gallery-filter li.active::after,
.cid-sSi2MEByHc .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-sSi2MEByHc .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sSi2MEByHc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #652d94) !important;
}
.cid-sSi2MEByHc .icon-focus:before {
  content: '\e95e';
}
.cid-sSi2MEByHc .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sSi2MEByHc .mbr-section-title {
  margin: 0;
}
.cid-sSi2MEByHc .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sSi2MEByHc .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-sQGowlFIxc {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sQGowlFIxc h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sQGowlFIxc .container {
    position: relative;
  }
  .cid-sQGowlFIxc .row {
    margin: 0;
  }
  .cid-sQGowlFIxc h2 {
    margin: 0;
  }
}
.cid-sQGowlFIxc .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sQGowlFIxc .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-sQGowlFIxc h2 {
  color: #652d94;
}
.cid-sSiUhlQ72W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sSiUhlQ72W .content {
  padding: 1rem;
}
.cid-sSiUhlQ72W h2,
.cid-sSiUhlQ72W h4,
.cid-sSiUhlQ72W p {
  margin: 0;
}
.cid-sSiUhlQ72W .mbr-section-title {
  color: #000000;
}
.cid-sSiUhlQ72W .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sSiUhlQ72W .mbr-text {
  color: #6b6b6b;
  margin-top: 14px;
}
.cid-sSiUhlQ72W .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-sSiUhlQ72W .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sSi0LceKIM {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sSi0LceKIM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sSi0LceKIM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSi0LceKIM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSi0LceKIM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sSi0LceKIM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #652d94) !important;
}
.cid-sSi0LceKIM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sSi0LceKIM .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sSi0LceKIM .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sSi0LceKIM .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-sSi0LceKIM .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sSi0LceKIM .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-sSi0LceKIM .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-sSi0LceKIM .mbr-gallery-filter ul {
  display: block;
}
.cid-sSi0LceKIM .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sSi0LceKIM .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-sSi0LceKIM .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-sSi0LceKIM .mbr-gallery-filter li.active::after,
.cid-sSi0LceKIM .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-sSi0LceKIM .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sSi0LceKIM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #652d94) !important;
}
.cid-sSi0LceKIM .icon-focus:before {
  content: '\e95e';
}
.cid-sSi0LceKIM .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sSi0LceKIM .mbr-section-title {
  margin: 0;
}
.cid-sSi0LceKIM .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sSi0LceKIM .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-sQGowEL7ow {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sQGowEL7ow h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sQGowEL7ow .container {
    position: relative;
  }
  .cid-sQGowEL7ow .row {
    margin: 0;
  }
  .cid-sQGowEL7ow h2 {
    margin: 0;
  }
}
.cid-sQGowEL7ow .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sQGowEL7ow .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-sQGowEL7ow h2 {
  color: #fba039;
}
.cid-sSiUoDLyr1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sSiUoDLyr1 .content {
  padding: 1rem;
}
.cid-sSiUoDLyr1 h2,
.cid-sSiUoDLyr1 h4,
.cid-sSiUoDLyr1 p {
  margin: 0;
}
.cid-sSiUoDLyr1 .mbr-section-title {
  color: #000000;
}
.cid-sSiUoDLyr1 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sSiUoDLyr1 .mbr-text {
  color: #6b6b6b;
  margin-top: 14px;
}
.cid-sSiUoDLyr1 .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-sSiUoDLyr1 .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sSib3o3Yl0 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sSib3o3Yl0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sSib3o3Yl0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSib3o3Yl0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSib3o3Yl0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sSib3o3Yl0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #652d94) !important;
}
.cid-sSib3o3Yl0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sSib3o3Yl0 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sSib3o3Yl0 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sSib3o3Yl0 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-sSib3o3Yl0 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sSib3o3Yl0 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-sSib3o3Yl0 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-sSib3o3Yl0 .mbr-gallery-filter ul {
  display: block;
}
.cid-sSib3o3Yl0 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sSib3o3Yl0 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-sSib3o3Yl0 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-sSib3o3Yl0 .mbr-gallery-filter li.active::after,
.cid-sSib3o3Yl0 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-sSib3o3Yl0 .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sSib3o3Yl0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #652d94) !important;
}
.cid-sSib3o3Yl0 .icon-focus:before {
  content: '\e95e';
}
.cid-sSib3o3Yl0 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sSib3o3Yl0 .mbr-section-title {
  margin: 0;
}
.cid-sSib3o3Yl0 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sSib3o3Yl0 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-sQGowvVTNL {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sQGowvVTNL h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sQGowvVTNL .container {
    position: relative;
  }
  .cid-sQGowvVTNL .row {
    margin: 0;
  }
  .cid-sQGowvVTNL h2 {
    margin: 0;
  }
}
.cid-sQGowvVTNL .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sQGowvVTNL .mbr-text {
  margin-top: 1.4rem;
  color: #fba039;
}
.cid-sQGowvVTNL h2 {
  color: #652d94;
}
.cid-sSiUmQfBIi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sSiUmQfBIi .content {
  padding: 1rem;
}
.cid-sSiUmQfBIi h2,
.cid-sSiUmQfBIi h4,
.cid-sSiUmQfBIi p {
  margin: 0;
}
.cid-sSiUmQfBIi .mbr-section-title {
  color: #000000;
}
.cid-sSiUmQfBIi .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sSiUmQfBIi .mbr-text {
  color: #6b6b6b;
  margin-top: 14px;
}
.cid-sSiUmQfBIi .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-sSiUmQfBIi .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sSicbtP8OJ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sSicbtP8OJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sSicbtP8OJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSicbtP8OJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSicbtP8OJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sSicbtP8OJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #652d94) !important;
}
.cid-sSicbtP8OJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sSicbtP8OJ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sSicbtP8OJ .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sSicbtP8OJ .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-sSicbtP8OJ .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sSicbtP8OJ .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-sSicbtP8OJ .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-sSicbtP8OJ .mbr-gallery-filter ul {
  display: block;
}
.cid-sSicbtP8OJ .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sSicbtP8OJ .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-sSicbtP8OJ .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-sSicbtP8OJ .mbr-gallery-filter li.active::after,
.cid-sSicbtP8OJ .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-sSicbtP8OJ .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sSicbtP8OJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #652d94) !important;
}
.cid-sSicbtP8OJ .icon-focus:before {
  content: '\e95e';
}
.cid-sSicbtP8OJ .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sSicbtP8OJ .mbr-section-title {
  margin: 0;
}
.cid-sSicbtP8OJ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sSicbtP8OJ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-sR47sBwRwl {
  padding-top: 2rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-sR47sBwRwl [class^="socicon-"]:before,
.cid-sR47sBwRwl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sR47sBwRwl .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #652d94;
  border-width: 2px;
  transition: all .3s;
  border-color: #652d94;
}
.cid-sR47sBwRwl .btn-social:hover {
  background: #652d94;
}
.cid-sR47sBwRwl .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sR47sBwRwl .mbr-section-title,
.cid-sR47sBwRwl .mbr-social-likes {
  color: #fba039;
}
.cid-sQGowGgkO9.popup-builder {
  background-color: #ffffff;
}
.cid-sQGowGgkO9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQGowGgkO9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQGowGgkO9 .modal-content,
.cid-sQGowGgkO9 .modal-dialog {
  height: auto;
}
.cid-sQGowGgkO9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQGowGgkO9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQGowGgkO9 .form-wrapper .mbr-form .form-group,
  .cid-sQGowGgkO9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQGowGgkO9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQGowGgkO9 .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-sQGowGgkO9 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sQGowGgkO9 .pt-0 {
  padding-top: 0 !important;
}
.cid-sQGowGgkO9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQGowGgkO9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQGowGgkO9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQGowGgkO9 .modal-open {
  overflow: hidden;
}
.cid-sQGowGgkO9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQGowGgkO9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQGowGgkO9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQGowGgkO9 .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-sQGowGgkO9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQGowGgkO9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQGowGgkO9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQGowGgkO9 .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQGowGgkO9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQGowGgkO9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQGowGgkO9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQGowGgkO9 .modal-backdrop.show {
  opacity: .5;
}
.cid-sQGowGgkO9 .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-sQGowGgkO9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQGowGgkO9 .modal-header {
    padding: 1rem;
  }
}
.cid-sQGowGgkO9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQGowGgkO9 .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQGowGgkO9 .modal-header .close:hover {
  opacity: 1;
}
.cid-sQGowGgkO9 .modal-header .close:focus {
  outline: none;
}
.cid-sQGowGgkO9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fba039;
}
.cid-sQGowGgkO9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQGowGgkO9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQGowGgkO9 .modal-body {
    padding: 1rem;
  }
}
.cid-sQGowGgkO9 .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-sQGowGgkO9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQGowGgkO9 .modal-footer {
    padding: 1rem;
  }
}
.cid-sQGowGgkO9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQGowGgkO9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQGowGgkO9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQGowGgkO9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQGowGgkO9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQGowGgkO9 .modal-lg,
  .cid-sQGowGgkO9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQGowGgkO9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQGowGgkO9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQGowGgkO9 .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-sQGowGgkO9 .form-group {
  margin-bottom: 1rem;
}
.cid-sQGowGgkO9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQGowGgkO9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQGowGgkO9 .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-sQGowGgkO9 .mbr-section-btn {
  margin: 0;
}
.cid-sQGowGgkO9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sR2DXSynjh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sR2DXSynjh .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sR2DXSynjh .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sR2DXSynjh .align-center {
    text-align: center;
  }
}
.cid-sQWRz0H0Ks {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sQWRz0H0Ks .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sQWRz0H0Ks .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-sQWRz0H0Ks .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-sQWRz0H0Ks .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-sR43zzvpeJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sR43zzvpeJ [class^="socicon-"]:before,
.cid-sR43zzvpeJ [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sR43zzvpeJ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sR43zzvpeJ .btn-social,
.cid-sR43zzvpeJ .mbr-section-title {
  color: #57468b;
}
.cid-sR43zzvpeJ .soc-item {
  width: 45px;
  height: 45px;
  background: #652d94;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sR43zzvpeJ .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-sR43zzvpeJ .soc-item:hover span {
  color: #fba039 !important;
}
.cid-sQGowYeA7h.popup-builder {
  background-color: #ffffff;
}
.cid-sQGowYeA7h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQGowYeA7h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQGowYeA7h .modal-content,
.cid-sQGowYeA7h .modal-dialog {
  height: auto;
}
.cid-sQGowYeA7h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQGowYeA7h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQGowYeA7h .form-wrapper .mbr-form .form-group,
  .cid-sQGowYeA7h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQGowYeA7h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQGowYeA7h .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-sQGowYeA7h .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sQGowYeA7h .pt-0 {
  padding-top: 0 !important;
}
.cid-sQGowYeA7h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQGowYeA7h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQGowYeA7h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQGowYeA7h .modal-open {
  overflow: hidden;
}
.cid-sQGowYeA7h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQGowYeA7h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQGowYeA7h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQGowYeA7h .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-sQGowYeA7h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQGowYeA7h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQGowYeA7h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQGowYeA7h .modal-content {
  background: #652d94;
  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-sQGowYeA7h .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQGowYeA7h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQGowYeA7h .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQGowYeA7h .modal-backdrop.show {
  opacity: .5;
}
.cid-sQGowYeA7h .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-sQGowYeA7h .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQGowYeA7h .modal-header {
    padding: 1rem;
  }
}
.cid-sQGowYeA7h .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQGowYeA7h .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQGowYeA7h .modal-header .close:hover {
  opacity: 1;
}
.cid-sQGowYeA7h .modal-header .close:focus {
  outline: none;
}
.cid-sQGowYeA7h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sQGowYeA7h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQGowYeA7h .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQGowYeA7h .modal-body {
    padding: 1rem;
  }
}
.cid-sQGowYeA7h .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-sQGowYeA7h .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQGowYeA7h .modal-footer {
    padding: 1rem;
  }
}
.cid-sQGowYeA7h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQGowYeA7h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQGowYeA7h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQGowYeA7h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQGowYeA7h .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQGowYeA7h .modal-lg,
  .cid-sQGowYeA7h .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQGowYeA7h .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQGowYeA7h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQGowYeA7h .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-sQGowYeA7h .form-group {
  margin-bottom: 1rem;
}
.cid-sQGowYeA7h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQGowYeA7h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQGowYeA7h .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-sQGowYeA7h .mbr-section-btn {
  margin: 0;
}
.cid-sQGowYeA7h .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQWpVeUKL6 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQWpVeUKL6 .media-container-row {
  align-items: center;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQWpVeUKL6 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sQWpVeUKL6 .foot-menu-item {
  transform: 0.2s;
}
.cid-sQWpVeUKL6 .foot-menu-item:hover a {
  color: #fba039 !important;
}
.cid-sQWpVeUKL6 .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sQWpVeUKL6 .foot-menu-item:hover::before {
  width: 60px;
  background-color: #fba039;
}
.cid-sQWpVeUKL6 .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sQWpVeUKL6 .foot-menu {
    justify-content: center;
  }
  .cid-sQWpVeUKL6 .mbr-text {
    text-align: center;
  }
  .cid-sQWpVeUKL6 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQWpVeUKL6 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sQWpVeUKL6 .link:hover {
  color: #ffffff;
}
.cid-sQWpVeUKL6 .media-container-row .mbr-text {
  text-align: center;
}
.cid-sQWR4OVMbs.popup-builder {
  background-color: #ffffff;
}
.cid-sQWR4OVMbs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQWR4OVMbs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQWR4OVMbs .modal-content,
.cid-sQWR4OVMbs .modal-dialog {
  height: auto;
}
.cid-sQWR4OVMbs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQWR4OVMbs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQWR4OVMbs .form-wrapper .mbr-form .form-group,
  .cid-sQWR4OVMbs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQWR4OVMbs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQWR4OVMbs .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-sQWR4OVMbs .mbr-text {
  text-align: center;
}
.cid-sQWR4OVMbs .pt-0 {
  padding-top: 0 !important;
}
.cid-sQWR4OVMbs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQWR4OVMbs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQWR4OVMbs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQWR4OVMbs .modal-open {
  overflow: hidden;
}
.cid-sQWR4OVMbs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQWR4OVMbs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQWR4OVMbs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQWR4OVMbs .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-sQWR4OVMbs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQWR4OVMbs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQWR4OVMbs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQWR4OVMbs .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQWR4OVMbs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQWR4OVMbs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQWR4OVMbs .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQWR4OVMbs .modal-backdrop.show {
  opacity: .5;
}
.cid-sQWR4OVMbs .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-sQWR4OVMbs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQWR4OVMbs .modal-header {
    padding: 1rem;
  }
}
.cid-sQWR4OVMbs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQWR4OVMbs .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQWR4OVMbs .modal-header .close:hover {
  opacity: 1;
}
.cid-sQWR4OVMbs .modal-header .close:focus {
  outline: none;
}
.cid-sQWR4OVMbs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQWR4OVMbs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQWR4OVMbs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQWR4OVMbs .modal-body {
    padding: 1rem;
  }
}
.cid-sQWR4OVMbs .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-sQWR4OVMbs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQWR4OVMbs .modal-footer {
    padding: 1rem;
  }
}
.cid-sQWR4OVMbs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQWR4OVMbs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQWR4OVMbs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQWR4OVMbs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQWR4OVMbs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQWR4OVMbs .modal-lg,
  .cid-sQWR4OVMbs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQWR4OVMbs .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQWR4OVMbs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQWR4OVMbs .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-sQWR4OVMbs .form-group {
  margin-bottom: 1rem;
}
.cid-sQWR4OVMbs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQWR4OVMbs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQWR4OVMbs .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-sQWR4OVMbs .mbr-section-btn {
  margin: 0;
}
.cid-sQWR4OVMbs .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQiX0dF2lh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sQiX0dF2lh h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sQiX0dF2lh .container {
    position: relative;
  }
  .cid-sQiX0dF2lh .row {
    margin: 0;
  }
  .cid-sQiX0dF2lh h2 {
    margin: 0;
  }
}
.cid-sQiX0dF2lh .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sQiX0dF2lh .mbr-section-subtitle {
  color: #ff497c;
}
.cid-sQiX0dF2lh .container-column,
.cid-sQiX0dF2lh h2 {
  color: #ffffff;
}
.cid-sQiX0dF2lh .mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-sQRMsEa6EJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sQRMsEa6EJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sQRMsEa6EJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-sQRMsEa6EJ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-sQRMsEa6EJ .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-sR2EHbQEkk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sR2EHbQEkk .btn.btn-primary-outline {
  border: 1px solid #fba039;
}
.cid-sR2EHbQEkk .btn.btn-primary-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sR2EHbQEkk .btn.btn-secondary-outline {
  border: 1px solid #652d94;
}
.cid-sR2EHbQEkk .btn.btn-secondary-outline:hover {
  background-color: #652d94 !important;
  color: #ffffff !important;
}
.cid-sR2EHbQEkk .btn.btn-success-outline {
  border: 1px solid #fba039;
}
.cid-sR2EHbQEkk .btn.btn-success-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sR2EHbQEkk .btn.btn-info-outline {
  border: 1px solid #82786e;
}
.cid-sR2EHbQEkk .btn.btn-info-outline:hover {
  background-color: #82786e !important;
  color: #ffffff !important;
}
.cid-sR2EHbQEkk .btn.btn-warning-outline {
  border: 1px solid #000000;
}
.cid-sR2EHbQEkk .btn.btn-warning-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sR2EHbQEkk .btn.btn-danger-outline {
  border: 1px solid #fba039;
}
.cid-sR2EHbQEkk .btn.btn-danger-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sR2EHbQEkk .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sR2EHbQEkk .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sR2EHbQEkk .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sR2EHbQEkk .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sQEHbmLO8Z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sQEHbmLO8Z .mbr-section-head,
.cid-sQEHbmLO8Z .gallery_item {
  margin-bottom: 6rem;
}
.cid-sQEHbmLO8Z .mbr-section-subtitle {
  margin-bottom: 0.5rem;
  color: #fba039;
}
.cid-sQEHbmLO8Z .mbr-section-title {
  line-height: .95;
  color: #652d94;
}
.cid-sQEHbmLO8Z .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-sQEHbmLO8Z .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-sQEHbmLO8Z .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-sQEHbmLO8Z .item-img,
.cid-sQEHbmLO8Z img {
  max-width: 100%;
  object-fit: cover;
}
.cid-sQEHbmLO8Z .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-sQEHbmLO8Z .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-sQEHbmLO8Z .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-sQEHbmLO8Z .item-title {
  text-align: left;
  flex: 1 1 0;
  color: #652d94;
}
.cid-sQEHbmLO8Z .item-subtitle {
  text-align: right;
  flex: 1 1 0;
  color: #85122d;
}
@media (max-width: 991px) {
  .cid-sQEHbmLO8Z .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-sQEHbmLO8Z .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sQEHbmLO8Z .mbr-section-head,
  .cid-sQEHbmLO8Z .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-sQEHbmLO8Z .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-sQEHbmLO8Z .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-sR2EQwt2Gu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sR2EQwt2Gu .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sR2EQwt2Gu .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sR2EQwt2Gu .align-center {
    text-align: center;
  }
}
.cid-sQSfj06YAV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sQSfj06YAV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQSfj06YAV .row {
  flex-direction: row-reverse;
}
.cid-sQSfj06YAV img {
  width: 100%;
}
.cid-sR43PBfYSj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sR43PBfYSj [class^="socicon-"]:before,
.cid-sR43PBfYSj [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sR43PBfYSj .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sR43PBfYSj .btn-social,
.cid-sR43PBfYSj .mbr-section-title {
  color: #57468b;
}
.cid-sR43PBfYSj .soc-item {
  width: 45px;
  height: 45px;
  background: #652d94;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sR43PBfYSj .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-sR43PBfYSj .soc-item:hover span {
  color: #fba039 !important;
}
.cid-sQSeUTWxnl {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sQSeUTWxnl .mbr-text {
  color: #652d94;
}
.cid-sQSeUTWxnl .mbr-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sQSeUTWxnl .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-sQSeUTWxnl h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-sQSeUTWxnl .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQSeUTWxnl .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sQSeUTWxnl .row {
    margin: 0;
  }
}
.cid-sQSeUTWxnl .mbr-subtitle {
  color: #652d94;
}
.cid-sQG4TUMlGX.popup-builder {
  background-color: #ffffff;
}
.cid-sQG4TUMlGX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQG4TUMlGX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQG4TUMlGX .modal-content,
.cid-sQG4TUMlGX .modal-dialog {
  height: auto;
}
.cid-sQG4TUMlGX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQG4TUMlGX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQG4TUMlGX .form-wrapper .mbr-form .form-group,
  .cid-sQG4TUMlGX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQG4TUMlGX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQG4TUMlGX .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-sQG4TUMlGX .mbr-text {
  text-align: center;
}
.cid-sQG4TUMlGX .pt-0 {
  padding-top: 0 !important;
}
.cid-sQG4TUMlGX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQG4TUMlGX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQG4TUMlGX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQG4TUMlGX .modal-open {
  overflow: hidden;
}
.cid-sQG4TUMlGX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQG4TUMlGX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQG4TUMlGX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQG4TUMlGX .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-sQG4TUMlGX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQG4TUMlGX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQG4TUMlGX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQG4TUMlGX .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQG4TUMlGX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQG4TUMlGX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQG4TUMlGX .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQG4TUMlGX .modal-backdrop.show {
  opacity: .5;
}
.cid-sQG4TUMlGX .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-sQG4TUMlGX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQG4TUMlGX .modal-header {
    padding: 1rem;
  }
}
.cid-sQG4TUMlGX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQG4TUMlGX .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQG4TUMlGX .modal-header .close:hover {
  opacity: 1;
}
.cid-sQG4TUMlGX .modal-header .close:focus {
  outline: none;
}
.cid-sQG4TUMlGX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQG4TUMlGX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQG4TUMlGX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQG4TUMlGX .modal-body {
    padding: 1rem;
  }
}
.cid-sQG4TUMlGX .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-sQG4TUMlGX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQG4TUMlGX .modal-footer {
    padding: 1rem;
  }
}
.cid-sQG4TUMlGX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQG4TUMlGX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQG4TUMlGX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQG4TUMlGX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQG4TUMlGX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQG4TUMlGX .modal-lg,
  .cid-sQG4TUMlGX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQG4TUMlGX .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQG4TUMlGX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQG4TUMlGX .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-sQG4TUMlGX .form-group {
  margin-bottom: 1rem;
}
.cid-sQG4TUMlGX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQG4TUMlGX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQG4TUMlGX .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-sQG4TUMlGX .mbr-section-btn {
  margin: 0;
}
.cid-sQG4TUMlGX .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQGEvq9L3V.popup-builder {
  background-color: #ffffff;
}
.cid-sQGEvq9L3V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQGEvq9L3V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQGEvq9L3V .modal-content,
.cid-sQGEvq9L3V .modal-dialog {
  height: auto;
}
.cid-sQGEvq9L3V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQGEvq9L3V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQGEvq9L3V .form-wrapper .mbr-form .form-group,
  .cid-sQGEvq9L3V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQGEvq9L3V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQGEvq9L3V .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-sQGEvq9L3V .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sQGEvq9L3V .pt-0 {
  padding-top: 0 !important;
}
.cid-sQGEvq9L3V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQGEvq9L3V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQGEvq9L3V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQGEvq9L3V .modal-open {
  overflow: hidden;
}
.cid-sQGEvq9L3V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQGEvq9L3V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQGEvq9L3V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQGEvq9L3V .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-sQGEvq9L3V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQGEvq9L3V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQGEvq9L3V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQGEvq9L3V .modal-content {
  background: #652d94;
  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-sQGEvq9L3V .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQGEvq9L3V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQGEvq9L3V .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQGEvq9L3V .modal-backdrop.show {
  opacity: .5;
}
.cid-sQGEvq9L3V .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-sQGEvq9L3V .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQGEvq9L3V .modal-header {
    padding: 1rem;
  }
}
.cid-sQGEvq9L3V .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQGEvq9L3V .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQGEvq9L3V .modal-header .close:hover {
  opacity: 1;
}
.cid-sQGEvq9L3V .modal-header .close:focus {
  outline: none;
}
.cid-sQGEvq9L3V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sQGEvq9L3V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQGEvq9L3V .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQGEvq9L3V .modal-body {
    padding: 1rem;
  }
}
.cid-sQGEvq9L3V .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-sQGEvq9L3V .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQGEvq9L3V .modal-footer {
    padding: 1rem;
  }
}
.cid-sQGEvq9L3V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQGEvq9L3V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQGEvq9L3V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQGEvq9L3V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQGEvq9L3V .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQGEvq9L3V .modal-lg,
  .cid-sQGEvq9L3V .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQGEvq9L3V .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQGEvq9L3V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQGEvq9L3V .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-sQGEvq9L3V .form-group {
  margin-bottom: 1rem;
}
.cid-sQGEvq9L3V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQGEvq9L3V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQGEvq9L3V .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-sQGEvq9L3V .mbr-section-btn {
  margin: 0;
}
.cid-sQGEvq9L3V .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQS81FkAai.popup-builder {
  background-color: #ffffff;
}
.cid-sQS81FkAai.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQS81FkAai.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQS81FkAai .modal-content,
.cid-sQS81FkAai .modal-dialog {
  height: auto;
}
.cid-sQS81FkAai .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQS81FkAai .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQS81FkAai .form-wrapper .mbr-form .form-group,
  .cid-sQS81FkAai .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQS81FkAai .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQS81FkAai .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-sQS81FkAai .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sQS81FkAai .pt-0 {
  padding-top: 0 !important;
}
.cid-sQS81FkAai .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQS81FkAai .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQS81FkAai .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQS81FkAai .modal-open {
  overflow: hidden;
}
.cid-sQS81FkAai .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQS81FkAai .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQS81FkAai .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQS81FkAai .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-sQS81FkAai .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQS81FkAai .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQS81FkAai .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQS81FkAai .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQS81FkAai .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQS81FkAai .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQS81FkAai .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQS81FkAai .modal-backdrop.show {
  opacity: .5;
}
.cid-sQS81FkAai .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-sQS81FkAai .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQS81FkAai .modal-header {
    padding: 1rem;
  }
}
.cid-sQS81FkAai .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQS81FkAai .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQS81FkAai .modal-header .close:hover {
  opacity: 1;
}
.cid-sQS81FkAai .modal-header .close:focus {
  outline: none;
}
.cid-sQS81FkAai .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fba039;
}
.cid-sQS81FkAai .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQS81FkAai .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQS81FkAai .modal-body {
    padding: 1rem;
  }
}
.cid-sQS81FkAai .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-sQS81FkAai .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQS81FkAai .modal-footer {
    padding: 1rem;
  }
}
.cid-sQS81FkAai .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQS81FkAai .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQS81FkAai .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQS81FkAai .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQS81FkAai .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQS81FkAai .modal-lg,
  .cid-sQS81FkAai .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQS81FkAai .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQS81FkAai .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQS81FkAai .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-sQS81FkAai .form-group {
  margin-bottom: 1rem;
}
.cid-sQS81FkAai .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQS81FkAai .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQS81FkAai .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-sQS81FkAai .mbr-section-btn {
  margin: 0;
}
.cid-sQS81FkAai .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQWpVeUKL6 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQWpVeUKL6 .media-container-row {
  align-items: center;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQWpVeUKL6 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sQWpVeUKL6 .foot-menu-item {
  transform: 0.2s;
}
.cid-sQWpVeUKL6 .foot-menu-item:hover a {
  color: #fba039 !important;
}
.cid-sQWpVeUKL6 .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sQWpVeUKL6 .foot-menu-item:hover::before {
  width: 60px;
  background-color: #fba039;
}
.cid-sQWpVeUKL6 .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sQWpVeUKL6 .foot-menu {
    justify-content: center;
  }
  .cid-sQWpVeUKL6 .mbr-text {
    text-align: center;
  }
  .cid-sQWpVeUKL6 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQWpVeUKL6 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sQWpVeUKL6 .link:hover {
  color: #ffffff;
}
.cid-sQWpVeUKL6 .media-container-row .mbr-text {
  text-align: center;
}
.cid-sQRQ0XGtZF {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sQRQ0XGtZF h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sQRQ0XGtZF .container {
    position: relative;
  }
  .cid-sQRQ0XGtZF .row {
    margin: 0;
  }
  .cid-sQRQ0XGtZF h2 {
    margin: 0;
  }
}
.cid-sQRQ0XGtZF .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sQRQ0XGtZF .mbr-section-subtitle {
  color: #ff497c;
}
.cid-sQRQ0XGtZF .container-column,
.cid-sQRQ0XGtZF h2 {
  color: #ffffff;
}
.cid-sQRQ0XGtZF .mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-sV6QFK2yWp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sV6QFK2yWp .btn.btn-primary-outline {
  border: 1px solid #fba039;
}
.cid-sV6QFK2yWp .btn.btn-primary-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sV6QFK2yWp .btn.btn-secondary-outline {
  border: 1px solid #652d94;
}
.cid-sV6QFK2yWp .btn.btn-secondary-outline:hover {
  background-color: #652d94 !important;
  color: #ffffff !important;
}
.cid-sV6QFK2yWp .btn.btn-success-outline {
  border: 1px solid #fba039;
}
.cid-sV6QFK2yWp .btn.btn-success-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sV6QFK2yWp .btn.btn-info-outline {
  border: 1px solid #82786e;
}
.cid-sV6QFK2yWp .btn.btn-info-outline:hover {
  background-color: #82786e !important;
  color: #ffffff !important;
}
.cid-sV6QFK2yWp .btn.btn-warning-outline {
  border: 1px solid #000000;
}
.cid-sV6QFK2yWp .btn.btn-warning-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sV6QFK2yWp .btn.btn-danger-outline {
  border: 1px solid #fba039;
}
.cid-sV6QFK2yWp .btn.btn-danger-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sV6QFK2yWp .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sV6QFK2yWp .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sV6QFK2yWp .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sV6QFK2yWp .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sQS5j3OT9a {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sQS5j3OT9a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQS5j3OT9a .row {
  flex-direction: row-reverse;
}
.cid-sQS5j3OT9a img {
  width: 100%;
}
.cid-sQRQ1c9WNt {
  background-color: #000000;
}
.cid-sQRQ1c9WNt h1 {
  margin-bottom: 0.2rem;
}
.cid-sQRQ1c9WNt .container-fluid {
  padding: 0;
}
.cid-sQRQ1c9WNt img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-sQRQ1c9WNt .mbr-figure {
  height: 100%;
}
.cid-sQRQ1c9WNt .col-lg-6 {
  padding: 0;
}
.cid-sQRQ1c9WNt .mbr-text {
  color: #747474;
}
.cid-sQRQ1c9WNt hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-sQRQ1c9WNt .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-sQRQ1c9WNt .mbr-section-subtitle-1 {
  color: #652d94;
}
.cid-sQRQ1c9WNt .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #fba039;
}
.cid-sQRQ1c9WNt .mbr-figure::after {
  content: "";
  background-color: #fba039;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-sQRQ1c9WNt .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQRQ1c9WNt .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sQRQ1c9WNt .left-block {
    margin-top: 4.5rem;
  }
}
.cid-sQRQ1c9WNt .btn {
  color: #101010 !important;
}
.cid-sQRQ1c9WNt .btn:hover {
  color: #ffffff !important;
}
.cid-sQRQ1c9WNt .media-content,
.cid-sQRQ1c9WNt .mbr-section-title,
.cid-sQRQ1c9WNt .line-title {
  color: #652d94;
}
.cid-sQRQ1c9WNt .mbr-text,
.cid-sQRQ1c9WNt .mbr-section-btn {
  color: #ffffff;
}
.cid-sR40f9nvUe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sR40f9nvUe .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sR40f9nvUe .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sR40f9nvUe .align-center {
    text-align: center;
  }
}
.cid-sR403dLOcW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sR403dLOcW [class^="socicon-"]:before,
.cid-sR403dLOcW [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sR403dLOcW .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sR403dLOcW .btn-social,
.cid-sR403dLOcW .mbr-section-title {
  color: #57468b;
}
.cid-sR403dLOcW .soc-item {
  width: 45px;
  height: 45px;
  background: #652d94;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sR403dLOcW .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-sR403dLOcW .soc-item:hover span {
  color: #fba039 !important;
}
.cid-sQRQ1iI7NB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sQRQ1iI7NB .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-sQRQ1iI7NB .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sQRQ1iI7NB .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQRQ1iI7NB .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sQRQ1iI7NB .row {
    margin: 0;
  }
}
.cid-sQRQ1iI7NB .container {
  border-top: 1px solid #EBEBEB;
  padding-top: 2rem;
}
.cid-sR2FarUsoj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sR2FarUsoj .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sR2FarUsoj .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sR2FarUsoj .align-center {
    text-align: center;
  }
}
.cid-sQXQxUppN7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sQXQxUppN7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sQXQxUppN7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-sQXQxUppN7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-sQXQxUppN7 .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-sQRQ1pU4h9.popup-builder {
  background-color: #ffffff;
}
.cid-sQRQ1pU4h9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQRQ1pU4h9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQRQ1pU4h9 .modal-content,
.cid-sQRQ1pU4h9 .modal-dialog {
  height: auto;
}
.cid-sQRQ1pU4h9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQRQ1pU4h9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQRQ1pU4h9 .form-wrapper .mbr-form .form-group,
  .cid-sQRQ1pU4h9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQRQ1pU4h9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQRQ1pU4h9 .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-sQRQ1pU4h9 .mbr-text {
  text-align: center;
}
.cid-sQRQ1pU4h9 .pt-0 {
  padding-top: 0 !important;
}
.cid-sQRQ1pU4h9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQRQ1pU4h9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQRQ1pU4h9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQRQ1pU4h9 .modal-open {
  overflow: hidden;
}
.cid-sQRQ1pU4h9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQRQ1pU4h9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQRQ1pU4h9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQRQ1pU4h9 .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-sQRQ1pU4h9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQRQ1pU4h9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQRQ1pU4h9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQRQ1pU4h9 .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQRQ1pU4h9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQRQ1pU4h9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQRQ1pU4h9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQRQ1pU4h9 .modal-backdrop.show {
  opacity: .5;
}
.cid-sQRQ1pU4h9 .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-sQRQ1pU4h9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQRQ1pU4h9 .modal-header {
    padding: 1rem;
  }
}
.cid-sQRQ1pU4h9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQRQ1pU4h9 .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQRQ1pU4h9 .modal-header .close:hover {
  opacity: 1;
}
.cid-sQRQ1pU4h9 .modal-header .close:focus {
  outline: none;
}
.cid-sQRQ1pU4h9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQRQ1pU4h9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQRQ1pU4h9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQRQ1pU4h9 .modal-body {
    padding: 1rem;
  }
}
.cid-sQRQ1pU4h9 .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-sQRQ1pU4h9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQRQ1pU4h9 .modal-footer {
    padding: 1rem;
  }
}
.cid-sQRQ1pU4h9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQRQ1pU4h9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQRQ1pU4h9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQRQ1pU4h9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQRQ1pU4h9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQRQ1pU4h9 .modal-lg,
  .cid-sQRQ1pU4h9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQRQ1pU4h9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQRQ1pU4h9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQRQ1pU4h9 .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-sQRQ1pU4h9 .form-group {
  margin-bottom: 1rem;
}
.cid-sQRQ1pU4h9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQRQ1pU4h9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQRQ1pU4h9 .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-sQRQ1pU4h9 .mbr-section-btn {
  margin: 0;
}
.cid-sQRQ1pU4h9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQRQ1sYDZk.popup-builder {
  background-color: #ffffff;
}
.cid-sQRQ1sYDZk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQRQ1sYDZk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQRQ1sYDZk .modal-content,
.cid-sQRQ1sYDZk .modal-dialog {
  height: auto;
}
.cid-sQRQ1sYDZk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQRQ1sYDZk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQRQ1sYDZk .form-wrapper .mbr-form .form-group,
  .cid-sQRQ1sYDZk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQRQ1sYDZk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQRQ1sYDZk .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-sQRQ1sYDZk .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sQRQ1sYDZk .pt-0 {
  padding-top: 0 !important;
}
.cid-sQRQ1sYDZk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQRQ1sYDZk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQRQ1sYDZk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQRQ1sYDZk .modal-open {
  overflow: hidden;
}
.cid-sQRQ1sYDZk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQRQ1sYDZk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQRQ1sYDZk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQRQ1sYDZk .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-sQRQ1sYDZk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQRQ1sYDZk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQRQ1sYDZk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQRQ1sYDZk .modal-content {
  background: #652d94;
  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-sQRQ1sYDZk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQRQ1sYDZk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQRQ1sYDZk .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQRQ1sYDZk .modal-backdrop.show {
  opacity: .5;
}
.cid-sQRQ1sYDZk .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-sQRQ1sYDZk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQRQ1sYDZk .modal-header {
    padding: 1rem;
  }
}
.cid-sQRQ1sYDZk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQRQ1sYDZk .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQRQ1sYDZk .modal-header .close:hover {
  opacity: 1;
}
.cid-sQRQ1sYDZk .modal-header .close:focus {
  outline: none;
}
.cid-sQRQ1sYDZk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sQRQ1sYDZk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQRQ1sYDZk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQRQ1sYDZk .modal-body {
    padding: 1rem;
  }
}
.cid-sQRQ1sYDZk .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-sQRQ1sYDZk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQRQ1sYDZk .modal-footer {
    padding: 1rem;
  }
}
.cid-sQRQ1sYDZk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQRQ1sYDZk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQRQ1sYDZk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQRQ1sYDZk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQRQ1sYDZk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQRQ1sYDZk .modal-lg,
  .cid-sQRQ1sYDZk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQRQ1sYDZk .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQRQ1sYDZk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQRQ1sYDZk .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-sQRQ1sYDZk .form-group {
  margin-bottom: 1rem;
}
.cid-sQRQ1sYDZk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQRQ1sYDZk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQRQ1sYDZk .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-sQRQ1sYDZk .mbr-section-btn {
  margin: 0;
}
.cid-sQRQ1sYDZk .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQS2kCy0Qc.popup-builder {
  background-color: #ffffff;
}
.cid-sQS2kCy0Qc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQS2kCy0Qc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQS2kCy0Qc .modal-content,
.cid-sQS2kCy0Qc .modal-dialog {
  height: auto;
}
.cid-sQS2kCy0Qc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQS2kCy0Qc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQS2kCy0Qc .form-wrapper .mbr-form .form-group,
  .cid-sQS2kCy0Qc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQS2kCy0Qc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQS2kCy0Qc .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-sQS2kCy0Qc .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sQS2kCy0Qc .pt-0 {
  padding-top: 0 !important;
}
.cid-sQS2kCy0Qc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQS2kCy0Qc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQS2kCy0Qc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQS2kCy0Qc .modal-open {
  overflow: hidden;
}
.cid-sQS2kCy0Qc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQS2kCy0Qc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQS2kCy0Qc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQS2kCy0Qc .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-sQS2kCy0Qc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQS2kCy0Qc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQS2kCy0Qc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQS2kCy0Qc .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQS2kCy0Qc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQS2kCy0Qc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQS2kCy0Qc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQS2kCy0Qc .modal-backdrop.show {
  opacity: .5;
}
.cid-sQS2kCy0Qc .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-sQS2kCy0Qc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQS2kCy0Qc .modal-header {
    padding: 1rem;
  }
}
.cid-sQS2kCy0Qc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQS2kCy0Qc .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQS2kCy0Qc .modal-header .close:hover {
  opacity: 1;
}
.cid-sQS2kCy0Qc .modal-header .close:focus {
  outline: none;
}
.cid-sQS2kCy0Qc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fba039;
}
.cid-sQS2kCy0Qc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQS2kCy0Qc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQS2kCy0Qc .modal-body {
    padding: 1rem;
  }
}
.cid-sQS2kCy0Qc .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-sQS2kCy0Qc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQS2kCy0Qc .modal-footer {
    padding: 1rem;
  }
}
.cid-sQS2kCy0Qc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQS2kCy0Qc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQS2kCy0Qc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQS2kCy0Qc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQS2kCy0Qc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQS2kCy0Qc .modal-lg,
  .cid-sQS2kCy0Qc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQS2kCy0Qc .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQS2kCy0Qc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQS2kCy0Qc .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-sQS2kCy0Qc .form-group {
  margin-bottom: 1rem;
}
.cid-sQS2kCy0Qc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQS2kCy0Qc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQS2kCy0Qc .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-sQS2kCy0Qc .mbr-section-btn {
  margin: 0;
}
.cid-sQS2kCy0Qc .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQWpVeUKL6 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQWpVeUKL6 .media-container-row {
  align-items: center;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQWpVeUKL6 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sQWpVeUKL6 .foot-menu-item {
  transform: 0.2s;
}
.cid-sQWpVeUKL6 .foot-menu-item:hover a {
  color: #fba039 !important;
}
.cid-sQWpVeUKL6 .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sQWpVeUKL6 .foot-menu-item:hover::before {
  width: 60px;
  background-color: #fba039;
}
.cid-sQWpVeUKL6 .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sQWpVeUKL6 .foot-menu {
    justify-content: center;
  }
  .cid-sQWpVeUKL6 .mbr-text {
    text-align: center;
  }
  .cid-sQWpVeUKL6 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQWpVeUKL6 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sQWpVeUKL6 .link:hover {
  color: #ffffff;
}
.cid-sQWpVeUKL6 .media-container-row .mbr-text {
  text-align: center;
}
.cid-sQXXFw5X6l {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sQXXFw5X6l h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sQXXFw5X6l .container {
    position: relative;
  }
  .cid-sQXXFw5X6l .row {
    margin: 0;
  }
  .cid-sQXXFw5X6l h2 {
    margin: 0;
  }
}
.cid-sQXXFw5X6l .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sQXXFw5X6l .mbr-section-subtitle {
  color: #ff497c;
}
.cid-sQXXFw5X6l .container-column,
.cid-sQXXFw5X6l h2 {
  color: #ffffff;
}
.cid-sQXXFw5X6l .mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-sQWMDTORws {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQWMDTORws .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sQWMDTORws .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-sQWMDTORws .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-sQWMDTORws .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-sQSaxhejgJ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sQSaxhejgJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sQSaxhejgJ .mbr-title {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sQSaxhejgJ .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-sQSaxhejgJ h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-sQSaxhejgJ .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQSaxhejgJ .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sQSaxhejgJ .row {
    margin: 0;
  }
}
.cid-sQSaxhejgJ .mbr-subtitle {
  color: #652d94;
  text-align: center;
}
.cid-sQSaxhejgJ .mbr-text P {
  text-align: center;
}
.cid-sQSa8B5ihb .google-map {
  height: 25rem;
  position: relative;
}
.cid-sQSa8B5ihb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQSa8B5ihb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sQSa8B5ihb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sQSa8B5ihb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sR2EmWWq48 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sR2EmWWq48 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sR2EmWWq48 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sR2EmWWq48 .align-center {
    text-align: center;
  }
}
.cid-sQWpTopEcz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sQWpTopEcz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQWpTopEcz .row {
  flex-direction: row-reverse;
}
.cid-sQWpTopEcz img {
  width: 100%;
}
.cid-sQWpVeUKL6 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQWpVeUKL6 .media-container-row {
  align-items: center;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQWpVeUKL6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQWpVeUKL6 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sQWpVeUKL6 .foot-menu-item {
  transform: 0.2s;
}
.cid-sQWpVeUKL6 .foot-menu-item:hover a {
  color: #fba039 !important;
}
.cid-sQWpVeUKL6 .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sQWpVeUKL6 .foot-menu-item:hover::before {
  width: 60px;
  background-color: #fba039;
}
.cid-sQWpVeUKL6 .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sQWpVeUKL6 .foot-menu {
    justify-content: center;
  }
  .cid-sQWpVeUKL6 .mbr-text {
    text-align: center;
  }
  .cid-sQWpVeUKL6 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQWpVeUKL6 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sQWpVeUKL6 .link:hover {
  color: #ffffff;
}
.cid-sQWpVeUKL6 .media-container-row .mbr-text {
  text-align: center;
}
.cid-sQYoTOPRxg.popup-builder {
  background-color: #ffffff;
}
.cid-sQYoTOPRxg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQYoTOPRxg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQYoTOPRxg .modal-content,
.cid-sQYoTOPRxg .modal-dialog {
  height: auto;
}
.cid-sQYoTOPRxg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQYoTOPRxg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQYoTOPRxg .form-wrapper .mbr-form .form-group,
  .cid-sQYoTOPRxg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQYoTOPRxg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQYoTOPRxg .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-sQYoTOPRxg .mbr-text {
  text-align: center;
}
.cid-sQYoTOPRxg .pt-0 {
  padding-top: 0 !important;
}
.cid-sQYoTOPRxg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQYoTOPRxg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQYoTOPRxg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQYoTOPRxg .modal-open {
  overflow: hidden;
}
.cid-sQYoTOPRxg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQYoTOPRxg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQYoTOPRxg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQYoTOPRxg .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-sQYoTOPRxg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQYoTOPRxg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQYoTOPRxg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQYoTOPRxg .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sQYoTOPRxg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQYoTOPRxg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQYoTOPRxg .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQYoTOPRxg .modal-backdrop.show {
  opacity: .5;
}
.cid-sQYoTOPRxg .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-sQYoTOPRxg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQYoTOPRxg .modal-header {
    padding: 1rem;
  }
}
.cid-sQYoTOPRxg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQYoTOPRxg .modal-header .close svg {
  fill: #ffffff;
}
.cid-sQYoTOPRxg .modal-header .close:hover {
  opacity: 1;
}
.cid-sQYoTOPRxg .modal-header .close:focus {
  outline: none;
}
.cid-sQYoTOPRxg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQYoTOPRxg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQYoTOPRxg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQYoTOPRxg .modal-body {
    padding: 1rem;
  }
}
.cid-sQYoTOPRxg .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-sQYoTOPRxg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQYoTOPRxg .modal-footer {
    padding: 1rem;
  }
}
.cid-sQYoTOPRxg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQYoTOPRxg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQYoTOPRxg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQYoTOPRxg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQYoTOPRxg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQYoTOPRxg .modal-lg,
  .cid-sQYoTOPRxg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQYoTOPRxg .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQYoTOPRxg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQYoTOPRxg .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-sQYoTOPRxg .form-group {
  margin-bottom: 1rem;
}
.cid-sQYoTOPRxg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQYoTOPRxg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQYoTOPRxg .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-sQYoTOPRxg .mbr-section-btn {
  margin: 0;
}
.cid-sQYoTOPRxg .mbr-section-btn .btn {
  margin: 0;
}
.cid-sV6NxlEtXB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sV6NxlEtXB h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sV6NxlEtXB .container {
    position: relative;
  }
  .cid-sV6NxlEtXB .row {
    margin: 0;
  }
  .cid-sV6NxlEtXB h2 {
    margin: 0;
  }
}
.cid-sV6NxlEtXB .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sV6NxlEtXB .mbr-section-subtitle {
  color: #ff497c;
}
.cid-sV6NxlEtXB .container-column,
.cid-sV6NxlEtXB h2 {
  color: #ffffff;
}
.cid-sV6NxlEtXB .mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-sV6NxpL3K7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sV6NxpL3K7 .btn.btn-primary-outline {
  border: 1px solid #fba039;
}
.cid-sV6NxpL3K7 .btn.btn-primary-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sV6NxpL3K7 .btn.btn-secondary-outline {
  border: 1px solid #652d94;
}
.cid-sV6NxpL3K7 .btn.btn-secondary-outline:hover {
  background-color: #652d94 !important;
  color: #ffffff !important;
}
.cid-sV6NxpL3K7 .btn.btn-success-outline {
  border: 1px solid #fba039;
}
.cid-sV6NxpL3K7 .btn.btn-success-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sV6NxpL3K7 .btn.btn-info-outline {
  border: 1px solid #82786e;
}
.cid-sV6NxpL3K7 .btn.btn-info-outline:hover {
  background-color: #82786e !important;
  color: #ffffff !important;
}
.cid-sV6NxpL3K7 .btn.btn-warning-outline {
  border: 1px solid #000000;
}
.cid-sV6NxpL3K7 .btn.btn-warning-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sV6NxpL3K7 .btn.btn-danger-outline {
  border: 1px solid #fba039;
}
.cid-sV6NxpL3K7 .btn.btn-danger-outline:hover {
  background-color: #fba039 !important;
  color: #ffffff !important;
}
.cid-sV6NxpL3K7 .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sV6NxpL3K7 .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sV6NxpL3K7 .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sV6NxpL3K7 .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sV6NxqQ5LK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sV6NxqQ5LK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV6NxqQ5LK .row {
  flex-direction: row-reverse;
}
.cid-sV6NxqQ5LK img {
  width: 100%;
}
.cid-sV6Nxu24fZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sV6Nxu24fZ .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sV6Nxu24fZ .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sV6Nxu24fZ .align-center {
    text-align: center;
  }
}
#custom-html-b5 {
  /* Type valid CSS here */
}
#custom-html-b5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-b5 p {
  font-size: 60px;
  color: #777;
}
.cid-sV6NxvFjfp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sV6NxvFjfp [class^="socicon-"]:before,
.cid-sV6NxvFjfp [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sV6NxvFjfp .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sV6NxvFjfp .btn-social,
.cid-sV6NxvFjfp .mbr-section-title {
  color: #57468b;
}
.cid-sV6NxvFjfp .soc-item {
  width: 45px;
  height: 45px;
  background: #652d94;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sV6NxvFjfp .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-sV6NxvFjfp .soc-item:hover span {
  color: #fba039 !important;
}
.cid-sV6NxAaA0z {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sV6NxAaA0z .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sV6NxAaA0z .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sV6NxAaA0z .align-center {
    text-align: center;
  }
}
.cid-sV6NxBLeeH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sV6NxBLeeH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sV6NxBLeeH .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-sV6NxBLeeH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-sV6NxBLeeH .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-sV6NxDDENc.popup-builder {
  background-color: #ffffff;
}
.cid-sV6NxDDENc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sV6NxDDENc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sV6NxDDENc .modal-content,
.cid-sV6NxDDENc .modal-dialog {
  height: auto;
}
.cid-sV6NxDDENc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sV6NxDDENc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sV6NxDDENc .form-wrapper .mbr-form .form-group,
  .cid-sV6NxDDENc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sV6NxDDENc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sV6NxDDENc .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-sV6NxDDENc .mbr-text {
  text-align: center;
}
.cid-sV6NxDDENc .pt-0 {
  padding-top: 0 !important;
}
.cid-sV6NxDDENc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sV6NxDDENc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sV6NxDDENc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sV6NxDDENc .modal-open {
  overflow: hidden;
}
.cid-sV6NxDDENc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sV6NxDDENc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sV6NxDDENc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sV6NxDDENc .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-sV6NxDDENc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sV6NxDDENc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sV6NxDDENc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sV6NxDDENc .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sV6NxDDENc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sV6NxDDENc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sV6NxDDENc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sV6NxDDENc .modal-backdrop.show {
  opacity: .5;
}
.cid-sV6NxDDENc .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-sV6NxDDENc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sV6NxDDENc .modal-header {
    padding: 1rem;
  }
}
.cid-sV6NxDDENc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sV6NxDDENc .modal-header .close svg {
  fill: #ffffff;
}
.cid-sV6NxDDENc .modal-header .close:hover {
  opacity: 1;
}
.cid-sV6NxDDENc .modal-header .close:focus {
  outline: none;
}
.cid-sV6NxDDENc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sV6NxDDENc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sV6NxDDENc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sV6NxDDENc .modal-body {
    padding: 1rem;
  }
}
.cid-sV6NxDDENc .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-sV6NxDDENc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sV6NxDDENc .modal-footer {
    padding: 1rem;
  }
}
.cid-sV6NxDDENc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sV6NxDDENc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sV6NxDDENc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sV6NxDDENc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sV6NxDDENc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sV6NxDDENc .modal-lg,
  .cid-sV6NxDDENc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sV6NxDDENc .modal-xl {
    max-width: 1140px;
  }
}
.cid-sV6NxDDENc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sV6NxDDENc .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-sV6NxDDENc .form-group {
  margin-bottom: 1rem;
}
.cid-sV6NxDDENc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sV6NxDDENc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sV6NxDDENc .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-sV6NxDDENc .mbr-section-btn {
  margin: 0;
}
.cid-sV6NxDDENc .mbr-section-btn .btn {
  margin: 0;
}
.cid-sV6NxFMx0e.popup-builder {
  background-color: #ffffff;
}
.cid-sV6NxFMx0e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sV6NxFMx0e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sV6NxFMx0e .modal-content,
.cid-sV6NxFMx0e .modal-dialog {
  height: auto;
}
.cid-sV6NxFMx0e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sV6NxFMx0e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sV6NxFMx0e .form-wrapper .mbr-form .form-group,
  .cid-sV6NxFMx0e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sV6NxFMx0e .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sV6NxFMx0e .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-sV6NxFMx0e .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sV6NxFMx0e .pt-0 {
  padding-top: 0 !important;
}
.cid-sV6NxFMx0e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sV6NxFMx0e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sV6NxFMx0e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sV6NxFMx0e .modal-open {
  overflow: hidden;
}
.cid-sV6NxFMx0e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sV6NxFMx0e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sV6NxFMx0e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sV6NxFMx0e .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-sV6NxFMx0e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sV6NxFMx0e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sV6NxFMx0e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sV6NxFMx0e .modal-content {
  background: #652d94;
  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-sV6NxFMx0e .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sV6NxFMx0e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sV6NxFMx0e .modal-backdrop.fade {
  opacity: 0;
}
.cid-sV6NxFMx0e .modal-backdrop.show {
  opacity: .5;
}
.cid-sV6NxFMx0e .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-sV6NxFMx0e .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sV6NxFMx0e .modal-header {
    padding: 1rem;
  }
}
.cid-sV6NxFMx0e .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sV6NxFMx0e .modal-header .close svg {
  fill: #ffffff;
}
.cid-sV6NxFMx0e .modal-header .close:hover {
  opacity: 1;
}
.cid-sV6NxFMx0e .modal-header .close:focus {
  outline: none;
}
.cid-sV6NxFMx0e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sV6NxFMx0e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sV6NxFMx0e .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sV6NxFMx0e .modal-body {
    padding: 1rem;
  }
}
.cid-sV6NxFMx0e .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-sV6NxFMx0e .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sV6NxFMx0e .modal-footer {
    padding: 1rem;
  }
}
.cid-sV6NxFMx0e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sV6NxFMx0e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sV6NxFMx0e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sV6NxFMx0e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sV6NxFMx0e .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sV6NxFMx0e .modal-lg,
  .cid-sV6NxFMx0e .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sV6NxFMx0e .modal-xl {
    max-width: 1140px;
  }
}
.cid-sV6NxFMx0e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sV6NxFMx0e .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-sV6NxFMx0e .form-group {
  margin-bottom: 1rem;
}
.cid-sV6NxFMx0e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sV6NxFMx0e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sV6NxFMx0e .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-sV6NxFMx0e .mbr-section-btn {
  margin: 0;
}
.cid-sV6NxFMx0e .mbr-section-btn .btn {
  margin: 0;
}
.cid-sV6NxHVWuu.popup-builder {
  background-color: #ffffff;
}
.cid-sV6NxHVWuu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sV6NxHVWuu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sV6NxHVWuu .modal-content,
.cid-sV6NxHVWuu .modal-dialog {
  height: auto;
}
.cid-sV6NxHVWuu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sV6NxHVWuu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sV6NxHVWuu .form-wrapper .mbr-form .form-group,
  .cid-sV6NxHVWuu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sV6NxHVWuu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sV6NxHVWuu .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-sV6NxHVWuu .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sV6NxHVWuu .pt-0 {
  padding-top: 0 !important;
}
.cid-sV6NxHVWuu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sV6NxHVWuu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sV6NxHVWuu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sV6NxHVWuu .modal-open {
  overflow: hidden;
}
.cid-sV6NxHVWuu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sV6NxHVWuu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sV6NxHVWuu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sV6NxHVWuu .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-sV6NxHVWuu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sV6NxHVWuu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sV6NxHVWuu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sV6NxHVWuu .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sV6NxHVWuu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sV6NxHVWuu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sV6NxHVWuu .modal-backdrop.fade {
  opacity: 0;
}
.cid-sV6NxHVWuu .modal-backdrop.show {
  opacity: .5;
}
.cid-sV6NxHVWuu .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-sV6NxHVWuu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sV6NxHVWuu .modal-header {
    padding: 1rem;
  }
}
.cid-sV6NxHVWuu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sV6NxHVWuu .modal-header .close svg {
  fill: #ffffff;
}
.cid-sV6NxHVWuu .modal-header .close:hover {
  opacity: 1;
}
.cid-sV6NxHVWuu .modal-header .close:focus {
  outline: none;
}
.cid-sV6NxHVWuu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fba039;
}
.cid-sV6NxHVWuu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sV6NxHVWuu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sV6NxHVWuu .modal-body {
    padding: 1rem;
  }
}
.cid-sV6NxHVWuu .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-sV6NxHVWuu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sV6NxHVWuu .modal-footer {
    padding: 1rem;
  }
}
.cid-sV6NxHVWuu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sV6NxHVWuu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sV6NxHVWuu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sV6NxHVWuu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sV6NxHVWuu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sV6NxHVWuu .modal-lg,
  .cid-sV6NxHVWuu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sV6NxHVWuu .modal-xl {
    max-width: 1140px;
  }
}
.cid-sV6NxHVWuu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sV6NxHVWuu .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-sV6NxHVWuu .form-group {
  margin-bottom: 1rem;
}
.cid-sV6NxHVWuu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sV6NxHVWuu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sV6NxHVWuu .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-sV6NxHVWuu .mbr-section-btn {
  margin: 0;
}
.cid-sV6NxHVWuu .mbr-section-btn .btn {
  margin: 0;
}
.cid-sV6NxK0Msv {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sV6NxK0Msv .media-container-row {
  align-items: center;
}
.cid-sV6NxK0Msv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sV6NxK0Msv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sV6NxK0Msv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sV6NxK0Msv .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sV6NxK0Msv .foot-menu-item {
  transform: 0.2s;
}
.cid-sV6NxK0Msv .foot-menu-item:hover a {
  color: #fba039 !important;
}
.cid-sV6NxK0Msv .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sV6NxK0Msv .foot-menu-item:hover::before {
  width: 60px;
  background-color: #fba039;
}
.cid-sV6NxK0Msv .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sV6NxK0Msv .foot-menu {
    justify-content: center;
  }
  .cid-sV6NxK0Msv .mbr-text {
    text-align: center;
  }
  .cid-sV6NxK0Msv .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sV6NxK0Msv .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sV6NxK0Msv .link:hover {
  color: #ffffff;
}
.cid-sV6NxK0Msv .media-container-row .mbr-text {
  text-align: center;
}
