.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #feefe6;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 8.5rem;
  line-height: 1;
  letter-spacing: -0.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 10.625rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 6rem;
  letter-spacing: -0.2rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: -0.056rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4rem;
  line-height: 110%;
  letter-spacing: -0.128rem;
}
.display-5 > .mbr-iconfont {
  font-size: 5rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.064rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f7b801 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7b801 !important;
  border-color: #f7b801 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fec92d !important;
  border-color: #fec92d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fec92d !important;
  border-color: #fec92d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7678ed !important;
  border-color: #7678ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a3a4f3 !important;
  border-color: #a3a4f3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a3a4f3 !important;
  border-color: #a3a4f3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f7b801;
  color: #f7b801;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a17801 !important;
  background-color: transparent !important;
  border-color: #a17801 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7b801 !important;
  border-color: #f7b801 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7678ed;
  color: #7678ed;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #292ce3 !important;
  background-color: transparent !important;
  border-color: #292ce3 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7678ed !important;
  border-color: #7678ed !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f7b801 !important;
}
.text-secondary {
  color: #7678ed !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #916c01 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1d21e0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f7b801;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7b801;
  border-color: #f7b801;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7b801;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff0c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.064rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f7b801 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.064rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #f7b801;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7b801;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7b801;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f7b801;
  border-bottom-color: #f7b801;
}
.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: #f7b801 !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: #7678ed !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='%23f7b801' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 30px 48px;
  border-radius: .6rem !important;
  font-weight: 500 !important;
}
@media (max-width: 1440px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 24px 36px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 18px;
  font-size: 24px;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.cid-uvTLCBH2gU {
  background-color: #f7b801;
  overflow: hidden;
}
.cid-uvTLCBH2gU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBH2gU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBH2gU .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBH2gU .content-wrapper {
  position: relative;
}
.cid-uvTLCBH2gU .content-wrapper img {
  position: absolute;
  border-radius: 0.6rem !important;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uvTLCBH2gU .content-wrapper img {
    display: none;
  }
}
.cid-uvTLCBH2gU .content-wrapper .image_1 {
  width: 420px;
  height: 110px;
  top: -8rem;
  left: 0;
}
.cid-uvTLCBH2gU .content-wrapper .image_2 {
  width: 390px;
  height: 140px;
  top: -8rem;
  right: 0;
}
.cid-uvTLCBH2gU .content-wrapper .image_3 {
  width: 250px;
  height: 155px;
  bottom: -10rem;
  right: 0;
}
.cid-uvTLCBH2gU .content-wrapper .icon_1 {
  position: absolute;
  bottom: -10rem;
  left: 0;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  font-size: 60px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f35b04;
}
@media (max-width: 1199px) {
  .cid-uvTLCBH2gU .content-wrapper .icon_1 {
    display: none;
  }
}
.cid-uvTLCBH2gU .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uvTLCBH2gU .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvTLCBH2gU .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBH2gU .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-uvTLCBH2gU .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBH2gU .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uvTLCBH2gU .mbr-section-title {
  color: #ffffff;
}
.cid-uvTLCBH2gU .mbr-text,
.cid-uvTLCBH2gU .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uvTLCBH2gU .mbr-section-title,
.cid-uvTLCBH2gU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uvTLCBIbQS {
  background-color: #f35b04;
}
.cid-uvTLCBIbQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBIbQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBIbQS .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBIbQS .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uvTLCBIbQS .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-uvTLCBIbQS .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBIbQS .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uvTLCBIbQS .mbr-section-title {
  color: #202020;
}
.cid-uvTLCBIbQS .mbr-text,
.cid-uvTLCBIbQS .text-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uvTLCBIbQS .mbr-section-title,
.cid-uvTLCBIbQS .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uvTLCBJDsA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f35b04;
}
.cid-uvTLCBJDsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBJDsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBJDsA .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBJDsA .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uvTLCBJDsA .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvTLCBJDsA .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uvTLCBJDsA .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 150px;
  width: 250px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uvTLCBJDsA .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uvTLCBJDsA .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uvTLCBJD9v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f35b04;
}
.cid-uvTLCBJD9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBJD9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTLCBJD9v .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uvTLCBJD9v .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBJD9v .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBJD9v .card {
  justify-content: center;
}
.cid-uvTLCBJD9v .google-map iframe {
  height: 600px;
  border-radius: 0.6rem !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uvTLCBJD9v .google-map iframe {
    height: 350px;
  }
}
.cid-uvTLCBJ595 {
  background-color: #f7b801;
}
@media (max-width: 992px) {
  .cid-uvTLCBJ595 .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBJ595 .content-wrapper {
  margin-bottom: 66px;
}
.cid-uvTLCBJ595 .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 36px;
  background-color: #f35b04;
}
@media (max-width: 992px) {
  .cid-uvTLCBJ595 .content-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBJ595 .content-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uvTLCBJ595 .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBJ595 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uvTLCBJ595 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uvTLCBJ595 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 592px;
  max-width: 592px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uvTLCBJ595 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uvTLCBJ595 .embla__slide .slide-content {
  width: 100%;
}
.cid-uvTLCBJ595 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #f35b04;
  border-radius: 0.6rem !important;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uvTLCBJ595 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uvTLCBJ595 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvTLCBJ595 .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBJ595 .embla__slide .slide-content .item-wrapper .item-img img {
  display: inline-flex;
  height: 360px;
  width: 100%;
  border-radius: 0.6rem !important;
  object-fit: cover;
}
.cid-uvTLCBJ595 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uvTLCBJ595 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uvTLCBJ595 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvTLCBJ595 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .tags-wrap .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin: 0 10px 10px 0;
  background-color: #f7b801;
}
.cid-uvTLCBJ595 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin: 0;
}
.cid-uvTLCBJ595 .embla__button--next,
.cid-uvTLCBJ595 .embla__button--prev {
  display: flex;
}
.cid-uvTLCBJ595 .embla__button {
  bottom: 0;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #f35b04 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uvTLCBJ595 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uvTLCBJ595 .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uvTLCBJ595 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uvTLCBJ595 .embla__button.embla__button--next {
  right: 0;
}
.cid-uvTLCBJ595 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uvTLCBJ595 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uvTLCBJ595 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvTLCBJ595 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvTLCBJ595 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvTLCBJ595 .mbr-desc {
  color: #ffffff;
}
.cid-uvTLCBJ595 .mbr-section-title {
  color: #000000;
}
.cid-uvTLCBJ595 .mbr-text {
  color: #ffffff;
}
.cid-uvTLCBJ595 .item-tag {
  color: #ffffff;
}
.cid-uvTLCBJ595 .item-text {
  color: #ffffff;
}
.cid-uvTLCBJ595 .mbr-desc,
.cid-uvTLCBJ595 .desc-wrap {
  color: #FFFFFF;
}
.cid-uvTLCBJ595 .mbr-text,
.cid-uvTLCBJ595 .text-wrap {
  color: #000000;
}
.cid-uvTLCBJ595 .item-tag,
.cid-uvTLCBJ595 .tags-wrapper {
  color: #000000;
}
.cid-uvTLCBJ595 .item-text,
.cid-uvTLCBJ595 .icon-wrapper {
  color: #FFFFFF;
}
.cid-uvTLCBK7OF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f35b04;
}
.cid-uvTLCBK7OF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBK7OF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTLCBK7OF .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uvTLCBK7OF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBK7OF .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBK7OF .card {
  justify-content: center;
}
.cid-uvTLCBK7OF .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #f7b801;
  border-radius: 0.6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uvTLCBK7OF .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uvTLCBK7OF .content-wrapper .tab-content {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uvTLCBK7OF .content-wrapper .tab-content {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uvTLCBK7OF .content-wrapper .tab-content .tab-pane .content-wrap .card-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uvTLCBK7OF .content-wrapper .tab-content .tab-pane .content-wrap .card-title {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBK7OF .content-wrapper .tab-content .tab-pane .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uvTLCBK7OF .content-wrapper .tabs-wrap {
  width: 35%;
}
@media (max-width: 1500px) {
  .cid-uvTLCBK7OF .content-wrapper .tabs-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBK7OF .content-wrapper .tabs-wrap {
    width: 100%;
  }
}
.cid-uvTLCBK7OF .content-wrapper .tabs-wrap .nav.nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border: none;
}
@media (max-width: 1240px) {
  .cid-uvTLCBK7OF .content-wrapper .tabs-wrap .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBK7OF .content-wrapper .tabs-wrap .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uvTLCBK7OF .content-wrapper .tabs-wrap .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
.cid-uvTLCBK7OF .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-uvTLCBK7OF .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column-reverse !important;
  justify-content: center;
  padding: 32px;
  margin-bottom: 0;
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
  border-radius: 0.6rem !important;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvTLCBK7OF .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 20px;
  }
}
.cid-uvTLCBK7OF .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link img {
  height: 225px;
  object-fit: cover;
  border-radius: 0.6rem !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvTLCBK7OF .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link img {
    padding: 28px;
  }
}
.cid-uvTLCBK7OF .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  width: 44px;
  height: 44px;
  font-size: 24px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10px 0 0 0 !important;
}
.cid-uvTLCBK7OF .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #f7b801;
}
.cid-uvTLCBK7OF .card-title {
  color: #000000;
}
.cid-uvTLCBK7OF .card-text {
  color: #000000;
}
.cid-uvTLCBL0P3 {
  overflow: hidden;
  background-color: #f35b04;
}
.cid-uvTLCBL0P3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBL0P3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBL0P3 .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBL0P3 .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #f7b801;
}
.cid-uvTLCBL0P3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uvTLCBL0P3 .panel-group .card {
  border-radius: 0.6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uvTLCBL0P3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uvTLCBL0P3 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uvTLCBL0P3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uvTLCBL0P3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvTLCBL0P3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
  border: 1px solid #000000;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uvTLCBL0P3 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uvTLCBL0P3 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uvTLCBL0P3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #000000;
  color: #ffffff;
}
.cid-uvTLCBL0P3 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uvTLCBL0P3 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uvTLCBL0P3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uvTLCBL0P3 .mbr-desc {
  color: #202020;
}
.cid-uvTLCBL0P3 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uvTLCBL0P3 .panel-title-edit {
  color: #000000;
}
.cid-uvTLCBL0P3 .panel-text {
  color: #000000;
}
.cid-uvTLCBL0P3 .mbr-desc,
.cid-uvTLCBL0P3 .desc-wrapper {
  color: #000000;
}
.cid-uvTLCBLFLj {
  overflow: hidden;
  background-color: #f7b801;
}
.cid-uvTLCBLFLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBLFLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBLFLj .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBLFLj .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvTLCBLFLj .card-wrapper {
    display: block;
  }
}
.cid-uvTLCBLFLj .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uvTLCBLFLj .card-wrapper .number-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.cid-uvTLCBLFLj .card-wrapper .number-wrap .mbr-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uvTLCBLFLj .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  top: -50vh;
  width: 1px;
  height: 200vh;
  background-color: #ffffff;
  opacity: 0.33;
}
@media (max-width: 992px) {
  .cid-uvTLCBLFLj .card-wrapper .number-wrap::before {
    display: none;
  }
}
.cid-uvTLCBLFLj .card-wrapper .card-wrap .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-uvTLCBLFLj .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBLFLj .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uvTLCBLFLj .card-wrapper .card-wrap .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-uvTLCBLFLj .card-wrapper .card-wrap .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBLFLj .card-wrapper .card-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uvTLCBLFLj .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uvTLCBLFLj .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uvTLCBLFLj .card-wrapper .card-wrap .items-wrapper .item {
  background-color: #ffffff;
  border-radius: 0.8rem !important;
  padding: 32px 36px;
}
@media (max-width: 992px) {
  .cid-uvTLCBLFLj .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uvTLCBLFLj .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 28px;
}
.cid-uvTLCBLFLj .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #000000;
  display: inline-flex;
}
.cid-uvTLCBLFLj .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
.cid-uvTLCBLFLj .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uvTLCBLFLj .mbr-section-title {
  color: #ffffff;
}
.cid-uvTLCBLFLj .mbr-text {
  color: #ffffff;
}
.cid-uvTLCBLFLj .card-number {
  color: #000000;
}
.cid-uvTLCBLFLj .card-title {
  color: #000000;
}
.cid-uvTLCBLFLj .card-text {
  color: #000000;
}
.cid-uvTLCBLFLj .mbr-number,
.cid-uvTLCBLFLj .number-wrap {
  color: #3A6EA5;
}
.cid-uvTLCBLFLj .mbr-section-title,
.cid-uvTLCBLFLj .title-wrap {
  color: #000000;
}
.cid-uvTLCBLFLj .mbr-text,
.cid-uvTLCBLFLj .text-wrap {
  color: #000000;
}
.cid-uvTLCBLFLj .card-title,
.cid-uvTLCBLFLj .icon-wrapper {
  color: #000000;
}
.cid-uvTLCBMRO7 {
  overflow: hidden;
  background-color: #f7b801;
}
.cid-uvTLCBMRO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBMRO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBMRO7 .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBMRO7 .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvTLCBMRO7 .card-wrapper {
    display: block;
  }
}
.cid-uvTLCBMRO7 .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uvTLCBMRO7 .card-wrapper .number-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.cid-uvTLCBMRO7 .card-wrapper .number-wrap .mbr-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uvTLCBMRO7 .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  top: -50vh;
  width: 1px;
  height: 200vh;
  background-color: #000000;
  opacity: 0.33;
}
@media (max-width: 992px) {
  .cid-uvTLCBMRO7 .card-wrapper .number-wrap::before {
    display: none;
  }
}
.cid-uvTLCBMRO7 .card-wrapper .card-wrap .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-uvTLCBMRO7 .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBMRO7 .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uvTLCBMRO7 .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uvTLCBMRO7 .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uvTLCBMRO7 .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uvTLCBMRO7 .card-wrapper .card-wrap .items-wrapper .item {
  background-color: #ffffff;
  border-radius: 0.8rem !important;
  padding: 32px 36px;
}
@media (max-width: 1199px) {
  .cid-uvTLCBMRO7 .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uvTLCBMRO7 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uvTLCBMRO7 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBMRO7 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #000000;
  display: inline-flex;
}
.cid-uvTLCBMRO7 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uvTLCBMRO7 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBMRO7 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uvTLCBMRO7 .mbr-section-title {
  color: #ffffff;
}
.cid-uvTLCBMRO7 .mbr-text {
  color: #ffffff;
}
.cid-uvTLCBMRO7 .card-number {
  color: #202020;
}
.cid-uvTLCBMRO7 .card-title {
  color: #000000;
}
.cid-uvTLCBMRO7 .card-text {
  color: #000000;
}
.cid-uvTLCBMRO7 .mbr-number,
.cid-uvTLCBMRO7 .number-wrap {
  color: #EF8354;
}
.cid-uvTLCBMRO7 .mbr-section-title,
.cid-uvTLCBMRO7 .title-wrap {
  color: #000000;
}
.cid-uvTLCBMRO7 .card-title,
.cid-uvTLCBMRO7 .icon-wrapper {
  color: #000000;
}
.cid-uvTLCBMD5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f35b04;
}
.cid-uvTLCBMD5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBMD5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBMD5B .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBMD5B .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvTLCBMD5B .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 66px;
  }
}
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .items-wrap {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvTLCBMD5B .content-wrapper .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .items-wrap .item {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 0.6rem !important;
  transform: rotate(-8deg);
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-uvTLCBMD5B .content-wrapper .items-wrapper .items-wrap .item {
    padding: 20px;
  }
}
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .items-wrap .item:nth-child(2n) {
  transform: rotate(-4deg);
}
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .items-wrap .item:nth-child(3n) {
  transform: rotate(0);
}
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .number-wrap .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 3px solid #000000;
  border-radius: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uvTLCBMD5B .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .number-wrap .card-number {
    margin-bottom: 28px;
    width: 64px;
    height: 64px;
  }
}
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .card-wrap {
  display: inline-block;
  width: 50%;
  background-color: #7678ed;
  padding: 50px;
  transform: rotate(-8deg);
  border-radius: 0.6rem !important;
}
@media (max-width: 992px) {
  .cid-uvTLCBMD5B .content-wrapper .items-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .card-wrap a {
  display: block;
  transition: all 0.3s ease-in-out;
}
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .card-wrap a:hover,
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .card-wrap a:hover {
  transform: scale(1.1);
}
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .card-wrap a .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uvTLCBMD5B .content-wrapper .items-wrapper .card-wrap a .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .card-wrap a .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 3px solid #ffffff;
  border-radius: 100%;
  font-size: 57px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvTLCBMD5B .content-wrapper .items-wrapper .card-wrap a .icon-wrapper .mbr-iconfont {
    font-size: 36px;
    width: 64px;
    height: 64px;
  }
}
.cid-uvTLCBMD5B .content-wrapper .items-wrapper .card-wrap a .mbr-title {
  margin-bottom: 0;
}
.cid-uvTLCBMD5B .mbr-section-title {
  color: #000000;
}
.cid-uvTLCBMD5B .card-number,
.cid-uvTLCBMD5B .number-wrap {
  color: #000000;
  text-align: left;
}
.cid-uvTLCBMD5B .card-title {
  color: #000000;
  text-align: left;
}
.cid-uvTLCBMD5B .mbr-title {
  color: #ffffff;
}
.cid-uvTLCBMD5B .mbr-section-title,
.cid-uvTLCBMD5B .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uvTLCBMD5B .mbr-title,
.cid-uvTLCBMD5B .icon-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uvTLCBMD5B .card-title,
.cid-uvTLCBMD5B .icon-wrapper {
  color: #000000;
}
.cid-uvTLCBNQUP {
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/966383/assets/images/photo-1509478861672-91e9a2f90c04.jpeg");
}
.cid-uvTLCBNQUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBNQUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBNQUP .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBNQUP .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0.6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uvTLCBNQUP .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-uvTLCBNQUP .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBNQUP .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uvTLCBNQUP .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvTLCBNQUP .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBNQUP .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvTLCBNQUP .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBNQUP .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uvTLCBNQUP .mbr-desc {
  color: #000000;
}
.cid-uvTLCBNQUP .mbr-section-title {
  color: #000000;
}
.cid-uvTLCBNQUP .mbr-text {
  color: #000000;
}
.cid-uvTLCBNQUP .mbr-section-title,
.cid-uvTLCBNQUP .card-wrapper {
  color: #000000;
}
.cid-uvTLCBOT0h {
  overflow: hidden;
  background-color: #f7b801;
}
.cid-uvTLCBOT0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBOT0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBOT0h .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBOT0h .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvTLCBOT0h .card-wrapper {
    display: block;
  }
}
.cid-uvTLCBOT0h .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uvTLCBOT0h .card-wrapper .number-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.cid-uvTLCBOT0h .card-wrapper .number-wrap .mbr-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uvTLCBOT0h .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 1px;
  height: 200vh;
  background-color: #000000;
  opacity: 0.33;
}
@media (max-width: 992px) {
  .cid-uvTLCBOT0h .card-wrapper .number-wrap::before {
    display: none;
  }
}
.cid-uvTLCBOT0h .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uvTLCBOT0h .card-wrapper .card-wrap .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-uvTLCBOT0h .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBOT0h .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uvTLCBOT0h .card-wrapper .card-wrap .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-uvTLCBOT0h .card-wrapper .card-wrap .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBOT0h .card-wrapper .card-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uvTLCBOT0h .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uvTLCBOT0h .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uvTLCBOT0h .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uvTLCBOT0h .card-wrapper .card-wrap .items-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 0.8rem !important;
  padding: 32px 36px;
}
@media (max-width: 1199px) {
  .cid-uvTLCBOT0h .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uvTLCBOT0h .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.cid-uvTLCBOT0h .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uvTLCBOT0h .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 28px;
}
.cid-uvTLCBOT0h .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 18px;
}
.cid-uvTLCBOT0h .card-wrapper .card-wrap .items-wrapper .item .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvTLCBOT0h .mbr-section-title {
  color: #ffffff;
}
.cid-uvTLCBOT0h .mbr-text {
  color: #ffffff;
}
.cid-uvTLCBOT0h .card-number {
  color: #202020;
}
.cid-uvTLCBOT0h .card-name {
  color: #000000;
}
.cid-uvTLCBOT0h .card-role {
  color: #000000;
  text-align: center;
}
.cid-uvTLCBOT0h .card-name,
.cid-uvTLCBOT0h .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uvTLCBOT0h .mbr-number,
.cid-uvTLCBOT0h .number-wrap {
  color: #2EC4B6;
}
.cid-uvTLCBOT0h .mbr-section-title,
.cid-uvTLCBOT0h .title-wrap {
  color: #000000;
}
.cid-uvTLCBOT0h .mbr-text,
.cid-uvTLCBOT0h .text-wrap {
  color: #000000;
}
.cid-uvTLCBOB9f {
  background-color: #f7b801;
}
@media (max-width: 992px) {
  .cid-uvTLCBOB9f .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBOB9f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uvTLCBOB9f .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvTLCBOB9f .embla__slide .slide-content {
  width: 100%;
}
.cid-uvTLCBOB9f .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvTLCBOB9f .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBOB9f .embla__slide .slide-content .item-wrapper .item-img img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  border-radius: 0.6rem !important;
  object-fit: cover;
}
.cid-uvTLCBOB9f .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uvTLCBOB9f .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uvTLCBOB9f .embla__slide .slide-content .item-content .text-wrap .item-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uvTLCBOB9f .embla__slide .slide-content .item-content .text-wrap .item-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBOB9f .embla__slide .slide-content .item-content .text-wrap .item-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uvTLCBOB9f .embla__button--next,
.cid-uvTLCBOB9f .embla__button--prev {
  display: flex;
}
.cid-uvTLCBOB9f .embla__button {
  bottom: 0;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #f35b04 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uvTLCBOB9f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uvTLCBOB9f .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uvTLCBOB9f .embla__button.embla__button--prev {
  left: 0;
}
.cid-uvTLCBOB9f .embla__button.embla__button--next {
  right: 0;
}
.cid-uvTLCBOB9f .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uvTLCBOB9f .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uvTLCBOB9f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvTLCBOB9f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvTLCBOB9f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvTLCBOB9f .item-title {
  color: #ffffff;
}
.cid-uvTLCBOB9f .item-text,
.cid-uvTLCBOB9f .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uvTLCBOB9f .item-title,
.cid-uvTLCBOB9f .item-img {
  text-align: center;
  color: #000000;
}
.cid-uvTLCBPp4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uvTLCBPp4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBPp4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBPp4a .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBPp4a .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  border: 1px solid #000000;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uvTLCBPp4a .content-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBPp4a .content-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uvTLCBPp4a .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBPp4a .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uvTLCBPp4a .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 40px;
  margin-right: 16px;
  color: #000000;
}
.cid-uvTLCBPp4a .content-wrapper .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uvTLCBPp4a .mbr-desc {
  color: #202020;
}
.cid-uvTLCBPp4a .mbr-section-title {
  color: #000000;
}
.cid-uvTLCBPp4a .mbr-date {
  color: #202020;
}
.cid-uvTLCBPp4a .mbr-desc,
.cid-uvTLCBPp4a .desc-wrap {
  color: #000000;
}
.cid-uvTLCBPp4a .mbr-date,
.cid-uvTLCBPp4a .date-wrapper {
  color: #000000;
}
.cid-uvTLCBPX10 {
  overflow: hidden;
  background-color: #f7b801;
}
.cid-uvTLCBPX10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBPX10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBPX10 .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBPX10 .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvTLCBPX10 .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBPX10 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uvTLCBPX10 .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uvTLCBPX10 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvTLCBPX10 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uvTLCBPX10 .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBPX10 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uvTLCBPX10 .mbr-section-title {
  color: #ffffff;
}
.cid-uvTLCBPX10 .mbr-text,
.cid-uvTLCBPX10 .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uvTLCBPX10 .mbr-section-title,
.cid-uvTLCBPX10 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uvTLCBPsWc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uvTLCBPsWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBPsWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBPsWc .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBPsWc .image-wrapper {
  position: relative;
}
.cid-uvTLCBPsWc .image-wrapper img {
  height: 800px;
  width: 100%;
  border-radius: 0.6rem !important;
  object-fit: cover;
}
.cid-uvTLCBQl4n {
  overflow: hidden;
  background-color: #f35b04;
}
.cid-uvTLCBQl4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBQl4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBQl4n .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBQl4n .card {
  justify-content: center;
}
.cid-uvTLCBQl4n .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBQl4n .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uvTLCBQl4n .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uvTLCBQl4n .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #f7b801;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-uvTLCBQl4n .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-uvTLCBQl4n .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvTLCBQl4n .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #ffffff;
  }
}
.cid-uvTLCBQl4n .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvTLCBQl4n .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-uvTLCBQl4n .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #f35b04;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uvTLCBQl4n .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uvTLCBQl4n .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-uvTLCBQl4n .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-uvTLCBQl4n .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBQl4n .text-wrapper {
    margin-top: 80px;
  }
}
.cid-uvTLCBQl4n .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvTLCBQl4n .mbr-section-title {
  color: #FFFFFF;
}
.cid-uvTLCBQl4n .mbr-text,
.cid-uvTLCBQl4n .text-wrap {
  color: #202020;
}
.cid-uvTLCBQl4n .mbr-text {
  color: #FFFFFF;
}
.cid-uvTLCBQcgJ {
  overflow: hidden;
  background-color: #f7b801;
}
.cid-uvTLCBQcgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBQcgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvTLCBQcgJ .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBQcgJ .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvTLCBQcgJ .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uvTLCBQcgJ .box .mbr-media {
  position: relative;
  height: 600px;
  border-radius: 0.6rem !important;
}
@media (max-width: 992px) {
  .cid-uvTLCBQcgJ .box .mbr-media {
    height: 350px;
  }
}
.cid-uvTLCBQcgJ .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 0.6rem !important;
}
.cid-uvTLCBQcgJ .box .mbr-media .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
}
.cid-uvTLCBQcgJ .mbr-media {
  position: relative;
}
.cid-uvTLCBQcgJ .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uvTLCBQcgJ a:hover {
  background-image: none !important;
}
.cid-uvTLCBQcgJ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: #f35b04;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uvTLCBQcgJ .icon-wrap:hover,
.cid-uvTLCBQcgJ .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-uvTLCBQcgJ .icon-wrap:hover .mbr-iconfont,
.cid-uvTLCBQcgJ .icon-wrap:focus .mbr-iconfont {
  color: #f35b04;
}
.cid-uvTLCBQcgJ .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvTLCBQcgJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvTLCBQcgJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvTLCBQcgJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvTLCBQcgJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvTLCBQcgJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvTLCBQcgJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvTLCBQcgJ .mbr-section-title,
.cid-uvTLCBQcgJ .icon-wrapper {
  color: #000000;
}
.cid-uvTLCBRtvS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f35b04;
}
.cid-uvTLCBRtvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCBRtvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTLCBRtvS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uvTLCBRtvS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCBRtvS .container {
    padding: 0 24px;
  }
}
.cid-uvTLCBRtvS .row {
  justify-content: space-between;
}
.cid-uvTLCBRtvS .title-wrapper {
  display: block;
}
.cid-uvTLCBRtvS .title-wrapper:hover .mbr-title,
.cid-uvTLCBRtvS .title-wrapper:focus .mbr-title {
  opacity: 0.5;
}
.cid-uvTLCBRtvS .title-wrapper .mbr-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvTLCBRtvS .title-wrapper .mbr-title {
    margin-bottom: 40px;
  }
}
.cid-uvTLCBRtvS .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uvTLCBRtvS .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uvTLCBRtvS .dragArea.row .mbr-section-title {
    margin-bottom: 28px !important;
  }
}
.cid-uvTLCBRtvS .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uvTLCBRtvS .dragArea.row .mbr-text {
    margin-bottom: 28px !important;
  }
}
.cid-uvTLCBRtvS .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uvTLCBRtvS .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uvTLCBRtvS .dragArea.row .form-group .form-control {
  padding: 0 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 4.5rem !important;
  background-color: #ffffff;
}
.cid-uvTLCBRtvS .dragArea.row .form-group .form-control:hover,
.cid-uvTLCBRtvS .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uvTLCBRtvS .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.5;
}
.cid-uvTLCBRtvS .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uvTLCBRtvS .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvTLCBRtvS .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0aa3c2;
  border-color: #f7b801;
  border-radius: 0;
}
.cid-uvTLCBRtvS .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #f7b801;
}
.cid-uvTLCBRtvS .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uvTLCBRtvS .dragArea.row .mbr-section-btn .btn {
  padding: 0 24px;
  border-radius: 4.5rem !important;
  width: 100%;
  margin-top: 0;
}
.cid-uvTLCBRtvS .mbr-title {
  color: #FFFFFF;
}
.cid-uvTLCBRtvS .mbr-section-title {
  color: #FFFFFF;
}
.cid-uvTLCBRtvS .mbr-text {
  color: #FFFFFF;
}
.cid-uvTLCCrVSg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f35b04;
}
.cid-uvTLCCrVSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTLCCrVSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTLCCrVSg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uvTLCCrVSg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvTLCCrVSg .container {
    padding: 0 24px;
  }
}
.cid-uvTLCCrVSg .card {
  justify-content: center;
}
.cid-uvTLCCrVSg .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 0.6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uvTLCCrVSg .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uvTLCCrVSg .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uvTLCCrVSg .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uvTLCCrVSg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uvTLCCrVSg .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uvTLCCrVSg .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uvTLCCrVSg .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uvTLCCrVSg .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uvTLCCrVSg .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uvTLCCrVSg .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvTLCCrVSg .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvTLCCrVSg .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uvTLCCrVSg .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uvTLCCrVSg .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: 0.6rem !important;
}
@media (max-width: 992px) {
  .cid-uvTLCCrVSg .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uvTLCCrVSg .mbr-section-title {
  color: #000000;
}
.cid-uvTLCCrVSg .list {
  color: #000000;
}
.cid-uvTLCCrVSg .list,
.cid-uvTLCCrVSg .item-wrap,
.cid-uvTLCCrVSg .nav-wrapper,
.cid-uvTLCCrVSg .list-wrapper {
  color: #000000;
}
.cid-uyuNggBmrZ {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uyuNggBmrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyuNggBmrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uyuNggBmrZ .container {
    padding: 0 24px;
  }
}
.cid-uyuNggBmrZ .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uyuNggBmrZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uyuNggBmrZ .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uyuNggBmrZ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uyuNggBmrZ .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uyuNggBmrZ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uyuNggBmrZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uyuNggBmrZ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uyuNggBmrZ .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uyuNggBmrZ .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uyuNggBmrZ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uyuNggBmrZ .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uyuNggBmrZ .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uyuNggBmrZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uyuNggBmrZ .mbr-desc {
  color: #202020;
}
.cid-uyuNggBmrZ .mbr-section-title {
  color: #202020;
}
.cid-uyuNggBmrZ .panel-title-edit {
  color: #202020;
}
.cid-uyuNggBmrZ .panel-text {
  color: #202020;
}
.cid-uw8BsObSq9.popup-builder {
  background-color: #ffffff;
}
.cid-uw8BsObSq9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uw8BsObSq9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uw8BsObSq9 .modal-content,
.cid-uw8BsObSq9 .modal-dialog {
  height: auto;
}
.cid-uw8BsObSq9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uw8BsObSq9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uw8BsObSq9 .form-wrapper .mbr-form .form-group,
  .cid-uw8BsObSq9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uw8BsObSq9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uw8BsObSq9 .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-uw8BsObSq9 .mbr-text {
  text-align: center;
}
.cid-uw8BsObSq9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uw8BsObSq9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uw8BsObSq9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uw8BsObSq9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uw8BsObSq9 .modal-open {
  overflow: hidden;
}
.cid-uw8BsObSq9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uw8BsObSq9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uw8BsObSq9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uw8BsObSq9 .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-uw8BsObSq9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uw8BsObSq9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uw8BsObSq9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uw8BsObSq9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uw8BsObSq9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uw8BsObSq9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uw8BsObSq9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uw8BsObSq9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uw8BsObSq9 .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-uw8BsObSq9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uw8BsObSq9 .modal-header {
    padding: 1rem;
  }
}
.cid-uw8BsObSq9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uw8BsObSq9 .modal-header .close svg {
  fill: #e7271c;
}
.cid-uw8BsObSq9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uw8BsObSq9 .modal-header .close:focus {
  outline: none;
}
.cid-uw8BsObSq9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uw8BsObSq9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uw8BsObSq9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw8BsObSq9 .modal-body {
    padding: 1rem;
  }
}
.cid-uw8BsObSq9 .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-uw8BsObSq9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw8BsObSq9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uw8BsObSq9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uw8BsObSq9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uw8BsObSq9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uw8BsObSq9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uw8BsObSq9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uw8BsObSq9 .modal-lg,
  .cid-uw8BsObSq9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uw8BsObSq9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uw8BsObSq9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uw8BsObSq9 .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-uw8BsObSq9 .form-group {
  margin-bottom: 1rem;
}
.cid-uw8BsObSq9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uw8BsObSq9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uw8BsObSq9 .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-uw8BsObSq9 .mbr-section-btn {
  margin: 0;
}
.cid-uw8BsObSq9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5Hv8f8LJW.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8f8LJW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8f8LJW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8f8LJW .modal-content,
.cid-v5Hv8f8LJW .modal-dialog {
  height: auto;
}
.cid-v5Hv8f8LJW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8f8LJW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8f8LJW .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8f8LJW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8f8LJW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8f8LJW .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-v5Hv8f8LJW .mbr-text {
  text-align: center;
}
.cid-v5Hv8f8LJW .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8f8LJW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8f8LJW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8f8LJW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8f8LJW .modal-open {
  overflow: hidden;
}
.cid-v5Hv8f8LJW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8f8LJW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8f8LJW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8f8LJW .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-v5Hv8f8LJW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8f8LJW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8f8LJW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8f8LJW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8f8LJW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8f8LJW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8f8LJW .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8f8LJW .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8f8LJW .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-v5Hv8f8LJW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8f8LJW .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8f8LJW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8f8LJW .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8f8LJW .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8f8LJW .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8f8LJW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8f8LJW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8f8LJW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8f8LJW .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8f8LJW .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-v5Hv8f8LJW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8f8LJW .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8f8LJW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8f8LJW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8f8LJW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8f8LJW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8f8LJW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8f8LJW .modal-lg,
  .cid-v5Hv8f8LJW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8f8LJW .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8f8LJW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8f8LJW .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-v5Hv8f8LJW .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8f8LJW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8f8LJW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8f8LJW .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-v5Hv8f8LJW .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8f8LJW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz78A1pcHl {
  background-color: transparent;
}
.cid-uz78A1pcHl .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz78A1pcHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz78A1pcHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz78A1pcHl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz78A1pcHl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz78A1pcHl .menu_box .navbar.opened,
  .cid-uz78A1pcHl .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz78A1pcHl .navbar-dropdown {
  position: relative !important;
}
.cid-uz78A1pcHl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz78A1pcHl .btn:hover {
  box-shadow: none;
}
.cid-uz78A1pcHl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz78A1pcHl .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz78A1pcHl .nav-item {
    margin: 0 !important;
  }
}
.cid-uz78A1pcHl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz78A1pcHl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz78A1pcHl .nav-item .nav-link:hover::before,
.cid-uz78A1pcHl .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz78A1pcHl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz78A1pcHl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz78A1pcHl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz78A1pcHl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz78A1pcHl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz78A1pcHl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz78A1pcHl .offcanvas_box {
    display: none;
  }
}
.cid-uz78A1pcHl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz78A1pcHl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz78A1pcHl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz78A1pcHl .container {
  display: flex;
  margin: auto;
}
.cid-uz78A1pcHl .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz78A1pcHl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz78A1pcHl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz78A1pcHl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz78A1pcHl .navbar-nav {
    margin: 0;
  }
}
.cid-uz78A1pcHl .dropdown-menu,
.cid-uz78A1pcHl .navbar.opened {
  background-color: false !important;
}
.cid-uz78A1pcHl .nav-item:focus,
.cid-uz78A1pcHl .nav-link:focus {
  outline: none;
}
.cid-uz78A1pcHl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz78A1pcHl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz78A1pcHl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz78A1pcHl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz78A1pcHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz78A1pcHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz78A1pcHl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz78A1pcHl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz78A1pcHl .navbar.opened {
  transition: all 0.3s;
}
.cid-uz78A1pcHl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz78A1pcHl .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz78A1pcHl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz78A1pcHl .navbar.collapsed {
  justify-content: center;
}
.cid-uz78A1pcHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz78A1pcHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz78A1pcHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz78A1pcHl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz78A1pcHl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz78A1pcHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz78A1pcHl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz78A1pcHl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz78A1pcHl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz78A1pcHl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz78A1pcHl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz78A1pcHl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz78A1pcHl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz78A1pcHl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz78A1pcHl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz78A1pcHl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz78A1pcHl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz78A1pcHl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz78A1pcHl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz78A1pcHl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz78A1pcHl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz78A1pcHl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz78A1pcHl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz78A1pcHl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz78A1pcHl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz78A1pcHl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz78A1pcHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz78A1pcHl .dropdown-item.active,
.cid-uz78A1pcHl .dropdown-item:active {
  background-color: transparent;
}
.cid-uz78A1pcHl .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz78A1pcHl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz78A1pcHl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz78A1pcHl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz78A1pcHl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz78A1pcHl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz78A1pcHl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz78A1pcHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz78A1pcHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz78A1pcHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78A1pcHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78A1pcHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz78A1pcHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78A1pcHl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz78A1pcHl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz78A1pcHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78A1pcHl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz78A1pcHl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz78A1pcHl .navbar {
    height: 70px;
  }
  .cid-uz78A1pcHl .navbar.opened {
    height: auto;
  }
  .cid-uz78A1pcHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz78A1pcHl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz78A1pcHl .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz78A1pcHl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz78A1pcHl .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz78A1pcHl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz78A1pcHl .text_widget {
  margin-bottom: 32px;
}
.cid-uz78A1pcHl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz78A1pcHl .text_widget a:hover,
.cid-uz78A1pcHl .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz78A1pcHl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz78A1pcHl .icons-menu-main {
  display: flex;
}
.cid-uz78A1pcHl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz78A1pcHl .navbar-caption {
  color: #202020;
}
.cid-uz78A1pcHl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz78A1pcHl .mbr-section-subtitle,
.cid-uz78A1pcHl .text_widget,
.cid-uz78A1pcHl .mbr-section-btn {
  text-align: center;
}
.cid-uz78A1pcHl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxazFygRmt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxazFygRmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxazFygRmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxazFygRmt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uxazFygRmt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxazFygRmt .container {
    padding: 0 24px;
  }
}
.cid-uxazFygRmt .card {
  justify-content: center;
}
.cid-uxazFygRmt .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uxazFygRmt .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uxazFygRmt .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxazFygRmt .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxazFygRmt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxazFygRmt .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uxazFygRmt .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxazFygRmt .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uxazFygRmt .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uxazFygRmt .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uxazFygRmt .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxazFygRmt .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxazFygRmt .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxazFygRmt .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxazFygRmt .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uxazFygRmt .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxazFygRmt .mbr-section-title {
  color: #202020;
}
.cid-uxazFygRmt .list {
  color: #202020;
}
.cid-uxaAkjRnp0 {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaAkjRnp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaAkjRnp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxaAkjRnp0 .container {
    padding: 0 24px;
  }
}
.cid-uxaAkjRnp0 .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uxaAkjRnp0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxaAkjRnp0 .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uxaAkjRnp0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uxaAkjRnp0 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uxaAkjRnp0 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxaAkjRnp0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxaAkjRnp0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uxaAkjRnp0 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uxaAkjRnp0 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaAkjRnp0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaAkjRnp0 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uxaAkjRnp0 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uxaAkjRnp0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxaAkjRnp0 .mbr-desc {
  color: #202020;
}
.cid-uxaAkjRnp0 .mbr-section-title {
  color: #202020;
}
.cid-uxaAkjRnp0 .panel-title-edit {
  color: #202020;
}
.cid-uxaAkjRnp0 .panel-text {
  color: #202020;
}
.cid-uz78NWMH37 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz78NWMH37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78NWMH37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz78NWMH37 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz78NWMH37 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz78NWMH37 .container {
    padding: 0 24px;
  }
}
.cid-uz78NWMH37 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz78NWMH37 .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz78NWMH37 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz78NWMH37 .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz78NWMH37 .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz78NWMH37 .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz78NWMH37 .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz78NWMH37 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz78NWMH37 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz78NWMH37 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz78NWMH37 .nav-wrapper .list .item-wrap:hover::before,
.cid-uz78NWMH37 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz78NWMH37 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz78NWMH37 .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz78NWMH37 .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz78NWMH37 .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz78NWMH37 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz78NWMH37 .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz78NWMH37 .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz78NWMH37 .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz78NWMH37 .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz78NWMH37 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz78NWMH37 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz78NWMH37 .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz78NWMH37 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz78NWMH37 .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz78NWMH37 .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz78NWMH37 .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz78NWMH37 .list {
  color: #202020;
}
.cid-uz78NWMH37 .mbr-title {
  color: #202020;
}
.cid-uz78NWMH37 .mbr-title,
.cid-uz78NWMH37 .social-wrapper {
  text-align: right;
}
.cid-v5HtG4bCIi.popup-builder {
  background-color: #ffffff;
}
.cid-v5HtG4bCIi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5HtG4bCIi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5HtG4bCIi .modal-content,
.cid-v5HtG4bCIi .modal-dialog {
  height: auto;
}
.cid-v5HtG4bCIi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5HtG4bCIi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5HtG4bCIi .form-wrapper .mbr-form .form-group,
  .cid-v5HtG4bCIi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5HtG4bCIi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5HtG4bCIi .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-v5HtG4bCIi .mbr-text {
  text-align: center;
}
.cid-v5HtG4bCIi .pt-0 {
  padding-top: 0 !important;
}
.cid-v5HtG4bCIi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5HtG4bCIi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5HtG4bCIi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5HtG4bCIi .modal-open {
  overflow: hidden;
}
.cid-v5HtG4bCIi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5HtG4bCIi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5HtG4bCIi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5HtG4bCIi .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-v5HtG4bCIi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5HtG4bCIi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5HtG4bCIi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5HtG4bCIi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5HtG4bCIi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5HtG4bCIi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5HtG4bCIi .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5HtG4bCIi .modal-backdrop.show {
  opacity: .5;
}
.cid-v5HtG4bCIi .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-v5HtG4bCIi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5HtG4bCIi .modal-header {
    padding: 1rem;
  }
}
.cid-v5HtG4bCIi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5HtG4bCIi .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5HtG4bCIi .modal-header .close:hover {
  opacity: 1;
}
.cid-v5HtG4bCIi .modal-header .close:focus {
  outline: none;
}
.cid-v5HtG4bCIi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5HtG4bCIi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5HtG4bCIi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5HtG4bCIi .modal-body {
    padding: 1rem;
  }
}
.cid-v5HtG4bCIi .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-v5HtG4bCIi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5HtG4bCIi .modal-footer {
    padding: 1rem;
  }
}
.cid-v5HtG4bCIi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5HtG4bCIi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5HtG4bCIi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5HtG4bCIi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5HtG4bCIi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5HtG4bCIi .modal-lg,
  .cid-v5HtG4bCIi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5HtG4bCIi .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5HtG4bCIi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5HtG4bCIi .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-v5HtG4bCIi .form-group {
  margin-bottom: 1rem;
}
.cid-v5HtG4bCIi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5HtG4bCIi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5HtG4bCIi .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-v5HtG4bCIi .mbr-section-btn {
  margin: 0;
}
.cid-v5HtG4bCIi .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5Hv8fIPSs.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8fIPSs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8fIPSs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8fIPSs .modal-content,
.cid-v5Hv8fIPSs .modal-dialog {
  height: auto;
}
.cid-v5Hv8fIPSs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8fIPSs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8fIPSs .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8fIPSs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8fIPSs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8fIPSs .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-v5Hv8fIPSs .mbr-text {
  text-align: center;
}
.cid-v5Hv8fIPSs .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8fIPSs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8fIPSs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8fIPSs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8fIPSs .modal-open {
  overflow: hidden;
}
.cid-v5Hv8fIPSs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8fIPSs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8fIPSs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8fIPSs .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-v5Hv8fIPSs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8fIPSs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8fIPSs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8fIPSs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8fIPSs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8fIPSs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8fIPSs .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8fIPSs .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8fIPSs .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-v5Hv8fIPSs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8fIPSs .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8fIPSs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8fIPSs .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8fIPSs .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8fIPSs .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8fIPSs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8fIPSs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8fIPSs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8fIPSs .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8fIPSs .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-v5Hv8fIPSs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8fIPSs .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8fIPSs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8fIPSs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8fIPSs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8fIPSs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8fIPSs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8fIPSs .modal-lg,
  .cid-v5Hv8fIPSs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8fIPSs .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8fIPSs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8fIPSs .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-v5Hv8fIPSs .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8fIPSs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8fIPSs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8fIPSs .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-v5Hv8fIPSs .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8fIPSs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz78QKYtpr {
  background-color: transparent;
}
.cid-uz78QKYtpr .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz78QKYtpr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz78QKYtpr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz78QKYtpr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz78QKYtpr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz78QKYtpr .menu_box .navbar.opened,
  .cid-uz78QKYtpr .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz78QKYtpr .navbar-dropdown {
  position: relative !important;
}
.cid-uz78QKYtpr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz78QKYtpr .btn:hover {
  box-shadow: none;
}
.cid-uz78QKYtpr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz78QKYtpr .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz78QKYtpr .nav-item {
    margin: 0 !important;
  }
}
.cid-uz78QKYtpr .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz78QKYtpr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz78QKYtpr .nav-item .nav-link:hover::before,
.cid-uz78QKYtpr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz78QKYtpr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz78QKYtpr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz78QKYtpr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz78QKYtpr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz78QKYtpr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz78QKYtpr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz78QKYtpr .offcanvas_box {
    display: none;
  }
}
.cid-uz78QKYtpr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz78QKYtpr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz78QKYtpr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz78QKYtpr .container {
  display: flex;
  margin: auto;
}
.cid-uz78QKYtpr .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz78QKYtpr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz78QKYtpr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz78QKYtpr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz78QKYtpr .navbar-nav {
    margin: 0;
  }
}
.cid-uz78QKYtpr .dropdown-menu,
.cid-uz78QKYtpr .navbar.opened {
  background-color: false !important;
}
.cid-uz78QKYtpr .nav-item:focus,
.cid-uz78QKYtpr .nav-link:focus {
  outline: none;
}
.cid-uz78QKYtpr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz78QKYtpr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz78QKYtpr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz78QKYtpr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz78QKYtpr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz78QKYtpr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz78QKYtpr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz78QKYtpr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz78QKYtpr .navbar.opened {
  transition: all 0.3s;
}
.cid-uz78QKYtpr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz78QKYtpr .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz78QKYtpr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz78QKYtpr .navbar.collapsed {
  justify-content: center;
}
.cid-uz78QKYtpr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz78QKYtpr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz78QKYtpr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz78QKYtpr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz78QKYtpr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz78QKYtpr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz78QKYtpr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz78QKYtpr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz78QKYtpr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz78QKYtpr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz78QKYtpr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz78QKYtpr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz78QKYtpr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz78QKYtpr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz78QKYtpr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz78QKYtpr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz78QKYtpr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz78QKYtpr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz78QKYtpr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz78QKYtpr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz78QKYtpr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz78QKYtpr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz78QKYtpr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz78QKYtpr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz78QKYtpr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz78QKYtpr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz78QKYtpr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz78QKYtpr .dropdown-item.active,
.cid-uz78QKYtpr .dropdown-item:active {
  background-color: transparent;
}
.cid-uz78QKYtpr .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz78QKYtpr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz78QKYtpr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz78QKYtpr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz78QKYtpr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz78QKYtpr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz78QKYtpr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz78QKYtpr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz78QKYtpr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz78QKYtpr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78QKYtpr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78QKYtpr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz78QKYtpr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78QKYtpr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz78QKYtpr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz78QKYtpr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78QKYtpr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz78QKYtpr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz78QKYtpr .navbar {
    height: 70px;
  }
  .cid-uz78QKYtpr .navbar.opened {
    height: auto;
  }
  .cid-uz78QKYtpr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz78QKYtpr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz78QKYtpr .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz78QKYtpr .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz78QKYtpr .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz78QKYtpr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz78QKYtpr .text_widget {
  margin-bottom: 32px;
}
.cid-uz78QKYtpr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz78QKYtpr .text_widget a:hover,
.cid-uz78QKYtpr .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz78QKYtpr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz78QKYtpr .icons-menu-main {
  display: flex;
}
.cid-uz78QKYtpr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz78QKYtpr .navbar-caption {
  color: #202020;
}
.cid-uz78QKYtpr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz78QKYtpr .mbr-section-subtitle,
.cid-uz78QKYtpr .text_widget,
.cid-uz78QKYtpr .mbr-section-btn {
  text-align: center;
}
.cid-uz78QKYtpr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxaChqcmy3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaChqcmy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaChqcmy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxaChqcmy3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uxaChqcmy3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxaChqcmy3 .container {
    padding: 0 24px;
  }
}
.cid-uxaChqcmy3 .card {
  justify-content: center;
}
.cid-uxaChqcmy3 .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uxaChqcmy3 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uxaChqcmy3 .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaChqcmy3 .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaChqcmy3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxaChqcmy3 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uxaChqcmy3 .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxaChqcmy3 .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uxaChqcmy3 .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uxaChqcmy3 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uxaChqcmy3 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxaChqcmy3 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxaChqcmy3 .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaChqcmy3 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaChqcmy3 .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uxaChqcmy3 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxaChqcmy3 .mbr-section-title {
  color: #202020;
}
.cid-uxaChqcmy3 .list {
  color: #202020;
}
.cid-uxaChqjCSY {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaChqjCSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaChqjCSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxaChqjCSY .container {
    padding: 0 24px;
  }
}
.cid-uxaChqjCSY .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uxaChqjCSY .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxaChqjCSY .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uxaChqjCSY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uxaChqjCSY .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uxaChqjCSY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxaChqjCSY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxaChqjCSY .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uxaChqjCSY .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uxaChqjCSY .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaChqjCSY .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaChqjCSY .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uxaChqjCSY .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uxaChqjCSY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxaChqjCSY .mbr-desc {
  color: #202020;
}
.cid-uxaChqjCSY .mbr-section-title {
  color: #202020;
}
.cid-uxaChqjCSY .panel-title-edit {
  color: #202020;
}
.cid-uxaChqjCSY .panel-text {
  color: #202020;
}
.cid-uz78S2e0CU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz78S2e0CU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78S2e0CU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz78S2e0CU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz78S2e0CU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz78S2e0CU .container {
    padding: 0 24px;
  }
}
.cid-uz78S2e0CU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz78S2e0CU .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz78S2e0CU .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz78S2e0CU .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz78S2e0CU .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz78S2e0CU .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz78S2e0CU .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz78S2e0CU .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz78S2e0CU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz78S2e0CU .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz78S2e0CU .nav-wrapper .list .item-wrap:hover::before,
.cid-uz78S2e0CU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz78S2e0CU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz78S2e0CU .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz78S2e0CU .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz78S2e0CU .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz78S2e0CU .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz78S2e0CU .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz78S2e0CU .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz78S2e0CU .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz78S2e0CU .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz78S2e0CU .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz78S2e0CU .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz78S2e0CU .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz78S2e0CU .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz78S2e0CU .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz78S2e0CU .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz78S2e0CU .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz78S2e0CU .list {
  color: #202020;
}
.cid-uz78S2e0CU .mbr-title {
  color: #202020;
}
.cid-uz78S2e0CU .mbr-title,
.cid-uz78S2e0CU .social-wrapper {
  text-align: right;
}
.cid-v5Hu0DA4OV.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hu0DA4OV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hu0DA4OV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hu0DA4OV .modal-content,
.cid-v5Hu0DA4OV .modal-dialog {
  height: auto;
}
.cid-v5Hu0DA4OV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hu0DA4OV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hu0DA4OV .form-wrapper .mbr-form .form-group,
  .cid-v5Hu0DA4OV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hu0DA4OV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hu0DA4OV .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-v5Hu0DA4OV .mbr-text {
  text-align: center;
}
.cid-v5Hu0DA4OV .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hu0DA4OV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hu0DA4OV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hu0DA4OV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hu0DA4OV .modal-open {
  overflow: hidden;
}
.cid-v5Hu0DA4OV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hu0DA4OV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hu0DA4OV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hu0DA4OV .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-v5Hu0DA4OV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hu0DA4OV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hu0DA4OV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hu0DA4OV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hu0DA4OV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hu0DA4OV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hu0DA4OV .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hu0DA4OV .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hu0DA4OV .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-v5Hu0DA4OV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hu0DA4OV .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hu0DA4OV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hu0DA4OV .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hu0DA4OV .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hu0DA4OV .modal-header .close:focus {
  outline: none;
}
.cid-v5Hu0DA4OV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hu0DA4OV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hu0DA4OV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hu0DA4OV .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hu0DA4OV .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-v5Hu0DA4OV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hu0DA4OV .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hu0DA4OV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hu0DA4OV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hu0DA4OV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hu0DA4OV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hu0DA4OV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hu0DA4OV .modal-lg,
  .cid-v5Hu0DA4OV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hu0DA4OV .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hu0DA4OV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hu0DA4OV .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-v5Hu0DA4OV .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hu0DA4OV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hu0DA4OV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hu0DA4OV .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-v5Hu0DA4OV .mbr-section-btn {
  margin: 0;
}
.cid-v5Hu0DA4OV .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5Hv8gcS1G.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8gcS1G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8gcS1G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8gcS1G .modal-content,
.cid-v5Hv8gcS1G .modal-dialog {
  height: auto;
}
.cid-v5Hv8gcS1G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8gcS1G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8gcS1G .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8gcS1G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8gcS1G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8gcS1G .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-v5Hv8gcS1G .mbr-text {
  text-align: center;
}
.cid-v5Hv8gcS1G .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8gcS1G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8gcS1G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8gcS1G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8gcS1G .modal-open {
  overflow: hidden;
}
.cid-v5Hv8gcS1G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8gcS1G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8gcS1G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8gcS1G .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-v5Hv8gcS1G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8gcS1G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8gcS1G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8gcS1G .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8gcS1G .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8gcS1G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8gcS1G .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8gcS1G .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8gcS1G .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-v5Hv8gcS1G .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8gcS1G .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8gcS1G .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8gcS1G .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8gcS1G .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8gcS1G .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8gcS1G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8gcS1G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8gcS1G .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8gcS1G .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8gcS1G .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-v5Hv8gcS1G .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8gcS1G .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8gcS1G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8gcS1G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8gcS1G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8gcS1G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8gcS1G .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8gcS1G .modal-lg,
  .cid-v5Hv8gcS1G .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8gcS1G .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8gcS1G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8gcS1G .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-v5Hv8gcS1G .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8gcS1G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8gcS1G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8gcS1G .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-v5Hv8gcS1G .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8gcS1G .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz78UaY5dH {
  background-color: transparent;
}
.cid-uz78UaY5dH .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz78UaY5dH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz78UaY5dH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz78UaY5dH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz78UaY5dH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz78UaY5dH .menu_box .navbar.opened,
  .cid-uz78UaY5dH .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz78UaY5dH .navbar-dropdown {
  position: relative !important;
}
.cid-uz78UaY5dH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz78UaY5dH .btn:hover {
  box-shadow: none;
}
.cid-uz78UaY5dH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz78UaY5dH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz78UaY5dH .nav-item {
    margin: 0 !important;
  }
}
.cid-uz78UaY5dH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz78UaY5dH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz78UaY5dH .nav-item .nav-link:hover::before,
.cid-uz78UaY5dH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz78UaY5dH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz78UaY5dH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz78UaY5dH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz78UaY5dH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz78UaY5dH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz78UaY5dH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz78UaY5dH .offcanvas_box {
    display: none;
  }
}
.cid-uz78UaY5dH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz78UaY5dH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz78UaY5dH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz78UaY5dH .container {
  display: flex;
  margin: auto;
}
.cid-uz78UaY5dH .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz78UaY5dH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz78UaY5dH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz78UaY5dH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz78UaY5dH .navbar-nav {
    margin: 0;
  }
}
.cid-uz78UaY5dH .dropdown-menu,
.cid-uz78UaY5dH .navbar.opened {
  background-color: false !important;
}
.cid-uz78UaY5dH .nav-item:focus,
.cid-uz78UaY5dH .nav-link:focus {
  outline: none;
}
.cid-uz78UaY5dH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz78UaY5dH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz78UaY5dH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz78UaY5dH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz78UaY5dH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz78UaY5dH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz78UaY5dH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz78UaY5dH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz78UaY5dH .navbar.opened {
  transition: all 0.3s;
}
.cid-uz78UaY5dH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz78UaY5dH .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz78UaY5dH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz78UaY5dH .navbar.collapsed {
  justify-content: center;
}
.cid-uz78UaY5dH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz78UaY5dH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz78UaY5dH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz78UaY5dH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz78UaY5dH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz78UaY5dH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz78UaY5dH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz78UaY5dH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz78UaY5dH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz78UaY5dH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz78UaY5dH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz78UaY5dH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz78UaY5dH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz78UaY5dH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz78UaY5dH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz78UaY5dH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz78UaY5dH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz78UaY5dH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz78UaY5dH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz78UaY5dH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz78UaY5dH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz78UaY5dH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz78UaY5dH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz78UaY5dH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz78UaY5dH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz78UaY5dH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz78UaY5dH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz78UaY5dH .dropdown-item.active,
.cid-uz78UaY5dH .dropdown-item:active {
  background-color: transparent;
}
.cid-uz78UaY5dH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz78UaY5dH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz78UaY5dH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz78UaY5dH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz78UaY5dH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz78UaY5dH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz78UaY5dH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz78UaY5dH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz78UaY5dH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz78UaY5dH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78UaY5dH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78UaY5dH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz78UaY5dH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78UaY5dH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz78UaY5dH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz78UaY5dH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78UaY5dH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz78UaY5dH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz78UaY5dH .navbar {
    height: 70px;
  }
  .cid-uz78UaY5dH .navbar.opened {
    height: auto;
  }
  .cid-uz78UaY5dH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz78UaY5dH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz78UaY5dH .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz78UaY5dH .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz78UaY5dH .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz78UaY5dH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz78UaY5dH .text_widget {
  margin-bottom: 32px;
}
.cid-uz78UaY5dH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz78UaY5dH .text_widget a:hover,
.cid-uz78UaY5dH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz78UaY5dH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz78UaY5dH .icons-menu-main {
  display: flex;
}
.cid-uz78UaY5dH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz78UaY5dH .navbar-caption {
  color: #202020;
}
.cid-uz78UaY5dH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz78UaY5dH .mbr-section-subtitle,
.cid-uz78UaY5dH .text_widget,
.cid-uz78UaY5dH .mbr-section-btn {
  text-align: center;
}
.cid-uz78UaY5dH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxaDih4na9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaDih4na9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaDih4na9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxaDih4na9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uxaDih4na9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxaDih4na9 .container {
    padding: 0 24px;
  }
}
.cid-uxaDih4na9 .card {
  justify-content: center;
}
.cid-uxaDih4na9 .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uxaDih4na9 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uxaDih4na9 .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaDih4na9 .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaDih4na9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxaDih4na9 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uxaDih4na9 .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxaDih4na9 .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uxaDih4na9 .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uxaDih4na9 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uxaDih4na9 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxaDih4na9 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxaDih4na9 .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaDih4na9 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaDih4na9 .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uxaDih4na9 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxaDih4na9 .mbr-section-title {
  color: #202020;
}
.cid-uxaDih4na9 .list {
  color: #202020;
}
.cid-uxaDihbQ68 {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaDihbQ68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaDihbQ68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxaDihbQ68 .container {
    padding: 0 24px;
  }
}
.cid-uxaDihbQ68 .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uxaDihbQ68 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxaDihbQ68 .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uxaDihbQ68 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uxaDihbQ68 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uxaDihbQ68 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxaDihbQ68 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxaDihbQ68 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uxaDihbQ68 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uxaDihbQ68 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaDihbQ68 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaDihbQ68 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uxaDihbQ68 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uxaDihbQ68 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxaDihbQ68 .mbr-desc {
  color: #202020;
}
.cid-uxaDihbQ68 .mbr-section-title {
  color: #202020;
}
.cid-uxaDihbQ68 .panel-title-edit {
  color: #202020;
}
.cid-uxaDihbQ68 .panel-text {
  color: #202020;
}
.cid-uz78TqENwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz78TqENwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78TqENwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz78TqENwn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz78TqENwn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz78TqENwn .container {
    padding: 0 24px;
  }
}
.cid-uz78TqENwn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz78TqENwn .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz78TqENwn .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz78TqENwn .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz78TqENwn .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz78TqENwn .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz78TqENwn .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz78TqENwn .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz78TqENwn .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz78TqENwn .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz78TqENwn .nav-wrapper .list .item-wrap:hover::before,
.cid-uz78TqENwn .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz78TqENwn .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz78TqENwn .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz78TqENwn .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz78TqENwn .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz78TqENwn .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz78TqENwn .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz78TqENwn .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz78TqENwn .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz78TqENwn .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz78TqENwn .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz78TqENwn .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz78TqENwn .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz78TqENwn .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz78TqENwn .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz78TqENwn .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz78TqENwn .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz78TqENwn .list {
  color: #202020;
}
.cid-uz78TqENwn .mbr-title {
  color: #202020;
}
.cid-uz78TqENwn .mbr-title,
.cid-uz78TqENwn .social-wrapper {
  text-align: right;
}
.cid-v5Hu3pvhMT.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hu3pvhMT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hu3pvhMT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hu3pvhMT .modal-content,
.cid-v5Hu3pvhMT .modal-dialog {
  height: auto;
}
.cid-v5Hu3pvhMT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hu3pvhMT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hu3pvhMT .form-wrapper .mbr-form .form-group,
  .cid-v5Hu3pvhMT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hu3pvhMT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hu3pvhMT .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-v5Hu3pvhMT .mbr-text {
  text-align: center;
}
.cid-v5Hu3pvhMT .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hu3pvhMT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hu3pvhMT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hu3pvhMT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hu3pvhMT .modal-open {
  overflow: hidden;
}
.cid-v5Hu3pvhMT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hu3pvhMT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hu3pvhMT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hu3pvhMT .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-v5Hu3pvhMT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hu3pvhMT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hu3pvhMT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hu3pvhMT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hu3pvhMT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hu3pvhMT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hu3pvhMT .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hu3pvhMT .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hu3pvhMT .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-v5Hu3pvhMT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hu3pvhMT .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hu3pvhMT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hu3pvhMT .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hu3pvhMT .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hu3pvhMT .modal-header .close:focus {
  outline: none;
}
.cid-v5Hu3pvhMT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hu3pvhMT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hu3pvhMT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hu3pvhMT .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hu3pvhMT .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-v5Hu3pvhMT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hu3pvhMT .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hu3pvhMT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hu3pvhMT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hu3pvhMT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hu3pvhMT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hu3pvhMT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hu3pvhMT .modal-lg,
  .cid-v5Hu3pvhMT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hu3pvhMT .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hu3pvhMT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hu3pvhMT .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-v5Hu3pvhMT .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hu3pvhMT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hu3pvhMT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hu3pvhMT .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-v5Hu3pvhMT .mbr-section-btn {
  margin: 0;
}
.cid-v5Hu3pvhMT .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5Hv8gDDUw.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8gDDUw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8gDDUw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8gDDUw .modal-content,
.cid-v5Hv8gDDUw .modal-dialog {
  height: auto;
}
.cid-v5Hv8gDDUw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8gDDUw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8gDDUw .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8gDDUw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8gDDUw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8gDDUw .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-v5Hv8gDDUw .mbr-text {
  text-align: center;
}
.cid-v5Hv8gDDUw .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8gDDUw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8gDDUw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8gDDUw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8gDDUw .modal-open {
  overflow: hidden;
}
.cid-v5Hv8gDDUw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8gDDUw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8gDDUw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8gDDUw .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-v5Hv8gDDUw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8gDDUw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8gDDUw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8gDDUw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8gDDUw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8gDDUw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8gDDUw .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8gDDUw .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8gDDUw .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-v5Hv8gDDUw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8gDDUw .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8gDDUw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8gDDUw .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8gDDUw .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8gDDUw .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8gDDUw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8gDDUw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8gDDUw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8gDDUw .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8gDDUw .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-v5Hv8gDDUw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8gDDUw .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8gDDUw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8gDDUw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8gDDUw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8gDDUw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8gDDUw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8gDDUw .modal-lg,
  .cid-v5Hv8gDDUw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8gDDUw .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8gDDUw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8gDDUw .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-v5Hv8gDDUw .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8gDDUw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8gDDUw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8gDDUw .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-v5Hv8gDDUw .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8gDDUw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz78VhHdY4 {
  background-color: transparent;
}
.cid-uz78VhHdY4 .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz78VhHdY4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz78VhHdY4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz78VhHdY4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz78VhHdY4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz78VhHdY4 .menu_box .navbar.opened,
  .cid-uz78VhHdY4 .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz78VhHdY4 .navbar-dropdown {
  position: relative !important;
}
.cid-uz78VhHdY4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz78VhHdY4 .btn:hover {
  box-shadow: none;
}
.cid-uz78VhHdY4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz78VhHdY4 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz78VhHdY4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uz78VhHdY4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz78VhHdY4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz78VhHdY4 .nav-item .nav-link:hover::before,
.cid-uz78VhHdY4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz78VhHdY4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz78VhHdY4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz78VhHdY4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz78VhHdY4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz78VhHdY4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz78VhHdY4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz78VhHdY4 .offcanvas_box {
    display: none;
  }
}
.cid-uz78VhHdY4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz78VhHdY4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz78VhHdY4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz78VhHdY4 .container {
  display: flex;
  margin: auto;
}
.cid-uz78VhHdY4 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz78VhHdY4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz78VhHdY4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz78VhHdY4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz78VhHdY4 .navbar-nav {
    margin: 0;
  }
}
.cid-uz78VhHdY4 .dropdown-menu,
.cid-uz78VhHdY4 .navbar.opened {
  background-color: false !important;
}
.cid-uz78VhHdY4 .nav-item:focus,
.cid-uz78VhHdY4 .nav-link:focus {
  outline: none;
}
.cid-uz78VhHdY4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz78VhHdY4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz78VhHdY4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz78VhHdY4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz78VhHdY4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz78VhHdY4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz78VhHdY4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz78VhHdY4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz78VhHdY4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uz78VhHdY4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz78VhHdY4 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz78VhHdY4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz78VhHdY4 .navbar.collapsed {
  justify-content: center;
}
.cid-uz78VhHdY4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz78VhHdY4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz78VhHdY4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz78VhHdY4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz78VhHdY4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz78VhHdY4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz78VhHdY4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz78VhHdY4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz78VhHdY4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz78VhHdY4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz78VhHdY4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz78VhHdY4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz78VhHdY4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz78VhHdY4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz78VhHdY4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz78VhHdY4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz78VhHdY4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz78VhHdY4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz78VhHdY4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz78VhHdY4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz78VhHdY4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz78VhHdY4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz78VhHdY4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz78VhHdY4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz78VhHdY4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz78VhHdY4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz78VhHdY4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz78VhHdY4 .dropdown-item.active,
.cid-uz78VhHdY4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz78VhHdY4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz78VhHdY4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz78VhHdY4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz78VhHdY4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz78VhHdY4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz78VhHdY4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz78VhHdY4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz78VhHdY4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz78VhHdY4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz78VhHdY4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78VhHdY4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78VhHdY4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz78VhHdY4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78VhHdY4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz78VhHdY4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz78VhHdY4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78VhHdY4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz78VhHdY4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz78VhHdY4 .navbar {
    height: 70px;
  }
  .cid-uz78VhHdY4 .navbar.opened {
    height: auto;
  }
  .cid-uz78VhHdY4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz78VhHdY4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz78VhHdY4 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz78VhHdY4 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz78VhHdY4 .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz78VhHdY4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz78VhHdY4 .text_widget {
  margin-bottom: 32px;
}
.cid-uz78VhHdY4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz78VhHdY4 .text_widget a:hover,
.cid-uz78VhHdY4 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz78VhHdY4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz78VhHdY4 .icons-menu-main {
  display: flex;
}
.cid-uz78VhHdY4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz78VhHdY4 .navbar-caption {
  color: #202020;
}
.cid-uz78VhHdY4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz78VhHdY4 .mbr-section-subtitle,
.cid-uz78VhHdY4 .text_widget,
.cid-uz78VhHdY4 .mbr-section-btn {
  text-align: center;
}
.cid-uz78VhHdY4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxaDAaDfaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaDAaDfaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaDAaDfaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxaDAaDfaw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uxaDAaDfaw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxaDAaDfaw .container {
    padding: 0 24px;
  }
}
.cid-uxaDAaDfaw .card {
  justify-content: center;
}
.cid-uxaDAaDfaw .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uxaDAaDfaw .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uxaDAaDfaw .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaDAaDfaw .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaDAaDfaw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxaDAaDfaw .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uxaDAaDfaw .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxaDAaDfaw .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uxaDAaDfaw .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uxaDAaDfaw .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uxaDAaDfaw .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxaDAaDfaw .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxaDAaDfaw .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaDAaDfaw .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaDAaDfaw .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uxaDAaDfaw .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxaDAaDfaw .mbr-section-title {
  color: #202020;
}
.cid-uxaDAaDfaw .list {
  color: #202020;
}
.cid-uxaDAaKF9F {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaDAaKF9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaDAaKF9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxaDAaKF9F .container {
    padding: 0 24px;
  }
}
.cid-uxaDAaKF9F .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uxaDAaKF9F .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxaDAaKF9F .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uxaDAaKF9F .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uxaDAaKF9F .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uxaDAaKF9F .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxaDAaKF9F .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxaDAaKF9F .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uxaDAaKF9F .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uxaDAaKF9F .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaDAaKF9F .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaDAaKF9F .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uxaDAaKF9F .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uxaDAaKF9F .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxaDAaKF9F .mbr-desc {
  color: #202020;
}
.cid-uxaDAaKF9F .mbr-section-title {
  color: #202020;
}
.cid-uxaDAaKF9F .panel-title-edit {
  color: #202020;
}
.cid-uxaDAaKF9F .panel-text {
  color: #202020;
}
.cid-uz78WfPyuO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz78WfPyuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78WfPyuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz78WfPyuO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz78WfPyuO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz78WfPyuO .container {
    padding: 0 24px;
  }
}
.cid-uz78WfPyuO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz78WfPyuO .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz78WfPyuO .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz78WfPyuO .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz78WfPyuO .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz78WfPyuO .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz78WfPyuO .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz78WfPyuO .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz78WfPyuO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz78WfPyuO .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz78WfPyuO .nav-wrapper .list .item-wrap:hover::before,
.cid-uz78WfPyuO .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz78WfPyuO .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz78WfPyuO .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz78WfPyuO .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz78WfPyuO .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz78WfPyuO .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz78WfPyuO .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz78WfPyuO .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz78WfPyuO .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz78WfPyuO .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz78WfPyuO .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz78WfPyuO .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz78WfPyuO .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz78WfPyuO .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz78WfPyuO .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz78WfPyuO .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz78WfPyuO .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz78WfPyuO .list {
  color: #202020;
}
.cid-uz78WfPyuO .mbr-title {
  color: #202020;
}
.cid-uz78WfPyuO .mbr-title,
.cid-uz78WfPyuO .social-wrapper {
  text-align: right;
}
.cid-v5Hu5J1bUD.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hu5J1bUD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hu5J1bUD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hu5J1bUD .modal-content,
.cid-v5Hu5J1bUD .modal-dialog {
  height: auto;
}
.cid-v5Hu5J1bUD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hu5J1bUD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hu5J1bUD .form-wrapper .mbr-form .form-group,
  .cid-v5Hu5J1bUD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hu5J1bUD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hu5J1bUD .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-v5Hu5J1bUD .mbr-text {
  text-align: center;
}
.cid-v5Hu5J1bUD .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hu5J1bUD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hu5J1bUD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hu5J1bUD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hu5J1bUD .modal-open {
  overflow: hidden;
}
.cid-v5Hu5J1bUD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hu5J1bUD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hu5J1bUD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hu5J1bUD .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-v5Hu5J1bUD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hu5J1bUD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hu5J1bUD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hu5J1bUD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hu5J1bUD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hu5J1bUD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hu5J1bUD .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hu5J1bUD .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hu5J1bUD .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-v5Hu5J1bUD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hu5J1bUD .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hu5J1bUD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hu5J1bUD .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hu5J1bUD .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hu5J1bUD .modal-header .close:focus {
  outline: none;
}
.cid-v5Hu5J1bUD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hu5J1bUD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hu5J1bUD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hu5J1bUD .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hu5J1bUD .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-v5Hu5J1bUD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hu5J1bUD .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hu5J1bUD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hu5J1bUD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hu5J1bUD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hu5J1bUD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hu5J1bUD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hu5J1bUD .modal-lg,
  .cid-v5Hu5J1bUD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hu5J1bUD .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hu5J1bUD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hu5J1bUD .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-v5Hu5J1bUD .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hu5J1bUD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hu5J1bUD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hu5J1bUD .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-v5Hu5J1bUD .mbr-section-btn {
  margin: 0;
}
.cid-v5Hu5J1bUD .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5Hv8h6APe.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8h6APe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8h6APe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8h6APe .modal-content,
.cid-v5Hv8h6APe .modal-dialog {
  height: auto;
}
.cid-v5Hv8h6APe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8h6APe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8h6APe .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8h6APe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8h6APe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8h6APe .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-v5Hv8h6APe .mbr-text {
  text-align: center;
}
.cid-v5Hv8h6APe .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8h6APe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8h6APe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8h6APe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8h6APe .modal-open {
  overflow: hidden;
}
.cid-v5Hv8h6APe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8h6APe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8h6APe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8h6APe .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-v5Hv8h6APe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8h6APe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8h6APe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8h6APe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8h6APe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8h6APe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8h6APe .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8h6APe .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8h6APe .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-v5Hv8h6APe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8h6APe .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8h6APe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8h6APe .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8h6APe .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8h6APe .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8h6APe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8h6APe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8h6APe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8h6APe .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8h6APe .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-v5Hv8h6APe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8h6APe .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8h6APe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8h6APe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8h6APe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8h6APe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8h6APe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8h6APe .modal-lg,
  .cid-v5Hv8h6APe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8h6APe .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8h6APe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8h6APe .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-v5Hv8h6APe .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8h6APe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8h6APe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8h6APe .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-v5Hv8h6APe .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8h6APe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz78YqAHVG {
  background-color: transparent;
}
.cid-uz78YqAHVG .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz78YqAHVG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz78YqAHVG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz78YqAHVG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz78YqAHVG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz78YqAHVG .menu_box .navbar.opened,
  .cid-uz78YqAHVG .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz78YqAHVG .navbar-dropdown {
  position: relative !important;
}
.cid-uz78YqAHVG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz78YqAHVG .btn:hover {
  box-shadow: none;
}
.cid-uz78YqAHVG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz78YqAHVG .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz78YqAHVG .nav-item {
    margin: 0 !important;
  }
}
.cid-uz78YqAHVG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz78YqAHVG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz78YqAHVG .nav-item .nav-link:hover::before,
.cid-uz78YqAHVG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz78YqAHVG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz78YqAHVG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz78YqAHVG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz78YqAHVG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz78YqAHVG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz78YqAHVG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz78YqAHVG .offcanvas_box {
    display: none;
  }
}
.cid-uz78YqAHVG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz78YqAHVG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz78YqAHVG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz78YqAHVG .container {
  display: flex;
  margin: auto;
}
.cid-uz78YqAHVG .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz78YqAHVG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz78YqAHVG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz78YqAHVG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz78YqAHVG .navbar-nav {
    margin: 0;
  }
}
.cid-uz78YqAHVG .dropdown-menu,
.cid-uz78YqAHVG .navbar.opened {
  background-color: false !important;
}
.cid-uz78YqAHVG .nav-item:focus,
.cid-uz78YqAHVG .nav-link:focus {
  outline: none;
}
.cid-uz78YqAHVG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz78YqAHVG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz78YqAHVG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz78YqAHVG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz78YqAHVG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz78YqAHVG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz78YqAHVG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz78YqAHVG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz78YqAHVG .navbar.opened {
  transition: all 0.3s;
}
.cid-uz78YqAHVG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz78YqAHVG .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz78YqAHVG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz78YqAHVG .navbar.collapsed {
  justify-content: center;
}
.cid-uz78YqAHVG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz78YqAHVG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz78YqAHVG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz78YqAHVG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz78YqAHVG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz78YqAHVG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz78YqAHVG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz78YqAHVG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz78YqAHVG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz78YqAHVG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz78YqAHVG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz78YqAHVG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz78YqAHVG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz78YqAHVG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz78YqAHVG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz78YqAHVG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz78YqAHVG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz78YqAHVG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz78YqAHVG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz78YqAHVG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz78YqAHVG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz78YqAHVG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz78YqAHVG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz78YqAHVG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz78YqAHVG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz78YqAHVG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz78YqAHVG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz78YqAHVG .dropdown-item.active,
.cid-uz78YqAHVG .dropdown-item:active {
  background-color: transparent;
}
.cid-uz78YqAHVG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz78YqAHVG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz78YqAHVG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz78YqAHVG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz78YqAHVG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz78YqAHVG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz78YqAHVG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz78YqAHVG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz78YqAHVG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz78YqAHVG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78YqAHVG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78YqAHVG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz78YqAHVG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78YqAHVG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz78YqAHVG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz78YqAHVG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78YqAHVG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz78YqAHVG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz78YqAHVG .navbar {
    height: 70px;
  }
  .cid-uz78YqAHVG .navbar.opened {
    height: auto;
  }
  .cid-uz78YqAHVG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz78YqAHVG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz78YqAHVG .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz78YqAHVG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz78YqAHVG .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz78YqAHVG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz78YqAHVG .text_widget {
  margin-bottom: 32px;
}
.cid-uz78YqAHVG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz78YqAHVG .text_widget a:hover,
.cid-uz78YqAHVG .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz78YqAHVG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz78YqAHVG .icons-menu-main {
  display: flex;
}
.cid-uz78YqAHVG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz78YqAHVG .navbar-caption {
  color: #202020;
}
.cid-uz78YqAHVG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz78YqAHVG .mbr-section-subtitle,
.cid-uz78YqAHVG .text_widget,
.cid-uz78YqAHVG .mbr-section-btn {
  text-align: center;
}
.cid-uz78YqAHVG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxaDKZ1TS6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaDKZ1TS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaDKZ1TS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxaDKZ1TS6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uxaDKZ1TS6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxaDKZ1TS6 .container {
    padding: 0 24px;
  }
}
.cid-uxaDKZ1TS6 .card {
  justify-content: center;
}
.cid-uxaDKZ1TS6 .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uxaDKZ1TS6 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uxaDKZ1TS6 .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaDKZ1TS6 .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaDKZ1TS6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxaDKZ1TS6 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uxaDKZ1TS6 .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxaDKZ1TS6 .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uxaDKZ1TS6 .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uxaDKZ1TS6 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uxaDKZ1TS6 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxaDKZ1TS6 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxaDKZ1TS6 .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaDKZ1TS6 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaDKZ1TS6 .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uxaDKZ1TS6 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxaDKZ1TS6 .mbr-section-title {
  color: #202020;
}
.cid-uxaDKZ1TS6 .list {
  color: #202020;
}
.cid-uxaDKZ8Zdu {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaDKZ8Zdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaDKZ8Zdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxaDKZ8Zdu .container {
    padding: 0 24px;
  }
}
.cid-uxaDKZ8Zdu .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uxaDKZ8Zdu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxaDKZ8Zdu .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uxaDKZ8Zdu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uxaDKZ8Zdu .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uxaDKZ8Zdu .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxaDKZ8Zdu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxaDKZ8Zdu .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uxaDKZ8Zdu .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uxaDKZ8Zdu .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaDKZ8Zdu .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaDKZ8Zdu .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uxaDKZ8Zdu .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uxaDKZ8Zdu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxaDKZ8Zdu .mbr-desc {
  color: #202020;
}
.cid-uxaDKZ8Zdu .mbr-section-title {
  color: #202020;
}
.cid-uxaDKZ8Zdu .panel-title-edit {
  color: #202020;
}
.cid-uxaDKZ8Zdu .panel-text {
  color: #202020;
}
.cid-uz78XEeV28 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz78XEeV28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz78XEeV28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz78XEeV28 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz78XEeV28 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz78XEeV28 .container {
    padding: 0 24px;
  }
}
.cid-uz78XEeV28 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz78XEeV28 .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz78XEeV28 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz78XEeV28 .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz78XEeV28 .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz78XEeV28 .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz78XEeV28 .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz78XEeV28 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz78XEeV28 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz78XEeV28 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz78XEeV28 .nav-wrapper .list .item-wrap:hover::before,
.cid-uz78XEeV28 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz78XEeV28 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz78XEeV28 .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz78XEeV28 .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz78XEeV28 .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz78XEeV28 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz78XEeV28 .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz78XEeV28 .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz78XEeV28 .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz78XEeV28 .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz78XEeV28 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz78XEeV28 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz78XEeV28 .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz78XEeV28 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz78XEeV28 .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz78XEeV28 .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz78XEeV28 .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz78XEeV28 .list {
  color: #202020;
}
.cid-uz78XEeV28 .mbr-title {
  color: #202020;
}
.cid-uz78XEeV28 .mbr-title,
.cid-uz78XEeV28 .social-wrapper {
  text-align: right;
}
.cid-v5Hu7Nrsbo.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hu7Nrsbo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hu7Nrsbo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hu7Nrsbo .modal-content,
.cid-v5Hu7Nrsbo .modal-dialog {
  height: auto;
}
.cid-v5Hu7Nrsbo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hu7Nrsbo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hu7Nrsbo .form-wrapper .mbr-form .form-group,
  .cid-v5Hu7Nrsbo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hu7Nrsbo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hu7Nrsbo .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-v5Hu7Nrsbo .mbr-text {
  text-align: center;
}
.cid-v5Hu7Nrsbo .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hu7Nrsbo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hu7Nrsbo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hu7Nrsbo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hu7Nrsbo .modal-open {
  overflow: hidden;
}
.cid-v5Hu7Nrsbo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hu7Nrsbo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hu7Nrsbo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hu7Nrsbo .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-v5Hu7Nrsbo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hu7Nrsbo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hu7Nrsbo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hu7Nrsbo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hu7Nrsbo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hu7Nrsbo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hu7Nrsbo .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hu7Nrsbo .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hu7Nrsbo .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-v5Hu7Nrsbo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hu7Nrsbo .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hu7Nrsbo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hu7Nrsbo .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hu7Nrsbo .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hu7Nrsbo .modal-header .close:focus {
  outline: none;
}
.cid-v5Hu7Nrsbo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hu7Nrsbo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hu7Nrsbo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hu7Nrsbo .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hu7Nrsbo .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-v5Hu7Nrsbo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hu7Nrsbo .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hu7Nrsbo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hu7Nrsbo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hu7Nrsbo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hu7Nrsbo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hu7Nrsbo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hu7Nrsbo .modal-lg,
  .cid-v5Hu7Nrsbo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hu7Nrsbo .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hu7Nrsbo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hu7Nrsbo .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-v5Hu7Nrsbo .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hu7Nrsbo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hu7Nrsbo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hu7Nrsbo .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-v5Hu7Nrsbo .mbr-section-btn {
  margin: 0;
}
.cid-v5Hu7Nrsbo .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5Hv8hzsgX.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8hzsgX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8hzsgX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8hzsgX .modal-content,
.cid-v5Hv8hzsgX .modal-dialog {
  height: auto;
}
.cid-v5Hv8hzsgX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8hzsgX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8hzsgX .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8hzsgX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8hzsgX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8hzsgX .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-v5Hv8hzsgX .mbr-text {
  text-align: center;
}
.cid-v5Hv8hzsgX .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8hzsgX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8hzsgX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8hzsgX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8hzsgX .modal-open {
  overflow: hidden;
}
.cid-v5Hv8hzsgX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8hzsgX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8hzsgX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8hzsgX .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-v5Hv8hzsgX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8hzsgX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8hzsgX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8hzsgX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8hzsgX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8hzsgX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8hzsgX .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8hzsgX .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8hzsgX .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-v5Hv8hzsgX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8hzsgX .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8hzsgX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8hzsgX .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8hzsgX .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8hzsgX .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8hzsgX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8hzsgX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8hzsgX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8hzsgX .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8hzsgX .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-v5Hv8hzsgX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8hzsgX .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8hzsgX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8hzsgX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8hzsgX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8hzsgX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8hzsgX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8hzsgX .modal-lg,
  .cid-v5Hv8hzsgX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8hzsgX .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8hzsgX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8hzsgX .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-v5Hv8hzsgX .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8hzsgX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8hzsgX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8hzsgX .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-v5Hv8hzsgX .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8hzsgX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz78ZIyda2 {
  background-color: transparent;
}
.cid-uz78ZIyda2 .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz78ZIyda2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz78ZIyda2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz78ZIyda2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz78ZIyda2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz78ZIyda2 .menu_box .navbar.opened,
  .cid-uz78ZIyda2 .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz78ZIyda2 .navbar-dropdown {
  position: relative !important;
}
.cid-uz78ZIyda2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz78ZIyda2 .btn:hover {
  box-shadow: none;
}
.cid-uz78ZIyda2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz78ZIyda2 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz78ZIyda2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uz78ZIyda2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz78ZIyda2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz78ZIyda2 .nav-item .nav-link:hover::before,
.cid-uz78ZIyda2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz78ZIyda2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz78ZIyda2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz78ZIyda2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz78ZIyda2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz78ZIyda2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz78ZIyda2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz78ZIyda2 .offcanvas_box {
    display: none;
  }
}
.cid-uz78ZIyda2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz78ZIyda2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz78ZIyda2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz78ZIyda2 .container {
  display: flex;
  margin: auto;
}
.cid-uz78ZIyda2 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz78ZIyda2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz78ZIyda2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz78ZIyda2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz78ZIyda2 .navbar-nav {
    margin: 0;
  }
}
.cid-uz78ZIyda2 .dropdown-menu,
.cid-uz78ZIyda2 .navbar.opened {
  background-color: false !important;
}
.cid-uz78ZIyda2 .nav-item:focus,
.cid-uz78ZIyda2 .nav-link:focus {
  outline: none;
}
.cid-uz78ZIyda2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz78ZIyda2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz78ZIyda2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz78ZIyda2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz78ZIyda2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz78ZIyda2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz78ZIyda2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz78ZIyda2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz78ZIyda2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uz78ZIyda2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz78ZIyda2 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz78ZIyda2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz78ZIyda2 .navbar.collapsed {
  justify-content: center;
}
.cid-uz78ZIyda2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz78ZIyda2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz78ZIyda2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz78ZIyda2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz78ZIyda2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz78ZIyda2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz78ZIyda2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz78ZIyda2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz78ZIyda2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz78ZIyda2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz78ZIyda2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz78ZIyda2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz78ZIyda2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz78ZIyda2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz78ZIyda2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz78ZIyda2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz78ZIyda2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz78ZIyda2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz78ZIyda2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz78ZIyda2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz78ZIyda2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz78ZIyda2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz78ZIyda2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz78ZIyda2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz78ZIyda2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz78ZIyda2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz78ZIyda2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz78ZIyda2 .dropdown-item.active,
.cid-uz78ZIyda2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz78ZIyda2 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz78ZIyda2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz78ZIyda2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz78ZIyda2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz78ZIyda2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz78ZIyda2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz78ZIyda2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz78ZIyda2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz78ZIyda2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz78ZIyda2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78ZIyda2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz78ZIyda2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz78ZIyda2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78ZIyda2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz78ZIyda2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz78ZIyda2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz78ZIyda2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz78ZIyda2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz78ZIyda2 .navbar {
    height: 70px;
  }
  .cid-uz78ZIyda2 .navbar.opened {
    height: auto;
  }
  .cid-uz78ZIyda2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz78ZIyda2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz78ZIyda2 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz78ZIyda2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz78ZIyda2 .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz78ZIyda2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz78ZIyda2 .text_widget {
  margin-bottom: 32px;
}
.cid-uz78ZIyda2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz78ZIyda2 .text_widget a:hover,
.cid-uz78ZIyda2 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz78ZIyda2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz78ZIyda2 .icons-menu-main {
  display: flex;
}
.cid-uz78ZIyda2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz78ZIyda2 .navbar-caption {
  color: #202020;
}
.cid-uz78ZIyda2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz78ZIyda2 .mbr-section-subtitle,
.cid-uz78ZIyda2 .text_widget,
.cid-uz78ZIyda2 .mbr-section-btn {
  text-align: center;
}
.cid-uz78ZIyda2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxaDUaxGWt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaDUaxGWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaDUaxGWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxaDUaxGWt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uxaDUaxGWt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxaDUaxGWt .container {
    padding: 0 24px;
  }
}
.cid-uxaDUaxGWt .card {
  justify-content: center;
}
.cid-uxaDUaxGWt .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uxaDUaxGWt .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uxaDUaxGWt .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaDUaxGWt .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaDUaxGWt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxaDUaxGWt .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uxaDUaxGWt .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxaDUaxGWt .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uxaDUaxGWt .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uxaDUaxGWt .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uxaDUaxGWt .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxaDUaxGWt .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxaDUaxGWt .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaDUaxGWt .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaDUaxGWt .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uxaDUaxGWt .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxaDUaxGWt .mbr-section-title {
  color: #202020;
}
.cid-uxaDUaxGWt .list {
  color: #202020;
}
.cid-uxaDUaFjmQ {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaDUaFjmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaDUaFjmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxaDUaFjmQ .container {
    padding: 0 24px;
  }
}
.cid-uxaDUaFjmQ .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uxaDUaFjmQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxaDUaFjmQ .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uxaDUaFjmQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uxaDUaFjmQ .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uxaDUaFjmQ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxaDUaFjmQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxaDUaFjmQ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uxaDUaFjmQ .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uxaDUaFjmQ .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaDUaFjmQ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaDUaFjmQ .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uxaDUaFjmQ .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uxaDUaFjmQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxaDUaFjmQ .mbr-desc {
  color: #202020;
}
.cid-uxaDUaFjmQ .mbr-section-title {
  color: #202020;
}
.cid-uxaDUaFjmQ .panel-title-edit {
  color: #202020;
}
.cid-uxaDUaFjmQ .panel-text {
  color: #202020;
}
.cid-uz790CKBaS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz790CKBaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz790CKBaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz790CKBaS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz790CKBaS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz790CKBaS .container {
    padding: 0 24px;
  }
}
.cid-uz790CKBaS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz790CKBaS .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz790CKBaS .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz790CKBaS .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz790CKBaS .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz790CKBaS .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz790CKBaS .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz790CKBaS .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz790CKBaS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz790CKBaS .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz790CKBaS .nav-wrapper .list .item-wrap:hover::before,
.cid-uz790CKBaS .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz790CKBaS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz790CKBaS .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz790CKBaS .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz790CKBaS .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz790CKBaS .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz790CKBaS .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz790CKBaS .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz790CKBaS .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz790CKBaS .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz790CKBaS .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz790CKBaS .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz790CKBaS .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz790CKBaS .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz790CKBaS .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz790CKBaS .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz790CKBaS .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz790CKBaS .list {
  color: #202020;
}
.cid-uz790CKBaS .mbr-title {
  color: #202020;
}
.cid-uz790CKBaS .mbr-title,
.cid-uz790CKBaS .social-wrapper {
  text-align: right;
}
.cid-v5HuaoQsWe.popup-builder {
  background-color: #ffffff;
}
.cid-v5HuaoQsWe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5HuaoQsWe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5HuaoQsWe .modal-content,
.cid-v5HuaoQsWe .modal-dialog {
  height: auto;
}
.cid-v5HuaoQsWe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5HuaoQsWe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5HuaoQsWe .form-wrapper .mbr-form .form-group,
  .cid-v5HuaoQsWe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5HuaoQsWe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5HuaoQsWe .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-v5HuaoQsWe .mbr-text {
  text-align: center;
}
.cid-v5HuaoQsWe .pt-0 {
  padding-top: 0 !important;
}
.cid-v5HuaoQsWe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5HuaoQsWe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5HuaoQsWe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5HuaoQsWe .modal-open {
  overflow: hidden;
}
.cid-v5HuaoQsWe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5HuaoQsWe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5HuaoQsWe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5HuaoQsWe .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-v5HuaoQsWe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5HuaoQsWe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5HuaoQsWe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5HuaoQsWe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5HuaoQsWe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5HuaoQsWe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5HuaoQsWe .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5HuaoQsWe .modal-backdrop.show {
  opacity: .5;
}
.cid-v5HuaoQsWe .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-v5HuaoQsWe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5HuaoQsWe .modal-header {
    padding: 1rem;
  }
}
.cid-v5HuaoQsWe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5HuaoQsWe .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5HuaoQsWe .modal-header .close:hover {
  opacity: 1;
}
.cid-v5HuaoQsWe .modal-header .close:focus {
  outline: none;
}
.cid-v5HuaoQsWe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5HuaoQsWe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5HuaoQsWe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5HuaoQsWe .modal-body {
    padding: 1rem;
  }
}
.cid-v5HuaoQsWe .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-v5HuaoQsWe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5HuaoQsWe .modal-footer {
    padding: 1rem;
  }
}
.cid-v5HuaoQsWe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5HuaoQsWe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5HuaoQsWe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5HuaoQsWe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5HuaoQsWe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5HuaoQsWe .modal-lg,
  .cid-v5HuaoQsWe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5HuaoQsWe .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5HuaoQsWe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5HuaoQsWe .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-v5HuaoQsWe .form-group {
  margin-bottom: 1rem;
}
.cid-v5HuaoQsWe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5HuaoQsWe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5HuaoQsWe .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-v5HuaoQsWe .mbr-section-btn {
  margin: 0;
}
.cid-v5HuaoQsWe .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5Hv8i1FVm.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8i1FVm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8i1FVm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8i1FVm .modal-content,
.cid-v5Hv8i1FVm .modal-dialog {
  height: auto;
}
.cid-v5Hv8i1FVm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8i1FVm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8i1FVm .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8i1FVm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8i1FVm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8i1FVm .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-v5Hv8i1FVm .mbr-text {
  text-align: center;
}
.cid-v5Hv8i1FVm .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8i1FVm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8i1FVm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8i1FVm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8i1FVm .modal-open {
  overflow: hidden;
}
.cid-v5Hv8i1FVm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8i1FVm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8i1FVm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8i1FVm .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-v5Hv8i1FVm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8i1FVm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8i1FVm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8i1FVm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8i1FVm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8i1FVm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8i1FVm .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8i1FVm .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8i1FVm .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-v5Hv8i1FVm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8i1FVm .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8i1FVm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8i1FVm .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8i1FVm .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8i1FVm .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8i1FVm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8i1FVm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8i1FVm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8i1FVm .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8i1FVm .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-v5Hv8i1FVm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8i1FVm .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8i1FVm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8i1FVm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8i1FVm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8i1FVm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8i1FVm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8i1FVm .modal-lg,
  .cid-v5Hv8i1FVm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8i1FVm .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8i1FVm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8i1FVm .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-v5Hv8i1FVm .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8i1FVm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8i1FVm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8i1FVm .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-v5Hv8i1FVm .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8i1FVm .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz792PTnXM {
  background-color: transparent;
}
.cid-uz792PTnXM .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz792PTnXM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz792PTnXM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz792PTnXM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz792PTnXM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz792PTnXM .menu_box .navbar.opened,
  .cid-uz792PTnXM .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz792PTnXM .navbar-dropdown {
  position: relative !important;
}
.cid-uz792PTnXM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz792PTnXM .btn:hover {
  box-shadow: none;
}
.cid-uz792PTnXM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz792PTnXM .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz792PTnXM .nav-item {
    margin: 0 !important;
  }
}
.cid-uz792PTnXM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz792PTnXM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz792PTnXM .nav-item .nav-link:hover::before,
.cid-uz792PTnXM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz792PTnXM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz792PTnXM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz792PTnXM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz792PTnXM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz792PTnXM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz792PTnXM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz792PTnXM .offcanvas_box {
    display: none;
  }
}
.cid-uz792PTnXM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz792PTnXM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz792PTnXM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz792PTnXM .container {
  display: flex;
  margin: auto;
}
.cid-uz792PTnXM .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz792PTnXM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz792PTnXM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz792PTnXM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz792PTnXM .navbar-nav {
    margin: 0;
  }
}
.cid-uz792PTnXM .dropdown-menu,
.cid-uz792PTnXM .navbar.opened {
  background-color: false !important;
}
.cid-uz792PTnXM .nav-item:focus,
.cid-uz792PTnXM .nav-link:focus {
  outline: none;
}
.cid-uz792PTnXM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz792PTnXM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz792PTnXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz792PTnXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz792PTnXM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz792PTnXM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz792PTnXM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz792PTnXM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz792PTnXM .navbar.opened {
  transition: all 0.3s;
}
.cid-uz792PTnXM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz792PTnXM .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz792PTnXM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz792PTnXM .navbar.collapsed {
  justify-content: center;
}
.cid-uz792PTnXM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz792PTnXM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz792PTnXM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz792PTnXM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz792PTnXM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz792PTnXM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz792PTnXM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz792PTnXM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz792PTnXM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz792PTnXM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz792PTnXM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz792PTnXM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz792PTnXM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz792PTnXM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz792PTnXM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz792PTnXM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz792PTnXM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz792PTnXM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz792PTnXM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz792PTnXM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz792PTnXM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz792PTnXM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz792PTnXM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz792PTnXM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz792PTnXM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz792PTnXM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz792PTnXM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz792PTnXM .dropdown-item.active,
.cid-uz792PTnXM .dropdown-item:active {
  background-color: transparent;
}
.cid-uz792PTnXM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz792PTnXM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz792PTnXM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz792PTnXM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz792PTnXM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz792PTnXM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz792PTnXM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz792PTnXM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz792PTnXM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz792PTnXM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz792PTnXM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz792PTnXM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz792PTnXM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz792PTnXM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz792PTnXM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz792PTnXM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz792PTnXM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz792PTnXM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz792PTnXM .navbar {
    height: 70px;
  }
  .cid-uz792PTnXM .navbar.opened {
    height: auto;
  }
  .cid-uz792PTnXM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz792PTnXM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz792PTnXM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz792PTnXM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz792PTnXM .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz792PTnXM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz792PTnXM .text_widget {
  margin-bottom: 32px;
}
.cid-uz792PTnXM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz792PTnXM .text_widget a:hover,
.cid-uz792PTnXM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz792PTnXM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz792PTnXM .icons-menu-main {
  display: flex;
}
.cid-uz792PTnXM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz792PTnXM .navbar-caption {
  color: #202020;
}
.cid-uz792PTnXM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz792PTnXM .mbr-section-subtitle,
.cid-uz792PTnXM .text_widget,
.cid-uz792PTnXM .mbr-section-btn {
  text-align: center;
}
.cid-uz792PTnXM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxaE0IXPKH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaE0IXPKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaE0IXPKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxaE0IXPKH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uxaE0IXPKH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxaE0IXPKH .container {
    padding: 0 24px;
  }
}
.cid-uxaE0IXPKH .card {
  justify-content: center;
}
.cid-uxaE0IXPKH .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uxaE0IXPKH .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uxaE0IXPKH .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaE0IXPKH .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaE0IXPKH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxaE0IXPKH .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uxaE0IXPKH .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxaE0IXPKH .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uxaE0IXPKH .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uxaE0IXPKH .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uxaE0IXPKH .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxaE0IXPKH .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxaE0IXPKH .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaE0IXPKH .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaE0IXPKH .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uxaE0IXPKH .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxaE0IXPKH .mbr-section-title {
  color: #202020;
}
.cid-uxaE0IXPKH .list {
  color: #202020;
}
.cid-uxaE0J5Jql {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaE0J5Jql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaE0J5Jql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxaE0J5Jql .container {
    padding: 0 24px;
  }
}
.cid-uxaE0J5Jql .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uxaE0J5Jql .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxaE0J5Jql .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uxaE0J5Jql .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uxaE0J5Jql .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uxaE0J5Jql .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxaE0J5Jql .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxaE0J5Jql .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uxaE0J5Jql .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uxaE0J5Jql .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaE0J5Jql .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaE0J5Jql .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uxaE0J5Jql .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uxaE0J5Jql .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxaE0J5Jql .mbr-desc {
  color: #202020;
}
.cid-uxaE0J5Jql .mbr-section-title {
  color: #202020;
}
.cid-uxaE0J5Jql .panel-title-edit {
  color: #202020;
}
.cid-uxaE0J5Jql .panel-text {
  color: #202020;
}
.cid-uz791WsC3N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz791WsC3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz791WsC3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz791WsC3N .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz791WsC3N .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz791WsC3N .container {
    padding: 0 24px;
  }
}
.cid-uz791WsC3N .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz791WsC3N .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz791WsC3N .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz791WsC3N .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz791WsC3N .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz791WsC3N .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz791WsC3N .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz791WsC3N .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz791WsC3N .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz791WsC3N .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz791WsC3N .nav-wrapper .list .item-wrap:hover::before,
.cid-uz791WsC3N .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz791WsC3N .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz791WsC3N .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz791WsC3N .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz791WsC3N .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz791WsC3N .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz791WsC3N .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz791WsC3N .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz791WsC3N .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz791WsC3N .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz791WsC3N .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz791WsC3N .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz791WsC3N .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz791WsC3N .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz791WsC3N .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz791WsC3N .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz791WsC3N .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz791WsC3N .list {
  color: #202020;
}
.cid-uz791WsC3N .mbr-title {
  color: #202020;
}
.cid-uz791WsC3N .mbr-title,
.cid-uz791WsC3N .social-wrapper {
  text-align: right;
}
.cid-v5Husnerqn.popup-builder {
  background-color: #ffffff;
}
.cid-v5Husnerqn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Husnerqn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Husnerqn .modal-content,
.cid-v5Husnerqn .modal-dialog {
  height: auto;
}
.cid-v5Husnerqn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Husnerqn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Husnerqn .form-wrapper .mbr-form .form-group,
  .cid-v5Husnerqn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Husnerqn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Husnerqn .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-v5Husnerqn .mbr-text {
  text-align: center;
}
.cid-v5Husnerqn .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Husnerqn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Husnerqn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Husnerqn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Husnerqn .modal-open {
  overflow: hidden;
}
.cid-v5Husnerqn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Husnerqn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Husnerqn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Husnerqn .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-v5Husnerqn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Husnerqn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Husnerqn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Husnerqn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Husnerqn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Husnerqn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Husnerqn .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Husnerqn .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Husnerqn .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-v5Husnerqn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Husnerqn .modal-header {
    padding: 1rem;
  }
}
.cid-v5Husnerqn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Husnerqn .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Husnerqn .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Husnerqn .modal-header .close:focus {
  outline: none;
}
.cid-v5Husnerqn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Husnerqn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Husnerqn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Husnerqn .modal-body {
    padding: 1rem;
  }
}
.cid-v5Husnerqn .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-v5Husnerqn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Husnerqn .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Husnerqn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Husnerqn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Husnerqn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Husnerqn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Husnerqn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Husnerqn .modal-lg,
  .cid-v5Husnerqn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Husnerqn .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Husnerqn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Husnerqn .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-v5Husnerqn .form-group {
  margin-bottom: 1rem;
}
.cid-v5Husnerqn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Husnerqn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Husnerqn .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-v5Husnerqn .mbr-section-btn {
  margin: 0;
}
.cid-v5Husnerqn .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz794dpv0A {
  background-color: transparent;
}
.cid-uz794dpv0A .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz794dpv0A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz794dpv0A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz794dpv0A .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz794dpv0A .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz794dpv0A .menu_box .navbar.opened,
  .cid-uz794dpv0A .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz794dpv0A .navbar-dropdown {
  position: relative !important;
}
.cid-uz794dpv0A .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz794dpv0A .btn:hover {
  box-shadow: none;
}
.cid-uz794dpv0A .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz794dpv0A .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz794dpv0A .nav-item {
    margin: 0 !important;
  }
}
.cid-uz794dpv0A .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz794dpv0A .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz794dpv0A .nav-item .nav-link:hover::before,
.cid-uz794dpv0A .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz794dpv0A .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz794dpv0A .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz794dpv0A .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz794dpv0A .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz794dpv0A .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz794dpv0A .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz794dpv0A .offcanvas_box {
    display: none;
  }
}
.cid-uz794dpv0A .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz794dpv0A .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz794dpv0A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz794dpv0A .container {
  display: flex;
  margin: auto;
}
.cid-uz794dpv0A .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz794dpv0A .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz794dpv0A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz794dpv0A .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz794dpv0A .navbar-nav {
    margin: 0;
  }
}
.cid-uz794dpv0A .dropdown-menu,
.cid-uz794dpv0A .navbar.opened {
  background-color: false !important;
}
.cid-uz794dpv0A .nav-item:focus,
.cid-uz794dpv0A .nav-link:focus {
  outline: none;
}
.cid-uz794dpv0A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz794dpv0A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz794dpv0A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz794dpv0A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz794dpv0A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz794dpv0A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz794dpv0A .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz794dpv0A .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz794dpv0A .navbar.opened {
  transition: all 0.3s;
}
.cid-uz794dpv0A .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz794dpv0A .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz794dpv0A .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz794dpv0A .navbar.collapsed {
  justify-content: center;
}
.cid-uz794dpv0A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz794dpv0A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz794dpv0A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz794dpv0A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz794dpv0A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz794dpv0A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz794dpv0A .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz794dpv0A .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz794dpv0A .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz794dpv0A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz794dpv0A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz794dpv0A .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz794dpv0A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz794dpv0A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz794dpv0A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz794dpv0A .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz794dpv0A .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz794dpv0A .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz794dpv0A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz794dpv0A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz794dpv0A .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz794dpv0A .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz794dpv0A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz794dpv0A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz794dpv0A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz794dpv0A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz794dpv0A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz794dpv0A .dropdown-item.active,
.cid-uz794dpv0A .dropdown-item:active {
  background-color: transparent;
}
.cid-uz794dpv0A .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz794dpv0A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz794dpv0A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz794dpv0A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz794dpv0A ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz794dpv0A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz794dpv0A button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz794dpv0A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz794dpv0A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz794dpv0A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz794dpv0A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz794dpv0A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz794dpv0A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz794dpv0A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz794dpv0A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz794dpv0A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz794dpv0A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz794dpv0A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz794dpv0A .navbar {
    height: 70px;
  }
  .cid-uz794dpv0A .navbar.opened {
    height: auto;
  }
  .cid-uz794dpv0A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz794dpv0A .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz794dpv0A .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz794dpv0A .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz794dpv0A .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz794dpv0A .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz794dpv0A .text_widget {
  margin-bottom: 32px;
}
.cid-uz794dpv0A .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz794dpv0A .text_widget a:hover,
.cid-uz794dpv0A .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz794dpv0A .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz794dpv0A .icons-menu-main {
  display: flex;
}
.cid-uz794dpv0A .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz794dpv0A .navbar-caption {
  color: #202020;
}
.cid-uz794dpv0A .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz794dpv0A .mbr-section-subtitle,
.cid-uz794dpv0A .text_widget,
.cid-uz794dpv0A .mbr-section-btn {
  text-align: center;
}
.cid-uz794dpv0A a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxaE6uohJk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaE6uohJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaE6uohJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxaE6uohJk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uxaE6uohJk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxaE6uohJk .container {
    padding: 0 24px;
  }
}
.cid-uxaE6uohJk .card {
  justify-content: center;
}
.cid-uxaE6uohJk .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uxaE6uohJk .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uxaE6uohJk .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaE6uohJk .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaE6uohJk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxaE6uohJk .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uxaE6uohJk .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxaE6uohJk .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uxaE6uohJk .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uxaE6uohJk .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uxaE6uohJk .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxaE6uohJk .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxaE6uohJk .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxaE6uohJk .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxaE6uohJk .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uxaE6uohJk .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxaE6uohJk .mbr-section-title {
  color: #202020;
}
.cid-uxaE6uohJk .list {
  color: #202020;
}
.cid-uxaE6ux2lG {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uxaE6ux2lG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxaE6ux2lG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxaE6ux2lG .container {
    padding: 0 24px;
  }
}
.cid-uxaE6ux2lG .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uxaE6ux2lG .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxaE6ux2lG .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uxaE6ux2lG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uxaE6ux2lG .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uxaE6ux2lG .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxaE6ux2lG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxaE6ux2lG .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uxaE6ux2lG .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uxaE6ux2lG .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaE6ux2lG .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uxaE6ux2lG .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uxaE6ux2lG .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uxaE6ux2lG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxaE6ux2lG .mbr-desc {
  color: #202020;
}
.cid-uxaE6ux2lG .mbr-section-title {
  color: #202020;
}
.cid-uxaE6ux2lG .panel-title-edit {
  color: #202020;
}
.cid-uxaE6ux2lG .panel-text {
  color: #202020;
}
.cid-uz7953VOwi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz7953VOwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7953VOwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7953VOwi .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz7953VOwi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz7953VOwi .container {
    padding: 0 24px;
  }
}
.cid-uz7953VOwi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz7953VOwi .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz7953VOwi .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz7953VOwi .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz7953VOwi .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz7953VOwi .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz7953VOwi .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz7953VOwi .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz7953VOwi .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz7953VOwi .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz7953VOwi .nav-wrapper .list .item-wrap:hover::before,
.cid-uz7953VOwi .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz7953VOwi .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz7953VOwi .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz7953VOwi .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz7953VOwi .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz7953VOwi .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz7953VOwi .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz7953VOwi .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz7953VOwi .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz7953VOwi .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz7953VOwi .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz7953VOwi .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz7953VOwi .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz7953VOwi .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz7953VOwi .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz7953VOwi .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz7953VOwi .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz7953VOwi .list {
  color: #202020;
}
.cid-uz7953VOwi .mbr-title {
  color: #202020;
}
.cid-uz7953VOwi .mbr-title,
.cid-uz7953VOwi .social-wrapper {
  text-align: right;
}
.cid-v5Hv8iV6JH.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8iV6JH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8iV6JH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8iV6JH .modal-content,
.cid-v5Hv8iV6JH .modal-dialog {
  height: auto;
}
.cid-v5Hv8iV6JH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8iV6JH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8iV6JH .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8iV6JH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8iV6JH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8iV6JH .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-v5Hv8iV6JH .mbr-text {
  text-align: center;
}
.cid-v5Hv8iV6JH .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8iV6JH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8iV6JH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8iV6JH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8iV6JH .modal-open {
  overflow: hidden;
}
.cid-v5Hv8iV6JH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8iV6JH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8iV6JH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8iV6JH .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-v5Hv8iV6JH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8iV6JH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8iV6JH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8iV6JH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8iV6JH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8iV6JH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8iV6JH .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8iV6JH .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8iV6JH .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-v5Hv8iV6JH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8iV6JH .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8iV6JH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8iV6JH .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8iV6JH .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8iV6JH .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8iV6JH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8iV6JH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8iV6JH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8iV6JH .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8iV6JH .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-v5Hv8iV6JH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8iV6JH .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8iV6JH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8iV6JH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8iV6JH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8iV6JH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8iV6JH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8iV6JH .modal-lg,
  .cid-v5Hv8iV6JH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8iV6JH .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8iV6JH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8iV6JH .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-v5Hv8iV6JH .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8iV6JH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8iV6JH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8iV6JH .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-v5Hv8iV6JH .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8iV6JH .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz7976S1jf {
  background-color: transparent;
}
.cid-uz7976S1jf .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz7976S1jf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz7976S1jf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz7976S1jf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz7976S1jf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz7976S1jf .menu_box .navbar.opened,
  .cid-uz7976S1jf .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz7976S1jf .navbar-dropdown {
  position: relative !important;
}
.cid-uz7976S1jf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz7976S1jf .btn:hover {
  box-shadow: none;
}
.cid-uz7976S1jf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz7976S1jf .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz7976S1jf .nav-item {
    margin: 0 !important;
  }
}
.cid-uz7976S1jf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz7976S1jf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz7976S1jf .nav-item .nav-link:hover::before,
.cid-uz7976S1jf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz7976S1jf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz7976S1jf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz7976S1jf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz7976S1jf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz7976S1jf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz7976S1jf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz7976S1jf .offcanvas_box {
    display: none;
  }
}
.cid-uz7976S1jf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz7976S1jf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz7976S1jf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz7976S1jf .container {
  display: flex;
  margin: auto;
}
.cid-uz7976S1jf .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz7976S1jf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz7976S1jf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz7976S1jf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz7976S1jf .navbar-nav {
    margin: 0;
  }
}
.cid-uz7976S1jf .dropdown-menu,
.cid-uz7976S1jf .navbar.opened {
  background-color: false !important;
}
.cid-uz7976S1jf .nav-item:focus,
.cid-uz7976S1jf .nav-link:focus {
  outline: none;
}
.cid-uz7976S1jf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz7976S1jf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz7976S1jf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz7976S1jf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz7976S1jf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz7976S1jf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz7976S1jf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz7976S1jf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz7976S1jf .navbar.opened {
  transition: all 0.3s;
}
.cid-uz7976S1jf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz7976S1jf .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz7976S1jf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz7976S1jf .navbar.collapsed {
  justify-content: center;
}
.cid-uz7976S1jf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz7976S1jf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz7976S1jf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz7976S1jf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz7976S1jf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz7976S1jf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz7976S1jf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz7976S1jf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz7976S1jf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz7976S1jf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz7976S1jf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz7976S1jf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz7976S1jf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz7976S1jf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz7976S1jf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz7976S1jf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz7976S1jf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz7976S1jf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz7976S1jf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz7976S1jf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz7976S1jf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz7976S1jf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz7976S1jf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz7976S1jf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz7976S1jf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz7976S1jf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz7976S1jf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz7976S1jf .dropdown-item.active,
.cid-uz7976S1jf .dropdown-item:active {
  background-color: transparent;
}
.cid-uz7976S1jf .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz7976S1jf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz7976S1jf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz7976S1jf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz7976S1jf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz7976S1jf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz7976S1jf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz7976S1jf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz7976S1jf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz7976S1jf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz7976S1jf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz7976S1jf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz7976S1jf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz7976S1jf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz7976S1jf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz7976S1jf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz7976S1jf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz7976S1jf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz7976S1jf .navbar {
    height: 70px;
  }
  .cid-uz7976S1jf .navbar.opened {
    height: auto;
  }
  .cid-uz7976S1jf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz7976S1jf .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz7976S1jf .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz7976S1jf .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz7976S1jf .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz7976S1jf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz7976S1jf .text_widget {
  margin-bottom: 32px;
}
.cid-uz7976S1jf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz7976S1jf .text_widget a:hover,
.cid-uz7976S1jf .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz7976S1jf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz7976S1jf .icons-menu-main {
  display: flex;
}
.cid-uz7976S1jf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz7976S1jf .navbar-caption {
  color: #202020;
}
.cid-uz7976S1jf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz7976S1jf .mbr-section-subtitle,
.cid-uz7976S1jf .text_widget,
.cid-uz7976S1jf .mbr-section-btn {
  text-align: center;
}
.cid-uz7976S1jf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uyslPqF6Vj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uyslPqF6Vj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyslPqF6Vj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyslPqF6Vj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uyslPqF6Vj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uyslPqF6Vj .container {
    padding: 0 24px;
  }
}
.cid-uyslPqF6Vj .card {
  justify-content: center;
}
.cid-uyslPqF6Vj .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uyslPqF6Vj .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uyslPqF6Vj .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uyslPqF6Vj .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uyslPqF6Vj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uyslPqF6Vj .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uyslPqF6Vj .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyslPqF6Vj .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyslPqF6Vj .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uyslPqF6Vj .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uyslPqF6Vj .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uyslPqF6Vj .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyslPqF6Vj .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uyslPqF6Vj .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uyslPqF6Vj .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uyslPqF6Vj .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uyslPqF6Vj .mbr-section-title {
  color: #202020;
}
.cid-uyslPqF6Vj .list {
  color: #202020;
}
.cid-uyslPqNpqy {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uyslPqNpqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyslPqNpqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uyslPqNpqy .container {
    padding: 0 24px;
  }
}
.cid-uyslPqNpqy .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uyslPqNpqy .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uyslPqNpqy .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uyslPqNpqy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uyslPqNpqy .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uyslPqNpqy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uyslPqNpqy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uyslPqNpqy .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uyslPqNpqy .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uyslPqNpqy .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uyslPqNpqy .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uyslPqNpqy .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uyslPqNpqy .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uyslPqNpqy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uyslPqNpqy .mbr-desc {
  color: #202020;
}
.cid-uyslPqNpqy .mbr-section-title {
  color: #202020;
}
.cid-uyslPqNpqy .panel-title-edit {
  color: #202020;
}
.cid-uyslPqNpqy .panel-text {
  color: #202020;
}
.cid-uz796ieCHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz796ieCHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz796ieCHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz796ieCHf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz796ieCHf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz796ieCHf .container {
    padding: 0 24px;
  }
}
.cid-uz796ieCHf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz796ieCHf .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz796ieCHf .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz796ieCHf .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz796ieCHf .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz796ieCHf .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz796ieCHf .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz796ieCHf .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz796ieCHf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz796ieCHf .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz796ieCHf .nav-wrapper .list .item-wrap:hover::before,
.cid-uz796ieCHf .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz796ieCHf .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz796ieCHf .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz796ieCHf .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz796ieCHf .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz796ieCHf .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz796ieCHf .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz796ieCHf .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz796ieCHf .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz796ieCHf .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz796ieCHf .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz796ieCHf .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz796ieCHf .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz796ieCHf .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz796ieCHf .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz796ieCHf .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz796ieCHf .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz796ieCHf .list {
  color: #202020;
}
.cid-uz796ieCHf .mbr-title {
  color: #202020;
}
.cid-uz796ieCHf .mbr-title,
.cid-uz796ieCHf .social-wrapper {
  text-align: right;
}
.cid-v5Hv8joah1.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8joah1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8joah1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8joah1 .modal-content,
.cid-v5Hv8joah1 .modal-dialog {
  height: auto;
}
.cid-v5Hv8joah1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8joah1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8joah1 .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8joah1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8joah1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8joah1 .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-v5Hv8joah1 .mbr-text {
  text-align: center;
}
.cid-v5Hv8joah1 .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8joah1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8joah1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8joah1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8joah1 .modal-open {
  overflow: hidden;
}
.cid-v5Hv8joah1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8joah1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8joah1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8joah1 .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-v5Hv8joah1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8joah1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8joah1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8joah1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8joah1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8joah1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8joah1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8joah1 .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8joah1 .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-v5Hv8joah1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8joah1 .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8joah1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8joah1 .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8joah1 .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8joah1 .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8joah1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8joah1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8joah1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8joah1 .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8joah1 .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-v5Hv8joah1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8joah1 .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8joah1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8joah1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8joah1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8joah1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8joah1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8joah1 .modal-lg,
  .cid-v5Hv8joah1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8joah1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8joah1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8joah1 .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-v5Hv8joah1 .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8joah1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8joah1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8joah1 .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-v5Hv8joah1 .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8joah1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz798hu9Hz {
  background-color: transparent;
}
.cid-uz798hu9Hz .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz798hu9Hz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz798hu9Hz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz798hu9Hz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz798hu9Hz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz798hu9Hz .menu_box .navbar.opened,
  .cid-uz798hu9Hz .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz798hu9Hz .navbar-dropdown {
  position: relative !important;
}
.cid-uz798hu9Hz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz798hu9Hz .btn:hover {
  box-shadow: none;
}
.cid-uz798hu9Hz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz798hu9Hz .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz798hu9Hz .nav-item {
    margin: 0 !important;
  }
}
.cid-uz798hu9Hz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz798hu9Hz .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz798hu9Hz .nav-item .nav-link:hover::before,
.cid-uz798hu9Hz .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz798hu9Hz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz798hu9Hz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz798hu9Hz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz798hu9Hz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz798hu9Hz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz798hu9Hz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz798hu9Hz .offcanvas_box {
    display: none;
  }
}
.cid-uz798hu9Hz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz798hu9Hz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz798hu9Hz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz798hu9Hz .container {
  display: flex;
  margin: auto;
}
.cid-uz798hu9Hz .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz798hu9Hz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz798hu9Hz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz798hu9Hz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz798hu9Hz .navbar-nav {
    margin: 0;
  }
}
.cid-uz798hu9Hz .dropdown-menu,
.cid-uz798hu9Hz .navbar.opened {
  background-color: false !important;
}
.cid-uz798hu9Hz .nav-item:focus,
.cid-uz798hu9Hz .nav-link:focus {
  outline: none;
}
.cid-uz798hu9Hz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz798hu9Hz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz798hu9Hz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz798hu9Hz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz798hu9Hz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz798hu9Hz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz798hu9Hz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz798hu9Hz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz798hu9Hz .navbar.opened {
  transition: all 0.3s;
}
.cid-uz798hu9Hz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz798hu9Hz .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz798hu9Hz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz798hu9Hz .navbar.collapsed {
  justify-content: center;
}
.cid-uz798hu9Hz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz798hu9Hz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz798hu9Hz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz798hu9Hz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz798hu9Hz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz798hu9Hz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz798hu9Hz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz798hu9Hz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz798hu9Hz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz798hu9Hz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz798hu9Hz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz798hu9Hz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz798hu9Hz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz798hu9Hz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz798hu9Hz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz798hu9Hz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz798hu9Hz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz798hu9Hz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz798hu9Hz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz798hu9Hz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz798hu9Hz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz798hu9Hz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz798hu9Hz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz798hu9Hz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz798hu9Hz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz798hu9Hz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz798hu9Hz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz798hu9Hz .dropdown-item.active,
.cid-uz798hu9Hz .dropdown-item:active {
  background-color: transparent;
}
.cid-uz798hu9Hz .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz798hu9Hz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz798hu9Hz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz798hu9Hz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz798hu9Hz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz798hu9Hz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz798hu9Hz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz798hu9Hz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz798hu9Hz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz798hu9Hz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz798hu9Hz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz798hu9Hz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz798hu9Hz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz798hu9Hz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz798hu9Hz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz798hu9Hz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz798hu9Hz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz798hu9Hz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz798hu9Hz .navbar {
    height: 70px;
  }
  .cid-uz798hu9Hz .navbar.opened {
    height: auto;
  }
  .cid-uz798hu9Hz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz798hu9Hz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz798hu9Hz .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz798hu9Hz .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz798hu9Hz .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz798hu9Hz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz798hu9Hz .text_widget {
  margin-bottom: 32px;
}
.cid-uz798hu9Hz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz798hu9Hz .text_widget a:hover,
.cid-uz798hu9Hz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz798hu9Hz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz798hu9Hz .icons-menu-main {
  display: flex;
}
.cid-uz798hu9Hz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz798hu9Hz .navbar-caption {
  color: #202020;
}
.cid-uz798hu9Hz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz798hu9Hz .mbr-section-subtitle,
.cid-uz798hu9Hz .text_widget,
.cid-uz798hu9Hz .mbr-section-btn {
  text-align: center;
}
.cid-uz798hu9Hz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uyslVD2IEX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uyslVD2IEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyslVD2IEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyslVD2IEX .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uyslVD2IEX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uyslVD2IEX .container {
    padding: 0 24px;
  }
}
.cid-uyslVD2IEX .card {
  justify-content: center;
}
.cid-uyslVD2IEX .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uyslVD2IEX .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uyslVD2IEX .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uyslVD2IEX .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uyslVD2IEX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uyslVD2IEX .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uyslVD2IEX .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyslVD2IEX .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyslVD2IEX .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uyslVD2IEX .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uyslVD2IEX .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uyslVD2IEX .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyslVD2IEX .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uyslVD2IEX .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uyslVD2IEX .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uyslVD2IEX .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uyslVD2IEX .mbr-section-title {
  color: #202020;
}
.cid-uyslVD2IEX .list {
  color: #202020;
}
.cid-uyslVD9zB6 {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uyslVD9zB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyslVD9zB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uyslVD9zB6 .container {
    padding: 0 24px;
  }
}
.cid-uyslVD9zB6 .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uyslVD9zB6 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uyslVD9zB6 .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uyslVD9zB6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uyslVD9zB6 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uyslVD9zB6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uyslVD9zB6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uyslVD9zB6 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uyslVD9zB6 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uyslVD9zB6 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uyslVD9zB6 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uyslVD9zB6 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uyslVD9zB6 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uyslVD9zB6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uyslVD9zB6 .mbr-desc {
  color: #202020;
}
.cid-uyslVD9zB6 .mbr-section-title {
  color: #202020;
}
.cid-uyslVD9zB6 .panel-title-edit {
  color: #202020;
}
.cid-uyslVD9zB6 .panel-text {
  color: #202020;
}
.cid-uz799VL0iJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz799VL0iJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz799VL0iJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz799VL0iJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz799VL0iJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz799VL0iJ .container {
    padding: 0 24px;
  }
}
.cid-uz799VL0iJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz799VL0iJ .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz799VL0iJ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz799VL0iJ .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz799VL0iJ .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz799VL0iJ .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz799VL0iJ .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz799VL0iJ .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz799VL0iJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz799VL0iJ .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz799VL0iJ .nav-wrapper .list .item-wrap:hover::before,
.cid-uz799VL0iJ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz799VL0iJ .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz799VL0iJ .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz799VL0iJ .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz799VL0iJ .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz799VL0iJ .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz799VL0iJ .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz799VL0iJ .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz799VL0iJ .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz799VL0iJ .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz799VL0iJ .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz799VL0iJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz799VL0iJ .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz799VL0iJ .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz799VL0iJ .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz799VL0iJ .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz799VL0iJ .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz799VL0iJ .list {
  color: #202020;
}
.cid-uz799VL0iJ .mbr-title {
  color: #202020;
}
.cid-uz799VL0iJ .mbr-title,
.cid-uz799VL0iJ .social-wrapper {
  text-align: right;
}
.cid-v5Hv8jPoQl.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8jPoQl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8jPoQl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8jPoQl .modal-content,
.cid-v5Hv8jPoQl .modal-dialog {
  height: auto;
}
.cid-v5Hv8jPoQl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8jPoQl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8jPoQl .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8jPoQl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8jPoQl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8jPoQl .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-v5Hv8jPoQl .mbr-text {
  text-align: center;
}
.cid-v5Hv8jPoQl .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8jPoQl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8jPoQl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8jPoQl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8jPoQl .modal-open {
  overflow: hidden;
}
.cid-v5Hv8jPoQl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8jPoQl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8jPoQl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8jPoQl .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-v5Hv8jPoQl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8jPoQl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8jPoQl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8jPoQl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8jPoQl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8jPoQl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8jPoQl .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8jPoQl .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8jPoQl .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-v5Hv8jPoQl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8jPoQl .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8jPoQl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8jPoQl .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8jPoQl .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8jPoQl .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8jPoQl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8jPoQl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8jPoQl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8jPoQl .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8jPoQl .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-v5Hv8jPoQl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8jPoQl .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8jPoQl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8jPoQl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8jPoQl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8jPoQl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8jPoQl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8jPoQl .modal-lg,
  .cid-v5Hv8jPoQl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8jPoQl .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8jPoQl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8jPoQl .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-v5Hv8jPoQl .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8jPoQl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8jPoQl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8jPoQl .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-v5Hv8jPoQl .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8jPoQl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz79c45Wcm {
  background-color: transparent;
}
.cid-uz79c45Wcm .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz79c45Wcm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz79c45Wcm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz79c45Wcm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz79c45Wcm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz79c45Wcm .menu_box .navbar.opened,
  .cid-uz79c45Wcm .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz79c45Wcm .navbar-dropdown {
  position: relative !important;
}
.cid-uz79c45Wcm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz79c45Wcm .btn:hover {
  box-shadow: none;
}
.cid-uz79c45Wcm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz79c45Wcm .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz79c45Wcm .nav-item {
    margin: 0 !important;
  }
}
.cid-uz79c45Wcm .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz79c45Wcm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz79c45Wcm .nav-item .nav-link:hover::before,
.cid-uz79c45Wcm .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz79c45Wcm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz79c45Wcm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz79c45Wcm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz79c45Wcm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz79c45Wcm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz79c45Wcm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz79c45Wcm .offcanvas_box {
    display: none;
  }
}
.cid-uz79c45Wcm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz79c45Wcm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz79c45Wcm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz79c45Wcm .container {
  display: flex;
  margin: auto;
}
.cid-uz79c45Wcm .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz79c45Wcm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz79c45Wcm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz79c45Wcm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz79c45Wcm .navbar-nav {
    margin: 0;
  }
}
.cid-uz79c45Wcm .dropdown-menu,
.cid-uz79c45Wcm .navbar.opened {
  background-color: false !important;
}
.cid-uz79c45Wcm .nav-item:focus,
.cid-uz79c45Wcm .nav-link:focus {
  outline: none;
}
.cid-uz79c45Wcm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz79c45Wcm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz79c45Wcm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz79c45Wcm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz79c45Wcm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz79c45Wcm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz79c45Wcm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz79c45Wcm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz79c45Wcm .navbar.opened {
  transition: all 0.3s;
}
.cid-uz79c45Wcm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz79c45Wcm .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz79c45Wcm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz79c45Wcm .navbar.collapsed {
  justify-content: center;
}
.cid-uz79c45Wcm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz79c45Wcm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz79c45Wcm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz79c45Wcm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz79c45Wcm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz79c45Wcm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz79c45Wcm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz79c45Wcm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz79c45Wcm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz79c45Wcm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz79c45Wcm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz79c45Wcm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz79c45Wcm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz79c45Wcm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz79c45Wcm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz79c45Wcm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz79c45Wcm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz79c45Wcm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz79c45Wcm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz79c45Wcm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz79c45Wcm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz79c45Wcm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz79c45Wcm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz79c45Wcm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz79c45Wcm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz79c45Wcm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz79c45Wcm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz79c45Wcm .dropdown-item.active,
.cid-uz79c45Wcm .dropdown-item:active {
  background-color: transparent;
}
.cid-uz79c45Wcm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz79c45Wcm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz79c45Wcm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz79c45Wcm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz79c45Wcm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz79c45Wcm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz79c45Wcm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz79c45Wcm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz79c45Wcm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz79c45Wcm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79c45Wcm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79c45Wcm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz79c45Wcm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79c45Wcm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz79c45Wcm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz79c45Wcm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79c45Wcm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz79c45Wcm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz79c45Wcm .navbar {
    height: 70px;
  }
  .cid-uz79c45Wcm .navbar.opened {
    height: auto;
  }
  .cid-uz79c45Wcm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz79c45Wcm .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz79c45Wcm .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz79c45Wcm .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz79c45Wcm .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz79c45Wcm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz79c45Wcm .text_widget {
  margin-bottom: 32px;
}
.cid-uz79c45Wcm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz79c45Wcm .text_widget a:hover,
.cid-uz79c45Wcm .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz79c45Wcm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz79c45Wcm .icons-menu-main {
  display: flex;
}
.cid-uz79c45Wcm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz79c45Wcm .navbar-caption {
  color: #202020;
}
.cid-uz79c45Wcm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz79c45Wcm .mbr-section-subtitle,
.cid-uz79c45Wcm .text_widget,
.cid-uz79c45Wcm .mbr-section-btn {
  text-align: center;
}
.cid-uz79c45Wcm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uysm0t7hpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysm0t7hpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysm0t7hpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysm0t7hpv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysm0t7hpv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysm0t7hpv .container {
    padding: 0 24px;
  }
}
.cid-uysm0t7hpv .card {
  justify-content: center;
}
.cid-uysm0t7hpv .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysm0t7hpv .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysm0t7hpv .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysm0t7hpv .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysm0t7hpv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysm0t7hpv .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysm0t7hpv .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysm0t7hpv .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysm0t7hpv .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysm0t7hpv .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysm0t7hpv .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysm0t7hpv .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysm0t7hpv .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysm0t7hpv .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysm0t7hpv .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysm0t7hpv .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysm0t7hpv .mbr-section-title {
  color: #202020;
}
.cid-uysm0t7hpv .list {
  color: #202020;
}
.cid-uysm0tejd2 {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysm0tejd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysm0tejd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysm0tejd2 .container {
    padding: 0 24px;
  }
}
.cid-uysm0tejd2 .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysm0tejd2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysm0tejd2 .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysm0tejd2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysm0tejd2 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysm0tejd2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysm0tejd2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysm0tejd2 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysm0tejd2 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysm0tejd2 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysm0tejd2 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysm0tejd2 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysm0tejd2 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysm0tejd2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysm0tejd2 .mbr-desc {
  color: #202020;
}
.cid-uysm0tejd2 .mbr-section-title {
  color: #202020;
}
.cid-uysm0tejd2 .panel-title-edit {
  color: #202020;
}
.cid-uysm0tejd2 .panel-text {
  color: #202020;
}
.cid-uz79bljnok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz79bljnok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz79bljnok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz79bljnok .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz79bljnok .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz79bljnok .container {
    padding: 0 24px;
  }
}
.cid-uz79bljnok .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz79bljnok .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz79bljnok .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz79bljnok .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz79bljnok .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz79bljnok .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz79bljnok .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz79bljnok .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz79bljnok .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79bljnok .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz79bljnok .nav-wrapper .list .item-wrap:hover::before,
.cid-uz79bljnok .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz79bljnok .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz79bljnok .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz79bljnok .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz79bljnok .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz79bljnok .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz79bljnok .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz79bljnok .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz79bljnok .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz79bljnok .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz79bljnok .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz79bljnok .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz79bljnok .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz79bljnok .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79bljnok .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz79bljnok .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz79bljnok .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz79bljnok .list {
  color: #202020;
}
.cid-uz79bljnok .mbr-title {
  color: #202020;
}
.cid-uz79bljnok .mbr-title,
.cid-uz79bljnok .social-wrapper {
  text-align: right;
}
.cid-v5Hv8kjWfA.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8kjWfA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8kjWfA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8kjWfA .modal-content,
.cid-v5Hv8kjWfA .modal-dialog {
  height: auto;
}
.cid-v5Hv8kjWfA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8kjWfA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8kjWfA .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8kjWfA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8kjWfA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8kjWfA .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-v5Hv8kjWfA .mbr-text {
  text-align: center;
}
.cid-v5Hv8kjWfA .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8kjWfA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8kjWfA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8kjWfA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8kjWfA .modal-open {
  overflow: hidden;
}
.cid-v5Hv8kjWfA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8kjWfA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8kjWfA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8kjWfA .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-v5Hv8kjWfA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8kjWfA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8kjWfA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8kjWfA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8kjWfA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8kjWfA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8kjWfA .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8kjWfA .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8kjWfA .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-v5Hv8kjWfA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8kjWfA .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8kjWfA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8kjWfA .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8kjWfA .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8kjWfA .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8kjWfA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8kjWfA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8kjWfA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8kjWfA .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8kjWfA .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-v5Hv8kjWfA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8kjWfA .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8kjWfA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8kjWfA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8kjWfA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8kjWfA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8kjWfA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8kjWfA .modal-lg,
  .cid-v5Hv8kjWfA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8kjWfA .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8kjWfA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8kjWfA .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-v5Hv8kjWfA .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8kjWfA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8kjWfA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8kjWfA .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-v5Hv8kjWfA .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8kjWfA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz79doTRmb {
  background-color: transparent;
}
.cid-uz79doTRmb .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz79doTRmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz79doTRmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz79doTRmb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz79doTRmb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz79doTRmb .menu_box .navbar.opened,
  .cid-uz79doTRmb .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz79doTRmb .navbar-dropdown {
  position: relative !important;
}
.cid-uz79doTRmb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz79doTRmb .btn:hover {
  box-shadow: none;
}
.cid-uz79doTRmb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz79doTRmb .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz79doTRmb .nav-item {
    margin: 0 !important;
  }
}
.cid-uz79doTRmb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz79doTRmb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz79doTRmb .nav-item .nav-link:hover::before,
.cid-uz79doTRmb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz79doTRmb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz79doTRmb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz79doTRmb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz79doTRmb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz79doTRmb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz79doTRmb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz79doTRmb .offcanvas_box {
    display: none;
  }
}
.cid-uz79doTRmb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz79doTRmb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz79doTRmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz79doTRmb .container {
  display: flex;
  margin: auto;
}
.cid-uz79doTRmb .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz79doTRmb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz79doTRmb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz79doTRmb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz79doTRmb .navbar-nav {
    margin: 0;
  }
}
.cid-uz79doTRmb .dropdown-menu,
.cid-uz79doTRmb .navbar.opened {
  background-color: false !important;
}
.cid-uz79doTRmb .nav-item:focus,
.cid-uz79doTRmb .nav-link:focus {
  outline: none;
}
.cid-uz79doTRmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz79doTRmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz79doTRmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz79doTRmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz79doTRmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz79doTRmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz79doTRmb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz79doTRmb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz79doTRmb .navbar.opened {
  transition: all 0.3s;
}
.cid-uz79doTRmb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz79doTRmb .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz79doTRmb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz79doTRmb .navbar.collapsed {
  justify-content: center;
}
.cid-uz79doTRmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz79doTRmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz79doTRmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz79doTRmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz79doTRmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz79doTRmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz79doTRmb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz79doTRmb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz79doTRmb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz79doTRmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz79doTRmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz79doTRmb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz79doTRmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz79doTRmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz79doTRmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz79doTRmb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz79doTRmb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz79doTRmb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz79doTRmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz79doTRmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz79doTRmb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz79doTRmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz79doTRmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz79doTRmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz79doTRmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz79doTRmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz79doTRmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz79doTRmb .dropdown-item.active,
.cid-uz79doTRmb .dropdown-item:active {
  background-color: transparent;
}
.cid-uz79doTRmb .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz79doTRmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz79doTRmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz79doTRmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz79doTRmb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz79doTRmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz79doTRmb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz79doTRmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz79doTRmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz79doTRmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79doTRmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79doTRmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz79doTRmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79doTRmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz79doTRmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz79doTRmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79doTRmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz79doTRmb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz79doTRmb .navbar {
    height: 70px;
  }
  .cid-uz79doTRmb .navbar.opened {
    height: auto;
  }
  .cid-uz79doTRmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz79doTRmb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz79doTRmb .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz79doTRmb .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz79doTRmb .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz79doTRmb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz79doTRmb .text_widget {
  margin-bottom: 32px;
}
.cid-uz79doTRmb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz79doTRmb .text_widget a:hover,
.cid-uz79doTRmb .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz79doTRmb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz79doTRmb .icons-menu-main {
  display: flex;
}
.cid-uz79doTRmb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz79doTRmb .navbar-caption {
  color: #202020;
}
.cid-uz79doTRmb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz79doTRmb .mbr-section-subtitle,
.cid-uz79doTRmb .text_widget,
.cid-uz79doTRmb .mbr-section-btn {
  text-align: center;
}
.cid-uz79doTRmb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uysm4f3HUB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysm4f3HUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysm4f3HUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysm4f3HUB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysm4f3HUB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysm4f3HUB .container {
    padding: 0 24px;
  }
}
.cid-uysm4f3HUB .card {
  justify-content: center;
}
.cid-uysm4f3HUB .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysm4f3HUB .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysm4f3HUB .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysm4f3HUB .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysm4f3HUB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysm4f3HUB .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysm4f3HUB .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysm4f3HUB .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysm4f3HUB .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysm4f3HUB .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysm4f3HUB .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysm4f3HUB .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysm4f3HUB .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysm4f3HUB .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysm4f3HUB .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysm4f3HUB .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysm4f3HUB .mbr-section-title {
  color: #202020;
}
.cid-uysm4f3HUB .list {
  color: #202020;
}
.cid-uysm4fajfr {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysm4fajfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysm4fajfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysm4fajfr .container {
    padding: 0 24px;
  }
}
.cid-uysm4fajfr .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysm4fajfr .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysm4fajfr .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysm4fajfr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysm4fajfr .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysm4fajfr .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysm4fajfr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysm4fajfr .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysm4fajfr .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysm4fajfr .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysm4fajfr .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysm4fajfr .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysm4fajfr .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysm4fajfr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysm4fajfr .mbr-desc {
  color: #202020;
}
.cid-uysm4fajfr .mbr-section-title {
  color: #202020;
}
.cid-uysm4fajfr .panel-title-edit {
  color: #202020;
}
.cid-uysm4fajfr .panel-text {
  color: #202020;
}
.cid-uz79eDZNyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz79eDZNyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz79eDZNyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz79eDZNyT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz79eDZNyT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz79eDZNyT .container {
    padding: 0 24px;
  }
}
.cid-uz79eDZNyT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz79eDZNyT .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz79eDZNyT .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz79eDZNyT .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz79eDZNyT .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz79eDZNyT .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz79eDZNyT .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz79eDZNyT .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz79eDZNyT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79eDZNyT .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz79eDZNyT .nav-wrapper .list .item-wrap:hover::before,
.cid-uz79eDZNyT .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz79eDZNyT .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz79eDZNyT .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz79eDZNyT .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz79eDZNyT .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz79eDZNyT .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz79eDZNyT .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz79eDZNyT .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz79eDZNyT .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz79eDZNyT .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz79eDZNyT .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz79eDZNyT .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz79eDZNyT .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz79eDZNyT .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79eDZNyT .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz79eDZNyT .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz79eDZNyT .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz79eDZNyT .list {
  color: #202020;
}
.cid-uz79eDZNyT .mbr-title {
  color: #202020;
}
.cid-uz79eDZNyT .mbr-title,
.cid-uz79eDZNyT .social-wrapper {
  text-align: right;
}
.cid-v5Hv8kLRIW.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8kLRIW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8kLRIW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8kLRIW .modal-content,
.cid-v5Hv8kLRIW .modal-dialog {
  height: auto;
}
.cid-v5Hv8kLRIW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8kLRIW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8kLRIW .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8kLRIW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8kLRIW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8kLRIW .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-v5Hv8kLRIW .mbr-text {
  text-align: center;
}
.cid-v5Hv8kLRIW .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8kLRIW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8kLRIW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8kLRIW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8kLRIW .modal-open {
  overflow: hidden;
}
.cid-v5Hv8kLRIW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8kLRIW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8kLRIW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8kLRIW .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-v5Hv8kLRIW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8kLRIW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8kLRIW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8kLRIW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8kLRIW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8kLRIW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8kLRIW .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8kLRIW .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8kLRIW .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-v5Hv8kLRIW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8kLRIW .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8kLRIW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8kLRIW .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8kLRIW .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8kLRIW .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8kLRIW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8kLRIW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8kLRIW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8kLRIW .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8kLRIW .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-v5Hv8kLRIW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8kLRIW .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8kLRIW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8kLRIW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8kLRIW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8kLRIW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8kLRIW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8kLRIW .modal-lg,
  .cid-v5Hv8kLRIW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8kLRIW .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8kLRIW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8kLRIW .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-v5Hv8kLRIW .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8kLRIW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8kLRIW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8kLRIW .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-v5Hv8kLRIW .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8kLRIW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz79inlhon {
  background-color: transparent;
}
.cid-uz79inlhon .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz79inlhon .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz79inlhon .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz79inlhon .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz79inlhon .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz79inlhon .menu_box .navbar.opened,
  .cid-uz79inlhon .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz79inlhon .navbar-dropdown {
  position: relative !important;
}
.cid-uz79inlhon .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz79inlhon .btn:hover {
  box-shadow: none;
}
.cid-uz79inlhon .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz79inlhon .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz79inlhon .nav-item {
    margin: 0 !important;
  }
}
.cid-uz79inlhon .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz79inlhon .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz79inlhon .nav-item .nav-link:hover::before,
.cid-uz79inlhon .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz79inlhon .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz79inlhon .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz79inlhon .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz79inlhon .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz79inlhon .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz79inlhon .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz79inlhon .offcanvas_box {
    display: none;
  }
}
.cid-uz79inlhon .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz79inlhon .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz79inlhon .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz79inlhon .container {
  display: flex;
  margin: auto;
}
.cid-uz79inlhon .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz79inlhon .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz79inlhon .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz79inlhon .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz79inlhon .navbar-nav {
    margin: 0;
  }
}
.cid-uz79inlhon .dropdown-menu,
.cid-uz79inlhon .navbar.opened {
  background-color: false !important;
}
.cid-uz79inlhon .nav-item:focus,
.cid-uz79inlhon .nav-link:focus {
  outline: none;
}
.cid-uz79inlhon .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz79inlhon .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz79inlhon .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz79inlhon .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz79inlhon .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz79inlhon .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz79inlhon .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz79inlhon .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz79inlhon .navbar.opened {
  transition: all 0.3s;
}
.cid-uz79inlhon .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz79inlhon .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz79inlhon .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz79inlhon .navbar.collapsed {
  justify-content: center;
}
.cid-uz79inlhon .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz79inlhon .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz79inlhon .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz79inlhon .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz79inlhon .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz79inlhon .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz79inlhon .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz79inlhon .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz79inlhon .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz79inlhon .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz79inlhon .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz79inlhon .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz79inlhon .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz79inlhon .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz79inlhon .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz79inlhon .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz79inlhon .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz79inlhon .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz79inlhon .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz79inlhon .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz79inlhon .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz79inlhon .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz79inlhon .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz79inlhon .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz79inlhon .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz79inlhon .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz79inlhon .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz79inlhon .dropdown-item.active,
.cid-uz79inlhon .dropdown-item:active {
  background-color: transparent;
}
.cid-uz79inlhon .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz79inlhon .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz79inlhon .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz79inlhon .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz79inlhon ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz79inlhon .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz79inlhon button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz79inlhon button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz79inlhon button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz79inlhon button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79inlhon button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79inlhon button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz79inlhon nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79inlhon nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz79inlhon nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz79inlhon nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79inlhon a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz79inlhon .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz79inlhon .navbar {
    height: 70px;
  }
  .cid-uz79inlhon .navbar.opened {
    height: auto;
  }
  .cid-uz79inlhon .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz79inlhon .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz79inlhon .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz79inlhon .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz79inlhon .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz79inlhon .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz79inlhon .text_widget {
  margin-bottom: 32px;
}
.cid-uz79inlhon .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz79inlhon .text_widget a:hover,
.cid-uz79inlhon .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz79inlhon .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz79inlhon .icons-menu-main {
  display: flex;
}
.cid-uz79inlhon .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz79inlhon .navbar-caption {
  color: #202020;
}
.cid-uz79inlhon .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz79inlhon .mbr-section-subtitle,
.cid-uz79inlhon .text_widget,
.cid-uz79inlhon .mbr-section-btn {
  text-align: center;
}
.cid-uz79inlhon a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uysmdG36GS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmdG36GS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmdG36GS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysmdG36GS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysmdG36GS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysmdG36GS .container {
    padding: 0 24px;
  }
}
.cid-uysmdG36GS .card {
  justify-content: center;
}
.cid-uysmdG36GS .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysmdG36GS .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysmdG36GS .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmdG36GS .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmdG36GS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysmdG36GS .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysmdG36GS .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysmdG36GS .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysmdG36GS .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysmdG36GS .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysmdG36GS .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysmdG36GS .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysmdG36GS .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmdG36GS .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmdG36GS .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysmdG36GS .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysmdG36GS .mbr-section-title {
  color: #202020;
}
.cid-uysmdG36GS .list {
  color: #202020;
}
.cid-uysmdGaImH {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmdGaImH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmdGaImH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysmdGaImH .container {
    padding: 0 24px;
  }
}
.cid-uysmdGaImH .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysmdGaImH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysmdGaImH .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysmdGaImH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysmdGaImH .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysmdGaImH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysmdGaImH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysmdGaImH .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysmdGaImH .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysmdGaImH .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmdGaImH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmdGaImH .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysmdGaImH .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysmdGaImH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysmdGaImH .mbr-desc {
  color: #202020;
}
.cid-uysmdGaImH .mbr-section-title {
  color: #202020;
}
.cid-uysmdGaImH .panel-title-edit {
  color: #202020;
}
.cid-uysmdGaImH .panel-text {
  color: #202020;
}
.cid-uz79hA5vRD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz79hA5vRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz79hA5vRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz79hA5vRD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz79hA5vRD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz79hA5vRD .container {
    padding: 0 24px;
  }
}
.cid-uz79hA5vRD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz79hA5vRD .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz79hA5vRD .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz79hA5vRD .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz79hA5vRD .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz79hA5vRD .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz79hA5vRD .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz79hA5vRD .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz79hA5vRD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79hA5vRD .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz79hA5vRD .nav-wrapper .list .item-wrap:hover::before,
.cid-uz79hA5vRD .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz79hA5vRD .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz79hA5vRD .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz79hA5vRD .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz79hA5vRD .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz79hA5vRD .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz79hA5vRD .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz79hA5vRD .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz79hA5vRD .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz79hA5vRD .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz79hA5vRD .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz79hA5vRD .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz79hA5vRD .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz79hA5vRD .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79hA5vRD .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz79hA5vRD .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz79hA5vRD .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz79hA5vRD .list {
  color: #202020;
}
.cid-uz79hA5vRD .mbr-title {
  color: #202020;
}
.cid-uz79hA5vRD .mbr-title,
.cid-uz79hA5vRD .social-wrapper {
  text-align: right;
}
.cid-v5Hv8ldliW.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8ldliW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8ldliW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8ldliW .modal-content,
.cid-v5Hv8ldliW .modal-dialog {
  height: auto;
}
.cid-v5Hv8ldliW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8ldliW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8ldliW .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8ldliW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8ldliW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8ldliW .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-v5Hv8ldliW .mbr-text {
  text-align: center;
}
.cid-v5Hv8ldliW .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8ldliW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8ldliW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8ldliW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8ldliW .modal-open {
  overflow: hidden;
}
.cid-v5Hv8ldliW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8ldliW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8ldliW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8ldliW .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-v5Hv8ldliW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8ldliW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8ldliW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8ldliW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8ldliW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8ldliW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8ldliW .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8ldliW .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8ldliW .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-v5Hv8ldliW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8ldliW .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8ldliW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8ldliW .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8ldliW .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8ldliW .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8ldliW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8ldliW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8ldliW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8ldliW .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8ldliW .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-v5Hv8ldliW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8ldliW .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8ldliW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8ldliW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8ldliW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8ldliW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8ldliW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8ldliW .modal-lg,
  .cid-v5Hv8ldliW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8ldliW .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8ldliW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8ldliW .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-v5Hv8ldliW .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8ldliW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8ldliW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8ldliW .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-v5Hv8ldliW .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8ldliW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz79jGbxQR {
  background-color: transparent;
}
.cid-uz79jGbxQR .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz79jGbxQR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz79jGbxQR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz79jGbxQR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz79jGbxQR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz79jGbxQR .menu_box .navbar.opened,
  .cid-uz79jGbxQR .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz79jGbxQR .navbar-dropdown {
  position: relative !important;
}
.cid-uz79jGbxQR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz79jGbxQR .btn:hover {
  box-shadow: none;
}
.cid-uz79jGbxQR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz79jGbxQR .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz79jGbxQR .nav-item {
    margin: 0 !important;
  }
}
.cid-uz79jGbxQR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz79jGbxQR .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz79jGbxQR .nav-item .nav-link:hover::before,
.cid-uz79jGbxQR .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz79jGbxQR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz79jGbxQR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz79jGbxQR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz79jGbxQR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz79jGbxQR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz79jGbxQR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz79jGbxQR .offcanvas_box {
    display: none;
  }
}
.cid-uz79jGbxQR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz79jGbxQR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz79jGbxQR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz79jGbxQR .container {
  display: flex;
  margin: auto;
}
.cid-uz79jGbxQR .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz79jGbxQR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz79jGbxQR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz79jGbxQR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz79jGbxQR .navbar-nav {
    margin: 0;
  }
}
.cid-uz79jGbxQR .dropdown-menu,
.cid-uz79jGbxQR .navbar.opened {
  background-color: false !important;
}
.cid-uz79jGbxQR .nav-item:focus,
.cid-uz79jGbxQR .nav-link:focus {
  outline: none;
}
.cid-uz79jGbxQR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz79jGbxQR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz79jGbxQR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz79jGbxQR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz79jGbxQR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz79jGbxQR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz79jGbxQR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz79jGbxQR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz79jGbxQR .navbar.opened {
  transition: all 0.3s;
}
.cid-uz79jGbxQR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz79jGbxQR .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz79jGbxQR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz79jGbxQR .navbar.collapsed {
  justify-content: center;
}
.cid-uz79jGbxQR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz79jGbxQR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz79jGbxQR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz79jGbxQR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz79jGbxQR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz79jGbxQR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz79jGbxQR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz79jGbxQR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz79jGbxQR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz79jGbxQR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz79jGbxQR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz79jGbxQR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz79jGbxQR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz79jGbxQR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz79jGbxQR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz79jGbxQR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz79jGbxQR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz79jGbxQR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz79jGbxQR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz79jGbxQR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz79jGbxQR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz79jGbxQR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz79jGbxQR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz79jGbxQR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz79jGbxQR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz79jGbxQR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz79jGbxQR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz79jGbxQR .dropdown-item.active,
.cid-uz79jGbxQR .dropdown-item:active {
  background-color: transparent;
}
.cid-uz79jGbxQR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz79jGbxQR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz79jGbxQR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz79jGbxQR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz79jGbxQR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz79jGbxQR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz79jGbxQR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz79jGbxQR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz79jGbxQR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz79jGbxQR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79jGbxQR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79jGbxQR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz79jGbxQR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79jGbxQR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz79jGbxQR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz79jGbxQR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79jGbxQR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz79jGbxQR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz79jGbxQR .navbar {
    height: 70px;
  }
  .cid-uz79jGbxQR .navbar.opened {
    height: auto;
  }
  .cid-uz79jGbxQR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz79jGbxQR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz79jGbxQR .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz79jGbxQR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz79jGbxQR .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz79jGbxQR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz79jGbxQR .text_widget {
  margin-bottom: 32px;
}
.cid-uz79jGbxQR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz79jGbxQR .text_widget a:hover,
.cid-uz79jGbxQR .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz79jGbxQR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz79jGbxQR .icons-menu-main {
  display: flex;
}
.cid-uz79jGbxQR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz79jGbxQR .navbar-caption {
  color: #202020;
}
.cid-uz79jGbxQR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz79jGbxQR .mbr-section-subtitle,
.cid-uz79jGbxQR .text_widget,
.cid-uz79jGbxQR .mbr-section-btn {
  text-align: center;
}
.cid-uz79jGbxQR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uysmiaWjIQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmiaWjIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmiaWjIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysmiaWjIQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysmiaWjIQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysmiaWjIQ .container {
    padding: 0 24px;
  }
}
.cid-uysmiaWjIQ .card {
  justify-content: center;
}
.cid-uysmiaWjIQ .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysmiaWjIQ .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysmiaWjIQ .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmiaWjIQ .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmiaWjIQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysmiaWjIQ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysmiaWjIQ .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysmiaWjIQ .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysmiaWjIQ .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysmiaWjIQ .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysmiaWjIQ .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysmiaWjIQ .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysmiaWjIQ .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmiaWjIQ .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmiaWjIQ .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysmiaWjIQ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysmiaWjIQ .mbr-section-title {
  color: #202020;
}
.cid-uysmiaWjIQ .list {
  color: #202020;
}
.cid-uysmib3rhS {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmib3rhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmib3rhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysmib3rhS .container {
    padding: 0 24px;
  }
}
.cid-uysmib3rhS .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysmib3rhS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysmib3rhS .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysmib3rhS .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysmib3rhS .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysmib3rhS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysmib3rhS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysmib3rhS .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysmib3rhS .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysmib3rhS .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmib3rhS .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmib3rhS .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysmib3rhS .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysmib3rhS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysmib3rhS .mbr-desc {
  color: #202020;
}
.cid-uysmib3rhS .mbr-section-title {
  color: #202020;
}
.cid-uysmib3rhS .panel-title-edit {
  color: #202020;
}
.cid-uysmib3rhS .panel-text {
  color: #202020;
}
.cid-uz79kSXsaJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz79kSXsaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz79kSXsaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz79kSXsaJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz79kSXsaJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz79kSXsaJ .container {
    padding: 0 24px;
  }
}
.cid-uz79kSXsaJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz79kSXsaJ .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz79kSXsaJ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz79kSXsaJ .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz79kSXsaJ .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz79kSXsaJ .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz79kSXsaJ .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz79kSXsaJ .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz79kSXsaJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79kSXsaJ .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz79kSXsaJ .nav-wrapper .list .item-wrap:hover::before,
.cid-uz79kSXsaJ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz79kSXsaJ .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz79kSXsaJ .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz79kSXsaJ .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz79kSXsaJ .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz79kSXsaJ .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz79kSXsaJ .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz79kSXsaJ .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz79kSXsaJ .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz79kSXsaJ .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz79kSXsaJ .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz79kSXsaJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz79kSXsaJ .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz79kSXsaJ .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79kSXsaJ .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz79kSXsaJ .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz79kSXsaJ .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz79kSXsaJ .list {
  color: #202020;
}
.cid-uz79kSXsaJ .mbr-title {
  color: #202020;
}
.cid-uz79kSXsaJ .mbr-title,
.cid-uz79kSXsaJ .social-wrapper {
  text-align: right;
}
.cid-v5Hv8lEDIs.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8lEDIs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8lEDIs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8lEDIs .modal-content,
.cid-v5Hv8lEDIs .modal-dialog {
  height: auto;
}
.cid-v5Hv8lEDIs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8lEDIs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8lEDIs .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8lEDIs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8lEDIs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8lEDIs .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-v5Hv8lEDIs .mbr-text {
  text-align: center;
}
.cid-v5Hv8lEDIs .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8lEDIs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8lEDIs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8lEDIs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8lEDIs .modal-open {
  overflow: hidden;
}
.cid-v5Hv8lEDIs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8lEDIs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8lEDIs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8lEDIs .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-v5Hv8lEDIs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8lEDIs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8lEDIs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8lEDIs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8lEDIs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8lEDIs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8lEDIs .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8lEDIs .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8lEDIs .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-v5Hv8lEDIs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8lEDIs .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8lEDIs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8lEDIs .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8lEDIs .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8lEDIs .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8lEDIs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8lEDIs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8lEDIs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8lEDIs .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8lEDIs .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-v5Hv8lEDIs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8lEDIs .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8lEDIs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8lEDIs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8lEDIs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8lEDIs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8lEDIs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8lEDIs .modal-lg,
  .cid-v5Hv8lEDIs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8lEDIs .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8lEDIs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8lEDIs .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-v5Hv8lEDIs .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8lEDIs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8lEDIs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8lEDIs .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-v5Hv8lEDIs .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8lEDIs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz79mQzE8e {
  background-color: transparent;
}
.cid-uz79mQzE8e .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz79mQzE8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz79mQzE8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz79mQzE8e .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz79mQzE8e .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz79mQzE8e .menu_box .navbar.opened,
  .cid-uz79mQzE8e .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz79mQzE8e .navbar-dropdown {
  position: relative !important;
}
.cid-uz79mQzE8e .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz79mQzE8e .btn:hover {
  box-shadow: none;
}
.cid-uz79mQzE8e .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz79mQzE8e .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz79mQzE8e .nav-item {
    margin: 0 !important;
  }
}
.cid-uz79mQzE8e .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz79mQzE8e .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz79mQzE8e .nav-item .nav-link:hover::before,
.cid-uz79mQzE8e .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz79mQzE8e .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz79mQzE8e .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz79mQzE8e .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz79mQzE8e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz79mQzE8e .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz79mQzE8e .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz79mQzE8e .offcanvas_box {
    display: none;
  }
}
.cid-uz79mQzE8e .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz79mQzE8e .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz79mQzE8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz79mQzE8e .container {
  display: flex;
  margin: auto;
}
.cid-uz79mQzE8e .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz79mQzE8e .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz79mQzE8e .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz79mQzE8e .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz79mQzE8e .navbar-nav {
    margin: 0;
  }
}
.cid-uz79mQzE8e .dropdown-menu,
.cid-uz79mQzE8e .navbar.opened {
  background-color: false !important;
}
.cid-uz79mQzE8e .nav-item:focus,
.cid-uz79mQzE8e .nav-link:focus {
  outline: none;
}
.cid-uz79mQzE8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz79mQzE8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz79mQzE8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz79mQzE8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz79mQzE8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz79mQzE8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz79mQzE8e .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz79mQzE8e .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz79mQzE8e .navbar.opened {
  transition: all 0.3s;
}
.cid-uz79mQzE8e .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz79mQzE8e .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz79mQzE8e .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz79mQzE8e .navbar.collapsed {
  justify-content: center;
}
.cid-uz79mQzE8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz79mQzE8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz79mQzE8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz79mQzE8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz79mQzE8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz79mQzE8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz79mQzE8e .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz79mQzE8e .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz79mQzE8e .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz79mQzE8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz79mQzE8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz79mQzE8e .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz79mQzE8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz79mQzE8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz79mQzE8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz79mQzE8e .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz79mQzE8e .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz79mQzE8e .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz79mQzE8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz79mQzE8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz79mQzE8e .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz79mQzE8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz79mQzE8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz79mQzE8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz79mQzE8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz79mQzE8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz79mQzE8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz79mQzE8e .dropdown-item.active,
.cid-uz79mQzE8e .dropdown-item:active {
  background-color: transparent;
}
.cid-uz79mQzE8e .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz79mQzE8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz79mQzE8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz79mQzE8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz79mQzE8e ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz79mQzE8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz79mQzE8e button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz79mQzE8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz79mQzE8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz79mQzE8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79mQzE8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79mQzE8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz79mQzE8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79mQzE8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz79mQzE8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz79mQzE8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79mQzE8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz79mQzE8e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz79mQzE8e .navbar {
    height: 70px;
  }
  .cid-uz79mQzE8e .navbar.opened {
    height: auto;
  }
  .cid-uz79mQzE8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz79mQzE8e .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz79mQzE8e .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz79mQzE8e .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz79mQzE8e .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz79mQzE8e .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz79mQzE8e .text_widget {
  margin-bottom: 32px;
}
.cid-uz79mQzE8e .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz79mQzE8e .text_widget a:hover,
.cid-uz79mQzE8e .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz79mQzE8e .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz79mQzE8e .icons-menu-main {
  display: flex;
}
.cid-uz79mQzE8e .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz79mQzE8e .navbar-caption {
  color: #202020;
}
.cid-uz79mQzE8e .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz79mQzE8e .mbr-section-subtitle,
.cid-uz79mQzE8e .text_widget,
.cid-uz79mQzE8e .mbr-section-btn {
  text-align: center;
}
.cid-uz79mQzE8e a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uysmnoAuSz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmnoAuSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmnoAuSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysmnoAuSz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysmnoAuSz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysmnoAuSz .container {
    padding: 0 24px;
  }
}
.cid-uysmnoAuSz .card {
  justify-content: center;
}
.cid-uysmnoAuSz .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysmnoAuSz .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysmnoAuSz .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmnoAuSz .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmnoAuSz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysmnoAuSz .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysmnoAuSz .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysmnoAuSz .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysmnoAuSz .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysmnoAuSz .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysmnoAuSz .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysmnoAuSz .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysmnoAuSz .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmnoAuSz .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmnoAuSz .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysmnoAuSz .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysmnoAuSz .mbr-section-title {
  color: #202020;
}
.cid-uysmnoAuSz .list {
  color: #202020;
}
.cid-uysmnoHSer {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmnoHSer .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmnoHSer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysmnoHSer .container {
    padding: 0 24px;
  }
}
.cid-uysmnoHSer .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysmnoHSer .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysmnoHSer .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysmnoHSer .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysmnoHSer .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysmnoHSer .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysmnoHSer .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysmnoHSer .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysmnoHSer .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysmnoHSer .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmnoHSer .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmnoHSer .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysmnoHSer .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysmnoHSer .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysmnoHSer .mbr-desc {
  color: #202020;
}
.cid-uysmnoHSer .mbr-section-title {
  color: #202020;
}
.cid-uysmnoHSer .panel-title-edit {
  color: #202020;
}
.cid-uysmnoHSer .panel-text {
  color: #202020;
}
.cid-uz79m6dGga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz79m6dGga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz79m6dGga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz79m6dGga .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz79m6dGga .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz79m6dGga .container {
    padding: 0 24px;
  }
}
.cid-uz79m6dGga .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz79m6dGga .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz79m6dGga .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz79m6dGga .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz79m6dGga .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz79m6dGga .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz79m6dGga .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz79m6dGga .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz79m6dGga .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79m6dGga .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz79m6dGga .nav-wrapper .list .item-wrap:hover::before,
.cid-uz79m6dGga .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz79m6dGga .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz79m6dGga .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz79m6dGga .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz79m6dGga .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz79m6dGga .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz79m6dGga .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz79m6dGga .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz79m6dGga .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz79m6dGga .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz79m6dGga .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz79m6dGga .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz79m6dGga .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz79m6dGga .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79m6dGga .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz79m6dGga .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz79m6dGga .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz79m6dGga .list {
  color: #202020;
}
.cid-uz79m6dGga .mbr-title {
  color: #202020;
}
.cid-uz79m6dGga .mbr-title,
.cid-uz79m6dGga .social-wrapper {
  text-align: right;
}
.cid-v5Hv8m60df.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8m60df.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8m60df.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8m60df .modal-content,
.cid-v5Hv8m60df .modal-dialog {
  height: auto;
}
.cid-v5Hv8m60df .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8m60df .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8m60df .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8m60df .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8m60df .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8m60df .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-v5Hv8m60df .mbr-text {
  text-align: center;
}
.cid-v5Hv8m60df .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8m60df .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8m60df .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8m60df .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8m60df .modal-open {
  overflow: hidden;
}
.cid-v5Hv8m60df .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8m60df .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8m60df .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8m60df .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-v5Hv8m60df .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8m60df .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8m60df .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8m60df .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8m60df .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8m60df .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8m60df .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8m60df .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8m60df .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-v5Hv8m60df .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8m60df .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8m60df .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8m60df .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8m60df .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8m60df .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8m60df .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8m60df .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8m60df .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8m60df .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8m60df .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-v5Hv8m60df .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8m60df .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8m60df .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8m60df .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8m60df .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8m60df .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8m60df .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8m60df .modal-lg,
  .cid-v5Hv8m60df .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8m60df .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8m60df .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8m60df .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-v5Hv8m60df .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8m60df .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8m60df .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8m60df .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-v5Hv8m60df .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8m60df .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz79obJH2K {
  background-color: transparent;
}
.cid-uz79obJH2K .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz79obJH2K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz79obJH2K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz79obJH2K .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz79obJH2K .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz79obJH2K .menu_box .navbar.opened,
  .cid-uz79obJH2K .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz79obJH2K .navbar-dropdown {
  position: relative !important;
}
.cid-uz79obJH2K .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz79obJH2K .btn:hover {
  box-shadow: none;
}
.cid-uz79obJH2K .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz79obJH2K .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz79obJH2K .nav-item {
    margin: 0 !important;
  }
}
.cid-uz79obJH2K .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz79obJH2K .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz79obJH2K .nav-item .nav-link:hover::before,
.cid-uz79obJH2K .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz79obJH2K .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz79obJH2K .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz79obJH2K .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz79obJH2K .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz79obJH2K .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz79obJH2K .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz79obJH2K .offcanvas_box {
    display: none;
  }
}
.cid-uz79obJH2K .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz79obJH2K .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz79obJH2K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz79obJH2K .container {
  display: flex;
  margin: auto;
}
.cid-uz79obJH2K .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz79obJH2K .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz79obJH2K .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz79obJH2K .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz79obJH2K .navbar-nav {
    margin: 0;
  }
}
.cid-uz79obJH2K .dropdown-menu,
.cid-uz79obJH2K .navbar.opened {
  background-color: false !important;
}
.cid-uz79obJH2K .nav-item:focus,
.cid-uz79obJH2K .nav-link:focus {
  outline: none;
}
.cid-uz79obJH2K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz79obJH2K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz79obJH2K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz79obJH2K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz79obJH2K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz79obJH2K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz79obJH2K .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz79obJH2K .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz79obJH2K .navbar.opened {
  transition: all 0.3s;
}
.cid-uz79obJH2K .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz79obJH2K .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz79obJH2K .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz79obJH2K .navbar.collapsed {
  justify-content: center;
}
.cid-uz79obJH2K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz79obJH2K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz79obJH2K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz79obJH2K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz79obJH2K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz79obJH2K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz79obJH2K .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz79obJH2K .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz79obJH2K .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz79obJH2K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz79obJH2K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz79obJH2K .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz79obJH2K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz79obJH2K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz79obJH2K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz79obJH2K .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz79obJH2K .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz79obJH2K .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz79obJH2K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz79obJH2K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz79obJH2K .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz79obJH2K .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz79obJH2K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz79obJH2K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz79obJH2K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz79obJH2K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz79obJH2K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz79obJH2K .dropdown-item.active,
.cid-uz79obJH2K .dropdown-item:active {
  background-color: transparent;
}
.cid-uz79obJH2K .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz79obJH2K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz79obJH2K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz79obJH2K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz79obJH2K ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz79obJH2K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz79obJH2K button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz79obJH2K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz79obJH2K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz79obJH2K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79obJH2K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79obJH2K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz79obJH2K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79obJH2K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz79obJH2K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz79obJH2K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79obJH2K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz79obJH2K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz79obJH2K .navbar {
    height: 70px;
  }
  .cid-uz79obJH2K .navbar.opened {
    height: auto;
  }
  .cid-uz79obJH2K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz79obJH2K .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz79obJH2K .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz79obJH2K .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz79obJH2K .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz79obJH2K .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz79obJH2K .text_widget {
  margin-bottom: 32px;
}
.cid-uz79obJH2K .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz79obJH2K .text_widget a:hover,
.cid-uz79obJH2K .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz79obJH2K .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz79obJH2K .icons-menu-main {
  display: flex;
}
.cid-uz79obJH2K .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz79obJH2K .navbar-caption {
  color: #202020;
}
.cid-uz79obJH2K .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz79obJH2K .mbr-section-subtitle,
.cid-uz79obJH2K .text_widget,
.cid-uz79obJH2K .mbr-section-btn {
  text-align: center;
}
.cid-uz79obJH2K a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uysmr5v2Ze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmr5v2Ze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmr5v2Ze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysmr5v2Ze .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysmr5v2Ze .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysmr5v2Ze .container {
    padding: 0 24px;
  }
}
.cid-uysmr5v2Ze .card {
  justify-content: center;
}
.cid-uysmr5v2Ze .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysmr5v2Ze .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysmr5v2Ze .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmr5v2Ze .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmr5v2Ze .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysmr5v2Ze .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysmr5v2Ze .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysmr5v2Ze .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysmr5v2Ze .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysmr5v2Ze .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysmr5v2Ze .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysmr5v2Ze .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysmr5v2Ze .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmr5v2Ze .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmr5v2Ze .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysmr5v2Ze .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysmr5v2Ze .mbr-section-title {
  color: #202020;
}
.cid-uysmr5v2Ze .list {
  color: #202020;
}
.cid-uysmr5CxoZ {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmr5CxoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmr5CxoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysmr5CxoZ .container {
    padding: 0 24px;
  }
}
.cid-uysmr5CxoZ .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysmr5CxoZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysmr5CxoZ .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysmr5CxoZ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysmr5CxoZ .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysmr5CxoZ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysmr5CxoZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysmr5CxoZ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysmr5CxoZ .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysmr5CxoZ .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmr5CxoZ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmr5CxoZ .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysmr5CxoZ .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysmr5CxoZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysmr5CxoZ .mbr-desc {
  color: #202020;
}
.cid-uysmr5CxoZ .mbr-section-title {
  color: #202020;
}
.cid-uysmr5CxoZ .panel-title-edit {
  color: #202020;
}
.cid-uysmr5CxoZ .panel-text {
  color: #202020;
}
.cid-uz79pkjXu0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz79pkjXu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz79pkjXu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz79pkjXu0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz79pkjXu0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz79pkjXu0 .container {
    padding: 0 24px;
  }
}
.cid-uz79pkjXu0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz79pkjXu0 .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz79pkjXu0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz79pkjXu0 .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz79pkjXu0 .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz79pkjXu0 .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz79pkjXu0 .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz79pkjXu0 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz79pkjXu0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79pkjXu0 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz79pkjXu0 .nav-wrapper .list .item-wrap:hover::before,
.cid-uz79pkjXu0 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz79pkjXu0 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz79pkjXu0 .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz79pkjXu0 .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz79pkjXu0 .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz79pkjXu0 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz79pkjXu0 .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz79pkjXu0 .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz79pkjXu0 .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz79pkjXu0 .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz79pkjXu0 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz79pkjXu0 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz79pkjXu0 .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz79pkjXu0 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79pkjXu0 .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz79pkjXu0 .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz79pkjXu0 .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz79pkjXu0 .list {
  color: #202020;
}
.cid-uz79pkjXu0 .mbr-title {
  color: #202020;
}
.cid-uz79pkjXu0 .mbr-title,
.cid-uz79pkjXu0 .social-wrapper {
  text-align: right;
}
.cid-v5Hv8my5gw.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8my5gw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8my5gw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8my5gw .modal-content,
.cid-v5Hv8my5gw .modal-dialog {
  height: auto;
}
.cid-v5Hv8my5gw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8my5gw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8my5gw .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8my5gw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8my5gw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8my5gw .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-v5Hv8my5gw .mbr-text {
  text-align: center;
}
.cid-v5Hv8my5gw .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8my5gw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8my5gw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8my5gw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8my5gw .modal-open {
  overflow: hidden;
}
.cid-v5Hv8my5gw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8my5gw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8my5gw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8my5gw .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-v5Hv8my5gw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8my5gw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8my5gw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8my5gw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8my5gw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8my5gw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8my5gw .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8my5gw .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8my5gw .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-v5Hv8my5gw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8my5gw .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8my5gw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8my5gw .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8my5gw .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8my5gw .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8my5gw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8my5gw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8my5gw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8my5gw .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8my5gw .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-v5Hv8my5gw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8my5gw .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8my5gw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8my5gw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8my5gw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8my5gw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8my5gw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8my5gw .modal-lg,
  .cid-v5Hv8my5gw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8my5gw .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8my5gw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8my5gw .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-v5Hv8my5gw .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8my5gw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8my5gw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8my5gw .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-v5Hv8my5gw .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8my5gw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz79rhvGc3 {
  background-color: transparent;
}
.cid-uz79rhvGc3 .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz79rhvGc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz79rhvGc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz79rhvGc3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz79rhvGc3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz79rhvGc3 .menu_box .navbar.opened,
  .cid-uz79rhvGc3 .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz79rhvGc3 .navbar-dropdown {
  position: relative !important;
}
.cid-uz79rhvGc3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz79rhvGc3 .btn:hover {
  box-shadow: none;
}
.cid-uz79rhvGc3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz79rhvGc3 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz79rhvGc3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uz79rhvGc3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz79rhvGc3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz79rhvGc3 .nav-item .nav-link:hover::before,
.cid-uz79rhvGc3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz79rhvGc3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz79rhvGc3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz79rhvGc3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz79rhvGc3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz79rhvGc3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz79rhvGc3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz79rhvGc3 .offcanvas_box {
    display: none;
  }
}
.cid-uz79rhvGc3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz79rhvGc3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz79rhvGc3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz79rhvGc3 .container {
  display: flex;
  margin: auto;
}
.cid-uz79rhvGc3 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz79rhvGc3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz79rhvGc3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz79rhvGc3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz79rhvGc3 .navbar-nav {
    margin: 0;
  }
}
.cid-uz79rhvGc3 .dropdown-menu,
.cid-uz79rhvGc3 .navbar.opened {
  background-color: false !important;
}
.cid-uz79rhvGc3 .nav-item:focus,
.cid-uz79rhvGc3 .nav-link:focus {
  outline: none;
}
.cid-uz79rhvGc3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz79rhvGc3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz79rhvGc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz79rhvGc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz79rhvGc3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz79rhvGc3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz79rhvGc3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz79rhvGc3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz79rhvGc3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uz79rhvGc3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz79rhvGc3 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz79rhvGc3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz79rhvGc3 .navbar.collapsed {
  justify-content: center;
}
.cid-uz79rhvGc3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz79rhvGc3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz79rhvGc3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz79rhvGc3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz79rhvGc3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz79rhvGc3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz79rhvGc3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz79rhvGc3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz79rhvGc3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz79rhvGc3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz79rhvGc3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz79rhvGc3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz79rhvGc3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz79rhvGc3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz79rhvGc3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz79rhvGc3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz79rhvGc3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz79rhvGc3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz79rhvGc3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz79rhvGc3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz79rhvGc3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz79rhvGc3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz79rhvGc3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz79rhvGc3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz79rhvGc3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz79rhvGc3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz79rhvGc3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz79rhvGc3 .dropdown-item.active,
.cid-uz79rhvGc3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz79rhvGc3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz79rhvGc3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz79rhvGc3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz79rhvGc3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz79rhvGc3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz79rhvGc3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz79rhvGc3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz79rhvGc3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz79rhvGc3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz79rhvGc3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79rhvGc3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79rhvGc3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz79rhvGc3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79rhvGc3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz79rhvGc3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz79rhvGc3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79rhvGc3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz79rhvGc3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz79rhvGc3 .navbar {
    height: 70px;
  }
  .cid-uz79rhvGc3 .navbar.opened {
    height: auto;
  }
  .cid-uz79rhvGc3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz79rhvGc3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz79rhvGc3 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz79rhvGc3 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz79rhvGc3 .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz79rhvGc3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz79rhvGc3 .text_widget {
  margin-bottom: 32px;
}
.cid-uz79rhvGc3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz79rhvGc3 .text_widget a:hover,
.cid-uz79rhvGc3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz79rhvGc3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz79rhvGc3 .icons-menu-main {
  display: flex;
}
.cid-uz79rhvGc3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz79rhvGc3 .navbar-caption {
  color: #202020;
}
.cid-uz79rhvGc3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz79rhvGc3 .mbr-section-subtitle,
.cid-uz79rhvGc3 .text_widget,
.cid-uz79rhvGc3 .mbr-section-btn {
  text-align: center;
}
.cid-uz79rhvGc3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uysmx1ypD6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmx1ypD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmx1ypD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysmx1ypD6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysmx1ypD6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysmx1ypD6 .container {
    padding: 0 24px;
  }
}
.cid-uysmx1ypD6 .card {
  justify-content: center;
}
.cid-uysmx1ypD6 .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysmx1ypD6 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysmx1ypD6 .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmx1ypD6 .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmx1ypD6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysmx1ypD6 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysmx1ypD6 .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysmx1ypD6 .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysmx1ypD6 .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysmx1ypD6 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysmx1ypD6 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysmx1ypD6 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysmx1ypD6 .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmx1ypD6 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmx1ypD6 .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysmx1ypD6 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysmx1ypD6 .mbr-section-title {
  color: #202020;
}
.cid-uysmx1ypD6 .list {
  color: #202020;
}
.cid-uysmx1FzwT {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmx1FzwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmx1FzwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysmx1FzwT .container {
    padding: 0 24px;
  }
}
.cid-uysmx1FzwT .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysmx1FzwT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysmx1FzwT .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysmx1FzwT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysmx1FzwT .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysmx1FzwT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysmx1FzwT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysmx1FzwT .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysmx1FzwT .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysmx1FzwT .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmx1FzwT .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmx1FzwT .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysmx1FzwT .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysmx1FzwT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysmx1FzwT .mbr-desc {
  color: #202020;
}
.cid-uysmx1FzwT .mbr-section-title {
  color: #202020;
}
.cid-uysmx1FzwT .panel-title-edit {
  color: #202020;
}
.cid-uysmx1FzwT .panel-text {
  color: #202020;
}
.cid-uz79qvU6l8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz79qvU6l8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz79qvU6l8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz79qvU6l8 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz79qvU6l8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz79qvU6l8 .container {
    padding: 0 24px;
  }
}
.cid-uz79qvU6l8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz79qvU6l8 .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz79qvU6l8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz79qvU6l8 .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz79qvU6l8 .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz79qvU6l8 .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz79qvU6l8 .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz79qvU6l8 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz79qvU6l8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79qvU6l8 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz79qvU6l8 .nav-wrapper .list .item-wrap:hover::before,
.cid-uz79qvU6l8 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz79qvU6l8 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz79qvU6l8 .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz79qvU6l8 .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz79qvU6l8 .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz79qvU6l8 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz79qvU6l8 .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz79qvU6l8 .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz79qvU6l8 .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz79qvU6l8 .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz79qvU6l8 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz79qvU6l8 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz79qvU6l8 .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz79qvU6l8 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79qvU6l8 .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz79qvU6l8 .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz79qvU6l8 .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz79qvU6l8 .list {
  color: #202020;
}
.cid-uz79qvU6l8 .mbr-title {
  color: #202020;
}
.cid-uz79qvU6l8 .mbr-title,
.cid-uz79qvU6l8 .social-wrapper {
  text-align: right;
}
.cid-v5Hv8mZoxd.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8mZoxd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8mZoxd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8mZoxd .modal-content,
.cid-v5Hv8mZoxd .modal-dialog {
  height: auto;
}
.cid-v5Hv8mZoxd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8mZoxd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8mZoxd .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8mZoxd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8mZoxd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8mZoxd .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-v5Hv8mZoxd .mbr-text {
  text-align: center;
}
.cid-v5Hv8mZoxd .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8mZoxd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8mZoxd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8mZoxd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8mZoxd .modal-open {
  overflow: hidden;
}
.cid-v5Hv8mZoxd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8mZoxd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8mZoxd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8mZoxd .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-v5Hv8mZoxd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8mZoxd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8mZoxd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8mZoxd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8mZoxd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8mZoxd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8mZoxd .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8mZoxd .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8mZoxd .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-v5Hv8mZoxd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8mZoxd .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8mZoxd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8mZoxd .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8mZoxd .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8mZoxd .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8mZoxd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8mZoxd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8mZoxd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8mZoxd .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8mZoxd .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-v5Hv8mZoxd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8mZoxd .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8mZoxd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8mZoxd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8mZoxd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8mZoxd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8mZoxd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8mZoxd .modal-lg,
  .cid-v5Hv8mZoxd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8mZoxd .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8mZoxd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8mZoxd .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-v5Hv8mZoxd .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8mZoxd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8mZoxd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8mZoxd .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-v5Hv8mZoxd .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8mZoxd .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz79soegVM {
  background-color: transparent;
}
.cid-uz79soegVM .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uz79soegVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uz79soegVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz79soegVM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uz79soegVM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uz79soegVM .menu_box .navbar.opened,
  .cid-uz79soegVM .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz79soegVM .navbar-dropdown {
  position: relative !important;
}
.cid-uz79soegVM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uz79soegVM .btn:hover {
  box-shadow: none;
}
.cid-uz79soegVM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz79soegVM .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uz79soegVM .nav-item {
    margin: 0 !important;
  }
}
.cid-uz79soegVM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uz79soegVM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uz79soegVM .nav-item .nav-link:hover::before,
.cid-uz79soegVM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uz79soegVM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz79soegVM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uz79soegVM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz79soegVM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz79soegVM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz79soegVM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz79soegVM .offcanvas_box {
    display: none;
  }
}
.cid-uz79soegVM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uz79soegVM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz79soegVM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uz79soegVM .container {
  display: flex;
  margin: auto;
}
.cid-uz79soegVM .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz79soegVM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz79soegVM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uz79soegVM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uz79soegVM .navbar-nav {
    margin: 0;
  }
}
.cid-uz79soegVM .dropdown-menu,
.cid-uz79soegVM .navbar.opened {
  background-color: false !important;
}
.cid-uz79soegVM .nav-item:focus,
.cid-uz79soegVM .nav-link:focus {
  outline: none;
}
.cid-uz79soegVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz79soegVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz79soegVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz79soegVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz79soegVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz79soegVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz79soegVM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uz79soegVM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uz79soegVM .navbar.opened {
  transition: all 0.3s;
}
.cid-uz79soegVM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz79soegVM .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uz79soegVM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz79soegVM .navbar.collapsed {
  justify-content: center;
}
.cid-uz79soegVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz79soegVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz79soegVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz79soegVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz79soegVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz79soegVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz79soegVM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz79soegVM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz79soegVM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uz79soegVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz79soegVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz79soegVM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz79soegVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz79soegVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uz79soegVM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz79soegVM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz79soegVM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz79soegVM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz79soegVM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uz79soegVM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz79soegVM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz79soegVM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz79soegVM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz79soegVM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz79soegVM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz79soegVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uz79soegVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz79soegVM .dropdown-item.active,
.cid-uz79soegVM .dropdown-item:active {
  background-color: transparent;
}
.cid-uz79soegVM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uz79soegVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz79soegVM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz79soegVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz79soegVM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uz79soegVM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz79soegVM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uz79soegVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uz79soegVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz79soegVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79soegVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz79soegVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz79soegVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79soegVM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz79soegVM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz79soegVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz79soegVM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz79soegVM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz79soegVM .navbar {
    height: 70px;
  }
  .cid-uz79soegVM .navbar.opened {
    height: auto;
  }
  .cid-uz79soegVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz79soegVM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uz79soegVM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uz79soegVM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uz79soegVM .navbar-caption:hover {
  color: #f7b801;
}
@media (min-width: 992px) {
  .cid-uz79soegVM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uz79soegVM .text_widget {
  margin-bottom: 32px;
}
.cid-uz79soegVM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uz79soegVM .text_widget a:hover,
.cid-uz79soegVM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uz79soegVM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uz79soegVM .icons-menu-main {
  display: flex;
}
.cid-uz79soegVM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uz79soegVM .navbar-caption {
  color: #202020;
}
.cid-uz79soegVM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uz79soegVM .mbr-section-subtitle,
.cid-uz79soegVM .text_widget,
.cid-uz79soegVM .mbr-section-btn {
  text-align: center;
}
.cid-uz79soegVM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uysmAB5Opm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmAB5Opm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmAB5Opm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysmAB5Opm .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysmAB5Opm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysmAB5Opm .container {
    padding: 0 24px;
  }
}
.cid-uysmAB5Opm .card {
  justify-content: center;
}
.cid-uysmAB5Opm .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysmAB5Opm .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysmAB5Opm .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmAB5Opm .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmAB5Opm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysmAB5Opm .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysmAB5Opm .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysmAB5Opm .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysmAB5Opm .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysmAB5Opm .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysmAB5Opm .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysmAB5Opm .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysmAB5Opm .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmAB5Opm .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmAB5Opm .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysmAB5Opm .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysmAB5Opm .mbr-section-title {
  color: #202020;
}
.cid-uysmAB5Opm .list {
  color: #202020;
}
.cid-uysmABdzeJ {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmABdzeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmABdzeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysmABdzeJ .container {
    padding: 0 24px;
  }
}
.cid-uysmABdzeJ .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysmABdzeJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysmABdzeJ .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysmABdzeJ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysmABdzeJ .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysmABdzeJ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysmABdzeJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysmABdzeJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysmABdzeJ .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysmABdzeJ .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmABdzeJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmABdzeJ .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysmABdzeJ .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysmABdzeJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysmABdzeJ .mbr-desc {
  color: #202020;
}
.cid-uysmABdzeJ .mbr-section-title {
  color: #202020;
}
.cid-uysmABdzeJ .panel-title-edit {
  color: #202020;
}
.cid-uysmABdzeJ .panel-text {
  color: #202020;
}
.cid-uz79tmV6m4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uz79tmV6m4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz79tmV6m4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz79tmV6m4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uz79tmV6m4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uz79tmV6m4 .container {
    padding: 0 24px;
  }
}
.cid-uz79tmV6m4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz79tmV6m4 .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uz79tmV6m4 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uz79tmV6m4 .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uz79tmV6m4 .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uz79tmV6m4 .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uz79tmV6m4 .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uz79tmV6m4 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uz79tmV6m4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79tmV6m4 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uz79tmV6m4 .nav-wrapper .list .item-wrap:hover::before,
.cid-uz79tmV6m4 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uz79tmV6m4 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uz79tmV6m4 .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uz79tmV6m4 .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uz79tmV6m4 .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uz79tmV6m4 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uz79tmV6m4 .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uz79tmV6m4 .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uz79tmV6m4 .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uz79tmV6m4 .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uz79tmV6m4 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uz79tmV6m4 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uz79tmV6m4 .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uz79tmV6m4 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uz79tmV6m4 .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uz79tmV6m4 .border-wrap {
    margin: 28px 0;
  }
}
.cid-uz79tmV6m4 .mbr-copy {
  margin-bottom: 0;
  color: #202020;
}
.cid-uz79tmV6m4 .list {
  color: #202020;
}
.cid-uz79tmV6m4 .mbr-title {
  color: #202020;
}
.cid-uz79tmV6m4 .mbr-title,
.cid-uz79tmV6m4 .social-wrapper {
  text-align: right;
}
.cid-v5Hv8ntYp3.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8ntYp3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8ntYp3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8ntYp3 .modal-content,
.cid-v5Hv8ntYp3 .modal-dialog {
  height: auto;
}
.cid-v5Hv8ntYp3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8ntYp3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8ntYp3 .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8ntYp3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8ntYp3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8ntYp3 .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-v5Hv8ntYp3 .mbr-text {
  text-align: center;
}
.cid-v5Hv8ntYp3 .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8ntYp3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8ntYp3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8ntYp3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8ntYp3 .modal-open {
  overflow: hidden;
}
.cid-v5Hv8ntYp3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8ntYp3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8ntYp3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8ntYp3 .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-v5Hv8ntYp3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8ntYp3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8ntYp3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8ntYp3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8ntYp3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8ntYp3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8ntYp3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8ntYp3 .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8ntYp3 .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-v5Hv8ntYp3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8ntYp3 .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8ntYp3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8ntYp3 .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8ntYp3 .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8ntYp3 .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8ntYp3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8ntYp3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8ntYp3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8ntYp3 .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8ntYp3 .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-v5Hv8ntYp3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8ntYp3 .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8ntYp3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8ntYp3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8ntYp3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8ntYp3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8ntYp3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8ntYp3 .modal-lg,
  .cid-v5Hv8ntYp3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8ntYp3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8ntYp3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8ntYp3 .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-v5Hv8ntYp3 .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8ntYp3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8ntYp3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8ntYp3 .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-v5Hv8ntYp3 .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8ntYp3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysmGRbn9Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmGRbn9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmGRbn9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysmGRbn9Y .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysmGRbn9Y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysmGRbn9Y .container {
    padding: 0 24px;
  }
}
.cid-uysmGRbn9Y .card {
  justify-content: center;
}
.cid-uysmGRbn9Y .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysmGRbn9Y .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysmGRbn9Y .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmGRbn9Y .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmGRbn9Y .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysmGRbn9Y .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysmGRbn9Y .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysmGRbn9Y .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysmGRbn9Y .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysmGRbn9Y .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysmGRbn9Y .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysmGRbn9Y .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysmGRbn9Y .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmGRbn9Y .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmGRbn9Y .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysmGRbn9Y .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysmGRbn9Y .mbr-section-title {
  color: #202020;
}
.cid-uysmGRbn9Y .list {
  color: #202020;
}
.cid-uysmGRi0Af {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmGRi0Af .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmGRi0Af .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysmGRi0Af .container {
    padding: 0 24px;
  }
}
.cid-uysmGRi0Af .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysmGRi0Af .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysmGRi0Af .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysmGRi0Af .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysmGRi0Af .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysmGRi0Af .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysmGRi0Af .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysmGRi0Af .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysmGRi0Af .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysmGRi0Af .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmGRi0Af .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmGRi0Af .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysmGRi0Af .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysmGRi0Af .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysmGRi0Af .mbr-desc {
  color: #202020;
}
.cid-uysmGRi0Af .mbr-section-title {
  color: #202020;
}
.cid-uysmGRi0Af .panel-title-edit {
  color: #202020;
}
.cid-uysmGRi0Af .panel-text {
  color: #202020;
}
.cid-v5Hv8nXBQ5.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8nXBQ5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8nXBQ5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8nXBQ5 .modal-content,
.cid-v5Hv8nXBQ5 .modal-dialog {
  height: auto;
}
.cid-v5Hv8nXBQ5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8nXBQ5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8nXBQ5 .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8nXBQ5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8nXBQ5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8nXBQ5 .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-v5Hv8nXBQ5 .mbr-text {
  text-align: center;
}
.cid-v5Hv8nXBQ5 .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8nXBQ5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8nXBQ5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8nXBQ5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8nXBQ5 .modal-open {
  overflow: hidden;
}
.cid-v5Hv8nXBQ5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8nXBQ5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8nXBQ5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8nXBQ5 .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-v5Hv8nXBQ5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8nXBQ5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8nXBQ5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8nXBQ5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8nXBQ5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8nXBQ5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8nXBQ5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8nXBQ5 .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8nXBQ5 .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-v5Hv8nXBQ5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8nXBQ5 .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8nXBQ5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8nXBQ5 .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8nXBQ5 .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8nXBQ5 .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8nXBQ5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8nXBQ5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8nXBQ5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8nXBQ5 .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8nXBQ5 .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-v5Hv8nXBQ5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8nXBQ5 .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8nXBQ5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8nXBQ5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8nXBQ5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8nXBQ5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8nXBQ5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8nXBQ5 .modal-lg,
  .cid-v5Hv8nXBQ5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8nXBQ5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8nXBQ5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8nXBQ5 .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-v5Hv8nXBQ5 .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8nXBQ5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8nXBQ5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8nXBQ5 .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-v5Hv8nXBQ5 .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8nXBQ5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysmLJDudI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmLJDudI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmLJDudI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysmLJDudI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysmLJDudI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysmLJDudI .container {
    padding: 0 24px;
  }
}
.cid-uysmLJDudI .card {
  justify-content: center;
}
.cid-uysmLJDudI .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysmLJDudI .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysmLJDudI .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmLJDudI .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmLJDudI .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysmLJDudI .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysmLJDudI .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysmLJDudI .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysmLJDudI .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysmLJDudI .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysmLJDudI .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysmLJDudI .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysmLJDudI .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmLJDudI .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmLJDudI .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysmLJDudI .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysmLJDudI .mbr-section-title {
  color: #202020;
}
.cid-uysmLJDudI .list {
  color: #202020;
}
.cid-uysmLJLyvl {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmLJLyvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmLJLyvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysmLJLyvl .container {
    padding: 0 24px;
  }
}
.cid-uysmLJLyvl .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysmLJLyvl .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysmLJLyvl .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysmLJLyvl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysmLJLyvl .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysmLJLyvl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysmLJLyvl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysmLJLyvl .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysmLJLyvl .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysmLJLyvl .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmLJLyvl .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmLJLyvl .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysmLJLyvl .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysmLJLyvl .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysmLJLyvl .mbr-desc {
  color: #202020;
}
.cid-uysmLJLyvl .mbr-section-title {
  color: #202020;
}
.cid-uysmLJLyvl .panel-title-edit {
  color: #202020;
}
.cid-uysmLJLyvl .panel-text {
  color: #202020;
}
.cid-v5Hv8oqxmB.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8oqxmB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8oqxmB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8oqxmB .modal-content,
.cid-v5Hv8oqxmB .modal-dialog {
  height: auto;
}
.cid-v5Hv8oqxmB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8oqxmB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8oqxmB .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8oqxmB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8oqxmB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8oqxmB .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-v5Hv8oqxmB .mbr-text {
  text-align: center;
}
.cid-v5Hv8oqxmB .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8oqxmB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8oqxmB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8oqxmB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8oqxmB .modal-open {
  overflow: hidden;
}
.cid-v5Hv8oqxmB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8oqxmB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8oqxmB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8oqxmB .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-v5Hv8oqxmB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8oqxmB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8oqxmB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8oqxmB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8oqxmB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8oqxmB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8oqxmB .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8oqxmB .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8oqxmB .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-v5Hv8oqxmB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8oqxmB .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8oqxmB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8oqxmB .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8oqxmB .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8oqxmB .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8oqxmB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8oqxmB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8oqxmB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8oqxmB .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8oqxmB .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-v5Hv8oqxmB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8oqxmB .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8oqxmB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8oqxmB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8oqxmB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8oqxmB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8oqxmB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8oqxmB .modal-lg,
  .cid-v5Hv8oqxmB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8oqxmB .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8oqxmB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8oqxmB .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-v5Hv8oqxmB .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8oqxmB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8oqxmB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8oqxmB .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-v5Hv8oqxmB .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8oqxmB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysmPVy6js {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmPVy6js .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmPVy6js .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysmPVy6js .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysmPVy6js .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysmPVy6js .container {
    padding: 0 24px;
  }
}
.cid-uysmPVy6js .card {
  justify-content: center;
}
.cid-uysmPVy6js .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysmPVy6js .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysmPVy6js .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmPVy6js .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmPVy6js .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysmPVy6js .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysmPVy6js .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysmPVy6js .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysmPVy6js .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysmPVy6js .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysmPVy6js .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysmPVy6js .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysmPVy6js .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmPVy6js .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmPVy6js .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysmPVy6js .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysmPVy6js .mbr-section-title {
  color: #202020;
}
.cid-uysmPVy6js .list {
  color: #202020;
}
.cid-uysmPVFrWA {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmPVFrWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmPVFrWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysmPVFrWA .container {
    padding: 0 24px;
  }
}
.cid-uysmPVFrWA .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysmPVFrWA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysmPVFrWA .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysmPVFrWA .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysmPVFrWA .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysmPVFrWA .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysmPVFrWA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysmPVFrWA .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysmPVFrWA .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysmPVFrWA .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmPVFrWA .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmPVFrWA .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysmPVFrWA .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysmPVFrWA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysmPVFrWA .mbr-desc {
  color: #202020;
}
.cid-uysmPVFrWA .mbr-section-title {
  color: #202020;
}
.cid-uysmPVFrWA .panel-title-edit {
  color: #202020;
}
.cid-uysmPVFrWA .panel-text {
  color: #202020;
}
.cid-v5Hv8oRogs.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8oRogs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8oRogs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8oRogs .modal-content,
.cid-v5Hv8oRogs .modal-dialog {
  height: auto;
}
.cid-v5Hv8oRogs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8oRogs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8oRogs .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8oRogs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8oRogs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8oRogs .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-v5Hv8oRogs .mbr-text {
  text-align: center;
}
.cid-v5Hv8oRogs .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8oRogs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8oRogs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8oRogs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8oRogs .modal-open {
  overflow: hidden;
}
.cid-v5Hv8oRogs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8oRogs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8oRogs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8oRogs .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-v5Hv8oRogs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8oRogs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8oRogs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8oRogs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8oRogs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8oRogs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8oRogs .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8oRogs .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8oRogs .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-v5Hv8oRogs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8oRogs .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8oRogs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8oRogs .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8oRogs .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8oRogs .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8oRogs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8oRogs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8oRogs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8oRogs .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8oRogs .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-v5Hv8oRogs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8oRogs .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8oRogs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8oRogs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8oRogs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8oRogs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8oRogs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8oRogs .modal-lg,
  .cid-v5Hv8oRogs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8oRogs .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8oRogs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8oRogs .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-v5Hv8oRogs .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8oRogs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8oRogs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8oRogs .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-v5Hv8oRogs .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8oRogs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysmU0fbPG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmU0fbPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmU0fbPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysmU0fbPG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysmU0fbPG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysmU0fbPG .container {
    padding: 0 24px;
  }
}
.cid-uysmU0fbPG .card {
  justify-content: center;
}
.cid-uysmU0fbPG .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysmU0fbPG .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysmU0fbPG .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmU0fbPG .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmU0fbPG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysmU0fbPG .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysmU0fbPG .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysmU0fbPG .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysmU0fbPG .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysmU0fbPG .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysmU0fbPG .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysmU0fbPG .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysmU0fbPG .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmU0fbPG .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmU0fbPG .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysmU0fbPG .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysmU0fbPG .mbr-section-title {
  color: #202020;
}
.cid-uysmU0fbPG .list {
  color: #202020;
}
.cid-uysmU0mrJa {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmU0mrJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmU0mrJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysmU0mrJa .container {
    padding: 0 24px;
  }
}
.cid-uysmU0mrJa .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysmU0mrJa .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysmU0mrJa .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysmU0mrJa .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysmU0mrJa .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysmU0mrJa .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysmU0mrJa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysmU0mrJa .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysmU0mrJa .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysmU0mrJa .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmU0mrJa .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmU0mrJa .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysmU0mrJa .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysmU0mrJa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysmU0mrJa .mbr-desc {
  color: #202020;
}
.cid-uysmU0mrJa .mbr-section-title {
  color: #202020;
}
.cid-uysmU0mrJa .panel-title-edit {
  color: #202020;
}
.cid-uysmU0mrJa .panel-text {
  color: #202020;
}
.cid-v5Hv8pk0Kt.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8pk0Kt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8pk0Kt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8pk0Kt .modal-content,
.cid-v5Hv8pk0Kt .modal-dialog {
  height: auto;
}
.cid-v5Hv8pk0Kt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8pk0Kt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8pk0Kt .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8pk0Kt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8pk0Kt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8pk0Kt .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-v5Hv8pk0Kt .mbr-text {
  text-align: center;
}
.cid-v5Hv8pk0Kt .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8pk0Kt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8pk0Kt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8pk0Kt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8pk0Kt .modal-open {
  overflow: hidden;
}
.cid-v5Hv8pk0Kt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8pk0Kt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8pk0Kt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8pk0Kt .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-v5Hv8pk0Kt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8pk0Kt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8pk0Kt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8pk0Kt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8pk0Kt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8pk0Kt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8pk0Kt .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8pk0Kt .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8pk0Kt .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-v5Hv8pk0Kt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8pk0Kt .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8pk0Kt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8pk0Kt .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8pk0Kt .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8pk0Kt .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8pk0Kt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8pk0Kt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8pk0Kt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8pk0Kt .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8pk0Kt .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-v5Hv8pk0Kt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8pk0Kt .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8pk0Kt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8pk0Kt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8pk0Kt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8pk0Kt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8pk0Kt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8pk0Kt .modal-lg,
  .cid-v5Hv8pk0Kt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8pk0Kt .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8pk0Kt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8pk0Kt .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-v5Hv8pk0Kt .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8pk0Kt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8pk0Kt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8pk0Kt .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-v5Hv8pk0Kt .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8pk0Kt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysmX0eTdU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmX0eTdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmX0eTdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysmX0eTdU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysmX0eTdU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysmX0eTdU .container {
    padding: 0 24px;
  }
}
.cid-uysmX0eTdU .card {
  justify-content: center;
}
.cid-uysmX0eTdU .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysmX0eTdU .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysmX0eTdU .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmX0eTdU .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmX0eTdU .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysmX0eTdU .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysmX0eTdU .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysmX0eTdU .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysmX0eTdU .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysmX0eTdU .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysmX0eTdU .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysmX0eTdU .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysmX0eTdU .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysmX0eTdU .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysmX0eTdU .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysmX0eTdU .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysmX0eTdU .mbr-section-title {
  color: #202020;
}
.cid-uysmX0eTdU .list {
  color: #202020;
}
.cid-uysmX0l84E {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysmX0l84E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysmX0l84E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysmX0l84E .container {
    padding: 0 24px;
  }
}
.cid-uysmX0l84E .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysmX0l84E .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysmX0l84E .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysmX0l84E .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysmX0l84E .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysmX0l84E .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysmX0l84E .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysmX0l84E .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysmX0l84E .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysmX0l84E .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmX0l84E .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysmX0l84E .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysmX0l84E .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysmX0l84E .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysmX0l84E .mbr-desc {
  color: #202020;
}
.cid-uysmX0l84E .mbr-section-title {
  color: #202020;
}
.cid-uysmX0l84E .panel-title-edit {
  color: #202020;
}
.cid-uysmX0l84E .panel-text {
  color: #202020;
}
.cid-v5Hv8pN72H.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8pN72H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8pN72H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8pN72H .modal-content,
.cid-v5Hv8pN72H .modal-dialog {
  height: auto;
}
.cid-v5Hv8pN72H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8pN72H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8pN72H .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8pN72H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8pN72H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8pN72H .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-v5Hv8pN72H .mbr-text {
  text-align: center;
}
.cid-v5Hv8pN72H .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8pN72H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8pN72H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8pN72H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8pN72H .modal-open {
  overflow: hidden;
}
.cid-v5Hv8pN72H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8pN72H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8pN72H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8pN72H .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-v5Hv8pN72H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8pN72H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8pN72H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8pN72H .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8pN72H .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8pN72H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8pN72H .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8pN72H .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8pN72H .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-v5Hv8pN72H .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8pN72H .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8pN72H .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8pN72H .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8pN72H .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8pN72H .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8pN72H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8pN72H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8pN72H .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8pN72H .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8pN72H .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-v5Hv8pN72H .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8pN72H .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8pN72H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8pN72H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8pN72H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8pN72H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8pN72H .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8pN72H .modal-lg,
  .cid-v5Hv8pN72H .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8pN72H .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8pN72H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8pN72H .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-v5Hv8pN72H .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8pN72H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8pN72H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8pN72H .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-v5Hv8pN72H .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8pN72H .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysn26NWqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysn26NWqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysn26NWqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysn26NWqi .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysn26NWqi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysn26NWqi .container {
    padding: 0 24px;
  }
}
.cid-uysn26NWqi .card {
  justify-content: center;
}
.cid-uysn26NWqi .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysn26NWqi .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysn26NWqi .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysn26NWqi .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysn26NWqi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysn26NWqi .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysn26NWqi .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysn26NWqi .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysn26NWqi .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysn26NWqi .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysn26NWqi .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysn26NWqi .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysn26NWqi .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysn26NWqi .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysn26NWqi .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysn26NWqi .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysn26NWqi .mbr-section-title {
  color: #202020;
}
.cid-uysn26NWqi .list {
  color: #202020;
}
.cid-uysn26Uppz {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysn26Uppz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysn26Uppz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysn26Uppz .container {
    padding: 0 24px;
  }
}
.cid-uysn26Uppz .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysn26Uppz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysn26Uppz .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysn26Uppz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysn26Uppz .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysn26Uppz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysn26Uppz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysn26Uppz .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysn26Uppz .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysn26Uppz .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysn26Uppz .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysn26Uppz .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysn26Uppz .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysn26Uppz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysn26Uppz .mbr-desc {
  color: #202020;
}
.cid-uysn26Uppz .mbr-section-title {
  color: #202020;
}
.cid-uysn26Uppz .panel-title-edit {
  color: #202020;
}
.cid-uysn26Uppz .panel-text {
  color: #202020;
}
.cid-v5Hv8qfvtF.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8qfvtF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8qfvtF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8qfvtF .modal-content,
.cid-v5Hv8qfvtF .modal-dialog {
  height: auto;
}
.cid-v5Hv8qfvtF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8qfvtF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8qfvtF .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8qfvtF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8qfvtF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8qfvtF .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-v5Hv8qfvtF .mbr-text {
  text-align: center;
}
.cid-v5Hv8qfvtF .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8qfvtF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8qfvtF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8qfvtF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8qfvtF .modal-open {
  overflow: hidden;
}
.cid-v5Hv8qfvtF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8qfvtF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8qfvtF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8qfvtF .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-v5Hv8qfvtF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8qfvtF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8qfvtF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8qfvtF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8qfvtF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8qfvtF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8qfvtF .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8qfvtF .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8qfvtF .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-v5Hv8qfvtF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8qfvtF .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8qfvtF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8qfvtF .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8qfvtF .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8qfvtF .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8qfvtF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8qfvtF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8qfvtF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8qfvtF .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8qfvtF .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-v5Hv8qfvtF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8qfvtF .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8qfvtF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8qfvtF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8qfvtF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8qfvtF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8qfvtF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8qfvtF .modal-lg,
  .cid-v5Hv8qfvtF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8qfvtF .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8qfvtF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8qfvtF .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-v5Hv8qfvtF .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8qfvtF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8qfvtF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8qfvtF .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-v5Hv8qfvtF .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8qfvtF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysn5QeMLv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysn5QeMLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysn5QeMLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysn5QeMLv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysn5QeMLv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysn5QeMLv .container {
    padding: 0 24px;
  }
}
.cid-uysn5QeMLv .card {
  justify-content: center;
}
.cid-uysn5QeMLv .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysn5QeMLv .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysn5QeMLv .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysn5QeMLv .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysn5QeMLv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysn5QeMLv .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysn5QeMLv .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysn5QeMLv .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysn5QeMLv .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysn5QeMLv .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysn5QeMLv .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysn5QeMLv .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysn5QeMLv .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysn5QeMLv .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysn5QeMLv .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysn5QeMLv .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysn5QeMLv .mbr-section-title {
  color: #202020;
}
.cid-uysn5QeMLv .list {
  color: #202020;
}
.cid-uysn5Qm2s4 {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysn5Qm2s4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysn5Qm2s4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysn5Qm2s4 .container {
    padding: 0 24px;
  }
}
.cid-uysn5Qm2s4 .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysn5Qm2s4 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysn5Qm2s4 .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysn5Qm2s4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysn5Qm2s4 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysn5Qm2s4 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysn5Qm2s4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysn5Qm2s4 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysn5Qm2s4 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysn5Qm2s4 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysn5Qm2s4 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysn5Qm2s4 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysn5Qm2s4 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysn5Qm2s4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysn5Qm2s4 .mbr-desc {
  color: #202020;
}
.cid-uysn5Qm2s4 .mbr-section-title {
  color: #202020;
}
.cid-uysn5Qm2s4 .panel-title-edit {
  color: #202020;
}
.cid-uysn5Qm2s4 .panel-text {
  color: #202020;
}
.cid-v5Hv8qHrSs.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8qHrSs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8qHrSs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8qHrSs .modal-content,
.cid-v5Hv8qHrSs .modal-dialog {
  height: auto;
}
.cid-v5Hv8qHrSs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8qHrSs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8qHrSs .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8qHrSs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8qHrSs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8qHrSs .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-v5Hv8qHrSs .mbr-text {
  text-align: center;
}
.cid-v5Hv8qHrSs .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8qHrSs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8qHrSs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8qHrSs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8qHrSs .modal-open {
  overflow: hidden;
}
.cid-v5Hv8qHrSs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8qHrSs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8qHrSs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8qHrSs .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-v5Hv8qHrSs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8qHrSs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8qHrSs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8qHrSs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8qHrSs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8qHrSs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8qHrSs .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8qHrSs .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8qHrSs .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-v5Hv8qHrSs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8qHrSs .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8qHrSs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8qHrSs .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8qHrSs .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8qHrSs .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8qHrSs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8qHrSs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8qHrSs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8qHrSs .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8qHrSs .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-v5Hv8qHrSs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8qHrSs .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8qHrSs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8qHrSs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8qHrSs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8qHrSs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8qHrSs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8qHrSs .modal-lg,
  .cid-v5Hv8qHrSs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8qHrSs .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8qHrSs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8qHrSs .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-v5Hv8qHrSs .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8qHrSs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8qHrSs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8qHrSs .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-v5Hv8qHrSs .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8qHrSs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnaMsmTP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnaMsmTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnaMsmTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnaMsmTP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnaMsmTP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnaMsmTP .container {
    padding: 0 24px;
  }
}
.cid-uysnaMsmTP .card {
  justify-content: center;
}
.cid-uysnaMsmTP .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnaMsmTP .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnaMsmTP .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnaMsmTP .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnaMsmTP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnaMsmTP .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnaMsmTP .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnaMsmTP .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnaMsmTP .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnaMsmTP .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnaMsmTP .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnaMsmTP .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnaMsmTP .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnaMsmTP .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnaMsmTP .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnaMsmTP .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnaMsmTP .mbr-section-title {
  color: #202020;
}
.cid-uysnaMsmTP .list {
  color: #202020;
}
.cid-uysnaMA7D2 {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnaMA7D2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnaMA7D2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnaMA7D2 .container {
    padding: 0 24px;
  }
}
.cid-uysnaMA7D2 .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnaMA7D2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnaMA7D2 .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnaMA7D2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnaMA7D2 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnaMA7D2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnaMA7D2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnaMA7D2 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnaMA7D2 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnaMA7D2 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnaMA7D2 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnaMA7D2 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnaMA7D2 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnaMA7D2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnaMA7D2 .mbr-desc {
  color: #202020;
}
.cid-uysnaMA7D2 .mbr-section-title {
  color: #202020;
}
.cid-uysnaMA7D2 .panel-title-edit {
  color: #202020;
}
.cid-uysnaMA7D2 .panel-text {
  color: #202020;
}
.cid-v5Hv8raCkw.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8raCkw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8raCkw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8raCkw .modal-content,
.cid-v5Hv8raCkw .modal-dialog {
  height: auto;
}
.cid-v5Hv8raCkw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8raCkw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8raCkw .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8raCkw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8raCkw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8raCkw .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-v5Hv8raCkw .mbr-text {
  text-align: center;
}
.cid-v5Hv8raCkw .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8raCkw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8raCkw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8raCkw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8raCkw .modal-open {
  overflow: hidden;
}
.cid-v5Hv8raCkw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8raCkw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8raCkw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8raCkw .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-v5Hv8raCkw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8raCkw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8raCkw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8raCkw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8raCkw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8raCkw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8raCkw .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8raCkw .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8raCkw .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-v5Hv8raCkw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8raCkw .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8raCkw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8raCkw .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8raCkw .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8raCkw .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8raCkw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8raCkw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8raCkw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8raCkw .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8raCkw .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-v5Hv8raCkw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8raCkw .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8raCkw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8raCkw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8raCkw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8raCkw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8raCkw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8raCkw .modal-lg,
  .cid-v5Hv8raCkw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8raCkw .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8raCkw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8raCkw .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-v5Hv8raCkw .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8raCkw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8raCkw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8raCkw .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-v5Hv8raCkw .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8raCkw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnflWTDk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnflWTDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnflWTDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnflWTDk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnflWTDk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnflWTDk .container {
    padding: 0 24px;
  }
}
.cid-uysnflWTDk .card {
  justify-content: center;
}
.cid-uysnflWTDk .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnflWTDk .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnflWTDk .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnflWTDk .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnflWTDk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnflWTDk .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnflWTDk .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnflWTDk .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnflWTDk .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnflWTDk .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnflWTDk .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnflWTDk .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnflWTDk .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnflWTDk .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnflWTDk .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnflWTDk .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnflWTDk .mbr-section-title {
  color: #202020;
}
.cid-uysnflWTDk .list {
  color: #202020;
}
.cid-uysnfm4F7u {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnfm4F7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnfm4F7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnfm4F7u .container {
    padding: 0 24px;
  }
}
.cid-uysnfm4F7u .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnfm4F7u .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnfm4F7u .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnfm4F7u .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnfm4F7u .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnfm4F7u .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnfm4F7u .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnfm4F7u .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnfm4F7u .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnfm4F7u .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnfm4F7u .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnfm4F7u .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnfm4F7u .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnfm4F7u .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnfm4F7u .mbr-desc {
  color: #202020;
}
.cid-uysnfm4F7u .mbr-section-title {
  color: #202020;
}
.cid-uysnfm4F7u .panel-title-edit {
  color: #202020;
}
.cid-uysnfm4F7u .panel-text {
  color: #202020;
}
.cid-v5Hv8rDyfj.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8rDyfj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8rDyfj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8rDyfj .modal-content,
.cid-v5Hv8rDyfj .modal-dialog {
  height: auto;
}
.cid-v5Hv8rDyfj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8rDyfj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8rDyfj .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8rDyfj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8rDyfj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8rDyfj .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-v5Hv8rDyfj .mbr-text {
  text-align: center;
}
.cid-v5Hv8rDyfj .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8rDyfj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8rDyfj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8rDyfj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8rDyfj .modal-open {
  overflow: hidden;
}
.cid-v5Hv8rDyfj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8rDyfj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8rDyfj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8rDyfj .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-v5Hv8rDyfj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8rDyfj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8rDyfj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8rDyfj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8rDyfj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8rDyfj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8rDyfj .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8rDyfj .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8rDyfj .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-v5Hv8rDyfj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8rDyfj .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8rDyfj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8rDyfj .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8rDyfj .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8rDyfj .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8rDyfj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8rDyfj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8rDyfj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8rDyfj .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8rDyfj .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-v5Hv8rDyfj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8rDyfj .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8rDyfj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8rDyfj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8rDyfj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8rDyfj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8rDyfj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8rDyfj .modal-lg,
  .cid-v5Hv8rDyfj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8rDyfj .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8rDyfj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8rDyfj .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-v5Hv8rDyfj .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8rDyfj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8rDyfj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8rDyfj .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-v5Hv8rDyfj .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8rDyfj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnjh2geR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnjh2geR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnjh2geR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnjh2geR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnjh2geR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnjh2geR .container {
    padding: 0 24px;
  }
}
.cid-uysnjh2geR .card {
  justify-content: center;
}
.cid-uysnjh2geR .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnjh2geR .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnjh2geR .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnjh2geR .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnjh2geR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnjh2geR .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnjh2geR .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnjh2geR .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnjh2geR .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnjh2geR .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnjh2geR .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnjh2geR .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnjh2geR .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnjh2geR .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnjh2geR .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnjh2geR .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnjh2geR .mbr-section-title {
  color: #202020;
}
.cid-uysnjh2geR .list {
  color: #202020;
}
.cid-uysnjhaEW0 {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnjhaEW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnjhaEW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnjhaEW0 .container {
    padding: 0 24px;
  }
}
.cid-uysnjhaEW0 .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnjhaEW0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnjhaEW0 .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnjhaEW0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnjhaEW0 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnjhaEW0 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnjhaEW0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnjhaEW0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnjhaEW0 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnjhaEW0 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnjhaEW0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnjhaEW0 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnjhaEW0 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnjhaEW0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnjhaEW0 .mbr-desc {
  color: #202020;
}
.cid-uysnjhaEW0 .mbr-section-title {
  color: #202020;
}
.cid-uysnjhaEW0 .panel-title-edit {
  color: #202020;
}
.cid-uysnjhaEW0 .panel-text {
  color: #202020;
}
.cid-v5Hv8s6UwY.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8s6UwY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8s6UwY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8s6UwY .modal-content,
.cid-v5Hv8s6UwY .modal-dialog {
  height: auto;
}
.cid-v5Hv8s6UwY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8s6UwY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8s6UwY .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8s6UwY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8s6UwY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8s6UwY .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-v5Hv8s6UwY .mbr-text {
  text-align: center;
}
.cid-v5Hv8s6UwY .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8s6UwY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8s6UwY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8s6UwY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8s6UwY .modal-open {
  overflow: hidden;
}
.cid-v5Hv8s6UwY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8s6UwY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8s6UwY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8s6UwY .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-v5Hv8s6UwY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8s6UwY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8s6UwY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8s6UwY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8s6UwY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8s6UwY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8s6UwY .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8s6UwY .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8s6UwY .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-v5Hv8s6UwY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8s6UwY .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8s6UwY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8s6UwY .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8s6UwY .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8s6UwY .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8s6UwY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8s6UwY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8s6UwY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8s6UwY .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8s6UwY .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-v5Hv8s6UwY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8s6UwY .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8s6UwY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8s6UwY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8s6UwY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8s6UwY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8s6UwY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8s6UwY .modal-lg,
  .cid-v5Hv8s6UwY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8s6UwY .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8s6UwY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8s6UwY .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-v5Hv8s6UwY .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8s6UwY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8s6UwY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8s6UwY .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-v5Hv8s6UwY .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8s6UwY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnmUsz0b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnmUsz0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnmUsz0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnmUsz0b .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnmUsz0b .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnmUsz0b .container {
    padding: 0 24px;
  }
}
.cid-uysnmUsz0b .card {
  justify-content: center;
}
.cid-uysnmUsz0b .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnmUsz0b .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnmUsz0b .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnmUsz0b .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnmUsz0b .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnmUsz0b .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnmUsz0b .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnmUsz0b .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnmUsz0b .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnmUsz0b .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnmUsz0b .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnmUsz0b .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnmUsz0b .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnmUsz0b .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnmUsz0b .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnmUsz0b .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnmUsz0b .mbr-section-title {
  color: #202020;
}
.cid-uysnmUsz0b .list {
  color: #202020;
}
.cid-uysnmUANUX {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnmUANUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnmUANUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnmUANUX .container {
    padding: 0 24px;
  }
}
.cid-uysnmUANUX .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnmUANUX .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnmUANUX .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnmUANUX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnmUANUX .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnmUANUX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnmUANUX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnmUANUX .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnmUANUX .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnmUANUX .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnmUANUX .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnmUANUX .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnmUANUX .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnmUANUX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnmUANUX .mbr-desc {
  color: #202020;
}
.cid-uysnmUANUX .mbr-section-title {
  color: #202020;
}
.cid-uysnmUANUX .panel-title-edit {
  color: #202020;
}
.cid-uysnmUANUX .panel-text {
  color: #202020;
}
.cid-v5Hv8sz7iu.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8sz7iu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8sz7iu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8sz7iu .modal-content,
.cid-v5Hv8sz7iu .modal-dialog {
  height: auto;
}
.cid-v5Hv8sz7iu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8sz7iu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8sz7iu .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8sz7iu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8sz7iu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8sz7iu .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-v5Hv8sz7iu .mbr-text {
  text-align: center;
}
.cid-v5Hv8sz7iu .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8sz7iu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8sz7iu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8sz7iu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8sz7iu .modal-open {
  overflow: hidden;
}
.cid-v5Hv8sz7iu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8sz7iu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8sz7iu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8sz7iu .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-v5Hv8sz7iu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8sz7iu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8sz7iu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8sz7iu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8sz7iu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8sz7iu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8sz7iu .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8sz7iu .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8sz7iu .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-v5Hv8sz7iu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8sz7iu .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8sz7iu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8sz7iu .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8sz7iu .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8sz7iu .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8sz7iu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8sz7iu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8sz7iu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8sz7iu .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8sz7iu .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-v5Hv8sz7iu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8sz7iu .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8sz7iu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8sz7iu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8sz7iu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8sz7iu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8sz7iu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8sz7iu .modal-lg,
  .cid-v5Hv8sz7iu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8sz7iu .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8sz7iu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8sz7iu .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-v5Hv8sz7iu .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8sz7iu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8sz7iu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8sz7iu .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-v5Hv8sz7iu .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8sz7iu .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnraaS7G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnraaS7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnraaS7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnraaS7G .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnraaS7G .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnraaS7G .container {
    padding: 0 24px;
  }
}
.cid-uysnraaS7G .card {
  justify-content: center;
}
.cid-uysnraaS7G .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnraaS7G .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnraaS7G .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnraaS7G .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnraaS7G .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnraaS7G .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnraaS7G .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnraaS7G .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnraaS7G .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnraaS7G .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnraaS7G .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnraaS7G .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnraaS7G .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnraaS7G .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnraaS7G .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnraaS7G .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnraaS7G .mbr-section-title {
  color: #202020;
}
.cid-uysnraaS7G .list {
  color: #202020;
}
.cid-uysnrai7MA {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnrai7MA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnrai7MA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnrai7MA .container {
    padding: 0 24px;
  }
}
.cid-uysnrai7MA .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnrai7MA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnrai7MA .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnrai7MA .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnrai7MA .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnrai7MA .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnrai7MA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnrai7MA .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnrai7MA .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnrai7MA .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnrai7MA .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnrai7MA .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnrai7MA .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnrai7MA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnrai7MA .mbr-desc {
  color: #202020;
}
.cid-uysnrai7MA .mbr-section-title {
  color: #202020;
}
.cid-uysnrai7MA .panel-title-edit {
  color: #202020;
}
.cid-uysnrai7MA .panel-text {
  color: #202020;
}
.cid-v5Hv8t2PNC.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8t2PNC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8t2PNC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8t2PNC .modal-content,
.cid-v5Hv8t2PNC .modal-dialog {
  height: auto;
}
.cid-v5Hv8t2PNC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8t2PNC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8t2PNC .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8t2PNC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8t2PNC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8t2PNC .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-v5Hv8t2PNC .mbr-text {
  text-align: center;
}
.cid-v5Hv8t2PNC .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8t2PNC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8t2PNC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8t2PNC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8t2PNC .modal-open {
  overflow: hidden;
}
.cid-v5Hv8t2PNC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8t2PNC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8t2PNC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8t2PNC .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-v5Hv8t2PNC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8t2PNC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8t2PNC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8t2PNC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8t2PNC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8t2PNC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8t2PNC .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8t2PNC .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8t2PNC .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-v5Hv8t2PNC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8t2PNC .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8t2PNC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8t2PNC .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8t2PNC .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8t2PNC .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8t2PNC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8t2PNC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8t2PNC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8t2PNC .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8t2PNC .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-v5Hv8t2PNC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8t2PNC .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8t2PNC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8t2PNC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8t2PNC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8t2PNC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8t2PNC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8t2PNC .modal-lg,
  .cid-v5Hv8t2PNC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8t2PNC .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8t2PNC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8t2PNC .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-v5Hv8t2PNC .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8t2PNC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8t2PNC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8t2PNC .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-v5Hv8t2PNC .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8t2PNC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnuMIbb5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnuMIbb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnuMIbb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnuMIbb5 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnuMIbb5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnuMIbb5 .container {
    padding: 0 24px;
  }
}
.cid-uysnuMIbb5 .card {
  justify-content: center;
}
.cid-uysnuMIbb5 .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnuMIbb5 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnuMIbb5 .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnuMIbb5 .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnuMIbb5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnuMIbb5 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnuMIbb5 .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnuMIbb5 .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnuMIbb5 .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnuMIbb5 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnuMIbb5 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnuMIbb5 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnuMIbb5 .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnuMIbb5 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnuMIbb5 .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnuMIbb5 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnuMIbb5 .mbr-section-title {
  color: #202020;
}
.cid-uysnuMIbb5 .list {
  color: #202020;
}
.cid-uysnuMQ6VE {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnuMQ6VE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnuMQ6VE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnuMQ6VE .container {
    padding: 0 24px;
  }
}
.cid-uysnuMQ6VE .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnuMQ6VE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnuMQ6VE .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnuMQ6VE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnuMQ6VE .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnuMQ6VE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnuMQ6VE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnuMQ6VE .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnuMQ6VE .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnuMQ6VE .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnuMQ6VE .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnuMQ6VE .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnuMQ6VE .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnuMQ6VE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnuMQ6VE .mbr-desc {
  color: #202020;
}
.cid-uysnuMQ6VE .mbr-section-title {
  color: #202020;
}
.cid-uysnuMQ6VE .panel-title-edit {
  color: #202020;
}
.cid-uysnuMQ6VE .panel-text {
  color: #202020;
}
.cid-v5Hv8tvGdb.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8tvGdb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8tvGdb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8tvGdb .modal-content,
.cid-v5Hv8tvGdb .modal-dialog {
  height: auto;
}
.cid-v5Hv8tvGdb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8tvGdb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8tvGdb .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8tvGdb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8tvGdb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8tvGdb .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-v5Hv8tvGdb .mbr-text {
  text-align: center;
}
.cid-v5Hv8tvGdb .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8tvGdb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8tvGdb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8tvGdb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8tvGdb .modal-open {
  overflow: hidden;
}
.cid-v5Hv8tvGdb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8tvGdb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8tvGdb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8tvGdb .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-v5Hv8tvGdb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8tvGdb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8tvGdb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8tvGdb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8tvGdb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8tvGdb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8tvGdb .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8tvGdb .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8tvGdb .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-v5Hv8tvGdb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8tvGdb .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8tvGdb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8tvGdb .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8tvGdb .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8tvGdb .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8tvGdb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8tvGdb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8tvGdb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8tvGdb .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8tvGdb .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-v5Hv8tvGdb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8tvGdb .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8tvGdb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8tvGdb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8tvGdb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8tvGdb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8tvGdb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8tvGdb .modal-lg,
  .cid-v5Hv8tvGdb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8tvGdb .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8tvGdb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8tvGdb .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-v5Hv8tvGdb .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8tvGdb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8tvGdb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8tvGdb .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-v5Hv8tvGdb .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8tvGdb .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnz3vskP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnz3vskP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnz3vskP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnz3vskP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnz3vskP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnz3vskP .container {
    padding: 0 24px;
  }
}
.cid-uysnz3vskP .card {
  justify-content: center;
}
.cid-uysnz3vskP .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnz3vskP .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnz3vskP .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnz3vskP .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnz3vskP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnz3vskP .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnz3vskP .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnz3vskP .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnz3vskP .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnz3vskP .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnz3vskP .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnz3vskP .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnz3vskP .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnz3vskP .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnz3vskP .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnz3vskP .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnz3vskP .mbr-section-title {
  color: #202020;
}
.cid-uysnz3vskP .list {
  color: #202020;
}
.cid-uysnz3DUKH {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnz3DUKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnz3DUKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnz3DUKH .container {
    padding: 0 24px;
  }
}
.cid-uysnz3DUKH .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnz3DUKH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnz3DUKH .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnz3DUKH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnz3DUKH .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnz3DUKH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnz3DUKH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnz3DUKH .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnz3DUKH .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnz3DUKH .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnz3DUKH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnz3DUKH .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnz3DUKH .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnz3DUKH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnz3DUKH .mbr-desc {
  color: #202020;
}
.cid-uysnz3DUKH .mbr-section-title {
  color: #202020;
}
.cid-uysnz3DUKH .panel-title-edit {
  color: #202020;
}
.cid-uysnz3DUKH .panel-text {
  color: #202020;
}
.cid-v5Hv8tY7Bs.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8tY7Bs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8tY7Bs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8tY7Bs .modal-content,
.cid-v5Hv8tY7Bs .modal-dialog {
  height: auto;
}
.cid-v5Hv8tY7Bs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8tY7Bs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8tY7Bs .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8tY7Bs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8tY7Bs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8tY7Bs .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-v5Hv8tY7Bs .mbr-text {
  text-align: center;
}
.cid-v5Hv8tY7Bs .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8tY7Bs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8tY7Bs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8tY7Bs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8tY7Bs .modal-open {
  overflow: hidden;
}
.cid-v5Hv8tY7Bs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8tY7Bs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8tY7Bs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8tY7Bs .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-v5Hv8tY7Bs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8tY7Bs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8tY7Bs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8tY7Bs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8tY7Bs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8tY7Bs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8tY7Bs .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8tY7Bs .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8tY7Bs .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-v5Hv8tY7Bs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8tY7Bs .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8tY7Bs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8tY7Bs .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8tY7Bs .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8tY7Bs .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8tY7Bs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8tY7Bs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8tY7Bs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8tY7Bs .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8tY7Bs .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-v5Hv8tY7Bs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8tY7Bs .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8tY7Bs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8tY7Bs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8tY7Bs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8tY7Bs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8tY7Bs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8tY7Bs .modal-lg,
  .cid-v5Hv8tY7Bs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8tY7Bs .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8tY7Bs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8tY7Bs .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-v5Hv8tY7Bs .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8tY7Bs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8tY7Bs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8tY7Bs .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-v5Hv8tY7Bs .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8tY7Bs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnCzi1Kl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnCzi1Kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnCzi1Kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnCzi1Kl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnCzi1Kl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnCzi1Kl .container {
    padding: 0 24px;
  }
}
.cid-uysnCzi1Kl .card {
  justify-content: center;
}
.cid-uysnCzi1Kl .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnCzi1Kl .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnCzi1Kl .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnCzi1Kl .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnCzi1Kl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnCzi1Kl .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnCzi1Kl .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnCzi1Kl .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnCzi1Kl .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnCzi1Kl .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnCzi1Kl .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnCzi1Kl .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnCzi1Kl .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnCzi1Kl .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnCzi1Kl .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnCzi1Kl .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnCzi1Kl .mbr-section-title {
  color: #202020;
}
.cid-uysnCzi1Kl .list {
  color: #202020;
}
.cid-uysnCzpeVI {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnCzpeVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnCzpeVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnCzpeVI .container {
    padding: 0 24px;
  }
}
.cid-uysnCzpeVI .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnCzpeVI .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnCzpeVI .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnCzpeVI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnCzpeVI .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnCzpeVI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnCzpeVI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnCzpeVI .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnCzpeVI .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnCzpeVI .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnCzpeVI .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnCzpeVI .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnCzpeVI .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnCzpeVI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnCzpeVI .mbr-desc {
  color: #202020;
}
.cid-uysnCzpeVI .mbr-section-title {
  color: #202020;
}
.cid-uysnCzpeVI .panel-title-edit {
  color: #202020;
}
.cid-uysnCzpeVI .panel-text {
  color: #202020;
}
.cid-v5Hv8usjGn.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8usjGn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8usjGn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8usjGn .modal-content,
.cid-v5Hv8usjGn .modal-dialog {
  height: auto;
}
.cid-v5Hv8usjGn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8usjGn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8usjGn .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8usjGn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8usjGn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8usjGn .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-v5Hv8usjGn .mbr-text {
  text-align: center;
}
.cid-v5Hv8usjGn .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8usjGn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8usjGn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8usjGn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8usjGn .modal-open {
  overflow: hidden;
}
.cid-v5Hv8usjGn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8usjGn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8usjGn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8usjGn .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-v5Hv8usjGn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8usjGn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8usjGn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8usjGn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8usjGn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8usjGn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8usjGn .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8usjGn .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8usjGn .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-v5Hv8usjGn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8usjGn .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8usjGn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8usjGn .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8usjGn .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8usjGn .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8usjGn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8usjGn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8usjGn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8usjGn .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8usjGn .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-v5Hv8usjGn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8usjGn .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8usjGn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8usjGn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8usjGn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8usjGn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8usjGn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8usjGn .modal-lg,
  .cid-v5Hv8usjGn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8usjGn .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8usjGn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8usjGn .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-v5Hv8usjGn .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8usjGn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8usjGn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8usjGn .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-v5Hv8usjGn .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8usjGn .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnGsQado {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnGsQado .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnGsQado .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnGsQado .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnGsQado .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnGsQado .container {
    padding: 0 24px;
  }
}
.cid-uysnGsQado .card {
  justify-content: center;
}
.cid-uysnGsQado .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnGsQado .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnGsQado .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnGsQado .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnGsQado .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnGsQado .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnGsQado .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnGsQado .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnGsQado .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnGsQado .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnGsQado .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnGsQado .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnGsQado .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnGsQado .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnGsQado .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnGsQado .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnGsQado .mbr-section-title {
  color: #202020;
}
.cid-uysnGsQado .list {
  color: #202020;
}
.cid-uysnGsXnhf {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnGsXnhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnGsXnhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnGsXnhf .container {
    padding: 0 24px;
  }
}
.cid-uysnGsXnhf .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnGsXnhf .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnGsXnhf .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnGsXnhf .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnGsXnhf .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnGsXnhf .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnGsXnhf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnGsXnhf .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnGsXnhf .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnGsXnhf .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnGsXnhf .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnGsXnhf .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnGsXnhf .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnGsXnhf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnGsXnhf .mbr-desc {
  color: #202020;
}
.cid-uysnGsXnhf .mbr-section-title {
  color: #202020;
}
.cid-uysnGsXnhf .panel-title-edit {
  color: #202020;
}
.cid-uysnGsXnhf .panel-text {
  color: #202020;
}
.cid-v5Hv8uWUzq.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8uWUzq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8uWUzq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8uWUzq .modal-content,
.cid-v5Hv8uWUzq .modal-dialog {
  height: auto;
}
.cid-v5Hv8uWUzq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8uWUzq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8uWUzq .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8uWUzq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8uWUzq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8uWUzq .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-v5Hv8uWUzq .mbr-text {
  text-align: center;
}
.cid-v5Hv8uWUzq .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8uWUzq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8uWUzq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8uWUzq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8uWUzq .modal-open {
  overflow: hidden;
}
.cid-v5Hv8uWUzq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8uWUzq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8uWUzq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8uWUzq .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-v5Hv8uWUzq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8uWUzq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8uWUzq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8uWUzq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8uWUzq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8uWUzq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8uWUzq .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8uWUzq .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8uWUzq .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-v5Hv8uWUzq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8uWUzq .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8uWUzq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8uWUzq .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8uWUzq .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8uWUzq .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8uWUzq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8uWUzq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8uWUzq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8uWUzq .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8uWUzq .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-v5Hv8uWUzq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8uWUzq .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8uWUzq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8uWUzq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8uWUzq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8uWUzq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8uWUzq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8uWUzq .modal-lg,
  .cid-v5Hv8uWUzq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8uWUzq .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8uWUzq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8uWUzq .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-v5Hv8uWUzq .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8uWUzq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8uWUzq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8uWUzq .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-v5Hv8uWUzq .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8uWUzq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnKagq2A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnKagq2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnKagq2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnKagq2A .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnKagq2A .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnKagq2A .container {
    padding: 0 24px;
  }
}
.cid-uysnKagq2A .card {
  justify-content: center;
}
.cid-uysnKagq2A .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnKagq2A .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnKagq2A .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnKagq2A .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnKagq2A .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnKagq2A .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnKagq2A .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnKagq2A .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnKagq2A .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnKagq2A .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnKagq2A .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnKagq2A .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnKagq2A .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnKagq2A .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnKagq2A .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnKagq2A .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnKagq2A .mbr-section-title {
  color: #202020;
}
.cid-uysnKagq2A .list {
  color: #202020;
}
.cid-uysnKan53C {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnKan53C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnKan53C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnKan53C .container {
    padding: 0 24px;
  }
}
.cid-uysnKan53C .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnKan53C .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnKan53C .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnKan53C .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnKan53C .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnKan53C .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnKan53C .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnKan53C .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnKan53C .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnKan53C .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnKan53C .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnKan53C .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnKan53C .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnKan53C .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnKan53C .mbr-desc {
  color: #202020;
}
.cid-uysnKan53C .mbr-section-title {
  color: #202020;
}
.cid-uysnKan53C .panel-title-edit {
  color: #202020;
}
.cid-uysnKan53C .panel-text {
  color: #202020;
}
.cid-v5Hv8vqboY.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8vqboY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8vqboY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8vqboY .modal-content,
.cid-v5Hv8vqboY .modal-dialog {
  height: auto;
}
.cid-v5Hv8vqboY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8vqboY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8vqboY .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8vqboY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8vqboY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8vqboY .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-v5Hv8vqboY .mbr-text {
  text-align: center;
}
.cid-v5Hv8vqboY .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8vqboY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8vqboY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8vqboY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8vqboY .modal-open {
  overflow: hidden;
}
.cid-v5Hv8vqboY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8vqboY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8vqboY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8vqboY .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-v5Hv8vqboY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8vqboY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8vqboY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8vqboY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8vqboY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8vqboY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8vqboY .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8vqboY .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8vqboY .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-v5Hv8vqboY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8vqboY .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8vqboY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8vqboY .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8vqboY .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8vqboY .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8vqboY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8vqboY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8vqboY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8vqboY .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8vqboY .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-v5Hv8vqboY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8vqboY .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8vqboY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8vqboY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8vqboY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8vqboY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8vqboY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8vqboY .modal-lg,
  .cid-v5Hv8vqboY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8vqboY .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8vqboY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8vqboY .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-v5Hv8vqboY .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8vqboY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8vqboY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8vqboY .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-v5Hv8vqboY .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8vqboY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnNMuZRo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnNMuZRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnNMuZRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnNMuZRo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnNMuZRo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnNMuZRo .container {
    padding: 0 24px;
  }
}
.cid-uysnNMuZRo .card {
  justify-content: center;
}
.cid-uysnNMuZRo .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnNMuZRo .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnNMuZRo .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnNMuZRo .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnNMuZRo .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnNMuZRo .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnNMuZRo .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnNMuZRo .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnNMuZRo .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnNMuZRo .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnNMuZRo .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnNMuZRo .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnNMuZRo .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnNMuZRo .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnNMuZRo .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnNMuZRo .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnNMuZRo .mbr-section-title {
  color: #202020;
}
.cid-uysnNMuZRo .list {
  color: #202020;
}
.cid-uysnNMBq37 {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnNMBq37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnNMBq37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnNMBq37 .container {
    padding: 0 24px;
  }
}
.cid-uysnNMBq37 .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnNMBq37 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnNMBq37 .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnNMBq37 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnNMBq37 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnNMBq37 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnNMBq37 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnNMBq37 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnNMBq37 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnNMBq37 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnNMBq37 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnNMBq37 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnNMBq37 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnNMBq37 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnNMBq37 .mbr-desc {
  color: #202020;
}
.cid-uysnNMBq37 .mbr-section-title {
  color: #202020;
}
.cid-uysnNMBq37 .panel-title-edit {
  color: #202020;
}
.cid-uysnNMBq37 .panel-text {
  color: #202020;
}
.cid-v5Hv8vTjap.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8vTjap.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8vTjap.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8vTjap .modal-content,
.cid-v5Hv8vTjap .modal-dialog {
  height: auto;
}
.cid-v5Hv8vTjap .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8vTjap .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8vTjap .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8vTjap .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8vTjap .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8vTjap .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-v5Hv8vTjap .mbr-text {
  text-align: center;
}
.cid-v5Hv8vTjap .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8vTjap .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8vTjap .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8vTjap .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8vTjap .modal-open {
  overflow: hidden;
}
.cid-v5Hv8vTjap .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8vTjap .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8vTjap .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8vTjap .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-v5Hv8vTjap .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8vTjap .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8vTjap .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8vTjap .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8vTjap .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8vTjap .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8vTjap .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8vTjap .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8vTjap .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-v5Hv8vTjap .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8vTjap .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8vTjap .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8vTjap .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8vTjap .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8vTjap .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8vTjap .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8vTjap .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8vTjap .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8vTjap .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8vTjap .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-v5Hv8vTjap .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8vTjap .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8vTjap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8vTjap .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8vTjap .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8vTjap .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8vTjap .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8vTjap .modal-lg,
  .cid-v5Hv8vTjap .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8vTjap .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8vTjap .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8vTjap .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-v5Hv8vTjap .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8vTjap .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8vTjap .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8vTjap .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-v5Hv8vTjap .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8vTjap .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnRy0W8B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnRy0W8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnRy0W8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnRy0W8B .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnRy0W8B .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnRy0W8B .container {
    padding: 0 24px;
  }
}
.cid-uysnRy0W8B .card {
  justify-content: center;
}
.cid-uysnRy0W8B .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnRy0W8B .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnRy0W8B .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnRy0W8B .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnRy0W8B .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnRy0W8B .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnRy0W8B .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnRy0W8B .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnRy0W8B .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnRy0W8B .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnRy0W8B .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnRy0W8B .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnRy0W8B .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnRy0W8B .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnRy0W8B .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnRy0W8B .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnRy0W8B .mbr-section-title {
  color: #202020;
}
.cid-uysnRy0W8B .list {
  color: #202020;
}
.cid-uysnRy8y1r {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnRy8y1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnRy8y1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnRy8y1r .container {
    padding: 0 24px;
  }
}
.cid-uysnRy8y1r .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnRy8y1r .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnRy8y1r .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnRy8y1r .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnRy8y1r .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnRy8y1r .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnRy8y1r .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnRy8y1r .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnRy8y1r .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnRy8y1r .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnRy8y1r .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnRy8y1r .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnRy8y1r .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnRy8y1r .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnRy8y1r .mbr-desc {
  color: #202020;
}
.cid-uysnRy8y1r .mbr-section-title {
  color: #202020;
}
.cid-uysnRy8y1r .panel-title-edit {
  color: #202020;
}
.cid-uysnRy8y1r .panel-text {
  color: #202020;
}
.cid-v5Hv8woLta.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8woLta.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8woLta.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8woLta .modal-content,
.cid-v5Hv8woLta .modal-dialog {
  height: auto;
}
.cid-v5Hv8woLta .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8woLta .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8woLta .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8woLta .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8woLta .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8woLta .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-v5Hv8woLta .mbr-text {
  text-align: center;
}
.cid-v5Hv8woLta .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8woLta .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8woLta .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8woLta .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8woLta .modal-open {
  overflow: hidden;
}
.cid-v5Hv8woLta .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8woLta .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8woLta .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8woLta .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-v5Hv8woLta .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8woLta .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8woLta .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8woLta .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8woLta .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8woLta .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8woLta .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8woLta .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8woLta .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-v5Hv8woLta .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8woLta .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8woLta .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8woLta .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8woLta .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8woLta .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8woLta .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8woLta .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8woLta .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8woLta .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8woLta .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-v5Hv8woLta .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8woLta .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8woLta .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8woLta .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8woLta .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8woLta .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8woLta .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8woLta .modal-lg,
  .cid-v5Hv8woLta .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8woLta .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8woLta .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8woLta .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-v5Hv8woLta .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8woLta .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8woLta .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8woLta .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-v5Hv8woLta .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8woLta .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnV98byf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnV98byf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnV98byf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnV98byf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnV98byf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnV98byf .container {
    padding: 0 24px;
  }
}
.cid-uysnV98byf .card {
  justify-content: center;
}
.cid-uysnV98byf .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnV98byf .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnV98byf .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnV98byf .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnV98byf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnV98byf .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnV98byf .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnV98byf .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnV98byf .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnV98byf .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnV98byf .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnV98byf .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnV98byf .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnV98byf .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnV98byf .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnV98byf .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnV98byf .mbr-section-title {
  color: #202020;
}
.cid-uysnV98byf .list {
  color: #202020;
}
.cid-uysnV9f5L8 {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnV9f5L8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnV9f5L8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnV9f5L8 .container {
    padding: 0 24px;
  }
}
.cid-uysnV9f5L8 .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnV9f5L8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnV9f5L8 .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnV9f5L8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnV9f5L8 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnV9f5L8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnV9f5L8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnV9f5L8 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnV9f5L8 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnV9f5L8 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnV9f5L8 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnV9f5L8 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnV9f5L8 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnV9f5L8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnV9f5L8 .mbr-desc {
  color: #202020;
}
.cid-uysnV9f5L8 .mbr-section-title {
  color: #202020;
}
.cid-uysnV9f5L8 .panel-title-edit {
  color: #202020;
}
.cid-uysnV9f5L8 .panel-text {
  color: #202020;
}
.cid-v5Hv8wV2An.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8wV2An.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8wV2An.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8wV2An .modal-content,
.cid-v5Hv8wV2An .modal-dialog {
  height: auto;
}
.cid-v5Hv8wV2An .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8wV2An .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8wV2An .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8wV2An .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8wV2An .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8wV2An .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-v5Hv8wV2An .mbr-text {
  text-align: center;
}
.cid-v5Hv8wV2An .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8wV2An .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8wV2An .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8wV2An .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8wV2An .modal-open {
  overflow: hidden;
}
.cid-v5Hv8wV2An .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8wV2An .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8wV2An .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8wV2An .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-v5Hv8wV2An .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8wV2An .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8wV2An .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8wV2An .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8wV2An .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8wV2An .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8wV2An .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8wV2An .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8wV2An .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-v5Hv8wV2An .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8wV2An .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8wV2An .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8wV2An .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8wV2An .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8wV2An .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8wV2An .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8wV2An .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8wV2An .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8wV2An .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8wV2An .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-v5Hv8wV2An .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8wV2An .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8wV2An .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8wV2An .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8wV2An .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8wV2An .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8wV2An .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8wV2An .modal-lg,
  .cid-v5Hv8wV2An .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8wV2An .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8wV2An .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8wV2An .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-v5Hv8wV2An .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8wV2An .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8wV2An .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8wV2An .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-v5Hv8wV2An .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8wV2An .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysnZlntcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnZlntcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnZlntcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysnZlntcx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysnZlntcx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysnZlntcx .container {
    padding: 0 24px;
  }
}
.cid-uysnZlntcx .card {
  justify-content: center;
}
.cid-uysnZlntcx .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysnZlntcx .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysnZlntcx .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnZlntcx .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnZlntcx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysnZlntcx .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysnZlntcx .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysnZlntcx .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysnZlntcx .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysnZlntcx .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysnZlntcx .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysnZlntcx .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysnZlntcx .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysnZlntcx .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysnZlntcx .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysnZlntcx .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysnZlntcx .mbr-section-title {
  color: #202020;
}
.cid-uysnZlntcx .list {
  color: #202020;
}
.cid-uysnZlutaa {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysnZlutaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysnZlutaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysnZlutaa .container {
    padding: 0 24px;
  }
}
.cid-uysnZlutaa .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysnZlutaa .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysnZlutaa .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysnZlutaa .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysnZlutaa .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysnZlutaa .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysnZlutaa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysnZlutaa .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysnZlutaa .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysnZlutaa .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnZlutaa .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysnZlutaa .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysnZlutaa .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysnZlutaa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysnZlutaa .mbr-desc {
  color: #202020;
}
.cid-uysnZlutaa .mbr-section-title {
  color: #202020;
}
.cid-uysnZlutaa .panel-title-edit {
  color: #202020;
}
.cid-uysnZlutaa .panel-text {
  color: #202020;
}
.cid-v5Hv8xoF3m.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8xoF3m.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8xoF3m.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8xoF3m .modal-content,
.cid-v5Hv8xoF3m .modal-dialog {
  height: auto;
}
.cid-v5Hv8xoF3m .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8xoF3m .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8xoF3m .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8xoF3m .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8xoF3m .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8xoF3m .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-v5Hv8xoF3m .mbr-text {
  text-align: center;
}
.cid-v5Hv8xoF3m .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8xoF3m .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8xoF3m .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8xoF3m .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8xoF3m .modal-open {
  overflow: hidden;
}
.cid-v5Hv8xoF3m .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8xoF3m .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8xoF3m .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8xoF3m .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-v5Hv8xoF3m .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8xoF3m .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8xoF3m .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8xoF3m .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8xoF3m .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8xoF3m .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8xoF3m .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8xoF3m .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8xoF3m .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-v5Hv8xoF3m .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8xoF3m .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8xoF3m .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8xoF3m .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8xoF3m .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8xoF3m .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8xoF3m .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8xoF3m .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8xoF3m .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8xoF3m .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8xoF3m .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-v5Hv8xoF3m .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8xoF3m .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8xoF3m .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8xoF3m .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8xoF3m .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8xoF3m .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8xoF3m .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8xoF3m .modal-lg,
  .cid-v5Hv8xoF3m .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8xoF3m .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8xoF3m .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8xoF3m .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-v5Hv8xoF3m .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8xoF3m .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8xoF3m .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8xoF3m .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-v5Hv8xoF3m .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8xoF3m .mbr-section-btn .btn {
  margin: 0;
}
.cid-uyso376kvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uyso376kvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyso376kvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyso376kvv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uyso376kvv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uyso376kvv .container {
    padding: 0 24px;
  }
}
.cid-uyso376kvv .card {
  justify-content: center;
}
.cid-uyso376kvv .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uyso376kvv .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uyso376kvv .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uyso376kvv .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uyso376kvv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uyso376kvv .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uyso376kvv .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyso376kvv .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyso376kvv .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uyso376kvv .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uyso376kvv .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uyso376kvv .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyso376kvv .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uyso376kvv .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uyso376kvv .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uyso376kvv .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uyso376kvv .mbr-section-title {
  color: #202020;
}
.cid-uyso376kvv .list {
  color: #202020;
}
.cid-uyso37dzZB {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uyso37dzZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyso37dzZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uyso37dzZB .container {
    padding: 0 24px;
  }
}
.cid-uyso37dzZB .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uyso37dzZB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uyso37dzZB .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uyso37dzZB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uyso37dzZB .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uyso37dzZB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uyso37dzZB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uyso37dzZB .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uyso37dzZB .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uyso37dzZB .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uyso37dzZB .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uyso37dzZB .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uyso37dzZB .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uyso37dzZB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uyso37dzZB .mbr-desc {
  color: #202020;
}
.cid-uyso37dzZB .mbr-section-title {
  color: #202020;
}
.cid-uyso37dzZB .panel-title-edit {
  color: #202020;
}
.cid-uyso37dzZB .panel-text {
  color: #202020;
}
.cid-v5Hv8xTFWk.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8xTFWk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8xTFWk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8xTFWk .modal-content,
.cid-v5Hv8xTFWk .modal-dialog {
  height: auto;
}
.cid-v5Hv8xTFWk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8xTFWk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8xTFWk .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8xTFWk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8xTFWk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8xTFWk .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-v5Hv8xTFWk .mbr-text {
  text-align: center;
}
.cid-v5Hv8xTFWk .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8xTFWk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8xTFWk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8xTFWk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8xTFWk .modal-open {
  overflow: hidden;
}
.cid-v5Hv8xTFWk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8xTFWk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8xTFWk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8xTFWk .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-v5Hv8xTFWk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8xTFWk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8xTFWk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8xTFWk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8xTFWk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8xTFWk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8xTFWk .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8xTFWk .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8xTFWk .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-v5Hv8xTFWk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8xTFWk .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8xTFWk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8xTFWk .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8xTFWk .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8xTFWk .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8xTFWk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8xTFWk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8xTFWk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8xTFWk .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8xTFWk .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-v5Hv8xTFWk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8xTFWk .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8xTFWk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8xTFWk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8xTFWk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8xTFWk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8xTFWk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8xTFWk .modal-lg,
  .cid-v5Hv8xTFWk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8xTFWk .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8xTFWk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8xTFWk .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-v5Hv8xTFWk .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8xTFWk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8xTFWk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8xTFWk .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-v5Hv8xTFWk .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8xTFWk .mbr-section-btn .btn {
  margin: 0;
}
.cid-uyso7klyeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uyso7klyeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyso7klyeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyso7klyeJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uyso7klyeJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uyso7klyeJ .container {
    padding: 0 24px;
  }
}
.cid-uyso7klyeJ .card {
  justify-content: center;
}
.cid-uyso7klyeJ .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uyso7klyeJ .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uyso7klyeJ .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uyso7klyeJ .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uyso7klyeJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uyso7klyeJ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uyso7klyeJ .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uyso7klyeJ .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uyso7klyeJ .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uyso7klyeJ .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uyso7klyeJ .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uyso7klyeJ .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyso7klyeJ .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uyso7klyeJ .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uyso7klyeJ .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uyso7klyeJ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uyso7klyeJ .mbr-section-title {
  color: #202020;
}
.cid-uyso7klyeJ .list {
  color: #202020;
}
.cid-uyso7ksuC0 {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uyso7ksuC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyso7ksuC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uyso7ksuC0 .container {
    padding: 0 24px;
  }
}
.cid-uyso7ksuC0 .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uyso7ksuC0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uyso7ksuC0 .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uyso7ksuC0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uyso7ksuC0 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uyso7ksuC0 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uyso7ksuC0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uyso7ksuC0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uyso7ksuC0 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uyso7ksuC0 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uyso7ksuC0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uyso7ksuC0 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uyso7ksuC0 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uyso7ksuC0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uyso7ksuC0 .mbr-desc {
  color: #202020;
}
.cid-uyso7ksuC0 .mbr-section-title {
  color: #202020;
}
.cid-uyso7ksuC0 .panel-title-edit {
  color: #202020;
}
.cid-uyso7ksuC0 .panel-text {
  color: #202020;
}
.cid-v5Hv8yqLqS.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8yqLqS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8yqLqS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8yqLqS .modal-content,
.cid-v5Hv8yqLqS .modal-dialog {
  height: auto;
}
.cid-v5Hv8yqLqS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8yqLqS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8yqLqS .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8yqLqS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8yqLqS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8yqLqS .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-v5Hv8yqLqS .mbr-text {
  text-align: center;
}
.cid-v5Hv8yqLqS .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8yqLqS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8yqLqS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8yqLqS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8yqLqS .modal-open {
  overflow: hidden;
}
.cid-v5Hv8yqLqS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8yqLqS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8yqLqS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8yqLqS .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-v5Hv8yqLqS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8yqLqS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8yqLqS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8yqLqS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8yqLqS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8yqLqS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8yqLqS .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8yqLqS .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8yqLqS .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-v5Hv8yqLqS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8yqLqS .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8yqLqS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8yqLqS .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8yqLqS .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8yqLqS .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8yqLqS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8yqLqS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8yqLqS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8yqLqS .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8yqLqS .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-v5Hv8yqLqS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8yqLqS .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8yqLqS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8yqLqS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8yqLqS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8yqLqS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8yqLqS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8yqLqS .modal-lg,
  .cid-v5Hv8yqLqS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8yqLqS .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8yqLqS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8yqLqS .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-v5Hv8yqLqS .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8yqLqS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8yqLqS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8yqLqS .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-v5Hv8yqLqS .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8yqLqS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysoaoHCp7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoaoHCp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoaoHCp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysoaoHCp7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysoaoHCp7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysoaoHCp7 .container {
    padding: 0 24px;
  }
}
.cid-uysoaoHCp7 .card {
  justify-content: center;
}
.cid-uysoaoHCp7 .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysoaoHCp7 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysoaoHCp7 .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoaoHCp7 .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoaoHCp7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysoaoHCp7 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysoaoHCp7 .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysoaoHCp7 .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysoaoHCp7 .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysoaoHCp7 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysoaoHCp7 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysoaoHCp7 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysoaoHCp7 .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoaoHCp7 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoaoHCp7 .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysoaoHCp7 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysoaoHCp7 .mbr-section-title {
  color: #202020;
}
.cid-uysoaoHCp7 .list {
  color: #202020;
}
.cid-uysoaoOsca {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoaoOsca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoaoOsca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysoaoOsca .container {
    padding: 0 24px;
  }
}
.cid-uysoaoOsca .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysoaoOsca .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysoaoOsca .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysoaoOsca .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysoaoOsca .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysoaoOsca .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysoaoOsca .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysoaoOsca .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysoaoOsca .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysoaoOsca .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoaoOsca .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoaoOsca .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysoaoOsca .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysoaoOsca .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysoaoOsca .mbr-desc {
  color: #202020;
}
.cid-uysoaoOsca .mbr-section-title {
  color: #202020;
}
.cid-uysoaoOsca .panel-title-edit {
  color: #202020;
}
.cid-uysoaoOsca .panel-text {
  color: #202020;
}
.cid-v5Hv8yUwb1.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8yUwb1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8yUwb1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8yUwb1 .modal-content,
.cid-v5Hv8yUwb1 .modal-dialog {
  height: auto;
}
.cid-v5Hv8yUwb1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8yUwb1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8yUwb1 .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8yUwb1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8yUwb1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8yUwb1 .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-v5Hv8yUwb1 .mbr-text {
  text-align: center;
}
.cid-v5Hv8yUwb1 .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8yUwb1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8yUwb1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8yUwb1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8yUwb1 .modal-open {
  overflow: hidden;
}
.cid-v5Hv8yUwb1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8yUwb1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8yUwb1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8yUwb1 .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-v5Hv8yUwb1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8yUwb1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8yUwb1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8yUwb1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8yUwb1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8yUwb1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8yUwb1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8yUwb1 .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8yUwb1 .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-v5Hv8yUwb1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8yUwb1 .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8yUwb1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8yUwb1 .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8yUwb1 .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8yUwb1 .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8yUwb1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8yUwb1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8yUwb1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8yUwb1 .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8yUwb1 .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-v5Hv8yUwb1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8yUwb1 .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8yUwb1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8yUwb1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8yUwb1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8yUwb1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8yUwb1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8yUwb1 .modal-lg,
  .cid-v5Hv8yUwb1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8yUwb1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8yUwb1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8yUwb1 .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-v5Hv8yUwb1 .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8yUwb1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8yUwb1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8yUwb1 .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-v5Hv8yUwb1 .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8yUwb1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysodPFZ57 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysodPFZ57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysodPFZ57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysodPFZ57 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysodPFZ57 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysodPFZ57 .container {
    padding: 0 24px;
  }
}
.cid-uysodPFZ57 .card {
  justify-content: center;
}
.cid-uysodPFZ57 .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysodPFZ57 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysodPFZ57 .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysodPFZ57 .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysodPFZ57 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysodPFZ57 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysodPFZ57 .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysodPFZ57 .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysodPFZ57 .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysodPFZ57 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysodPFZ57 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysodPFZ57 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysodPFZ57 .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysodPFZ57 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysodPFZ57 .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysodPFZ57 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysodPFZ57 .mbr-section-title {
  color: #202020;
}
.cid-uysodPFZ57 .list {
  color: #202020;
}
.cid-uysodPNjnF {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysodPNjnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysodPNjnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysodPNjnF .container {
    padding: 0 24px;
  }
}
.cid-uysodPNjnF .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysodPNjnF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysodPNjnF .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysodPNjnF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysodPNjnF .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysodPNjnF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysodPNjnF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysodPNjnF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysodPNjnF .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysodPNjnF .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysodPNjnF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysodPNjnF .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysodPNjnF .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysodPNjnF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysodPNjnF .mbr-desc {
  color: #202020;
}
.cid-uysodPNjnF .mbr-section-title {
  color: #202020;
}
.cid-uysodPNjnF .panel-title-edit {
  color: #202020;
}
.cid-uysodPNjnF .panel-text {
  color: #202020;
}
.cid-v5Hv8zoMHS.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8zoMHS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8zoMHS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8zoMHS .modal-content,
.cid-v5Hv8zoMHS .modal-dialog {
  height: auto;
}
.cid-v5Hv8zoMHS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8zoMHS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8zoMHS .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8zoMHS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8zoMHS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8zoMHS .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-v5Hv8zoMHS .mbr-text {
  text-align: center;
}
.cid-v5Hv8zoMHS .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8zoMHS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8zoMHS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8zoMHS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8zoMHS .modal-open {
  overflow: hidden;
}
.cid-v5Hv8zoMHS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8zoMHS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8zoMHS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8zoMHS .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-v5Hv8zoMHS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8zoMHS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8zoMHS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8zoMHS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8zoMHS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8zoMHS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8zoMHS .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8zoMHS .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8zoMHS .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-v5Hv8zoMHS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8zoMHS .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8zoMHS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8zoMHS .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8zoMHS .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8zoMHS .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8zoMHS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8zoMHS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8zoMHS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8zoMHS .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8zoMHS .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-v5Hv8zoMHS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8zoMHS .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8zoMHS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8zoMHS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8zoMHS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8zoMHS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8zoMHS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8zoMHS .modal-lg,
  .cid-v5Hv8zoMHS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8zoMHS .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8zoMHS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8zoMHS .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-v5Hv8zoMHS .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8zoMHS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8zoMHS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8zoMHS .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-v5Hv8zoMHS .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8zoMHS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysohrftU5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysohrftU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysohrftU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysohrftU5 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysohrftU5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysohrftU5 .container {
    padding: 0 24px;
  }
}
.cid-uysohrftU5 .card {
  justify-content: center;
}
.cid-uysohrftU5 .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysohrftU5 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysohrftU5 .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysohrftU5 .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysohrftU5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysohrftU5 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysohrftU5 .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysohrftU5 .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysohrftU5 .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysohrftU5 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysohrftU5 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysohrftU5 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysohrftU5 .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysohrftU5 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysohrftU5 .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysohrftU5 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysohrftU5 .mbr-section-title {
  color: #202020;
}
.cid-uysohrftU5 .list {
  color: #202020;
}
.cid-uysohrmecR {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysohrmecR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysohrmecR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysohrmecR .container {
    padding: 0 24px;
  }
}
.cid-uysohrmecR .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysohrmecR .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysohrmecR .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysohrmecR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysohrmecR .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysohrmecR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysohrmecR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysohrmecR .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysohrmecR .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysohrmecR .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysohrmecR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysohrmecR .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysohrmecR .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysohrmecR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysohrmecR .mbr-desc {
  color: #202020;
}
.cid-uysohrmecR .mbr-section-title {
  color: #202020;
}
.cid-uysohrmecR .panel-title-edit {
  color: #202020;
}
.cid-uysohrmecR .panel-text {
  color: #202020;
}
.cid-v5Hv8zSzpz.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8zSzpz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8zSzpz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8zSzpz .modal-content,
.cid-v5Hv8zSzpz .modal-dialog {
  height: auto;
}
.cid-v5Hv8zSzpz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8zSzpz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8zSzpz .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8zSzpz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8zSzpz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8zSzpz .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-v5Hv8zSzpz .mbr-text {
  text-align: center;
}
.cid-v5Hv8zSzpz .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8zSzpz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8zSzpz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8zSzpz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8zSzpz .modal-open {
  overflow: hidden;
}
.cid-v5Hv8zSzpz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8zSzpz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8zSzpz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8zSzpz .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-v5Hv8zSzpz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8zSzpz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8zSzpz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8zSzpz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8zSzpz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8zSzpz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8zSzpz .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8zSzpz .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8zSzpz .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-v5Hv8zSzpz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8zSzpz .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8zSzpz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8zSzpz .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8zSzpz .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8zSzpz .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8zSzpz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8zSzpz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8zSzpz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8zSzpz .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8zSzpz .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-v5Hv8zSzpz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8zSzpz .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8zSzpz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8zSzpz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8zSzpz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8zSzpz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8zSzpz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8zSzpz .modal-lg,
  .cid-v5Hv8zSzpz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8zSzpz .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8zSzpz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8zSzpz .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-v5Hv8zSzpz .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8zSzpz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8zSzpz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8zSzpz .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-v5Hv8zSzpz .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8zSzpz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysolbisaO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysolbisaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysolbisaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysolbisaO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysolbisaO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysolbisaO .container {
    padding: 0 24px;
  }
}
.cid-uysolbisaO .card {
  justify-content: center;
}
.cid-uysolbisaO .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysolbisaO .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysolbisaO .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysolbisaO .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysolbisaO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysolbisaO .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysolbisaO .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysolbisaO .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysolbisaO .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysolbisaO .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysolbisaO .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysolbisaO .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysolbisaO .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysolbisaO .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysolbisaO .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysolbisaO .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysolbisaO .mbr-section-title {
  color: #202020;
}
.cid-uysolbisaO .list {
  color: #202020;
}
.cid-uysolbqPue {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysolbqPue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysolbqPue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysolbqPue .container {
    padding: 0 24px;
  }
}
.cid-uysolbqPue .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysolbqPue .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysolbqPue .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysolbqPue .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysolbqPue .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysolbqPue .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysolbqPue .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysolbqPue .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysolbqPue .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysolbqPue .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysolbqPue .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysolbqPue .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysolbqPue .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysolbqPue .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysolbqPue .mbr-desc {
  color: #202020;
}
.cid-uysolbqPue .mbr-section-title {
  color: #202020;
}
.cid-uysolbqPue .panel-title-edit {
  color: #202020;
}
.cid-uysolbqPue .panel-text {
  color: #202020;
}
.cid-v5Hv8AnAAm.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8AnAAm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8AnAAm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8AnAAm .modal-content,
.cid-v5Hv8AnAAm .modal-dialog {
  height: auto;
}
.cid-v5Hv8AnAAm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8AnAAm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8AnAAm .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8AnAAm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8AnAAm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8AnAAm .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-v5Hv8AnAAm .mbr-text {
  text-align: center;
}
.cid-v5Hv8AnAAm .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8AnAAm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8AnAAm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8AnAAm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8AnAAm .modal-open {
  overflow: hidden;
}
.cid-v5Hv8AnAAm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8AnAAm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8AnAAm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8AnAAm .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-v5Hv8AnAAm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8AnAAm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8AnAAm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8AnAAm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8AnAAm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8AnAAm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8AnAAm .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8AnAAm .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8AnAAm .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-v5Hv8AnAAm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8AnAAm .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8AnAAm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8AnAAm .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8AnAAm .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8AnAAm .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8AnAAm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8AnAAm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8AnAAm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8AnAAm .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8AnAAm .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-v5Hv8AnAAm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8AnAAm .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8AnAAm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8AnAAm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8AnAAm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8AnAAm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8AnAAm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8AnAAm .modal-lg,
  .cid-v5Hv8AnAAm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8AnAAm .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8AnAAm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8AnAAm .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-v5Hv8AnAAm .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8AnAAm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8AnAAm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8AnAAm .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-v5Hv8AnAAm .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8AnAAm .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysop4Kngj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysop4Kngj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysop4Kngj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysop4Kngj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysop4Kngj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysop4Kngj .container {
    padding: 0 24px;
  }
}
.cid-uysop4Kngj .card {
  justify-content: center;
}
.cid-uysop4Kngj .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysop4Kngj .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysop4Kngj .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysop4Kngj .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysop4Kngj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysop4Kngj .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysop4Kngj .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysop4Kngj .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysop4Kngj .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysop4Kngj .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysop4Kngj .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysop4Kngj .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysop4Kngj .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysop4Kngj .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysop4Kngj .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysop4Kngj .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysop4Kngj .mbr-section-title {
  color: #202020;
}
.cid-uysop4Kngj .list {
  color: #202020;
}
.cid-uysop4RhpE {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysop4RhpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysop4RhpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysop4RhpE .container {
    padding: 0 24px;
  }
}
.cid-uysop4RhpE .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysop4RhpE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysop4RhpE .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysop4RhpE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysop4RhpE .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysop4RhpE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysop4RhpE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysop4RhpE .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysop4RhpE .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysop4RhpE .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysop4RhpE .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysop4RhpE .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysop4RhpE .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysop4RhpE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysop4RhpE .mbr-desc {
  color: #202020;
}
.cid-uysop4RhpE .mbr-section-title {
  color: #202020;
}
.cid-uysop4RhpE .panel-title-edit {
  color: #202020;
}
.cid-uysop4RhpE .panel-text {
  color: #202020;
}
.cid-v5Hv8ASwuD.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8ASwuD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8ASwuD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8ASwuD .modal-content,
.cid-v5Hv8ASwuD .modal-dialog {
  height: auto;
}
.cid-v5Hv8ASwuD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8ASwuD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8ASwuD .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8ASwuD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8ASwuD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8ASwuD .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-v5Hv8ASwuD .mbr-text {
  text-align: center;
}
.cid-v5Hv8ASwuD .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8ASwuD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8ASwuD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8ASwuD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8ASwuD .modal-open {
  overflow: hidden;
}
.cid-v5Hv8ASwuD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8ASwuD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8ASwuD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8ASwuD .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-v5Hv8ASwuD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8ASwuD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8ASwuD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8ASwuD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8ASwuD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8ASwuD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8ASwuD .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8ASwuD .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8ASwuD .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-v5Hv8ASwuD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8ASwuD .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8ASwuD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8ASwuD .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8ASwuD .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8ASwuD .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8ASwuD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8ASwuD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8ASwuD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8ASwuD .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8ASwuD .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-v5Hv8ASwuD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8ASwuD .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8ASwuD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8ASwuD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8ASwuD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8ASwuD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8ASwuD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8ASwuD .modal-lg,
  .cid-v5Hv8ASwuD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8ASwuD .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8ASwuD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8ASwuD .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-v5Hv8ASwuD .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8ASwuD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8ASwuD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8ASwuD .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-v5Hv8ASwuD .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8ASwuD .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysosPwpVb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysosPwpVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysosPwpVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysosPwpVb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysosPwpVb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysosPwpVb .container {
    padding: 0 24px;
  }
}
.cid-uysosPwpVb .card {
  justify-content: center;
}
.cid-uysosPwpVb .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysosPwpVb .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysosPwpVb .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysosPwpVb .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysosPwpVb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysosPwpVb .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysosPwpVb .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysosPwpVb .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysosPwpVb .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysosPwpVb .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysosPwpVb .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysosPwpVb .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysosPwpVb .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysosPwpVb .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysosPwpVb .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysosPwpVb .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysosPwpVb .mbr-section-title {
  color: #202020;
}
.cid-uysosPwpVb .list {
  color: #202020;
}
.cid-uysosPDHHu {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysosPDHHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysosPDHHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysosPDHHu .container {
    padding: 0 24px;
  }
}
.cid-uysosPDHHu .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysosPDHHu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysosPDHHu .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysosPDHHu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysosPDHHu .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysosPDHHu .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysosPDHHu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysosPDHHu .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysosPDHHu .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysosPDHHu .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysosPDHHu .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysosPDHHu .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysosPDHHu .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysosPDHHu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysosPDHHu .mbr-desc {
  color: #202020;
}
.cid-uysosPDHHu .mbr-section-title {
  color: #202020;
}
.cid-uysosPDHHu .panel-title-edit {
  color: #202020;
}
.cid-uysosPDHHu .panel-text {
  color: #202020;
}
.cid-v5Hv8BomG5.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8BomG5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8BomG5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8BomG5 .modal-content,
.cid-v5Hv8BomG5 .modal-dialog {
  height: auto;
}
.cid-v5Hv8BomG5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8BomG5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8BomG5 .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8BomG5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8BomG5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8BomG5 .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-v5Hv8BomG5 .mbr-text {
  text-align: center;
}
.cid-v5Hv8BomG5 .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8BomG5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8BomG5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8BomG5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8BomG5 .modal-open {
  overflow: hidden;
}
.cid-v5Hv8BomG5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8BomG5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8BomG5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8BomG5 .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-v5Hv8BomG5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8BomG5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8BomG5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8BomG5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8BomG5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8BomG5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8BomG5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8BomG5 .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8BomG5 .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-v5Hv8BomG5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8BomG5 .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8BomG5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8BomG5 .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8BomG5 .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8BomG5 .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8BomG5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8BomG5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8BomG5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8BomG5 .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8BomG5 .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-v5Hv8BomG5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8BomG5 .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8BomG5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8BomG5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8BomG5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8BomG5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8BomG5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8BomG5 .modal-lg,
  .cid-v5Hv8BomG5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8BomG5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8BomG5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8BomG5 .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-v5Hv8BomG5 .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8BomG5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8BomG5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8BomG5 .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-v5Hv8BomG5 .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8BomG5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysowYypyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysowYypyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysowYypyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysowYypyZ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysowYypyZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysowYypyZ .container {
    padding: 0 24px;
  }
}
.cid-uysowYypyZ .card {
  justify-content: center;
}
.cid-uysowYypyZ .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysowYypyZ .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysowYypyZ .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysowYypyZ .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysowYypyZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysowYypyZ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysowYypyZ .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysowYypyZ .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysowYypyZ .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysowYypyZ .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysowYypyZ .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysowYypyZ .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysowYypyZ .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysowYypyZ .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysowYypyZ .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysowYypyZ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysowYypyZ .mbr-section-title {
  color: #202020;
}
.cid-uysowYypyZ .list {
  color: #202020;
}
.cid-uysowYFiCb {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysowYFiCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysowYFiCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysowYFiCb .container {
    padding: 0 24px;
  }
}
.cid-uysowYFiCb .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysowYFiCb .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysowYFiCb .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysowYFiCb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysowYFiCb .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysowYFiCb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysowYFiCb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysowYFiCb .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysowYFiCb .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysowYFiCb .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysowYFiCb .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysowYFiCb .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysowYFiCb .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysowYFiCb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysowYFiCb .mbr-desc {
  color: #202020;
}
.cid-uysowYFiCb .mbr-section-title {
  color: #202020;
}
.cid-uysowYFiCb .panel-title-edit {
  color: #202020;
}
.cid-uysowYFiCb .panel-text {
  color: #202020;
}
.cid-v5Hv8BTQHG.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8BTQHG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8BTQHG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8BTQHG .modal-content,
.cid-v5Hv8BTQHG .modal-dialog {
  height: auto;
}
.cid-v5Hv8BTQHG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8BTQHG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8BTQHG .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8BTQHG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8BTQHG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8BTQHG .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-v5Hv8BTQHG .mbr-text {
  text-align: center;
}
.cid-v5Hv8BTQHG .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8BTQHG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8BTQHG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8BTQHG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8BTQHG .modal-open {
  overflow: hidden;
}
.cid-v5Hv8BTQHG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8BTQHG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8BTQHG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8BTQHG .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-v5Hv8BTQHG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8BTQHG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8BTQHG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8BTQHG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8BTQHG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8BTQHG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8BTQHG .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8BTQHG .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8BTQHG .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-v5Hv8BTQHG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8BTQHG .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8BTQHG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8BTQHG .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8BTQHG .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8BTQHG .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8BTQHG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8BTQHG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8BTQHG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8BTQHG .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8BTQHG .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-v5Hv8BTQHG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8BTQHG .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8BTQHG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8BTQHG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8BTQHG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8BTQHG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8BTQHG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8BTQHG .modal-lg,
  .cid-v5Hv8BTQHG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8BTQHG .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8BTQHG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8BTQHG .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-v5Hv8BTQHG .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8BTQHG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8BTQHG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8BTQHG .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-v5Hv8BTQHG .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8BTQHG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysoAA1G8E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoAA1G8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoAA1G8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysoAA1G8E .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysoAA1G8E .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysoAA1G8E .container {
    padding: 0 24px;
  }
}
.cid-uysoAA1G8E .card {
  justify-content: center;
}
.cid-uysoAA1G8E .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysoAA1G8E .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysoAA1G8E .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoAA1G8E .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoAA1G8E .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysoAA1G8E .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysoAA1G8E .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysoAA1G8E .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysoAA1G8E .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysoAA1G8E .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysoAA1G8E .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysoAA1G8E .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysoAA1G8E .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoAA1G8E .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoAA1G8E .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysoAA1G8E .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysoAA1G8E .mbr-section-title {
  color: #202020;
}
.cid-uysoAA1G8E .list {
  color: #202020;
}
.cid-uysoAA8NhD {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoAA8NhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoAA8NhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysoAA8NhD .container {
    padding: 0 24px;
  }
}
.cid-uysoAA8NhD .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysoAA8NhD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysoAA8NhD .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysoAA8NhD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysoAA8NhD .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysoAA8NhD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysoAA8NhD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysoAA8NhD .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysoAA8NhD .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysoAA8NhD .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoAA8NhD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoAA8NhD .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysoAA8NhD .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysoAA8NhD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysoAA8NhD .mbr-desc {
  color: #202020;
}
.cid-uysoAA8NhD .mbr-section-title {
  color: #202020;
}
.cid-uysoAA8NhD .panel-title-edit {
  color: #202020;
}
.cid-uysoAA8NhD .panel-text {
  color: #202020;
}
.cid-v5Hv8CnhiH.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8CnhiH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8CnhiH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8CnhiH .modal-content,
.cid-v5Hv8CnhiH .modal-dialog {
  height: auto;
}
.cid-v5Hv8CnhiH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8CnhiH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8CnhiH .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8CnhiH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8CnhiH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8CnhiH .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-v5Hv8CnhiH .mbr-text {
  text-align: center;
}
.cid-v5Hv8CnhiH .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8CnhiH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8CnhiH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8CnhiH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8CnhiH .modal-open {
  overflow: hidden;
}
.cid-v5Hv8CnhiH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8CnhiH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8CnhiH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8CnhiH .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-v5Hv8CnhiH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8CnhiH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8CnhiH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8CnhiH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8CnhiH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8CnhiH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8CnhiH .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8CnhiH .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8CnhiH .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-v5Hv8CnhiH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8CnhiH .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8CnhiH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8CnhiH .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8CnhiH .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8CnhiH .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8CnhiH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8CnhiH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8CnhiH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8CnhiH .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8CnhiH .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-v5Hv8CnhiH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8CnhiH .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8CnhiH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8CnhiH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8CnhiH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8CnhiH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8CnhiH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8CnhiH .modal-lg,
  .cid-v5Hv8CnhiH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8CnhiH .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8CnhiH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8CnhiH .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-v5Hv8CnhiH .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8CnhiH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8CnhiH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8CnhiH .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-v5Hv8CnhiH .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8CnhiH .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysoEE0UnY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoEE0UnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoEE0UnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysoEE0UnY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysoEE0UnY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysoEE0UnY .container {
    padding: 0 24px;
  }
}
.cid-uysoEE0UnY .card {
  justify-content: center;
}
.cid-uysoEE0UnY .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysoEE0UnY .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysoEE0UnY .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoEE0UnY .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoEE0UnY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysoEE0UnY .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysoEE0UnY .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysoEE0UnY .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysoEE0UnY .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysoEE0UnY .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysoEE0UnY .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysoEE0UnY .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysoEE0UnY .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoEE0UnY .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoEE0UnY .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysoEE0UnY .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysoEE0UnY .mbr-section-title {
  color: #202020;
}
.cid-uysoEE0UnY .list {
  color: #202020;
}
.cid-uysoEE8Eqr {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoEE8Eqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoEE8Eqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysoEE8Eqr .container {
    padding: 0 24px;
  }
}
.cid-uysoEE8Eqr .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysoEE8Eqr .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysoEE8Eqr .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysoEE8Eqr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysoEE8Eqr .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysoEE8Eqr .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysoEE8Eqr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysoEE8Eqr .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysoEE8Eqr .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysoEE8Eqr .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoEE8Eqr .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoEE8Eqr .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysoEE8Eqr .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysoEE8Eqr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysoEE8Eqr .mbr-desc {
  color: #202020;
}
.cid-uysoEE8Eqr .mbr-section-title {
  color: #202020;
}
.cid-uysoEE8Eqr .panel-title-edit {
  color: #202020;
}
.cid-uysoEE8Eqr .panel-text {
  color: #202020;
}
.cid-v5Hv8CSeTw.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8CSeTw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8CSeTw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8CSeTw .modal-content,
.cid-v5Hv8CSeTw .modal-dialog {
  height: auto;
}
.cid-v5Hv8CSeTw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8CSeTw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8CSeTw .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8CSeTw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8CSeTw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8CSeTw .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-v5Hv8CSeTw .mbr-text {
  text-align: center;
}
.cid-v5Hv8CSeTw .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8CSeTw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8CSeTw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8CSeTw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8CSeTw .modal-open {
  overflow: hidden;
}
.cid-v5Hv8CSeTw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8CSeTw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8CSeTw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8CSeTw .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-v5Hv8CSeTw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8CSeTw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8CSeTw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8CSeTw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8CSeTw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8CSeTw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8CSeTw .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8CSeTw .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8CSeTw .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-v5Hv8CSeTw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8CSeTw .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8CSeTw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8CSeTw .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8CSeTw .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8CSeTw .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8CSeTw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8CSeTw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8CSeTw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8CSeTw .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8CSeTw .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-v5Hv8CSeTw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8CSeTw .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8CSeTw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8CSeTw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8CSeTw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8CSeTw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8CSeTw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8CSeTw .modal-lg,
  .cid-v5Hv8CSeTw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8CSeTw .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8CSeTw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8CSeTw .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-v5Hv8CSeTw .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8CSeTw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8CSeTw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8CSeTw .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-v5Hv8CSeTw .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8CSeTw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysoIcUgZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoIcUgZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoIcUgZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysoIcUgZQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysoIcUgZQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysoIcUgZQ .container {
    padding: 0 24px;
  }
}
.cid-uysoIcUgZQ .card {
  justify-content: center;
}
.cid-uysoIcUgZQ .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysoIcUgZQ .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysoIcUgZQ .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoIcUgZQ .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoIcUgZQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysoIcUgZQ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysoIcUgZQ .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysoIcUgZQ .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysoIcUgZQ .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysoIcUgZQ .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysoIcUgZQ .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysoIcUgZQ .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysoIcUgZQ .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoIcUgZQ .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoIcUgZQ .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysoIcUgZQ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysoIcUgZQ .mbr-section-title {
  color: #202020;
}
.cid-uysoIcUgZQ .list {
  color: #202020;
}
.cid-uysoId2ZTL {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoId2ZTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoId2ZTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysoId2ZTL .container {
    padding: 0 24px;
  }
}
.cid-uysoId2ZTL .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysoId2ZTL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysoId2ZTL .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysoId2ZTL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysoId2ZTL .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysoId2ZTL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysoId2ZTL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysoId2ZTL .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysoId2ZTL .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysoId2ZTL .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoId2ZTL .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoId2ZTL .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysoId2ZTL .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysoId2ZTL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysoId2ZTL .mbr-desc {
  color: #202020;
}
.cid-uysoId2ZTL .mbr-section-title {
  color: #202020;
}
.cid-uysoId2ZTL .panel-title-edit {
  color: #202020;
}
.cid-uysoId2ZTL .panel-text {
  color: #202020;
}
.cid-v5Hv8DnK91.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8DnK91.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8DnK91.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8DnK91 .modal-content,
.cid-v5Hv8DnK91 .modal-dialog {
  height: auto;
}
.cid-v5Hv8DnK91 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8DnK91 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8DnK91 .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8DnK91 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8DnK91 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8DnK91 .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-v5Hv8DnK91 .mbr-text {
  text-align: center;
}
.cid-v5Hv8DnK91 .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8DnK91 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8DnK91 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8DnK91 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8DnK91 .modal-open {
  overflow: hidden;
}
.cid-v5Hv8DnK91 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8DnK91 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8DnK91 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8DnK91 .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-v5Hv8DnK91 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8DnK91 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8DnK91 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8DnK91 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8DnK91 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8DnK91 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8DnK91 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8DnK91 .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8DnK91 .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-v5Hv8DnK91 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8DnK91 .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8DnK91 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8DnK91 .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8DnK91 .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8DnK91 .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8DnK91 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8DnK91 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8DnK91 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8DnK91 .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8DnK91 .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-v5Hv8DnK91 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8DnK91 .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8DnK91 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8DnK91 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8DnK91 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8DnK91 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8DnK91 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8DnK91 .modal-lg,
  .cid-v5Hv8DnK91 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8DnK91 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8DnK91 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8DnK91 .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-v5Hv8DnK91 .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8DnK91 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8DnK91 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8DnK91 .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-v5Hv8DnK91 .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8DnK91 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysoMeLdZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoMeLdZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoMeLdZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysoMeLdZY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysoMeLdZY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysoMeLdZY .container {
    padding: 0 24px;
  }
}
.cid-uysoMeLdZY .card {
  justify-content: center;
}
.cid-uysoMeLdZY .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysoMeLdZY .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysoMeLdZY .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoMeLdZY .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoMeLdZY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysoMeLdZY .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysoMeLdZY .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysoMeLdZY .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysoMeLdZY .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysoMeLdZY .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysoMeLdZY .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysoMeLdZY .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysoMeLdZY .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoMeLdZY .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoMeLdZY .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysoMeLdZY .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysoMeLdZY .mbr-section-title {
  color: #202020;
}
.cid-uysoMeLdZY .list {
  color: #202020;
}
.cid-uysoMeTUKM {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoMeTUKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoMeTUKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysoMeTUKM .container {
    padding: 0 24px;
  }
}
.cid-uysoMeTUKM .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysoMeTUKM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysoMeTUKM .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysoMeTUKM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysoMeTUKM .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysoMeTUKM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysoMeTUKM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysoMeTUKM .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysoMeTUKM .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysoMeTUKM .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoMeTUKM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoMeTUKM .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysoMeTUKM .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysoMeTUKM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysoMeTUKM .mbr-desc {
  color: #202020;
}
.cid-uysoMeTUKM .mbr-section-title {
  color: #202020;
}
.cid-uysoMeTUKM .panel-title-edit {
  color: #202020;
}
.cid-uysoMeTUKM .panel-text {
  color: #202020;
}
.cid-v5Hv8DT45w.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8DT45w.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8DT45w.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8DT45w .modal-content,
.cid-v5Hv8DT45w .modal-dialog {
  height: auto;
}
.cid-v5Hv8DT45w .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8DT45w .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8DT45w .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8DT45w .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8DT45w .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8DT45w .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-v5Hv8DT45w .mbr-text {
  text-align: center;
}
.cid-v5Hv8DT45w .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8DT45w .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8DT45w .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8DT45w .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8DT45w .modal-open {
  overflow: hidden;
}
.cid-v5Hv8DT45w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8DT45w .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8DT45w .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8DT45w .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-v5Hv8DT45w .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8DT45w .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8DT45w .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8DT45w .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8DT45w .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8DT45w .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8DT45w .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8DT45w .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8DT45w .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-v5Hv8DT45w .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8DT45w .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8DT45w .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8DT45w .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8DT45w .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8DT45w .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8DT45w .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8DT45w .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8DT45w .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8DT45w .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8DT45w .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-v5Hv8DT45w .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8DT45w .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8DT45w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8DT45w .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8DT45w .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8DT45w .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8DT45w .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8DT45w .modal-lg,
  .cid-v5Hv8DT45w .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8DT45w .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8DT45w .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8DT45w .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-v5Hv8DT45w .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8DT45w .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8DT45w .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8DT45w .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-v5Hv8DT45w .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8DT45w .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysoQ5by1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoQ5by1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoQ5by1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysoQ5by1n .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysoQ5by1n .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysoQ5by1n .container {
    padding: 0 24px;
  }
}
.cid-uysoQ5by1n .card {
  justify-content: center;
}
.cid-uysoQ5by1n .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysoQ5by1n .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysoQ5by1n .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoQ5by1n .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoQ5by1n .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysoQ5by1n .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysoQ5by1n .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysoQ5by1n .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysoQ5by1n .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysoQ5by1n .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysoQ5by1n .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysoQ5by1n .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysoQ5by1n .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoQ5by1n .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoQ5by1n .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysoQ5by1n .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysoQ5by1n .mbr-section-title {
  color: #202020;
}
.cid-uysoQ5by1n .list {
  color: #202020;
}
.cid-uysoQ5iB3z {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoQ5iB3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoQ5iB3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysoQ5iB3z .container {
    padding: 0 24px;
  }
}
.cid-uysoQ5iB3z .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysoQ5iB3z .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysoQ5iB3z .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysoQ5iB3z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysoQ5iB3z .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysoQ5iB3z .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysoQ5iB3z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysoQ5iB3z .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysoQ5iB3z .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysoQ5iB3z .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoQ5iB3z .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoQ5iB3z .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysoQ5iB3z .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysoQ5iB3z .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysoQ5iB3z .mbr-desc {
  color: #202020;
}
.cid-uysoQ5iB3z .mbr-section-title {
  color: #202020;
}
.cid-uysoQ5iB3z .panel-title-edit {
  color: #202020;
}
.cid-uysoQ5iB3z .panel-text {
  color: #202020;
}
.cid-v5Hv8EpVn3.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8EpVn3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8EpVn3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8EpVn3 .modal-content,
.cid-v5Hv8EpVn3 .modal-dialog {
  height: auto;
}
.cid-v5Hv8EpVn3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8EpVn3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8EpVn3 .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8EpVn3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8EpVn3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8EpVn3 .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-v5Hv8EpVn3 .mbr-text {
  text-align: center;
}
.cid-v5Hv8EpVn3 .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8EpVn3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8EpVn3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8EpVn3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8EpVn3 .modal-open {
  overflow: hidden;
}
.cid-v5Hv8EpVn3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8EpVn3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8EpVn3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8EpVn3 .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-v5Hv8EpVn3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8EpVn3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8EpVn3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8EpVn3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8EpVn3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8EpVn3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8EpVn3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8EpVn3 .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8EpVn3 .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-v5Hv8EpVn3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8EpVn3 .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8EpVn3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8EpVn3 .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8EpVn3 .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8EpVn3 .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8EpVn3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8EpVn3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8EpVn3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8EpVn3 .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8EpVn3 .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-v5Hv8EpVn3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8EpVn3 .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8EpVn3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8EpVn3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8EpVn3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8EpVn3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8EpVn3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8EpVn3 .modal-lg,
  .cid-v5Hv8EpVn3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8EpVn3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8EpVn3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8EpVn3 .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-v5Hv8EpVn3 .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8EpVn3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8EpVn3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8EpVn3 .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-v5Hv8EpVn3 .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8EpVn3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysoTQjLL0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoTQjLL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoTQjLL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysoTQjLL0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysoTQjLL0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysoTQjLL0 .container {
    padding: 0 24px;
  }
}
.cid-uysoTQjLL0 .card {
  justify-content: center;
}
.cid-uysoTQjLL0 .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysoTQjLL0 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysoTQjLL0 .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoTQjLL0 .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoTQjLL0 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysoTQjLL0 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysoTQjLL0 .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysoTQjLL0 .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysoTQjLL0 .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysoTQjLL0 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysoTQjLL0 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysoTQjLL0 .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysoTQjLL0 .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoTQjLL0 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoTQjLL0 .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysoTQjLL0 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysoTQjLL0 .mbr-section-title {
  color: #202020;
}
.cid-uysoTQjLL0 .list {
  color: #202020;
}
.cid-uysoTQqcJv {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoTQqcJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoTQqcJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysoTQqcJv .container {
    padding: 0 24px;
  }
}
.cid-uysoTQqcJv .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysoTQqcJv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysoTQqcJv .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysoTQqcJv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysoTQqcJv .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysoTQqcJv .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysoTQqcJv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysoTQqcJv .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysoTQqcJv .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysoTQqcJv .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoTQqcJv .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoTQqcJv .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysoTQqcJv .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysoTQqcJv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysoTQqcJv .mbr-desc {
  color: #202020;
}
.cid-uysoTQqcJv .mbr-section-title {
  color: #202020;
}
.cid-uysoTQqcJv .panel-title-edit {
  color: #202020;
}
.cid-uysoTQqcJv .panel-text {
  color: #202020;
}
.cid-v5Hv8EUSdV.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8EUSdV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8EUSdV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8EUSdV .modal-content,
.cid-v5Hv8EUSdV .modal-dialog {
  height: auto;
}
.cid-v5Hv8EUSdV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8EUSdV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8EUSdV .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8EUSdV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8EUSdV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8EUSdV .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-v5Hv8EUSdV .mbr-text {
  text-align: center;
}
.cid-v5Hv8EUSdV .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8EUSdV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8EUSdV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8EUSdV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8EUSdV .modal-open {
  overflow: hidden;
}
.cid-v5Hv8EUSdV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8EUSdV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8EUSdV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8EUSdV .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-v5Hv8EUSdV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8EUSdV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8EUSdV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8EUSdV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8EUSdV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8EUSdV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8EUSdV .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8EUSdV .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8EUSdV .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-v5Hv8EUSdV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8EUSdV .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8EUSdV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8EUSdV .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8EUSdV .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8EUSdV .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8EUSdV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8EUSdV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8EUSdV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8EUSdV .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8EUSdV .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-v5Hv8EUSdV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8EUSdV .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8EUSdV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8EUSdV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8EUSdV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8EUSdV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8EUSdV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8EUSdV .modal-lg,
  .cid-v5Hv8EUSdV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8EUSdV .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8EUSdV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8EUSdV .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-v5Hv8EUSdV .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8EUSdV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8EUSdV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8EUSdV .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-v5Hv8EUSdV .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8EUSdV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysoXBTr9J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoXBTr9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoXBTr9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysoXBTr9J .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysoXBTr9J .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysoXBTr9J .container {
    padding: 0 24px;
  }
}
.cid-uysoXBTr9J .card {
  justify-content: center;
}
.cid-uysoXBTr9J .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysoXBTr9J .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysoXBTr9J .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoXBTr9J .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoXBTr9J .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysoXBTr9J .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysoXBTr9J .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysoXBTr9J .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysoXBTr9J .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysoXBTr9J .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysoXBTr9J .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysoXBTr9J .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysoXBTr9J .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysoXBTr9J .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysoXBTr9J .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysoXBTr9J .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysoXBTr9J .mbr-section-title {
  color: #202020;
}
.cid-uysoXBTr9J .list {
  color: #202020;
}
.cid-uysoXC0b7x {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysoXC0b7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysoXC0b7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysoXC0b7x .container {
    padding: 0 24px;
  }
}
.cid-uysoXC0b7x .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysoXC0b7x .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysoXC0b7x .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysoXC0b7x .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysoXC0b7x .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysoXC0b7x .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysoXC0b7x .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysoXC0b7x .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysoXC0b7x .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysoXC0b7x .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoXC0b7x .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysoXC0b7x .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysoXC0b7x .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysoXC0b7x .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysoXC0b7x .mbr-desc {
  color: #202020;
}
.cid-uysoXC0b7x .mbr-section-title {
  color: #202020;
}
.cid-uysoXC0b7x .panel-title-edit {
  color: #202020;
}
.cid-uysoXC0b7x .panel-text {
  color: #202020;
}
.cid-v5Hv8FpwuT.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8FpwuT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8FpwuT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8FpwuT .modal-content,
.cid-v5Hv8FpwuT .modal-dialog {
  height: auto;
}
.cid-v5Hv8FpwuT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8FpwuT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8FpwuT .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8FpwuT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8FpwuT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8FpwuT .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-v5Hv8FpwuT .mbr-text {
  text-align: center;
}
.cid-v5Hv8FpwuT .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8FpwuT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8FpwuT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8FpwuT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8FpwuT .modal-open {
  overflow: hidden;
}
.cid-v5Hv8FpwuT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8FpwuT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8FpwuT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8FpwuT .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-v5Hv8FpwuT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8FpwuT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8FpwuT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8FpwuT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8FpwuT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8FpwuT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8FpwuT .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8FpwuT .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8FpwuT .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-v5Hv8FpwuT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8FpwuT .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8FpwuT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8FpwuT .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8FpwuT .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8FpwuT .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8FpwuT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8FpwuT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8FpwuT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8FpwuT .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8FpwuT .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-v5Hv8FpwuT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8FpwuT .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8FpwuT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8FpwuT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8FpwuT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8FpwuT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8FpwuT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8FpwuT .modal-lg,
  .cid-v5Hv8FpwuT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8FpwuT .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8FpwuT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8FpwuT .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-v5Hv8FpwuT .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8FpwuT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8FpwuT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8FpwuT .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-v5Hv8FpwuT .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8FpwuT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uysxQXqhJY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysxQXqhJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysxQXqhJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uysxQXqhJY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uysxQXqhJY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uysxQXqhJY .container {
    padding: 0 24px;
  }
}
.cid-uysxQXqhJY .card {
  justify-content: center;
}
.cid-uysxQXqhJY .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uysxQXqhJY .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uysxQXqhJY .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysxQXqhJY .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysxQXqhJY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uysxQXqhJY .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uysxQXqhJY .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uysxQXqhJY .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uysxQXqhJY .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uysxQXqhJY .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uysxQXqhJY .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uysxQXqhJY .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uysxQXqhJY .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uysxQXqhJY .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uysxQXqhJY .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-uysxQXqhJY .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uysxQXqhJY .mbr-section-title {
  color: #202020;
}
.cid-uysxQXqhJY .list {
  color: #202020;
}
.cid-uysxQXzGSs {
  overflow: hidden;
  background-color: #fffa76;
}
.cid-uysxQXzGSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysxQXzGSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uysxQXzGSs .container {
    padding: 0 24px;
  }
}
.cid-uysxQXzGSs .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uysxQXzGSs .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uysxQXzGSs .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uysxQXzGSs .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uysxQXzGSs .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uysxQXzGSs .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uysxQXzGSs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uysxQXzGSs .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uysxQXzGSs .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uysxQXzGSs .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uysxQXzGSs .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uysxQXzGSs .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uysxQXzGSs .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uysxQXzGSs .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uysxQXzGSs .mbr-desc {
  color: #202020;
}
.cid-uysxQXzGSs .mbr-section-title {
  color: #202020;
}
.cid-uysxQXzGSs .panel-title-edit {
  color: #202020;
}
.cid-uysxQXzGSs .panel-text {
  color: #202020;
}
.cid-v5Hv8FWWiZ.popup-builder {
  background-color: #ffffff;
}
.cid-v5Hv8FWWiZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5Hv8FWWiZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5Hv8FWWiZ .modal-content,
.cid-v5Hv8FWWiZ .modal-dialog {
  height: auto;
}
.cid-v5Hv8FWWiZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5Hv8FWWiZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5Hv8FWWiZ .form-wrapper .mbr-form .form-group,
  .cid-v5Hv8FWWiZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5Hv8FWWiZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5Hv8FWWiZ .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-v5Hv8FWWiZ .mbr-text {
  text-align: center;
}
.cid-v5Hv8FWWiZ .pt-0 {
  padding-top: 0 !important;
}
.cid-v5Hv8FWWiZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5Hv8FWWiZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5Hv8FWWiZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5Hv8FWWiZ .modal-open {
  overflow: hidden;
}
.cid-v5Hv8FWWiZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5Hv8FWWiZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5Hv8FWWiZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5Hv8FWWiZ .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-v5Hv8FWWiZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5Hv8FWWiZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5Hv8FWWiZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5Hv8FWWiZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5Hv8FWWiZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5Hv8FWWiZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5Hv8FWWiZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5Hv8FWWiZ .modal-backdrop.show {
  opacity: .5;
}
.cid-v5Hv8FWWiZ .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-v5Hv8FWWiZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8FWWiZ .modal-header {
    padding: 1rem;
  }
}
.cid-v5Hv8FWWiZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5Hv8FWWiZ .modal-header .close svg {
  fill: #e7271c;
}
.cid-v5Hv8FWWiZ .modal-header .close:hover {
  opacity: 1;
}
.cid-v5Hv8FWWiZ .modal-header .close:focus {
  outline: none;
}
.cid-v5Hv8FWWiZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5Hv8FWWiZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5Hv8FWWiZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8FWWiZ .modal-body {
    padding: 1rem;
  }
}
.cid-v5Hv8FWWiZ .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-v5Hv8FWWiZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Hv8FWWiZ .modal-footer {
    padding: 1rem;
  }
}
.cid-v5Hv8FWWiZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5Hv8FWWiZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5Hv8FWWiZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5Hv8FWWiZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5Hv8FWWiZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5Hv8FWWiZ .modal-lg,
  .cid-v5Hv8FWWiZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5Hv8FWWiZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5Hv8FWWiZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5Hv8FWWiZ .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-v5Hv8FWWiZ .form-group {
  margin-bottom: 1rem;
}
.cid-v5Hv8FWWiZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5Hv8FWWiZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5Hv8FWWiZ .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-v5Hv8FWWiZ .mbr-section-btn {
  margin: 0;
}
.cid-v5Hv8FWWiZ .mbr-section-btn .btn {
  margin: 0;
}
