.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Reddit Sans;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3.125rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.125rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.15;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #404349 !important;
}
.bg-success {
  background-color: #fff1e2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #45cb20 !important;
}
.bg-danger {
  background-color: #ff951b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #404349 !important;
  border-color: #404349 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #585c64 !important;
  border-color: #585c64 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #585c64 !important;
  border-color: #585c64 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed463f !important;
  border-color: #ed463f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f1736e !important;
  border-color: #f1736e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f1736e !important;
  border-color: #f1736e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
  color: #e27500 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #e27500 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #45cb20 !important;
  border-color: #45cb20 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #61e03e !important;
  border-color: #61e03e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #61e03e !important;
  border-color: #61e03e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff951b !important;
  border-color: #ff951b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffad4e !important;
  border-color: #ffad4e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffad4e !important;
  border-color: #ffad4e !important;
}
.btn-white,
.btn-white:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !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: #787878 !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: #404349;
  color: #404349;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #17191b !important;
  background-color: transparent !important;
  border-color: #17191b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #404349 !important;
  border-color: #404349 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ed463f;
  color: #ed463f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c31912 !important;
  background-color: transparent !important;
  border-color: #c31912 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed463f !important;
  border-color: #ed463f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff1e2;
  color: #fff1e2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffc78b !important;
  background-color: transparent !important;
  border-color: #ffc78b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #e27500 !important;
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #45cb20;
  color: #45cb20;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2c8014 !important;
  background-color: transparent !important;
  border-color: #2c8014 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #45cb20 !important;
  border-color: #45cb20 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff951b;
  color: #ff951b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c36900 !important;
  background-color: transparent !important;
  border-color: #c36900 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff951b !important;
  border-color: #ff951b !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: #404349 !important;
}
.text-secondary {
  color: #ed463f !important;
}
.text-success {
  color: #fff1e2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #45cb20 !important;
}
.text-danger {
  color: #ff951b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #101113 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b51811 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc07c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #277312 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b46000 !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: #404349;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #45cb20;
}
.alert-danger {
  background-color: #ff951b;
}
.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: #404349;
  border-color: #404349;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #404349;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b6bc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cdf5c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4e7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #404349 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #404349;
}
/* 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: #404349;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #404349;
}
.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: #404349;
  border-bottom-color: #404349;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #404349 !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: #ed463f !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='%23404349' %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 {
  width: 100%;
}
.mbr-section-btn .btn {
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  border-radius: 12px !important;
  font-weight: 400 !important;
  width: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  border-radius: 100% !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid;
  border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
}
.mbr-desc,
.item-desc,
.nav-item {
  border-radius: 100px;
}
.form-control {
  border-radius: 12px !important;
}
.mbr-iconfont {
  border-radius: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrap,
.desc-wrap,
.slider-wrap,
.item-content,
.items-wrapper,
.embla__viewport {
  border-radius: 1rem !important;
}
.contacts-wrapper {
  border-radius: 8px !important;
}
.banner .mbr-section-btn .btn {
  width: auto !important;
  padding: 10px 15px;
  justify-content: center;
}
.cid-upyLU4lA4S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-upyLU4lA4S nav.navbar {
  position: fixed;
}
.cid-upyLU4lA4S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upyLU4lA4S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upyLU4lA4S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upyLU4lA4S .dropdown-item:hover,
.cid-upyLU4lA4S .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-upyLU4lA4S .dropdown-item:hover span {
  color: white;
}
.cid-upyLU4lA4S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upyLU4lA4S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upyLU4lA4S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upyLU4lA4S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upyLU4lA4S .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-upyLU4lA4S .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-upyLU4lA4S .container {
    flex-wrap: nowrap;
  }
}
.cid-upyLU4lA4S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upyLU4lA4S .dropdown-menu,
.cid-upyLU4lA4S .navbar.opened {
  background: #000000 !important;
}
.cid-upyLU4lA4S .nav-item:focus,
.cid-upyLU4lA4S .nav-link:focus {
  outline: none;
}
.cid-upyLU4lA4S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upyLU4lA4S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upyLU4lA4S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upyLU4lA4S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upyLU4lA4S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upyLU4lA4S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upyLU4lA4S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #000000;
}
.cid-upyLU4lA4S .navbar.opened {
  transition: all 0.3s;
}
.cid-upyLU4lA4S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upyLU4lA4S .navbar .navbar-logo img {
  width: auto;
}
.cid-upyLU4lA4S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upyLU4lA4S .navbar.collapsed {
  justify-content: center;
}
.cid-upyLU4lA4S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upyLU4lA4S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upyLU4lA4S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upyLU4lA4S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upyLU4lA4S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upyLU4lA4S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upyLU4lA4S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upyLU4lA4S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upyLU4lA4S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upyLU4lA4S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upyLU4lA4S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upyLU4lA4S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upyLU4lA4S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upyLU4lA4S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upyLU4lA4S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upyLU4lA4S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upyLU4lA4S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upyLU4lA4S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upyLU4lA4S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upyLU4lA4S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upyLU4lA4S .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upyLU4lA4S .navbar.navbar-short {
  min-height: 60px;
}
.cid-upyLU4lA4S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upyLU4lA4S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upyLU4lA4S .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-upyLU4lA4S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upyLU4lA4S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upyLU4lA4S .dropdown-item.active,
.cid-upyLU4lA4S .dropdown-item:active {
  background-color: transparent;
}
.cid-upyLU4lA4S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upyLU4lA4S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upyLU4lA4S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upyLU4lA4S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upyLU4lA4S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upyLU4lA4S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upyLU4lA4S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upyLU4lA4S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upyLU4lA4S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upyLU4lA4S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-upyLU4lA4S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upyLU4lA4S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upyLU4lA4S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upyLU4lA4S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upyLU4lA4S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upyLU4lA4S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upyLU4lA4S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upyLU4lA4S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upyLU4lA4S .navbar-dropdown {
  position: fixed;
}
.cid-upyLU4lA4S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upyLU4lA4S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upyLU4lA4S .navbar {
    height: 70px;
  }
  .cid-upyLU4lA4S .navbar.opened {
    height: auto;
  }
  .cid-upyLU4lA4S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upyIT7dohO {
  display: flex;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpeg");
}
.cid-upyIT7dohO .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-upyIT7dohO .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-upyIT7dohO {
    align-items: center;
  }
  .cid-upyIT7dohO .row {
    justify-content: flex-start;
  }
  .cid-upyIT7dohO .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upyIT7dohO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upyIT7dohO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upyIT7dohO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upyIT7dohO .content-wrap {
    width: 100%;
  }
}
.cid-upyIT7dohO .mbr-section-title {
  text-align: left;
}
.cid-ueUSG86Nde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-ueUSG86Nde .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUSG86Nde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUSG86Nde .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-ueUSG86Nde .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUSG86Nde .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ueUSG86Nde .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ueUSG86Nde .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-ueUSG86Nde .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ueUSG86Nde .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-ueUSG86Nde .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-ueUSG86Nde .item:hover .item-wrapper .item-content,
.cid-ueUSG86Nde .item:focus .item-wrapper .item-content {
  background-color: #fff1e2;
  margin: 10px;
}
.cid-ueUSG86Nde .item:hover .item-wrapper .item-content .item-title,
.cid-ueUSG86Nde .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-ueUSG86Nde .item:hover .item-wrapper .item-content .item-text,
.cid-ueUSG86Nde .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-ueUSG86Nde .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-ueUSG86Nde .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ueUSG86Nde .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueUSG86Nde .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-ueUSG86Nde .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ueUSG86Nde .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #fff1e2;
    margin: 10px;
  }
}
.cid-ueUSG86Nde .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-ueUSG86Nde .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #ff951b;
}
.cid-ueUSG86Nde .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #ed453f;
}
.cid-ueUSG86Nde .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #45cb20;
}
.cid-ueUSG86Nde .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ueUSG86Nde .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-ueUSG86Nde .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ueUSG86Nde .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-ueUSG86Nde .mbr-section-title {
  color: #404349;
}
.cid-ueUSG86Nde .mbr-desc {
  color: #b19a7c;
}
.cid-ueUSG86Nde .item-title {
  color: #ffffff;
}
.cid-ueUSG86Nde .item-desc {
  color: #ffffff;
}
.cid-ueUSG86Nde .item-text {
  color: #ffffff;
}
.cid-ueUT1KWkp8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ueUT1KWkp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUT1KWkp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUT1KWkp8 .image-wrapper {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ueUT1KWkp8 .image-wrapper {
    height: 400px;
  }
}
.cid-ueUSJmx2wW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-ueUSJmx2wW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUSJmx2wW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUSJmx2wW .content-wrap {
  padding: 10px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ueUSJmx2wW .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-ueUSJmx2wW .content-wrap .content-wrapper {
  width: 50%;
  padding: 50px 20px 50px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ueUSJmx2wW .content-wrap .content-wrapper {
    padding: 0;
    width: 100%;
  }
}
.cid-ueUSJmx2wW .content-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-ueUSJmx2wW .content-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueUSJmx2wW .content-wrap .content-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-ueUSJmx2wW .content-wrap .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-ueUSJmx2wW .content-wrap .content-wrapper .items-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .cid-ueUSJmx2wW .content-wrap .content-wrapper .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-ueUSJmx2wW .content-wrap .content-wrapper .items-wrapper .item .item-wrapper {
  background-color: #f8e7d2;
  padding: 30px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ueUSJmx2wW .content-wrap .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-ueUSJmx2wW .content-wrap .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-ueUSJmx2wW .content-wrap .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ueUSJmx2wW .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ueUSJmx2wW .content-wrap .image-wrapper {
    width: 100%;
    height: auto;
  }
}
.cid-ueUSJmx2wW .content-wrap .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ueUSJmx2wW .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-ueUSJmx2wW .mbr-section-title {
  color: #404349;
}
.cid-ueUSJmx2wW .item-title {
  color: #ed463f;
}
.cid-ueUSJmx2wW .item-text {
  color: #404349;
}
#custom-html-8 {
  /* Type valid CSS here */
}
#custom-html-8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8 p {
  font-size: 60px;
  color: #777;
}
.cid-uwt2vdiri3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uwt2vdiri3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwt2vdiri3 .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-uwt2vdiri3 .container {
    padding: 0 15px;
  }
}
.cid-uwt2vdiri3 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uwt2vdiri3 .content-wrapper {
  position: relative;
}
.cid-uwt2vdiri3 .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uwt2vdiri3 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwt2vdiri3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uwt2vdiri3 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uwt2vdiri3 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uwt2vdiri3 .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uwt2vdiri3 .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uwt2vdiri3 .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-uwt2vdiri3 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 15px;
}
.cid-uwt2vdiri3 .dragArea.row .form-group .form-control {
  padding: 20px 40px 24px;
  border: 1px solid #232323 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uwt2vdiri3 .dragArea.row .form-group .form-control {
    padding: 20px 30px;
  }
}
.cid-uwt2vdiri3 .dragArea.row .form-group .form-control:hover,
.cid-uwt2vdiri3 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uwt2vdiri3 .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 20px;
}
.cid-uwt2vdiri3 .dragArea.row .form-group textarea {
  min-height: 200px;
}
.cid-uwt2vdiri3 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uwt2vdiri3 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #232323;
  border-color: #232323;
  border-radius: 0;
}
.cid-uwt2vdiri3 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uwt2vdiri3 .mbr-section-title {
  color: #ffffff;
}
.cid-uwt2vdiri3 .mbr-desc {
  color: #000000;
}
.cid-uwt2vdiri3 label {
  color: #ffffff;
}
.cid-uwt2vdiri3 .mbr-section-btn {
  text-align: right;
}
.cid-upyY5oHqJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-upyY5oHqJb::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-upyY5oHqJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyY5oHqJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upyY5oHqJb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-upyY5oHqJb .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-upyY5oHqJb .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-upyY5oHqJb .container {
    padding: 0 22px;
  }
}
.cid-upyY5oHqJb .row {
  position: relative;
  z-index: 1;
}
.cid-upyY5oHqJb .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-upyY5oHqJb .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-upyY5oHqJb .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-upyY5oHqJb .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upyY5oHqJb .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upyY5oHqJb .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-upyY5oHqJb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upyY5oHqJb .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upyY5oHqJb .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-upyY5oHqJb .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upyY5oHqJb .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-upyY5oHqJb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-upyY5oHqJb .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upyY5oHqJb .nav-wrapper .list .item-wrap:hover,
.cid-upyY5oHqJb .nav-wrapper .list .item-wrap:hover {
  color: #ffffff;
}
.cid-upyY5oHqJb .nav-wrapper .list .item-wrap:hover::before,
.cid-upyY5oHqJb .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-upyY5oHqJb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-upyY5oHqJb .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upyY5oHqJb .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-upyY5oHqJb .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-upyY5oHqJb .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-upyY5oHqJb .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-upyY5oHqJb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-upyY5oHqJb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-upyY5oHqJb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-upyY5oHqJb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-upyY5oHqJb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-upyY5oHqJb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-upyY5oHqJb .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-upyY5oHqJb .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upyY5oHqJb .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-upyY5oHqJb .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-upyY5oHqJb .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-upyY5oHqJb .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upyY5oHqJb .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-upyY5oHqJb .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-upyY5oHqJb .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-upyY5oHqJb .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-upyY5oHqJb .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upyY5oHqJb .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upyY5oHqJb .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-upyY5oHqJb .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upyY5oHqJb .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-upyY5oHqJb .mbr-section-title {
  color: #ffffff;
}
.cid-upyY5oHqJb .mbr-text {
  color: #ffffff;
}
.cid-upyY5oHqJb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upyY5oHqJb .list {
  color: #ffffff;
}
.cid-upyY5oHqJb .mbr-contact {
  color: #ffffff;
}
.cid-upyY5oHqJb .mbr-desc {
  color: #ffffff;
}
.cid-upyY5oHqJb .list,
.cid-upyY5oHqJb .item-wrap {
  color: #ffffff;
}
.cid-upyN4DJr3D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upyN4DJr3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyN4DJr3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upyN4DJr3D .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-upyZGrx6KQ.popup-builder {
  background-color: #ffffff;
}
.cid-upyZGrx6KQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upyZGrx6KQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upyZGrx6KQ .modal-content,
.cid-upyZGrx6KQ .modal-dialog {
  height: auto;
}
.cid-upyZGrx6KQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upyZGrx6KQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upyZGrx6KQ .form-wrapper .mbr-form .form-group,
  .cid-upyZGrx6KQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upyZGrx6KQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upyZGrx6KQ .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-upyZGrx6KQ .mbr-text {
  text-align: center;
}
.cid-upyZGrx6KQ .pt-0 {
  padding-top: 0 !important;
}
.cid-upyZGrx6KQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upyZGrx6KQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upyZGrx6KQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upyZGrx6KQ .modal-open {
  overflow: hidden;
}
.cid-upyZGrx6KQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upyZGrx6KQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upyZGrx6KQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upyZGrx6KQ .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-upyZGrx6KQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upyZGrx6KQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upyZGrx6KQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upyZGrx6KQ .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-upyZGrx6KQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upyZGrx6KQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upyZGrx6KQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-upyZGrx6KQ .modal-backdrop.show {
  opacity: .5;
}
.cid-upyZGrx6KQ .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-upyZGrx6KQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upyZGrx6KQ .modal-header {
    padding: 1rem;
  }
}
.cid-upyZGrx6KQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upyZGrx6KQ .modal-header .close svg {
  fill: #353535;
}
.cid-upyZGrx6KQ .modal-header .close:hover {
  opacity: 1;
}
.cid-upyZGrx6KQ .modal-header .close:focus {
  outline: none;
}
.cid-upyZGrx6KQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-upyZGrx6KQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upyZGrx6KQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upyZGrx6KQ .modal-body {
    padding: 1rem;
  }
}
.cid-upyZGrx6KQ .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-upyZGrx6KQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upyZGrx6KQ .modal-footer {
    padding: 1rem;
  }
}
.cid-upyZGrx6KQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upyZGrx6KQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upyZGrx6KQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upyZGrx6KQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upyZGrx6KQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upyZGrx6KQ .modal-lg,
  .cid-upyZGrx6KQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upyZGrx6KQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-upyZGrx6KQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upyZGrx6KQ .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-upyZGrx6KQ .form-group {
  margin-bottom: 1rem;
}
.cid-upyZGrx6KQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upyZGrx6KQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upyZGrx6KQ .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-upyZGrx6KQ .mbr-section-btn {
  margin: 0;
}
.cid-upyZGrx6KQ .mbr-section-btn .btn {
  margin: 0;
}
