.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 {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #757b62 !important;
}
.bg-info {
  background-color: #757b62 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #757b62 !important;
  border-color: #757b62 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
}
.btn-success,
.btn-success:active {
  background-color: #757b62 !important;
  border-color: #757b62 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #757b62;
  color: #757b62;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #474b3c !important;
  background-color: transparent !important;
  border-color: #474b3c !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #757b62 !important;
  border-color: #757b62 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #757b62;
  color: #757b62;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #474b3c !important;
  background-color: transparent !important;
  border-color: #474b3c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #757b62 !important;
  border-color: #757b62 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #757b62 !important;
}
.text-info {
  color: #757b62 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3f4235 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3f4235 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #757b62;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b7a5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b7a5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uxiyXNtZen {
  z-index: 1000;
  width: 100%;
}
.cid-uxiyXNtZen nav.navbar {
  position: fixed;
}
.cid-uxiyXNtZen .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-uxiyXNtZen .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxiyXNtZen .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxiyXNtZen .dropdown-item:hover,
.cid-uxiyXNtZen .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uxiyXNtZen .dropdown-item:hover span {
  color: white;
}
.cid-uxiyXNtZen .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxiyXNtZen .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxiyXNtZen .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxiyXNtZen .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxiyXNtZen .nav-link {
  position: relative;
}
.cid-uxiyXNtZen .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uxiyXNtZen .container {
    flex-wrap: wrap;
  }
}
.cid-uxiyXNtZen .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uxiyXNtZen .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uxiyXNtZen .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxiyXNtZen .dropdown-menu,
.cid-uxiyXNtZen .navbar.opened {
  background: #232323 !important;
}
.cid-uxiyXNtZen .nav-item:focus,
.cid-uxiyXNtZen .nav-link:focus {
  outline: none;
}
.cid-uxiyXNtZen .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxiyXNtZen .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxiyXNtZen .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxiyXNtZen .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxiyXNtZen .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxiyXNtZen .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxiyXNtZen .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uxiyXNtZen .navbar.opened {
  transition: all 0.3s;
}
.cid-uxiyXNtZen .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxiyXNtZen .navbar .navbar-logo img {
  width: auto;
}
.cid-uxiyXNtZen .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxiyXNtZen .navbar.collapsed {
  justify-content: center;
}
.cid-uxiyXNtZen .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxiyXNtZen .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxiyXNtZen .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxiyXNtZen .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxiyXNtZen .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxiyXNtZen .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-uxiyXNtZen .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxiyXNtZen .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxiyXNtZen .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxiyXNtZen .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxiyXNtZen .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxiyXNtZen .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxiyXNtZen .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxiyXNtZen .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-uxiyXNtZen .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxiyXNtZen .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxiyXNtZen .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxiyXNtZen .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxiyXNtZen .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxiyXNtZen .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxiyXNtZen .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxiyXNtZen .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxiyXNtZen .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxiyXNtZen .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxiyXNtZen .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-uxiyXNtZen .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxiyXNtZen .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxiyXNtZen .dropdown-item.active,
.cid-uxiyXNtZen .dropdown-item:active {
  background-color: transparent;
}
.cid-uxiyXNtZen .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxiyXNtZen .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxiyXNtZen .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxiyXNtZen .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uxiyXNtZen .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxiyXNtZen .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxiyXNtZen ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxiyXNtZen .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxiyXNtZen button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxiyXNtZen button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uxiyXNtZen button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxiyXNtZen button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxiyXNtZen button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxiyXNtZen button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxiyXNtZen nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxiyXNtZen nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxiyXNtZen nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxiyXNtZen nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxiyXNtZen .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxiyXNtZen a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxiyXNtZen .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-uxiyXNtZen .navbar {
    height: 70px;
  }
  .cid-uxiyXNtZen .navbar.opened {
    height: auto;
  }
  .cid-uxiyXNtZen .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uADkYDkjvv {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/photo-1564540586988-aa4e53c3d799.jpeg");
}
.cid-uADkYDkjvv .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uADkYDkjvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADkYDkjvv .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uADkYDkjvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADkYDkjvv p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uADkYDkjvv {
    align-items: center;
  }
  .cid-uADkYDkjvv .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uADkYDkjvv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uADkYDkjvv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uADkYDkjvv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uADkYDkjvv .content-wrap {
    width: 100%;
  }
}
.cid-uADkYDkjvv .mbr-section-subtitle,
.cid-uADkYDkjvv .line {
  color: #ffffff;
}
.cid-uADkYDkjvv .mbr-text,
.cid-uADkYDkjvv .mbr-section-btn {
  text-align: right;
}
.cid-uAuIxoc9QN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uAuIxoc9QN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAuIxoc9QN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAuIxoc9QN .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uAuIxoc9QN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAuIxoc9QN .mbr-name {
  color: #858585;
}
.cid-uAuIxoc9QN .mbr-text {
  color: #ffffff;
}
.cid-uAuIxoc9QN .mbr-section-btn {
  text-align: center;
}
.cid-uAuIxoc9QN .mbr-name,
.cid-uAuIxoc9QN .mbr-section-btn {
  color: #000000;
}
.cid-uCHjOzaUxJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCHjOzaUxJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCHjOzaUxJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uCHjOzaUxJ .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-uCHjOzaUxJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uCHjOzaUxJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uCHjOzaUxJ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uCHjOzaUxJ .carousel-control,
.cid-uCHjOzaUxJ .close {
  background: #1b1b1b;
}
.cid-uCHjOzaUxJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCHjOzaUxJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCHjOzaUxJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCHjOzaUxJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCHjOzaUxJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCHjOzaUxJ .close::before {
  content: '\e91a';
}
.cid-uCHjOzaUxJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCHjOzaUxJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCHjOzaUxJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCHjOzaUxJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCHjOzaUxJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCHjOzaUxJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCHjOzaUxJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCHjOzaUxJ .carousel-indicators li.active,
.cid-uCHjOzaUxJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCHjOzaUxJ .carousel-indicators li::after,
.cid-uCHjOzaUxJ .carousel-indicators li::before {
  content: none;
}
.cid-uCHjOzaUxJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCHjOzaUxJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHjOzaUxJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHjOzaUxJ .carousel-indicators {
    display: none;
  }
}
.cid-uCHjOzaUxJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCHjOzaUxJ .carousel-inner > .active {
  display: block;
}
.cid-uCHjOzaUxJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCHjOzaUxJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCHjOzaUxJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCHjOzaUxJ .carousel-control,
  .cid-uCHjOzaUxJ .carousel-indicators,
  .cid-uCHjOzaUxJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCHjOzaUxJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCHjOzaUxJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCHjOzaUxJ .carousel-indicators .active,
.cid-uCHjOzaUxJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCHjOzaUxJ .carousel-indicators .active {
  background: #fff;
}
.cid-uCHjOzaUxJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCHjOzaUxJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCHjOzaUxJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCHjOzaUxJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCHjOzaUxJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCHjOzaUxJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCHjOzaUxJ .carousel {
  width: 100%;
}
.cid-uCHjOzaUxJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCHjOzaUxJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCHjOzaUxJ .modal.fade .modal-dialog,
.cid-uCHjOzaUxJ .modal.in .modal-dialog {
  transform: none;
}
.cid-uCHjOzaUxJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCHjOzaUxJ .content-head {
  max-width: 800px;
}
.cid-uCHjOzaUxJ H3 {
  text-align: left;
}
.cid-uCHjOzaUxJ H6 {
  color: #232323;
}
.cid-uAv8yVNWeM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAv8yVNWeM .mbr-text {
  color: #000000;
}
.cid-uAv8yVNWeM .mbr-section-subtitle {
  color: #000000;
}
.cid-uAGo57kdfP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uAGo57kdfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGo57kdfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uAGo57kdfP .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uAGo57kdfP .mbr-section-title {
  color: #ffffff;
}
.cid-uAGo57kdfP .mbr-text,
.cid-uAGo57kdfP .mbr-section-btn {
  color: #ffffff;
}
.cid-uAGo57kdfP .content-head {
  max-width: 800px;
}
.cid-uAGTIAI7TM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uAGTIAI7TM .item-img {
  position: relative;
}
.cid-uAGTIAI7TM .item-img img {
  transition: all 0.2s;
}
.cid-uAGTIAI7TM h5 {
  line-height: 1.2;
}
.cid-uAGTIAI7TM .item {
  transition: transform 0.3s;
}
.cid-uAGTIAI7TM .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uAGTIAI7TM .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uAGTIAI7TM .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uAGTIAI7TM .item {
    margin-bottom: 2rem;
  }
}
.cid-uAGTIAI7TM .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #000000;
}
@media (max-width: 992px) {
  .cid-uAGTIAI7TM .subtitle-wrap,
  .cid-uAGTIAI7TM .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uAGTIAI7TM .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uAGTIAI7TM .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAGTIAI7TM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAGTIAI7TM .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uAGTIAI7TM .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uAGTIAI7TM .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uAGTIAI7TM .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uAGTIAI7TM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uAGTIAI7TM .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uAGTIAI7TM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uAGTIAI7TM .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uAGTIAI7TM .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uAGTIAI7TM .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uAGTIAI7TM img,
.cid-uAGTIAI7TM .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uAGTIAI7TM .item:focus,
.cid-uAGTIAI7TM span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uAGTIAI7TM .item {
    margin-bottom: 1rem;
  }
}
.cid-uAGTIAI7TM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uAGTIAI7TM .item-title {
  text-align: left;
  color: #000000;
}
.cid-uAGTIAI7TM .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uAGTIAI7TM .mbr-text,
.cid-uAGTIAI7TM .item .mbr-section-btn {
  color: #000000;
}
.cid-uAGTIAI7TM .mbr-section-subtitle,
.cid-uAGTIAI7TM .subtitle-wrap,
.cid-uAGTIAI7TM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uAH0SF2DaZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uAH0SF2DaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH0SF2DaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH0SF2DaZ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAH0SF2DaZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAH0SF2DaZ .container {
    padding: 0 20px;
  }
}
.cid-uAH0SF2DaZ .row {
  justify-content: center;
}
.cid-uAH0SF2DaZ .title-wrapper {
  margin-bottom: 50px;
}
.cid-uAH0SF2DaZ .title-wrapper .mbr-date {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAH0SF2DaZ .title-wrapper .mbr-date {
    margin-bottom: 24px;
  }
}
.cid-uAH0SF2DaZ .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uAH0SF2DaZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAH0SF2DaZ .item .item-wrapper {
  background-color: #fafafa;
  display: flex;
  padding: 24px 50px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uAH0SF2DaZ .item .item-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uAH0SF2DaZ .item .item-wrapper .item-img {
  width: 330px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uAH0SF2DaZ .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uAH0SF2DaZ .item .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAH0SF2DaZ .item .item-wrapper .item-img img {
    width: 200px;
    height: 180px;
    margin: 0 auto;
  }
}
.cid-uAH0SF2DaZ .item .item-wrapper .item-content {
  width: 60%;
}
.cid-uAH0SF2DaZ .item .item-wrapper .item-content .title-wrap {
  margin-bottom: 16px;
}
.cid-uAH0SF2DaZ .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uAH0SF2DaZ .item .item-wrapper .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uAH0SF2DaZ .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-uAH0SF2DaZ .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price-desc {
  margin-bottom: 10px;
}
.cid-uAH0SF2DaZ .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 16px;
}
.cid-uAH0SF2DaZ .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAH0SF2DaZ .mbr-date {
  color: #1b1b1b;
  text-align: center;
}
.cid-uAH0SF2DaZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAH0SF2DaZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uAH0SF2DaZ .item-title {
  color: #1b1b1b;
}
.cid-uAH0SF2DaZ .mbr-desc {
  color: #1b1b1b;
}
.cid-uAH0SF2DaZ .mbr-price-desc {
  color: #1b1b1b;
}
.cid-uAH0SF2DaZ .mbr-price {
  color: #1b1b1b;
}
.cid-tJS9pBcTSa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/snimka-zaslona-2025-01-23-083059-736x338.jpg");
}
.cid-tJS9pBcTSa .mbr-overlay {
  background-color: #757b62;
  opacity: 0.2;
}
.cid-tJS9pBcTSa form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tJS9pBcTSa form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tJS9pBcTSa form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tJS9pBcTSa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJS9pBcTSa .mbr-section-title {
  color: #ffffff;
}
.cid-uACaVTZoWg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uACaVTZoWg .container {
    padding: 0 16px;
  }
}
.cid-uACaVTZoWg .row {
  justify-content: center;
}
.cid-uACaVTZoWg .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uACaVTZoWg .content-wrapper {
    display: block;
  }
}
.cid-uACaVTZoWg .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uACaVTZoWg .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uACaVTZoWg .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uACaVTZoWg .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uACaVTZoWg .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uACaVTZoWg .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uACaVTZoWg .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uACaVTZoWg .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uACaVTZoWg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uACaVTZoWg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uACaVTZoWg .embla__slide .slide-content {
  width: 100%;
}
.cid-uACaVTZoWg .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uACaVTZoWg .embla__button--next,
.cid-uACaVTZoWg .embla__button--prev {
  display: flex;
}
.cid-uACaVTZoWg .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uACaVTZoWg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uACaVTZoWg .embla__button:hover {
  opacity: .5;
}
.cid-uACaVTZoWg .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uACaVTZoWg .embla__button.embla__button--next {
  right: 32px;
}
.cid-uACaVTZoWg .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uACaVTZoWg .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uACaVTZoWg .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uACaVTZoWg .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uACaVTZoWg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uACaVTZoWg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uACaVTZoWg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uACaVTZoWg .mbr-desc {
  color: #000000;
}
.cid-uzuZF7E9Ty {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuZF7E9Ty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuZF7E9Ty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuZF7E9Ty .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzuZF7E9Ty .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzuZF7E9Ty .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzuZF7E9Ty .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uzuZF7E9Ty .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uzuZF7E9Ty .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uzuZF7E9Ty .image-wrapper {
  padding: 0 1rem;
}
.cid-uzuZF7E9Ty img,
.cid-uzuZF7E9Ty .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uzuZF7E9Ty img,
  .cid-uzuZF7E9Ty .image-wrapper {
    max-height: 350px;
  }
}
.cid-uzuZF7E9Ty .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzuZF7E9Ty .mbr-text {
  color: #000000;
}
.cid-uzuZF7E9Ty .mbr-text,
.cid-uzuZF7E9Ty .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-uzuZF7E9Ty .price {
  color: #232323;
  text-align: left;
}
.cid-uzuZF7E9Ty .content-head {
  max-width: 800px;
}
.cid-uzuZF7E9Ty .mbr-section-maintitle {
  text-align: center;
}
.cid-uzuZF7E9Ty .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uAIzMR5esK.popup-builder {
  background-color: #ffffff;
}
.cid-uAIzMR5esK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIzMR5esK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIzMR5esK .modal-content,
.cid-uAIzMR5esK .modal-dialog {
  height: auto;
}
.cid-uAIzMR5esK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIzMR5esK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIzMR5esK .form-wrapper .mbr-form .form-group,
  .cid-uAIzMR5esK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIzMR5esK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIzMR5esK .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-uAIzMR5esK .mbr-text {
  text-align: center;
}
.cid-uAIzMR5esK .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIzMR5esK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIzMR5esK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIzMR5esK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIzMR5esK .modal-open {
  overflow: hidden;
}
.cid-uAIzMR5esK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIzMR5esK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIzMR5esK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIzMR5esK .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-uAIzMR5esK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIzMR5esK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIzMR5esK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIzMR5esK .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-uAIzMR5esK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIzMR5esK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIzMR5esK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIzMR5esK .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIzMR5esK .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-uAIzMR5esK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIzMR5esK .modal-header {
    padding: 1rem;
  }
}
.cid-uAIzMR5esK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIzMR5esK .modal-header .close svg {
  fill: #353535;
}
.cid-uAIzMR5esK .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIzMR5esK .modal-header .close:focus {
  outline: none;
}
.cid-uAIzMR5esK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAIzMR5esK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIzMR5esK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIzMR5esK .modal-body {
    padding: 1rem;
  }
}
.cid-uAIzMR5esK .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-uAIzMR5esK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIzMR5esK .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIzMR5esK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIzMR5esK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIzMR5esK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIzMR5esK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIzMR5esK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIzMR5esK .modal-lg,
  .cid-uAIzMR5esK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIzMR5esK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIzMR5esK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIzMR5esK .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-uAIzMR5esK .form-group {
  margin-bottom: 1rem;
}
.cid-uAIzMR5esK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIzMR5esK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIzMR5esK .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-uAIzMR5esK .mbr-section-btn {
  margin: 0;
}
.cid-uAIzMR5esK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJG6xaQpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJG6xaQpr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJG6xaQpr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJG6xaQpr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJG6xaQpr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJG6xaQpr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJG6xaQpr .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJG6xaQpr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJG6xaQpr .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJG6xaQpr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJG6xaQpr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJG6xaQpr .soc-item a {
  color: #f81509;
}
.cid-uAJG6xaQpr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJG6xaQpr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJG6xaQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJG6xaQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqsjwawGj {
  z-index: 1000;
  width: 100%;
}
.cid-uxqsjwawGj nav.navbar {
  position: fixed;
}
.cid-uxqsjwawGj .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-uxqsjwawGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxqsjwawGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxqsjwawGj .dropdown-item:hover,
.cid-uxqsjwawGj .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uxqsjwawGj .dropdown-item:hover span {
  color: white;
}
.cid-uxqsjwawGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxqsjwawGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxqsjwawGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxqsjwawGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxqsjwawGj .nav-link {
  position: relative;
}
.cid-uxqsjwawGj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uxqsjwawGj .container {
    flex-wrap: wrap;
  }
}
.cid-uxqsjwawGj .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uxqsjwawGj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uxqsjwawGj .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxqsjwawGj .dropdown-menu,
.cid-uxqsjwawGj .navbar.opened {
  background: #232323 !important;
}
.cid-uxqsjwawGj .nav-item:focus,
.cid-uxqsjwawGj .nav-link:focus {
  outline: none;
}
.cid-uxqsjwawGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxqsjwawGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxqsjwawGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxqsjwawGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxqsjwawGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxqsjwawGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxqsjwawGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uxqsjwawGj .navbar.opened {
  transition: all 0.3s;
}
.cid-uxqsjwawGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxqsjwawGj .navbar .navbar-logo img {
  width: auto;
}
.cid-uxqsjwawGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxqsjwawGj .navbar.collapsed {
  justify-content: center;
}
.cid-uxqsjwawGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxqsjwawGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxqsjwawGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxqsjwawGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxqsjwawGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxqsjwawGj .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-uxqsjwawGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxqsjwawGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxqsjwawGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxqsjwawGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxqsjwawGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxqsjwawGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxqsjwawGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxqsjwawGj .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-uxqsjwawGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxqsjwawGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxqsjwawGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxqsjwawGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxqsjwawGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxqsjwawGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxqsjwawGj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxqsjwawGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxqsjwawGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxqsjwawGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxqsjwawGj .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-uxqsjwawGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxqsjwawGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxqsjwawGj .dropdown-item.active,
.cid-uxqsjwawGj .dropdown-item:active {
  background-color: transparent;
}
.cid-uxqsjwawGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxqsjwawGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxqsjwawGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxqsjwawGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uxqsjwawGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxqsjwawGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxqsjwawGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxqsjwawGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxqsjwawGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxqsjwawGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uxqsjwawGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxqsjwawGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxqsjwawGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxqsjwawGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxqsjwawGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxqsjwawGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxqsjwawGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxqsjwawGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxqsjwawGj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxqsjwawGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxqsjwawGj .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-uxqsjwawGj .navbar {
    height: 70px;
  }
  .cid-uxqsjwawGj .navbar.opened {
    height: auto;
  }
  .cid-uxqsjwawGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uADgPdZQxs {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/photo-1564540586988-aa4e53c3d799.jpeg");
}
.cid-uADgPdZQxs .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uADgPdZQxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADgPdZQxs .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uADgPdZQxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADgPdZQxs p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uADgPdZQxs {
    align-items: center;
  }
  .cid-uADgPdZQxs .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uADgPdZQxs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uADgPdZQxs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uADgPdZQxs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uADgPdZQxs .content-wrap {
    width: 100%;
  }
}
.cid-uADgPdZQxs .mbr-section-subtitle,
.cid-uADgPdZQxs .line {
  color: #ffffff;
}
.cid-uADgPdZQxs .mbr-text,
.cid-uADgPdZQxs .mbr-section-btn {
  text-align: right;
}
.cid-uzoYdzxAqb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzoYdzxAqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzoYdzxAqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzoYdzxAqb .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uACfxsJ4Fm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uxqtQwTG4x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uxqtQwTG4x .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uxqtQwTG4x img,
.cid-uxqtQwTG4x .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uxqtQwTG4x .item:focus,
.cid-uxqtQwTG4x span:focus {
  outline: none;
}
.cid-uxqtQwTG4x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxqtQwTG4x .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uxqtQwTG4x .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uxqtQwTG4x .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxqtQwTG4x .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uxqtQwTG4x .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uxqtQwTG4x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxqtQwTG4x .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxqtQwTG4x .mbr-text,
.cid-uxqtQwTG4x .mbr-section-btn {
  text-align: left;
}
.cid-uxqtQwTG4x .item-title {
  text-align: left;
}
.cid-uxqtQwTG4x .item-subtitle {
  text-align: left;
}
.cid-uADcP141Xx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uADcP141Xx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADcP141Xx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADcP141Xx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzudhFnwNk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uzudhFnwNk img,
.cid-uzudhFnwNk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzudhFnwNk .item:focus,
.cid-uzudhFnwNk span:focus {
  outline: none;
}
.cid-uzudhFnwNk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzudhFnwNk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzudhFnwNk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzudhFnwNk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzudhFnwNk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzudhFnwNk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzudhFnwNk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzudhFnwNk .mbr-section-title {
  color: #ffffff;
}
.cid-uzudhFnwNk .mbr-text,
.cid-uzudhFnwNk .mbr-section-btn {
  text-align: left;
}
.cid-uzudhFnwNk .item-title {
  text-align: left;
}
.cid-uzudhFnwNk .item-subtitle {
  text-align: left;
}
.cid-uADd5Gf0iN {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uADd5Gf0iN .mbr-text {
  color: #000000;
}
.cid-uADd5Gf0iN .mbr-section-subtitle {
  color: #000000;
}
.cid-uADd5Gf0iN .mbr-section-title {
  color: #000000;
}
.cid-uxqsjEvMGR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-uxqsjEvMGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqsjEvMGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqsjEvMGR .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxqsjEvMGR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxqsjEvMGR .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uxqsjEvMGR .card-text {
  color: #ffffff;
}
.cid-uxqsjEvMGR .mbr-section-title {
  color: #ffffff;
}
.cid-uxqsjEvMGR .card-title {
  color: #ffffff;
}
.cid-uAJG4mCYTw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uAJG4mCYTw .container {
    padding: 0 16px;
  }
}
.cid-uAJG4mCYTw .row {
  justify-content: center;
}
.cid-uAJG4mCYTw .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAJG4mCYTw .content-wrapper {
    display: block;
  }
}
.cid-uAJG4mCYTw .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAJG4mCYTw .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uAJG4mCYTw .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uAJG4mCYTw .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAJG4mCYTw .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uAJG4mCYTw .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uAJG4mCYTw .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uAJG4mCYTw .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uAJG4mCYTw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uAJG4mCYTw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAJG4mCYTw .embla__slide .slide-content {
  width: 100%;
}
.cid-uAJG4mCYTw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uAJG4mCYTw .embla__button--next,
.cid-uAJG4mCYTw .embla__button--prev {
  display: flex;
}
.cid-uAJG4mCYTw .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uAJG4mCYTw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAJG4mCYTw .embla__button:hover {
  opacity: .5;
}
.cid-uAJG4mCYTw .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uAJG4mCYTw .embla__button.embla__button--next {
  right: 32px;
}
.cid-uAJG4mCYTw .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uAJG4mCYTw .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAJG4mCYTw .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uAJG4mCYTw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAJG4mCYTw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAJG4mCYTw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAJG4mCYTw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAJG4mCYTw .mbr-desc {
  color: #000000;
}
.cid-uAJGcI1FTC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/snimka-zaslona-2025-01-23-083059-736x338.jpg");
}
.cid-uAJGcI1FTC .mbr-overlay {
  background-color: #757b62;
  opacity: 0.2;
}
.cid-uAJGcI1FTC form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uAJGcI1FTC form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uAJGcI1FTC form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uAJGcI1FTC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAJGcI1FTC .mbr-section-title {
  color: #ffffff;
}
.cid-uAIAP8J7pK.popup-builder {
  background-color: #ffffff;
}
.cid-uAIAP8J7pK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIAP8J7pK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIAP8J7pK .modal-content,
.cid-uAIAP8J7pK .modal-dialog {
  height: auto;
}
.cid-uAIAP8J7pK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIAP8J7pK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIAP8J7pK .form-wrapper .mbr-form .form-group,
  .cid-uAIAP8J7pK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIAP8J7pK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIAP8J7pK .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-uAIAP8J7pK .mbr-text {
  text-align: center;
}
.cid-uAIAP8J7pK .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIAP8J7pK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIAP8J7pK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIAP8J7pK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIAP8J7pK .modal-open {
  overflow: hidden;
}
.cid-uAIAP8J7pK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIAP8J7pK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIAP8J7pK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIAP8J7pK .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-uAIAP8J7pK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIAP8J7pK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIAP8J7pK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIAP8J7pK .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-uAIAP8J7pK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIAP8J7pK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIAP8J7pK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIAP8J7pK .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIAP8J7pK .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-uAIAP8J7pK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAP8J7pK .modal-header {
    padding: 1rem;
  }
}
.cid-uAIAP8J7pK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIAP8J7pK .modal-header .close svg {
  fill: #353535;
}
.cid-uAIAP8J7pK .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIAP8J7pK .modal-header .close:focus {
  outline: none;
}
.cid-uAIAP8J7pK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAIAP8J7pK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIAP8J7pK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAP8J7pK .modal-body {
    padding: 1rem;
  }
}
.cid-uAIAP8J7pK .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-uAIAP8J7pK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAP8J7pK .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIAP8J7pK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIAP8J7pK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIAP8J7pK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIAP8J7pK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIAP8J7pK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIAP8J7pK .modal-lg,
  .cid-uAIAP8J7pK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIAP8J7pK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIAP8J7pK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIAP8J7pK .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-uAIAP8J7pK .form-group {
  margin-bottom: 1rem;
}
.cid-uAIAP8J7pK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIAP8J7pK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIAP8J7pK .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-uAIAP8J7pK .mbr-section-btn {
  margin: 0;
}
.cid-uAIAP8J7pK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJG6xaQpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJG6xaQpr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJG6xaQpr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJG6xaQpr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJG6xaQpr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJG6xaQpr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJG6xaQpr .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJG6xaQpr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJG6xaQpr .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJG6xaQpr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJG6xaQpr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJG6xaQpr .soc-item a {
  color: #f81509;
}
.cid-uAJG6xaQpr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJG6xaQpr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJG6xaQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJG6xaQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp6lfq6dt {
  z-index: 1000;
  width: 100%;
}
.cid-uzp6lfq6dt nav.navbar {
  position: fixed;
}
.cid-uzp6lfq6dt .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-uzp6lfq6dt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzp6lfq6dt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzp6lfq6dt .dropdown-item:hover,
.cid-uzp6lfq6dt .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uzp6lfq6dt .dropdown-item:hover span {
  color: white;
}
.cid-uzp6lfq6dt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzp6lfq6dt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzp6lfq6dt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzp6lfq6dt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzp6lfq6dt .nav-link {
  position: relative;
}
.cid-uzp6lfq6dt .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzp6lfq6dt .container {
    flex-wrap: wrap;
  }
}
.cid-uzp6lfq6dt .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzp6lfq6dt .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uzp6lfq6dt .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzp6lfq6dt .dropdown-menu,
.cid-uzp6lfq6dt .navbar.opened {
  background: #232323 !important;
}
.cid-uzp6lfq6dt .nav-item:focus,
.cid-uzp6lfq6dt .nav-link:focus {
  outline: none;
}
.cid-uzp6lfq6dt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzp6lfq6dt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzp6lfq6dt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzp6lfq6dt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzp6lfq6dt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzp6lfq6dt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzp6lfq6dt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uzp6lfq6dt .navbar.opened {
  transition: all 0.3s;
}
.cid-uzp6lfq6dt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzp6lfq6dt .navbar .navbar-logo img {
  width: auto;
}
.cid-uzp6lfq6dt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzp6lfq6dt .navbar.collapsed {
  justify-content: center;
}
.cid-uzp6lfq6dt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzp6lfq6dt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzp6lfq6dt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uzp6lfq6dt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzp6lfq6dt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzp6lfq6dt .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-uzp6lfq6dt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzp6lfq6dt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzp6lfq6dt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzp6lfq6dt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzp6lfq6dt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzp6lfq6dt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzp6lfq6dt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzp6lfq6dt .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-uzp6lfq6dt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzp6lfq6dt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzp6lfq6dt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzp6lfq6dt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzp6lfq6dt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzp6lfq6dt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzp6lfq6dt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzp6lfq6dt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzp6lfq6dt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzp6lfq6dt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzp6lfq6dt .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-uzp6lfq6dt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzp6lfq6dt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzp6lfq6dt .dropdown-item.active,
.cid-uzp6lfq6dt .dropdown-item:active {
  background-color: transparent;
}
.cid-uzp6lfq6dt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzp6lfq6dt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzp6lfq6dt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzp6lfq6dt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uzp6lfq6dt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzp6lfq6dt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzp6lfq6dt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzp6lfq6dt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzp6lfq6dt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzp6lfq6dt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uzp6lfq6dt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzp6lfq6dt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzp6lfq6dt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzp6lfq6dt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzp6lfq6dt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzp6lfq6dt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzp6lfq6dt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzp6lfq6dt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzp6lfq6dt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzp6lfq6dt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzp6lfq6dt .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-uzp6lfq6dt .navbar {
    height: 70px;
  }
  .cid-uzp6lfq6dt .navbar.opened {
    height: auto;
  }
  .cid-uzp6lfq6dt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzp6lgDJKb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzp6lgDJKb .nav-tabs .nav-item.open .nav-link:focus,
.cid-uzp6lgDJKb .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uzp6lgDJKb .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uzp6lgDJKb .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uzp6lgDJKb .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #ffd7ef;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-uzp6lgDJKb .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uzp6lgDJKb .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uzp6lgDJKb .nav-tabs .nav-link.active:hover {
  background-color: #ffffff;
}
.cid-uzp6lgDJKb P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uzp6lgDJKb .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uzp6lgDJKb .mbr-text,
  .cid-uzp6lgDJKb .nav-link {
    text-align: center;
  }
}
.cid-uzp6lgDJKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp6lgDJKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp6lhyCBv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzp6lhyCBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp6lhyCBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp6lhyCBv .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzp6lhyCBv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzp6lhyCBv .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-uzp6lhyCBv .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzp6lhyCBv .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 16px;
}
.cid-uzp6lhyCBv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzp6lhyCBv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-uzp6lhyCBv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-uzp6lhyCBv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f24d4a;
}
.cid-uzp6lhyCBv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-uzp6lhyCBv .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-uzp6lhyCBv .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uzp6lhyCBv .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzp6lhyCBv .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uzp6lhyCBv .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzp6lhyCBv .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uzp6lhyCBv .mbr-section-title {
  color: #ffffff;
}
.cid-uzp6lhyCBv .item-title {
  color: #ffffff;
}
.cid-uzp6lhyCBv .item-text,
.cid-uzp6lhyCBv .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uzp6lhyCBv .mbr-section-title,
.cid-uzp6lhyCBv .tabs-wrapper {
  text-align: center;
}
.cid-uzp6lhyCBv .item-title,
.cid-uzp6lhyCBv .image-wrapper {
  text-align: center;
}
.cid-uzp6lj2kqd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzp6lj2kqd .item:focus,
.cid-uzp6lj2kqd span:focus {
  outline: none;
}
.cid-uzp6lj2kqd .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uzp6lj2kqd .item {
  color: #f92c50;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uzp6lj2kqd .item {
    min-height: 45px;
  }
}
.cid-uzp6ljPhYP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzp6ljPhYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp6ljPhYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp6lkIF14 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzp6lkIF14 img,
.cid-uzp6lkIF14 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzp6lkIF14 .item:focus,
.cid-uzp6lkIF14 span:focus {
  outline: none;
}
.cid-uzp6lkIF14 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzp6lkIF14 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzp6lkIF14 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzp6lkIF14 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp6lkIF14 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzp6lkIF14 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzp6lkIF14 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzp6lkIF14 .mbr-section-title {
  color: #232323;
}
.cid-uzp6lkIF14 .mbr-text,
.cid-uzp6lkIF14 .mbr-section-btn {
  text-align: left;
}
.cid-uzp6lkIF14 .item-title {
  text-align: left;
}
.cid-uzp6lkIF14 .item-subtitle {
  text-align: left;
}
.cid-uzp6lmuTJI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzp6lmuTJI img,
.cid-uzp6lmuTJI .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzp6lmuTJI .item:focus,
.cid-uzp6lmuTJI span:focus {
  outline: none;
}
.cid-uzp6lmuTJI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzp6lmuTJI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzp6lmuTJI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzp6lmuTJI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp6lmuTJI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzp6lmuTJI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzp6lmuTJI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzp6lmuTJI .mbr-section-title {
  color: #232323;
}
.cid-uzp6lmuTJI .mbr-text,
.cid-uzp6lmuTJI .mbr-section-btn {
  text-align: left;
}
.cid-uzp6lmuTJI .item-title {
  text-align: left;
}
.cid-uzp6lmuTJI .item-subtitle {
  text-align: left;
}
.cid-uzp6lnYWZU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzp6lnYWZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp6lnYWZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzp6lnYWZU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzp6lnYWZU .row {
  flex-direction: row-reverse;
}
.cid-uzp6lnYWZU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzp6lnYWZU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzp6lnYWZU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzp6lnYWZU .mbr-section-title {
  color: #000000;
}
.cid-uzp6lnYWZU .mbr-text,
.cid-uzp6lnYWZU .mbr-section-btn {
  color: #232323;
}
.cid-uzp6loVz10 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uzp6loVz10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp6loVz10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp6loVz10 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzp6loVz10 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzp6loVz10 .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uzp6loVz10 .card-text {
  color: #232323;
}
.cid-uzp6lqGdvM {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uzp6lqGdvM img {
  width: 120px;
  margin: auto;
}
.cid-uzp6lqGdvM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uzp6lqGdvM .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uzp6lqGdvM .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uzp6ls9Kl6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzp6ls9Kl6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzp6ls9Kl6 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uzp6ls9Kl6 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uzp6ls9Kl6 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzp6lurXbq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzp6lurXbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp6lurXbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp6lurXbq .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uzp6lurXbq .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-uzp6lurXbq .container {
    max-width: 1400px;
  }
}
.cid-uzp6lurXbq .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-uzp6lurXbq .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-uzp6lurXbq .row {
  justify-content: center;
}
.cid-uzp6lurXbq .card-title,
.cid-uzp6lurXbq .iconfont-wrapper,
.cid-uzp6lurXbq .dot {
  color: #000000;
}
.cid-uAIAPnZL70.popup-builder {
  background-color: #ffffff;
}
.cid-uAIAPnZL70.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIAPnZL70.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIAPnZL70 .modal-content,
.cid-uAIAPnZL70 .modal-dialog {
  height: auto;
}
.cid-uAIAPnZL70 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIAPnZL70 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIAPnZL70 .form-wrapper .mbr-form .form-group,
  .cid-uAIAPnZL70 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIAPnZL70 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIAPnZL70 .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-uAIAPnZL70 .mbr-text {
  text-align: center;
}
.cid-uAIAPnZL70 .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIAPnZL70 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIAPnZL70 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIAPnZL70 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIAPnZL70 .modal-open {
  overflow: hidden;
}
.cid-uAIAPnZL70 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIAPnZL70 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIAPnZL70 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIAPnZL70 .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-uAIAPnZL70 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIAPnZL70 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIAPnZL70 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIAPnZL70 .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-uAIAPnZL70 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIAPnZL70 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIAPnZL70 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIAPnZL70 .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIAPnZL70 .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-uAIAPnZL70 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPnZL70 .modal-header {
    padding: 1rem;
  }
}
.cid-uAIAPnZL70 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIAPnZL70 .modal-header .close svg {
  fill: #353535;
}
.cid-uAIAPnZL70 .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIAPnZL70 .modal-header .close:focus {
  outline: none;
}
.cid-uAIAPnZL70 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAIAPnZL70 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIAPnZL70 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPnZL70 .modal-body {
    padding: 1rem;
  }
}
.cid-uAIAPnZL70 .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-uAIAPnZL70 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPnZL70 .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIAPnZL70 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIAPnZL70 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIAPnZL70 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIAPnZL70 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIAPnZL70 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIAPnZL70 .modal-lg,
  .cid-uAIAPnZL70 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIAPnZL70 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIAPnZL70 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIAPnZL70 .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-uAIAPnZL70 .form-group {
  margin-bottom: 1rem;
}
.cid-uAIAPnZL70 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIAPnZL70 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIAPnZL70 .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-uAIAPnZL70 .mbr-section-btn {
  margin: 0;
}
.cid-uAIAPnZL70 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJG6xaQpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJG6xaQpr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJG6xaQpr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJG6xaQpr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJG6xaQpr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJG6xaQpr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJG6xaQpr .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJG6xaQpr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJG6xaQpr .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJG6xaQpr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJG6xaQpr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJG6xaQpr .soc-item a {
  color: #f81509;
}
.cid-uAJG6xaQpr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJG6xaQpr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJG6xaQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJG6xaQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp6mKzsey {
  z-index: 1000;
  width: 100%;
}
.cid-uzp6mKzsey nav.navbar {
  position: fixed;
}
.cid-uzp6mKzsey .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-uzp6mKzsey .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzp6mKzsey .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzp6mKzsey .dropdown-item:hover,
.cid-uzp6mKzsey .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uzp6mKzsey .dropdown-item:hover span {
  color: white;
}
.cid-uzp6mKzsey .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzp6mKzsey .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzp6mKzsey .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzp6mKzsey .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzp6mKzsey .nav-link {
  position: relative;
}
.cid-uzp6mKzsey .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzp6mKzsey .container {
    flex-wrap: wrap;
  }
}
.cid-uzp6mKzsey .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzp6mKzsey .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uzp6mKzsey .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzp6mKzsey .dropdown-menu,
.cid-uzp6mKzsey .navbar.opened {
  background: #232323 !important;
}
.cid-uzp6mKzsey .nav-item:focus,
.cid-uzp6mKzsey .nav-link:focus {
  outline: none;
}
.cid-uzp6mKzsey .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzp6mKzsey .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzp6mKzsey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzp6mKzsey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzp6mKzsey .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzp6mKzsey .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzp6mKzsey .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uzp6mKzsey .navbar.opened {
  transition: all 0.3s;
}
.cid-uzp6mKzsey .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzp6mKzsey .navbar .navbar-logo img {
  width: auto;
}
.cid-uzp6mKzsey .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzp6mKzsey .navbar.collapsed {
  justify-content: center;
}
.cid-uzp6mKzsey .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzp6mKzsey .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzp6mKzsey .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uzp6mKzsey .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzp6mKzsey .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzp6mKzsey .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-uzp6mKzsey .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzp6mKzsey .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzp6mKzsey .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzp6mKzsey .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzp6mKzsey .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzp6mKzsey .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzp6mKzsey .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzp6mKzsey .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-uzp6mKzsey .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzp6mKzsey .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzp6mKzsey .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzp6mKzsey .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzp6mKzsey .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzp6mKzsey .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzp6mKzsey .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzp6mKzsey .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzp6mKzsey .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzp6mKzsey .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzp6mKzsey .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-uzp6mKzsey .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzp6mKzsey .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzp6mKzsey .dropdown-item.active,
.cid-uzp6mKzsey .dropdown-item:active {
  background-color: transparent;
}
.cid-uzp6mKzsey .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzp6mKzsey .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzp6mKzsey .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzp6mKzsey .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uzp6mKzsey .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzp6mKzsey .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzp6mKzsey ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzp6mKzsey .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzp6mKzsey button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzp6mKzsey button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uzp6mKzsey button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzp6mKzsey button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzp6mKzsey button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzp6mKzsey button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzp6mKzsey nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzp6mKzsey nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzp6mKzsey nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzp6mKzsey nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzp6mKzsey .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzp6mKzsey a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzp6mKzsey .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-uzp6mKzsey .navbar {
    height: 70px;
  }
  .cid-uzp6mKzsey .navbar.opened {
    height: auto;
  }
  .cid-uzp6mKzsey .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzp6mMSbDu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzp6mMSbDu .nav-tabs .nav-item.open .nav-link:focus,
.cid-uzp6mMSbDu .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uzp6mMSbDu .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uzp6mMSbDu .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uzp6mMSbDu .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #ffd7ef;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-uzp6mMSbDu .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uzp6mMSbDu .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uzp6mMSbDu .nav-tabs .nav-link.active:hover {
  background-color: #ffffff;
}
.cid-uzp6mMSbDu P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uzp6mMSbDu .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uzp6mMSbDu .mbr-text,
  .cid-uzp6mMSbDu .nav-link {
    text-align: center;
  }
}
.cid-uzp6mMSbDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp6mMSbDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp6mNNiNR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzp6mNNiNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp6mNNiNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp6mNNiNR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzp6mNNiNR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzp6mNNiNR .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-uzp6mNNiNR .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzp6mNNiNR .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 16px;
}
.cid-uzp6mNNiNR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzp6mNNiNR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-uzp6mNNiNR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-uzp6mNNiNR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f24d4a;
}
.cid-uzp6mNNiNR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-uzp6mNNiNR .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-uzp6mNNiNR .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uzp6mNNiNR .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzp6mNNiNR .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uzp6mNNiNR .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzp6mNNiNR .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uzp6mNNiNR .mbr-section-title {
  color: #ffffff;
}
.cid-uzp6mNNiNR .item-title {
  color: #ffffff;
}
.cid-uzp6mNNiNR .item-text,
.cid-uzp6mNNiNR .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uzp6mNNiNR .mbr-section-title,
.cid-uzp6mNNiNR .tabs-wrapper {
  text-align: center;
}
.cid-uzp6mNNiNR .item-title,
.cid-uzp6mNNiNR .image-wrapper {
  text-align: center;
}
.cid-uzp6mP2Xey {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzp6mP2Xey .item:focus,
.cid-uzp6mP2Xey span:focus {
  outline: none;
}
.cid-uzp6mP2Xey .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uzp6mP2Xey .item {
  color: #f92c50;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uzp6mP2Xey .item {
    min-height: 45px;
  }
}
.cid-uzp6mQ5MtS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzp6mQ5MtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp6mQ5MtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp6mR0n0T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzp6mR0n0T img,
.cid-uzp6mR0n0T .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzp6mR0n0T .item:focus,
.cid-uzp6mR0n0T span:focus {
  outline: none;
}
.cid-uzp6mR0n0T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzp6mR0n0T .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzp6mR0n0T .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzp6mR0n0T .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp6mR0n0T .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzp6mR0n0T .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzp6mR0n0T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzp6mR0n0T .mbr-section-title {
  color: #232323;
}
.cid-uzp6mR0n0T .mbr-text,
.cid-uzp6mR0n0T .mbr-section-btn {
  text-align: left;
}
.cid-uzp6mR0n0T .item-title {
  text-align: left;
}
.cid-uzp6mR0n0T .item-subtitle {
  text-align: left;
}
.cid-uzp6mSTq97 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzp6mSTq97 img,
.cid-uzp6mSTq97 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzp6mSTq97 .item:focus,
.cid-uzp6mSTq97 span:focus {
  outline: none;
}
.cid-uzp6mSTq97 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzp6mSTq97 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzp6mSTq97 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzp6mSTq97 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp6mSTq97 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzp6mSTq97 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzp6mSTq97 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzp6mSTq97 .mbr-section-title {
  color: #232323;
}
.cid-uzp6mSTq97 .mbr-text,
.cid-uzp6mSTq97 .mbr-section-btn {
  text-align: left;
}
.cid-uzp6mSTq97 .item-title {
  text-align: left;
}
.cid-uzp6mSTq97 .item-subtitle {
  text-align: left;
}
.cid-uzp6mUkJyd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzp6mUkJyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp6mUkJyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzp6mUkJyd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzp6mUkJyd .row {
  flex-direction: row-reverse;
}
.cid-uzp6mUkJyd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzp6mUkJyd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzp6mUkJyd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzp6mUkJyd .mbr-section-title {
  color: #000000;
}
.cid-uzp6mUkJyd .mbr-text,
.cid-uzp6mUkJyd .mbr-section-btn {
  color: #232323;
}
.cid-uzp6mVHwHc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uzp6mVHwHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp6mVHwHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp6mVHwHc .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzp6mVHwHc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzp6mVHwHc .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uzp6mVHwHc .card-text {
  color: #232323;
}
.cid-uzp6mWSKEx {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uzp6mWSKEx img {
  width: 120px;
  margin: auto;
}
.cid-uzp6mWSKEx .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uzp6mWSKEx .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uzp6mWSKEx .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uzp6mYpmzY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzp6mYpmzY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzp6mYpmzY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uzp6mYpmzY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uzp6mYpmzY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzp6mZI2q9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzp6mZI2q9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzp6mZI2q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzp6mZI2q9 .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uzp6mZI2q9 .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-uzp6mZI2q9 .container {
    max-width: 1400px;
  }
}
.cid-uzp6mZI2q9 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-uzp6mZI2q9 .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-uzp6mZI2q9 .row {
  justify-content: center;
}
.cid-uzp6mZI2q9 .card-title,
.cid-uzp6mZI2q9 .iconfont-wrapper,
.cid-uzp6mZI2q9 .dot {
  color: #000000;
}
.cid-uAIAPmjODe.popup-builder {
  background-color: #ffffff;
}
.cid-uAIAPmjODe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIAPmjODe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIAPmjODe .modal-content,
.cid-uAIAPmjODe .modal-dialog {
  height: auto;
}
.cid-uAIAPmjODe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIAPmjODe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIAPmjODe .form-wrapper .mbr-form .form-group,
  .cid-uAIAPmjODe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIAPmjODe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIAPmjODe .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-uAIAPmjODe .mbr-text {
  text-align: center;
}
.cid-uAIAPmjODe .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIAPmjODe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIAPmjODe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIAPmjODe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIAPmjODe .modal-open {
  overflow: hidden;
}
.cid-uAIAPmjODe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIAPmjODe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIAPmjODe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIAPmjODe .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-uAIAPmjODe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIAPmjODe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIAPmjODe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIAPmjODe .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-uAIAPmjODe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIAPmjODe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIAPmjODe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIAPmjODe .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIAPmjODe .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-uAIAPmjODe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPmjODe .modal-header {
    padding: 1rem;
  }
}
.cid-uAIAPmjODe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIAPmjODe .modal-header .close svg {
  fill: #353535;
}
.cid-uAIAPmjODe .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIAPmjODe .modal-header .close:focus {
  outline: none;
}
.cid-uAIAPmjODe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAIAPmjODe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIAPmjODe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPmjODe .modal-body {
    padding: 1rem;
  }
}
.cid-uAIAPmjODe .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-uAIAPmjODe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPmjODe .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIAPmjODe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIAPmjODe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIAPmjODe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIAPmjODe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIAPmjODe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIAPmjODe .modal-lg,
  .cid-uAIAPmjODe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIAPmjODe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIAPmjODe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIAPmjODe .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-uAIAPmjODe .form-group {
  margin-bottom: 1rem;
}
.cid-uAIAPmjODe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIAPmjODe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIAPmjODe .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-uAIAPmjODe .mbr-section-btn {
  margin: 0;
}
.cid-uAIAPmjODe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJG6xaQpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJG6xaQpr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJG6xaQpr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJG6xaQpr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJG6xaQpr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJG6xaQpr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJG6xaQpr .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJG6xaQpr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJG6xaQpr .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJG6xaQpr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJG6xaQpr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJG6xaQpr .soc-item a {
  color: #f81509;
}
.cid-uAJG6xaQpr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJG6xaQpr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJG6xaQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJG6xaQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuJQfviYE {
  z-index: 1000;
  width: 100%;
}
.cid-uzuJQfviYE nav.navbar {
  position: fixed;
}
.cid-uzuJQfviYE .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-uzuJQfviYE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzuJQfviYE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzuJQfviYE .dropdown-item:hover,
.cid-uzuJQfviYE .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uzuJQfviYE .dropdown-item:hover span {
  color: white;
}
.cid-uzuJQfviYE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzuJQfviYE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzuJQfviYE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzuJQfviYE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzuJQfviYE .nav-link {
  position: relative;
}
.cid-uzuJQfviYE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzuJQfviYE .container {
    flex-wrap: wrap;
  }
}
.cid-uzuJQfviYE .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzuJQfviYE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uzuJQfviYE .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzuJQfviYE .dropdown-menu,
.cid-uzuJQfviYE .navbar.opened {
  background: #232323 !important;
}
.cid-uzuJQfviYE .nav-item:focus,
.cid-uzuJQfviYE .nav-link:focus {
  outline: none;
}
.cid-uzuJQfviYE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzuJQfviYE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzuJQfviYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzuJQfviYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzuJQfviYE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzuJQfviYE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzuJQfviYE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uzuJQfviYE .navbar.opened {
  transition: all 0.3s;
}
.cid-uzuJQfviYE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzuJQfviYE .navbar .navbar-logo img {
  width: auto;
}
.cid-uzuJQfviYE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzuJQfviYE .navbar.collapsed {
  justify-content: center;
}
.cid-uzuJQfviYE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzuJQfviYE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzuJQfviYE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uzuJQfviYE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzuJQfviYE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzuJQfviYE .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-uzuJQfviYE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzuJQfviYE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzuJQfviYE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzuJQfviYE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzuJQfviYE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzuJQfviYE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzuJQfviYE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzuJQfviYE .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-uzuJQfviYE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzuJQfviYE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzuJQfviYE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzuJQfviYE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzuJQfviYE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzuJQfviYE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzuJQfviYE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzuJQfviYE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzuJQfviYE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzuJQfviYE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzuJQfviYE .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-uzuJQfviYE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzuJQfviYE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzuJQfviYE .dropdown-item.active,
.cid-uzuJQfviYE .dropdown-item:active {
  background-color: transparent;
}
.cid-uzuJQfviYE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzuJQfviYE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzuJQfviYE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzuJQfviYE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uzuJQfviYE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzuJQfviYE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzuJQfviYE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzuJQfviYE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzuJQfviYE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzuJQfviYE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uzuJQfviYE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzuJQfviYE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuJQfviYE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuJQfviYE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzuJQfviYE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuJQfviYE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzuJQfviYE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzuJQfviYE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuJQfviYE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzuJQfviYE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzuJQfviYE .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-uzuJQfviYE .navbar {
    height: 70px;
  }
  .cid-uzuJQfviYE .navbar.opened {
    height: auto;
  }
  .cid-uzuJQfviYE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzuJQes808 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzuJQes808 .item:focus,
.cid-uzuJQes808 span:focus {
  outline: none;
}
.cid-uzuJQes808 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uzuJQes808 .item {
  color: #f92c50;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uzuJQes808 .item {
    min-height: 45px;
  }
}
.cid-uzuJQgJb32 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzuJQgJb32 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uzuJQgJb32 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uzuJQgJb32 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uzuJQgJb32 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uzuJQgJb32 .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #ffd7ef;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-uzuJQgJb32 .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uzuJQgJb32 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uzuJQgJb32 .nav-tabs .nav-link.active:hover {
  background-color: #ffffff;
}
.cid-uzuJQgJb32 P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uzuJQgJb32 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uzuJQgJb32 .mbr-text,
  .cid-uzuJQgJb32 .nav-link {
    text-align: center;
  }
}
.cid-uzuJQgJb32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuJQgJb32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuJQhrLrC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzuJQhrLrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuJQhrLrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuJQhrLrC .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzuJQhrLrC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzuJQhrLrC .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-uzuJQhrLrC .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzuJQhrLrC .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 16px;
}
.cid-uzuJQhrLrC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuJQhrLrC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-uzuJQhrLrC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-uzuJQhrLrC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f24d4a;
}
.cid-uzuJQhrLrC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-uzuJQhrLrC .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-uzuJQhrLrC .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uzuJQhrLrC .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzuJQhrLrC .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uzuJQhrLrC .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuJQhrLrC .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uzuJQhrLrC .mbr-section-title {
  color: #ffffff;
}
.cid-uzuJQhrLrC .item-title {
  color: #ffffff;
}
.cid-uzuJQhrLrC .item-text,
.cid-uzuJQhrLrC .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uzuJQhrLrC .mbr-section-title,
.cid-uzuJQhrLrC .tabs-wrapper {
  text-align: center;
}
.cid-uzuJQhrLrC .item-title,
.cid-uzuJQhrLrC .image-wrapper {
  text-align: center;
}
.cid-uzuJQijNfI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzuJQijNfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuJQijNfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuJQj0sem {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuJQj0sem img,
.cid-uzuJQj0sem .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzuJQj0sem .item:focus,
.cid-uzuJQj0sem span:focus {
  outline: none;
}
.cid-uzuJQj0sem .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzuJQj0sem .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzuJQj0sem .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzuJQj0sem .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzuJQj0sem .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzuJQj0sem .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzuJQj0sem .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzuJQj0sem .mbr-section-title {
  color: #232323;
}
.cid-uzuJQj0sem .mbr-text,
.cid-uzuJQj0sem .mbr-section-btn {
  text-align: left;
}
.cid-uzuJQj0sem .item-title {
  text-align: left;
}
.cid-uzuJQj0sem .item-subtitle {
  text-align: left;
}
.cid-uzuJQm6p7K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuJQm6p7K img,
.cid-uzuJQm6p7K .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzuJQm6p7K .item:focus,
.cid-uzuJQm6p7K span:focus {
  outline: none;
}
.cid-uzuJQm6p7K .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzuJQm6p7K .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzuJQm6p7K .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzuJQm6p7K .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzuJQm6p7K .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzuJQm6p7K .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzuJQm6p7K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzuJQm6p7K .mbr-section-title {
  color: #232323;
}
.cid-uzuJQm6p7K .mbr-text,
.cid-uzuJQm6p7K .mbr-section-btn {
  text-align: left;
}
.cid-uzuJQm6p7K .item-title {
  text-align: left;
}
.cid-uzuJQm6p7K .item-subtitle {
  text-align: left;
}
.cid-uzuJQrzMnj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuJQrzMnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuJQrzMnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzuJQrzMnj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzuJQrzMnj .row {
  flex-direction: row-reverse;
}
.cid-uzuJQrzMnj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzuJQrzMnj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzuJQrzMnj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzuJQrzMnj .mbr-section-title {
  color: #000000;
}
.cid-uzuJQrzMnj .mbr-text,
.cid-uzuJQrzMnj .mbr-section-btn {
  color: #232323;
}
.cid-uzuJQsSQeV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uzuJQsSQeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuJQsSQeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuJQsSQeV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzuJQsSQeV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzuJQsSQeV .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uzuJQsSQeV .card-text {
  color: #232323;
}
.cid-uzuJQwC33v {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uzuJQwC33v img {
  width: 120px;
  margin: auto;
}
.cid-uzuJQwC33v .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uzuJQwC33v .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uzuJQwC33v .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uzuJQBdiO2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuJQBdiO2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzuJQBdiO2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uzuJQBdiO2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uzuJQBdiO2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzuJQEISjn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzuJQEISjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuJQEISjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuJQEISjn .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uzuJQEISjn .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-uzuJQEISjn .container {
    max-width: 1400px;
  }
}
.cid-uzuJQEISjn .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-uzuJQEISjn .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-uzuJQEISjn .row {
  justify-content: center;
}
.cid-uzuJQEISjn .card-title,
.cid-uzuJQEISjn .iconfont-wrapper,
.cid-uzuJQEISjn .dot {
  color: #000000;
}
.cid-uAIAPao2tw.popup-builder {
  background-color: #ffffff;
}
.cid-uAIAPao2tw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIAPao2tw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIAPao2tw .modal-content,
.cid-uAIAPao2tw .modal-dialog {
  height: auto;
}
.cid-uAIAPao2tw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIAPao2tw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIAPao2tw .form-wrapper .mbr-form .form-group,
  .cid-uAIAPao2tw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIAPao2tw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIAPao2tw .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-uAIAPao2tw .mbr-text {
  text-align: center;
}
.cid-uAIAPao2tw .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIAPao2tw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIAPao2tw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIAPao2tw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIAPao2tw .modal-open {
  overflow: hidden;
}
.cid-uAIAPao2tw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIAPao2tw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIAPao2tw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIAPao2tw .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-uAIAPao2tw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIAPao2tw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIAPao2tw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIAPao2tw .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-uAIAPao2tw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIAPao2tw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIAPao2tw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIAPao2tw .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIAPao2tw .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-uAIAPao2tw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPao2tw .modal-header {
    padding: 1rem;
  }
}
.cid-uAIAPao2tw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIAPao2tw .modal-header .close svg {
  fill: #353535;
}
.cid-uAIAPao2tw .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIAPao2tw .modal-header .close:focus {
  outline: none;
}
.cid-uAIAPao2tw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAIAPao2tw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIAPao2tw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPao2tw .modal-body {
    padding: 1rem;
  }
}
.cid-uAIAPao2tw .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-uAIAPao2tw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPao2tw .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIAPao2tw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIAPao2tw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIAPao2tw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIAPao2tw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIAPao2tw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIAPao2tw .modal-lg,
  .cid-uAIAPao2tw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIAPao2tw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIAPao2tw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIAPao2tw .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-uAIAPao2tw .form-group {
  margin-bottom: 1rem;
}
.cid-uAIAPao2tw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIAPao2tw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIAPao2tw .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-uAIAPao2tw .mbr-section-btn {
  margin: 0;
}
.cid-uAIAPao2tw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJG6xaQpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJG6xaQpr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJG6xaQpr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJG6xaQpr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJG6xaQpr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJG6xaQpr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJG6xaQpr .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJG6xaQpr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJG6xaQpr .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJG6xaQpr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJG6xaQpr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJG6xaQpr .soc-item a {
  color: #f81509;
}
.cid-uAJG6xaQpr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJG6xaQpr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJG6xaQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJG6xaQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuJYzaABX {
  z-index: 1000;
  width: 100%;
}
.cid-uzuJYzaABX nav.navbar {
  position: fixed;
}
.cid-uzuJYzaABX .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-uzuJYzaABX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzuJYzaABX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzuJYzaABX .dropdown-item:hover,
.cid-uzuJYzaABX .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uzuJYzaABX .dropdown-item:hover span {
  color: white;
}
.cid-uzuJYzaABX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzuJYzaABX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzuJYzaABX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzuJYzaABX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzuJYzaABX .nav-link {
  position: relative;
}
.cid-uzuJYzaABX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzuJYzaABX .container {
    flex-wrap: wrap;
  }
}
.cid-uzuJYzaABX .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzuJYzaABX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uzuJYzaABX .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzuJYzaABX .dropdown-menu,
.cid-uzuJYzaABX .navbar.opened {
  background: #232323 !important;
}
.cid-uzuJYzaABX .nav-item:focus,
.cid-uzuJYzaABX .nav-link:focus {
  outline: none;
}
.cid-uzuJYzaABX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzuJYzaABX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzuJYzaABX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzuJYzaABX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzuJYzaABX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzuJYzaABX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzuJYzaABX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uzuJYzaABX .navbar.opened {
  transition: all 0.3s;
}
.cid-uzuJYzaABX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzuJYzaABX .navbar .navbar-logo img {
  width: auto;
}
.cid-uzuJYzaABX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzuJYzaABX .navbar.collapsed {
  justify-content: center;
}
.cid-uzuJYzaABX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzuJYzaABX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzuJYzaABX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uzuJYzaABX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzuJYzaABX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzuJYzaABX .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-uzuJYzaABX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzuJYzaABX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzuJYzaABX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzuJYzaABX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzuJYzaABX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzuJYzaABX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzuJYzaABX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzuJYzaABX .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-uzuJYzaABX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzuJYzaABX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzuJYzaABX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzuJYzaABX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzuJYzaABX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzuJYzaABX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzuJYzaABX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzuJYzaABX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzuJYzaABX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzuJYzaABX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzuJYzaABX .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-uzuJYzaABX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzuJYzaABX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzuJYzaABX .dropdown-item.active,
.cid-uzuJYzaABX .dropdown-item:active {
  background-color: transparent;
}
.cid-uzuJYzaABX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzuJYzaABX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzuJYzaABX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzuJYzaABX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uzuJYzaABX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzuJYzaABX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzuJYzaABX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzuJYzaABX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzuJYzaABX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzuJYzaABX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uzuJYzaABX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzuJYzaABX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuJYzaABX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuJYzaABX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzuJYzaABX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuJYzaABX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzuJYzaABX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzuJYzaABX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuJYzaABX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzuJYzaABX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzuJYzaABX .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-uzuJYzaABX .navbar {
    height: 70px;
  }
  .cid-uzuJYzaABX .navbar.opened {
    height: auto;
  }
  .cid-uzuJYzaABX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzuJYyqa4g {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzuJYyqa4g .item:focus,
.cid-uzuJYyqa4g span:focus {
  outline: none;
}
.cid-uzuJYyqa4g .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uzuJYyqa4g .item {
  color: #f92c50;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uzuJYyqa4g .item {
    min-height: 45px;
  }
}
.cid-uzuJYA41hV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzuJYA41hV .nav-tabs .nav-item.open .nav-link:focus,
.cid-uzuJYA41hV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uzuJYA41hV .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uzuJYA41hV .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uzuJYA41hV .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #ffd7ef;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-uzuJYA41hV .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uzuJYA41hV .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uzuJYA41hV .nav-tabs .nav-link.active:hover {
  background-color: #ffffff;
}
.cid-uzuJYA41hV P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uzuJYA41hV .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uzuJYA41hV .mbr-text,
  .cid-uzuJYA41hV .nav-link {
    text-align: center;
  }
}
.cid-uzuJYA41hV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuJYA41hV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuJYAPoiD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzuJYAPoiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuJYAPoiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuJYAPoiD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzuJYAPoiD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzuJYAPoiD .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-uzuJYAPoiD .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzuJYAPoiD .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 16px;
}
.cid-uzuJYAPoiD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuJYAPoiD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-uzuJYAPoiD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-uzuJYAPoiD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f24d4a;
}
.cid-uzuJYAPoiD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-uzuJYAPoiD .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-uzuJYAPoiD .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uzuJYAPoiD .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzuJYAPoiD .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uzuJYAPoiD .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuJYAPoiD .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uzuJYAPoiD .mbr-section-title {
  color: #ffffff;
}
.cid-uzuJYAPoiD .item-title {
  color: #ffffff;
}
.cid-uzuJYAPoiD .item-text,
.cid-uzuJYAPoiD .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uzuJYAPoiD .mbr-section-title,
.cid-uzuJYAPoiD .tabs-wrapper {
  text-align: center;
}
.cid-uzuJYAPoiD .item-title,
.cid-uzuJYAPoiD .image-wrapper {
  text-align: center;
}
.cid-uzuJYBUvTf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzuJYBUvTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuJYBUvTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuJYCCLKm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuJYCCLKm img,
.cid-uzuJYCCLKm .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzuJYCCLKm .item:focus,
.cid-uzuJYCCLKm span:focus {
  outline: none;
}
.cid-uzuJYCCLKm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzuJYCCLKm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzuJYCCLKm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzuJYCCLKm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzuJYCCLKm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzuJYCCLKm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzuJYCCLKm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzuJYCCLKm .mbr-section-title {
  color: #232323;
}
.cid-uzuJYCCLKm .mbr-text,
.cid-uzuJYCCLKm .mbr-section-btn {
  text-align: left;
}
.cid-uzuJYCCLKm .item-title {
  text-align: left;
}
.cid-uzuJYCCLKm .item-subtitle {
  text-align: left;
}
.cid-uzuJYFBzkF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuJYFBzkF img,
.cid-uzuJYFBzkF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzuJYFBzkF .item:focus,
.cid-uzuJYFBzkF span:focus {
  outline: none;
}
.cid-uzuJYFBzkF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzuJYFBzkF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzuJYFBzkF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzuJYFBzkF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzuJYFBzkF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzuJYFBzkF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzuJYFBzkF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzuJYFBzkF .mbr-section-title {
  color: #232323;
}
.cid-uzuJYFBzkF .mbr-text,
.cid-uzuJYFBzkF .mbr-section-btn {
  text-align: left;
}
.cid-uzuJYFBzkF .item-title {
  text-align: left;
}
.cid-uzuJYFBzkF .item-subtitle {
  text-align: left;
}
.cid-uzuJYIWh6D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuJYIWh6D img,
.cid-uzuJYIWh6D .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzuJYIWh6D .item:focus,
.cid-uzuJYIWh6D span:focus {
  outline: none;
}
.cid-uzuJYIWh6D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzuJYIWh6D .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzuJYIWh6D .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzuJYIWh6D .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzuJYIWh6D .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzuJYIWh6D .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzuJYIWh6D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzuJYIWh6D .mbr-section-title {
  color: #232323;
}
.cid-uzuJYIWh6D .mbr-text,
.cid-uzuJYIWh6D .mbr-section-btn {
  text-align: left;
}
.cid-uzuJYIWh6D .item-title {
  text-align: left;
}
.cid-uzuJYIWh6D .item-subtitle {
  text-align: left;
}
.cid-uzuJYLjm9k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuJYLjm9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuJYLjm9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzuJYLjm9k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzuJYLjm9k .row {
  flex-direction: row-reverse;
}
.cid-uzuJYLjm9k .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzuJYLjm9k .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzuJYLjm9k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzuJYLjm9k .mbr-section-title {
  color: #000000;
}
.cid-uzuJYLjm9k .mbr-text,
.cid-uzuJYLjm9k .mbr-section-btn {
  color: #232323;
}
.cid-uzuJYMJYy1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uzuJYMJYy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuJYMJYy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuJYMJYy1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzuJYMJYy1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzuJYMJYy1 .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uzuJYMJYy1 .card-text {
  color: #232323;
}
.cid-uzuJYOnVZm {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uzuJYOnVZm img {
  width: 120px;
  margin: auto;
}
.cid-uzuJYOnVZm .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uzuJYOnVZm .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uzuJYOnVZm .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uzuJYQ6sxY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuJYQ6sxY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzuJYQ6sxY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uzuJYQ6sxY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uzuJYQ6sxY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzuJYRCpy3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzuJYRCpy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuJYRCpy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuJYRCpy3 .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uzuJYRCpy3 .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-uzuJYRCpy3 .container {
    max-width: 1400px;
  }
}
.cid-uzuJYRCpy3 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-uzuJYRCpy3 .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-uzuJYRCpy3 .row {
  justify-content: center;
}
.cid-uzuJYRCpy3 .card-title,
.cid-uzuJYRCpy3 .iconfont-wrapper,
.cid-uzuJYRCpy3 .dot {
  color: #000000;
}
.cid-uAIAPhj6pb.popup-builder {
  background-color: #ffffff;
}
.cid-uAIAPhj6pb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIAPhj6pb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIAPhj6pb .modal-content,
.cid-uAIAPhj6pb .modal-dialog {
  height: auto;
}
.cid-uAIAPhj6pb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIAPhj6pb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIAPhj6pb .form-wrapper .mbr-form .form-group,
  .cid-uAIAPhj6pb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIAPhj6pb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIAPhj6pb .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-uAIAPhj6pb .mbr-text {
  text-align: center;
}
.cid-uAIAPhj6pb .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIAPhj6pb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIAPhj6pb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIAPhj6pb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIAPhj6pb .modal-open {
  overflow: hidden;
}
.cid-uAIAPhj6pb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIAPhj6pb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIAPhj6pb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIAPhj6pb .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-uAIAPhj6pb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIAPhj6pb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIAPhj6pb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIAPhj6pb .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-uAIAPhj6pb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIAPhj6pb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIAPhj6pb .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIAPhj6pb .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIAPhj6pb .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-uAIAPhj6pb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPhj6pb .modal-header {
    padding: 1rem;
  }
}
.cid-uAIAPhj6pb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIAPhj6pb .modal-header .close svg {
  fill: #353535;
}
.cid-uAIAPhj6pb .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIAPhj6pb .modal-header .close:focus {
  outline: none;
}
.cid-uAIAPhj6pb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAIAPhj6pb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIAPhj6pb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPhj6pb .modal-body {
    padding: 1rem;
  }
}
.cid-uAIAPhj6pb .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-uAIAPhj6pb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPhj6pb .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIAPhj6pb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIAPhj6pb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIAPhj6pb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIAPhj6pb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIAPhj6pb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIAPhj6pb .modal-lg,
  .cid-uAIAPhj6pb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIAPhj6pb .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIAPhj6pb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIAPhj6pb .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-uAIAPhj6pb .form-group {
  margin-bottom: 1rem;
}
.cid-uAIAPhj6pb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIAPhj6pb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIAPhj6pb .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-uAIAPhj6pb .mbr-section-btn {
  margin: 0;
}
.cid-uAIAPhj6pb .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJG6xaQpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJG6xaQpr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJG6xaQpr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJG6xaQpr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJG6xaQpr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJG6xaQpr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJG6xaQpr .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJG6xaQpr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJG6xaQpr .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJG6xaQpr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJG6xaQpr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJG6xaQpr .soc-item a {
  color: #f81509;
}
.cid-uAJG6xaQpr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJG6xaQpr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJG6xaQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJG6xaQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuK5FAm3h {
  z-index: 1000;
  width: 100%;
}
.cid-uzuK5FAm3h nav.navbar {
  position: fixed;
}
.cid-uzuK5FAm3h .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-uzuK5FAm3h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzuK5FAm3h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzuK5FAm3h .dropdown-item:hover,
.cid-uzuK5FAm3h .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uzuK5FAm3h .dropdown-item:hover span {
  color: white;
}
.cid-uzuK5FAm3h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzuK5FAm3h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzuK5FAm3h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzuK5FAm3h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzuK5FAm3h .nav-link {
  position: relative;
}
.cid-uzuK5FAm3h .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzuK5FAm3h .container {
    flex-wrap: wrap;
  }
}
.cid-uzuK5FAm3h .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzuK5FAm3h .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uzuK5FAm3h .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzuK5FAm3h .dropdown-menu,
.cid-uzuK5FAm3h .navbar.opened {
  background: #232323 !important;
}
.cid-uzuK5FAm3h .nav-item:focus,
.cid-uzuK5FAm3h .nav-link:focus {
  outline: none;
}
.cid-uzuK5FAm3h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzuK5FAm3h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzuK5FAm3h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzuK5FAm3h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzuK5FAm3h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzuK5FAm3h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzuK5FAm3h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uzuK5FAm3h .navbar.opened {
  transition: all 0.3s;
}
.cid-uzuK5FAm3h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzuK5FAm3h .navbar .navbar-logo img {
  width: auto;
}
.cid-uzuK5FAm3h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzuK5FAm3h .navbar.collapsed {
  justify-content: center;
}
.cid-uzuK5FAm3h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzuK5FAm3h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzuK5FAm3h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uzuK5FAm3h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzuK5FAm3h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzuK5FAm3h .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-uzuK5FAm3h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzuK5FAm3h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzuK5FAm3h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzuK5FAm3h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzuK5FAm3h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzuK5FAm3h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzuK5FAm3h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzuK5FAm3h .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-uzuK5FAm3h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzuK5FAm3h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzuK5FAm3h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzuK5FAm3h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzuK5FAm3h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzuK5FAm3h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzuK5FAm3h .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzuK5FAm3h .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzuK5FAm3h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzuK5FAm3h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzuK5FAm3h .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-uzuK5FAm3h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzuK5FAm3h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzuK5FAm3h .dropdown-item.active,
.cid-uzuK5FAm3h .dropdown-item:active {
  background-color: transparent;
}
.cid-uzuK5FAm3h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzuK5FAm3h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzuK5FAm3h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzuK5FAm3h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uzuK5FAm3h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzuK5FAm3h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzuK5FAm3h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzuK5FAm3h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzuK5FAm3h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzuK5FAm3h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uzuK5FAm3h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzuK5FAm3h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuK5FAm3h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuK5FAm3h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzuK5FAm3h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuK5FAm3h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzuK5FAm3h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzuK5FAm3h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuK5FAm3h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzuK5FAm3h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzuK5FAm3h .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-uzuK5FAm3h .navbar {
    height: 70px;
  }
  .cid-uzuK5FAm3h .navbar.opened {
    height: auto;
  }
  .cid-uzuK5FAm3h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzuK5EUFcb {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzuK5EUFcb .item:focus,
.cid-uzuK5EUFcb span:focus {
  outline: none;
}
.cid-uzuK5EUFcb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uzuK5EUFcb .item {
  color: #f92c50;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uzuK5EUFcb .item {
    min-height: 45px;
  }
}
.cid-uzuK5GrBte {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzuK5GrBte .nav-tabs .nav-item.open .nav-link:focus,
.cid-uzuK5GrBte .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uzuK5GrBte .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uzuK5GrBte .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uzuK5GrBte .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #ffd7ef;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-uzuK5GrBte .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uzuK5GrBte .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uzuK5GrBte .nav-tabs .nav-link.active:hover {
  background-color: #ffffff;
}
.cid-uzuK5GrBte P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uzuK5GrBte .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uzuK5GrBte .mbr-text,
  .cid-uzuK5GrBte .nav-link {
    text-align: center;
  }
}
.cid-uzuK5GrBte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuK5GrBte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuK5HagTk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzuK5HagTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuK5HagTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuK5HagTk .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzuK5HagTk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzuK5HagTk .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-uzuK5HagTk .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzuK5HagTk .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 16px;
}
.cid-uzuK5HagTk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuK5HagTk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-uzuK5HagTk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-uzuK5HagTk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f24d4a;
}
.cid-uzuK5HagTk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-uzuK5HagTk .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-uzuK5HagTk .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uzuK5HagTk .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzuK5HagTk .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uzuK5HagTk .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuK5HagTk .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uzuK5HagTk .mbr-section-title {
  color: #ffffff;
}
.cid-uzuK5HagTk .item-title {
  color: #ffffff;
}
.cid-uzuK5HagTk .item-text,
.cid-uzuK5HagTk .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uzuK5HagTk .mbr-section-title,
.cid-uzuK5HagTk .tabs-wrapper {
  text-align: center;
}
.cid-uzuK5HagTk .item-title,
.cid-uzuK5HagTk .image-wrapper {
  text-align: center;
}
.cid-uzuK5I43mn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzuK5I43mn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuK5I43mn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuK5IP78d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuK5IP78d img,
.cid-uzuK5IP78d .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzuK5IP78d .item:focus,
.cid-uzuK5IP78d span:focus {
  outline: none;
}
.cid-uzuK5IP78d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzuK5IP78d .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzuK5IP78d .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzuK5IP78d .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzuK5IP78d .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzuK5IP78d .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzuK5IP78d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzuK5IP78d .mbr-section-title {
  color: #232323;
}
.cid-uzuK5IP78d .mbr-text,
.cid-uzuK5IP78d .mbr-section-btn {
  text-align: left;
}
.cid-uzuK5IP78d .item-title {
  text-align: left;
}
.cid-uzuK5IP78d .item-subtitle {
  text-align: left;
}
.cid-uzuK5MwqpU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuK5MwqpU img,
.cid-uzuK5MwqpU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzuK5MwqpU .item:focus,
.cid-uzuK5MwqpU span:focus {
  outline: none;
}
.cid-uzuK5MwqpU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzuK5MwqpU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzuK5MwqpU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzuK5MwqpU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzuK5MwqpU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzuK5MwqpU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzuK5MwqpU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzuK5MwqpU .mbr-section-title {
  color: #232323;
}
.cid-uzuK5MwqpU .mbr-text,
.cid-uzuK5MwqpU .mbr-section-btn {
  text-align: left;
}
.cid-uzuK5MwqpU .item-title {
  text-align: left;
}
.cid-uzuK5MwqpU .item-subtitle {
  text-align: left;
}
.cid-uzuK5Pp98M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuK5Pp98M img,
.cid-uzuK5Pp98M .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzuK5Pp98M .item:focus,
.cid-uzuK5Pp98M span:focus {
  outline: none;
}
.cid-uzuK5Pp98M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzuK5Pp98M .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzuK5Pp98M .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzuK5Pp98M .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzuK5Pp98M .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzuK5Pp98M .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzuK5Pp98M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzuK5Pp98M .mbr-section-title {
  color: #232323;
}
.cid-uzuK5Pp98M .mbr-text,
.cid-uzuK5Pp98M .mbr-section-btn {
  text-align: left;
}
.cid-uzuK5Pp98M .item-title {
  text-align: left;
}
.cid-uzuK5Pp98M .item-subtitle {
  text-align: left;
}
.cid-uzuK5RGnlb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuK5RGnlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuK5RGnlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzuK5RGnlb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzuK5RGnlb .row {
  flex-direction: row-reverse;
}
.cid-uzuK5RGnlb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzuK5RGnlb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzuK5RGnlb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzuK5RGnlb .mbr-section-title {
  color: #000000;
}
.cid-uzuK5RGnlb .mbr-text,
.cid-uzuK5RGnlb .mbr-section-btn {
  color: #232323;
}
.cid-uzuK5T2fGO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uzuK5T2fGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuK5T2fGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuK5T2fGO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzuK5T2fGO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzuK5T2fGO .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uzuK5T2fGO .card-text {
  color: #232323;
}
.cid-uzuK5UpsQa {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uzuK5UpsQa img {
  width: 120px;
  margin: auto;
}
.cid-uzuK5UpsQa .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uzuK5UpsQa .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uzuK5UpsQa .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uzuK5VT1nN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuK5VT1nN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzuK5VT1nN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uzuK5VT1nN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uzuK5VT1nN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzuK5XgJth {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzuK5XgJth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuK5XgJth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuK5XgJth .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uzuK5XgJth .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-uzuK5XgJth .container {
    max-width: 1400px;
  }
}
.cid-uzuK5XgJth .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-uzuK5XgJth .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-uzuK5XgJth .row {
  justify-content: center;
}
.cid-uzuK5XgJth .card-title,
.cid-uzuK5XgJth .iconfont-wrapper,
.cid-uzuK5XgJth .dot {
  color: #000000;
}
.cid-uAIAPj1UYj.popup-builder {
  background-color: #ffffff;
}
.cid-uAIAPj1UYj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIAPj1UYj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIAPj1UYj .modal-content,
.cid-uAIAPj1UYj .modal-dialog {
  height: auto;
}
.cid-uAIAPj1UYj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIAPj1UYj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIAPj1UYj .form-wrapper .mbr-form .form-group,
  .cid-uAIAPj1UYj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIAPj1UYj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIAPj1UYj .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-uAIAPj1UYj .mbr-text {
  text-align: center;
}
.cid-uAIAPj1UYj .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIAPj1UYj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIAPj1UYj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIAPj1UYj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIAPj1UYj .modal-open {
  overflow: hidden;
}
.cid-uAIAPj1UYj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIAPj1UYj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIAPj1UYj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIAPj1UYj .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-uAIAPj1UYj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIAPj1UYj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIAPj1UYj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIAPj1UYj .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-uAIAPj1UYj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIAPj1UYj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIAPj1UYj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIAPj1UYj .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIAPj1UYj .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-uAIAPj1UYj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPj1UYj .modal-header {
    padding: 1rem;
  }
}
.cid-uAIAPj1UYj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIAPj1UYj .modal-header .close svg {
  fill: #353535;
}
.cid-uAIAPj1UYj .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIAPj1UYj .modal-header .close:focus {
  outline: none;
}
.cid-uAIAPj1UYj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAIAPj1UYj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIAPj1UYj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPj1UYj .modal-body {
    padding: 1rem;
  }
}
.cid-uAIAPj1UYj .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-uAIAPj1UYj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPj1UYj .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIAPj1UYj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIAPj1UYj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIAPj1UYj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIAPj1UYj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIAPj1UYj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIAPj1UYj .modal-lg,
  .cid-uAIAPj1UYj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIAPj1UYj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIAPj1UYj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIAPj1UYj .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-uAIAPj1UYj .form-group {
  margin-bottom: 1rem;
}
.cid-uAIAPj1UYj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIAPj1UYj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIAPj1UYj .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-uAIAPj1UYj .mbr-section-btn {
  margin: 0;
}
.cid-uAIAPj1UYj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJG6xaQpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJG6xaQpr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJG6xaQpr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJG6xaQpr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJG6xaQpr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJG6xaQpr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJG6xaQpr .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJG6xaQpr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJG6xaQpr .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJG6xaQpr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJG6xaQpr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJG6xaQpr .soc-item a {
  color: #f81509;
}
.cid-uAJG6xaQpr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJG6xaQpr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJG6xaQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJG6xaQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuKaKaqpz {
  z-index: 1000;
  width: 100%;
}
.cid-uzuKaKaqpz nav.navbar {
  position: fixed;
}
.cid-uzuKaKaqpz .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-uzuKaKaqpz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzuKaKaqpz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzuKaKaqpz .dropdown-item:hover,
.cid-uzuKaKaqpz .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uzuKaKaqpz .dropdown-item:hover span {
  color: white;
}
.cid-uzuKaKaqpz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzuKaKaqpz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzuKaKaqpz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzuKaKaqpz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzuKaKaqpz .nav-link {
  position: relative;
}
.cid-uzuKaKaqpz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzuKaKaqpz .container {
    flex-wrap: wrap;
  }
}
.cid-uzuKaKaqpz .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzuKaKaqpz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uzuKaKaqpz .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzuKaKaqpz .dropdown-menu,
.cid-uzuKaKaqpz .navbar.opened {
  background: #232323 !important;
}
.cid-uzuKaKaqpz .nav-item:focus,
.cid-uzuKaKaqpz .nav-link:focus {
  outline: none;
}
.cid-uzuKaKaqpz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzuKaKaqpz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzuKaKaqpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzuKaKaqpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzuKaKaqpz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzuKaKaqpz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzuKaKaqpz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uzuKaKaqpz .navbar.opened {
  transition: all 0.3s;
}
.cid-uzuKaKaqpz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzuKaKaqpz .navbar .navbar-logo img {
  width: auto;
}
.cid-uzuKaKaqpz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzuKaKaqpz .navbar.collapsed {
  justify-content: center;
}
.cid-uzuKaKaqpz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzuKaKaqpz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzuKaKaqpz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uzuKaKaqpz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzuKaKaqpz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzuKaKaqpz .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-uzuKaKaqpz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzuKaKaqpz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzuKaKaqpz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzuKaKaqpz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzuKaKaqpz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzuKaKaqpz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzuKaKaqpz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzuKaKaqpz .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-uzuKaKaqpz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzuKaKaqpz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzuKaKaqpz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzuKaKaqpz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzuKaKaqpz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzuKaKaqpz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzuKaKaqpz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzuKaKaqpz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzuKaKaqpz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzuKaKaqpz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzuKaKaqpz .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-uzuKaKaqpz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzuKaKaqpz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzuKaKaqpz .dropdown-item.active,
.cid-uzuKaKaqpz .dropdown-item:active {
  background-color: transparent;
}
.cid-uzuKaKaqpz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzuKaKaqpz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzuKaKaqpz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzuKaKaqpz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uzuKaKaqpz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzuKaKaqpz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzuKaKaqpz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzuKaKaqpz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzuKaKaqpz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzuKaKaqpz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uzuKaKaqpz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzuKaKaqpz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuKaKaqpz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuKaKaqpz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzuKaKaqpz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuKaKaqpz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzuKaKaqpz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzuKaKaqpz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuKaKaqpz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzuKaKaqpz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzuKaKaqpz .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-uzuKaKaqpz .navbar {
    height: 70px;
  }
  .cid-uzuKaKaqpz .navbar.opened {
    height: auto;
  }
  .cid-uzuKaKaqpz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzuKaHMwrn {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzuKaHMwrn .item:focus,
.cid-uzuKaHMwrn span:focus {
  outline: none;
}
.cid-uzuKaHMwrn .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uzuKaHMwrn .item {
  color: #f92c50;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uzuKaHMwrn .item {
    min-height: 45px;
  }
}
.cid-uzuKaL5glp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzuKaL5glp .nav-tabs .nav-item.open .nav-link:focus,
.cid-uzuKaL5glp .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uzuKaL5glp .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uzuKaL5glp .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uzuKaL5glp .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #ffd7ef;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-uzuKaL5glp .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uzuKaL5glp .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uzuKaL5glp .nav-tabs .nav-link.active:hover {
  background-color: #ffffff;
}
.cid-uzuKaL5glp P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uzuKaL5glp .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uzuKaL5glp .mbr-text,
  .cid-uzuKaL5glp .nav-link {
    text-align: center;
  }
}
.cid-uzuKaL5glp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuKaL5glp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuKaLLs0s {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzuKaLLs0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuKaLLs0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuKaLLs0s .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzuKaLLs0s .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzuKaLLs0s .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-uzuKaLLs0s .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzuKaLLs0s .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 16px;
}
.cid-uzuKaLLs0s .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuKaLLs0s .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-uzuKaLLs0s .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-uzuKaLLs0s .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f24d4a;
}
.cid-uzuKaLLs0s .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-uzuKaLLs0s .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-uzuKaLLs0s .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uzuKaLLs0s .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzuKaLLs0s .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uzuKaLLs0s .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuKaLLs0s .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uzuKaLLs0s .mbr-section-title {
  color: #ffffff;
}
.cid-uzuKaLLs0s .item-title {
  color: #ffffff;
}
.cid-uzuKaLLs0s .item-text,
.cid-uzuKaLLs0s .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uzuKaLLs0s .mbr-section-title,
.cid-uzuKaLLs0s .tabs-wrapper {
  text-align: center;
}
.cid-uzuKaLLs0s .item-title,
.cid-uzuKaLLs0s .image-wrapper {
  text-align: center;
}
.cid-uzuKaMECE9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzuKaMECE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuKaMECE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuKaNrFUp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuKaNrFUp img,
.cid-uzuKaNrFUp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzuKaNrFUp .item:focus,
.cid-uzuKaNrFUp span:focus {
  outline: none;
}
.cid-uzuKaNrFUp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzuKaNrFUp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzuKaNrFUp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzuKaNrFUp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzuKaNrFUp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzuKaNrFUp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzuKaNrFUp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzuKaNrFUp .mbr-section-title {
  color: #232323;
}
.cid-uzuKaNrFUp .mbr-text,
.cid-uzuKaNrFUp .mbr-section-btn {
  text-align: left;
}
.cid-uzuKaNrFUp .item-title {
  text-align: left;
}
.cid-uzuKaNrFUp .item-subtitle {
  text-align: left;
}
.cid-uzuKaQX0N5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuKaQX0N5 img,
.cid-uzuKaQX0N5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzuKaQX0N5 .item:focus,
.cid-uzuKaQX0N5 span:focus {
  outline: none;
}
.cid-uzuKaQX0N5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzuKaQX0N5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzuKaQX0N5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzuKaQX0N5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzuKaQX0N5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzuKaQX0N5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzuKaQX0N5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzuKaQX0N5 .mbr-section-title {
  color: #232323;
}
.cid-uzuKaQX0N5 .mbr-text,
.cid-uzuKaQX0N5 .mbr-section-btn {
  text-align: left;
}
.cid-uzuKaQX0N5 .item-title {
  text-align: left;
}
.cid-uzuKaQX0N5 .item-subtitle {
  text-align: left;
}
.cid-uzuKaTUMpc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuKaTUMpc img,
.cid-uzuKaTUMpc .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzuKaTUMpc .item:focus,
.cid-uzuKaTUMpc span:focus {
  outline: none;
}
.cid-uzuKaTUMpc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzuKaTUMpc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzuKaTUMpc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzuKaTUMpc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzuKaTUMpc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzuKaTUMpc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzuKaTUMpc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzuKaTUMpc .mbr-section-title {
  color: #232323;
}
.cid-uzuKaTUMpc .mbr-text,
.cid-uzuKaTUMpc .mbr-section-btn {
  text-align: left;
}
.cid-uzuKaTUMpc .item-title {
  text-align: left;
}
.cid-uzuKaTUMpc .item-subtitle {
  text-align: left;
}
.cid-uzuKaWkIGS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuKaWkIGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuKaWkIGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzuKaWkIGS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzuKaWkIGS .row {
  flex-direction: row-reverse;
}
.cid-uzuKaWkIGS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzuKaWkIGS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzuKaWkIGS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzuKaWkIGS .mbr-section-title {
  color: #000000;
}
.cid-uzuKaWkIGS .mbr-text,
.cid-uzuKaWkIGS .mbr-section-btn {
  color: #232323;
}
.cid-uzuKaXApYN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uzuKaXApYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuKaXApYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuKaXApYN .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzuKaXApYN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzuKaXApYN .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uzuKaXApYN .card-text {
  color: #232323;
}
.cid-uzuKaZ3Prh {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uzuKaZ3Prh img {
  width: 120px;
  margin: auto;
}
.cid-uzuKaZ3Prh .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uzuKaZ3Prh .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uzuKaZ3Prh .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uzuKb0zOrg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzuKb0zOrg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzuKb0zOrg form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uzuKb0zOrg form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uzuKb0zOrg form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzuKb1Ts4S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzuKb1Ts4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuKb1Ts4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuKb1Ts4S .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uzuKb1Ts4S .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-uzuKb1Ts4S .container {
    max-width: 1400px;
  }
}
.cid-uzuKb1Ts4S .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-uzuKb1Ts4S .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-uzuKb1Ts4S .row {
  justify-content: center;
}
.cid-uzuKb1Ts4S .card-title,
.cid-uzuKb1Ts4S .iconfont-wrapper,
.cid-uzuKb1Ts4S .dot {
  color: #000000;
}
.cid-uAIAPkHyHF.popup-builder {
  background-color: #ffffff;
}
.cid-uAIAPkHyHF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIAPkHyHF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIAPkHyHF .modal-content,
.cid-uAIAPkHyHF .modal-dialog {
  height: auto;
}
.cid-uAIAPkHyHF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIAPkHyHF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIAPkHyHF .form-wrapper .mbr-form .form-group,
  .cid-uAIAPkHyHF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIAPkHyHF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIAPkHyHF .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-uAIAPkHyHF .mbr-text {
  text-align: center;
}
.cid-uAIAPkHyHF .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIAPkHyHF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIAPkHyHF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIAPkHyHF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIAPkHyHF .modal-open {
  overflow: hidden;
}
.cid-uAIAPkHyHF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIAPkHyHF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIAPkHyHF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIAPkHyHF .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-uAIAPkHyHF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIAPkHyHF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIAPkHyHF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIAPkHyHF .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-uAIAPkHyHF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIAPkHyHF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIAPkHyHF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIAPkHyHF .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIAPkHyHF .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-uAIAPkHyHF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPkHyHF .modal-header {
    padding: 1rem;
  }
}
.cid-uAIAPkHyHF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIAPkHyHF .modal-header .close svg {
  fill: #353535;
}
.cid-uAIAPkHyHF .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIAPkHyHF .modal-header .close:focus {
  outline: none;
}
.cid-uAIAPkHyHF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAIAPkHyHF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIAPkHyHF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPkHyHF .modal-body {
    padding: 1rem;
  }
}
.cid-uAIAPkHyHF .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-uAIAPkHyHF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPkHyHF .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIAPkHyHF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIAPkHyHF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIAPkHyHF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIAPkHyHF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIAPkHyHF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIAPkHyHF .modal-lg,
  .cid-uAIAPkHyHF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIAPkHyHF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIAPkHyHF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIAPkHyHF .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-uAIAPkHyHF .form-group {
  margin-bottom: 1rem;
}
.cid-uAIAPkHyHF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIAPkHyHF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIAPkHyHF .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-uAIAPkHyHF .mbr-section-btn {
  margin: 0;
}
.cid-uAIAPkHyHF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJG6xaQpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJG6xaQpr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJG6xaQpr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJG6xaQpr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJG6xaQpr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJG6xaQpr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJG6xaQpr .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJG6xaQpr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJG6xaQpr .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJG6xaQpr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJG6xaQpr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJG6xaQpr .soc-item a {
  color: #f81509;
}
.cid-uAJG6xaQpr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJG6xaQpr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJG6xaQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJG6xaQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzNhG2TMwk {
  z-index: 1000;
  width: 100%;
}
.cid-uzNhG2TMwk nav.navbar {
  position: fixed;
}
.cid-uzNhG2TMwk .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-uzNhG2TMwk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzNhG2TMwk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzNhG2TMwk .dropdown-item:hover,
.cid-uzNhG2TMwk .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uzNhG2TMwk .dropdown-item:hover span {
  color: white;
}
.cid-uzNhG2TMwk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzNhG2TMwk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzNhG2TMwk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzNhG2TMwk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzNhG2TMwk .nav-link {
  position: relative;
}
.cid-uzNhG2TMwk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzNhG2TMwk .container {
    flex-wrap: wrap;
  }
}
.cid-uzNhG2TMwk .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzNhG2TMwk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uzNhG2TMwk .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzNhG2TMwk .dropdown-menu,
.cid-uzNhG2TMwk .navbar.opened {
  background: #232323 !important;
}
.cid-uzNhG2TMwk .nav-item:focus,
.cid-uzNhG2TMwk .nav-link:focus {
  outline: none;
}
.cid-uzNhG2TMwk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzNhG2TMwk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzNhG2TMwk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzNhG2TMwk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzNhG2TMwk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzNhG2TMwk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzNhG2TMwk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uzNhG2TMwk .navbar.opened {
  transition: all 0.3s;
}
.cid-uzNhG2TMwk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzNhG2TMwk .navbar .navbar-logo img {
  width: auto;
}
.cid-uzNhG2TMwk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzNhG2TMwk .navbar.collapsed {
  justify-content: center;
}
.cid-uzNhG2TMwk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzNhG2TMwk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzNhG2TMwk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uzNhG2TMwk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzNhG2TMwk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzNhG2TMwk .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-uzNhG2TMwk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzNhG2TMwk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzNhG2TMwk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzNhG2TMwk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzNhG2TMwk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzNhG2TMwk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzNhG2TMwk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzNhG2TMwk .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-uzNhG2TMwk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzNhG2TMwk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzNhG2TMwk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzNhG2TMwk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzNhG2TMwk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzNhG2TMwk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzNhG2TMwk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzNhG2TMwk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzNhG2TMwk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzNhG2TMwk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzNhG2TMwk .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-uzNhG2TMwk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzNhG2TMwk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzNhG2TMwk .dropdown-item.active,
.cid-uzNhG2TMwk .dropdown-item:active {
  background-color: transparent;
}
.cid-uzNhG2TMwk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzNhG2TMwk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzNhG2TMwk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzNhG2TMwk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uzNhG2TMwk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzNhG2TMwk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzNhG2TMwk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzNhG2TMwk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzNhG2TMwk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzNhG2TMwk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uzNhG2TMwk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzNhG2TMwk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzNhG2TMwk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzNhG2TMwk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzNhG2TMwk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzNhG2TMwk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzNhG2TMwk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzNhG2TMwk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzNhG2TMwk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzNhG2TMwk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzNhG2TMwk .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-uzNhG2TMwk .navbar {
    height: 70px;
  }
  .cid-uzNhG2TMwk .navbar.opened {
    height: auto;
  }
  .cid-uzNhG2TMwk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzNhG3Nhye {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzNhG3Nhye .nav-tabs .nav-item.open .nav-link:focus,
.cid-uzNhG3Nhye .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uzNhG3Nhye .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uzNhG3Nhye .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uzNhG3Nhye .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #ffd7ef;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-uzNhG3Nhye .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uzNhG3Nhye .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uzNhG3Nhye .nav-tabs .nav-link.active:hover {
  background-color: #ffffff;
}
.cid-uzNhG3Nhye P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uzNhG3Nhye .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uzNhG3Nhye .mbr-text,
  .cid-uzNhG3Nhye .nav-link {
    text-align: center;
  }
}
.cid-uzNhG3Nhye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzNhG3Nhye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzNhG4gOBe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzNhG4gOBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzNhG4gOBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzNhG4gOBe .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzNhG4gOBe .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzNhG4gOBe .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-uzNhG4gOBe .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzNhG4gOBe .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 16px;
}
.cid-uzNhG4gOBe .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzNhG4gOBe .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-uzNhG4gOBe .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-uzNhG4gOBe .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f24d4a;
}
.cid-uzNhG4gOBe .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-uzNhG4gOBe .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-uzNhG4gOBe .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uzNhG4gOBe .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzNhG4gOBe .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uzNhG4gOBe .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzNhG4gOBe .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uzNhG4gOBe .mbr-section-title {
  color: #ffffff;
}
.cid-uzNhG4gOBe .item-title {
  color: #ffffff;
}
.cid-uzNhG4gOBe .item-text,
.cid-uzNhG4gOBe .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uzNhG4gOBe .mbr-section-title,
.cid-uzNhG4gOBe .tabs-wrapper {
  text-align: center;
}
.cid-uzNhG4gOBe .item-title,
.cid-uzNhG4gOBe .image-wrapper {
  text-align: center;
}
.cid-uzNhG52HEO {
  padding-top: 3rem;
  padding-bottom: -2rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-uzNhG52HEO {
    padding-bottom: -1rem;
  }
}
.cid-uzNhG52HEO img,
.cid-uzNhG52HEO .item-img {
  width: 100%;
  height: 100%;
}
.cid-uzNhG52HEO .mbr-text {
  color: #000000;
}
.cid-uzNhG52HEO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uzNhG52HEO .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzNhG52HEO .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uzNhG52HEO .mbr-text UL {
  text-align: left;
}
.cid-uzNhG52HEO .mbr-section-subtitle,
.cid-uzNhG52HEO .main-button {
  color: #000000;
}
.cid-uzNhG52HEO .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uzNhG52HEO .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uzNhG52HEO .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzNhG52HEO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzNhG52HEO .item-title {
  text-align: center;
}
.cid-uzNhG52HEO .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzNhG52HEO .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uzNhG5CbcC {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uzNhG5CbcC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzNhG5CbcC .item {
    margin-bottom: 1rem;
  }
}
.cid-uzNhG5CbcC .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uzNhG5CbcC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uzNhG5CbcC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uzNhG5CbcC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uzNhG5CbcC .carousel-control,
.cid-uzNhG5CbcC .close {
  background: #1b1b1b;
}
.cid-uzNhG5CbcC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uzNhG5CbcC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uzNhG5CbcC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uzNhG5CbcC .carousel-control-next span {
  margin-left: 5px;
}
.cid-uzNhG5CbcC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uzNhG5CbcC .close::before {
  content: '\e91a';
}
.cid-uzNhG5CbcC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uzNhG5CbcC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uzNhG5CbcC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzNhG5CbcC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzNhG5CbcC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uzNhG5CbcC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uzNhG5CbcC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uzNhG5CbcC .carousel-indicators li.active,
.cid-uzNhG5CbcC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uzNhG5CbcC .carousel-indicators li::after,
.cid-uzNhG5CbcC .carousel-indicators li::before {
  content: none;
}
.cid-uzNhG5CbcC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzNhG5CbcC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uzNhG5CbcC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzNhG5CbcC .carousel-indicators {
    display: none;
  }
}
.cid-uzNhG5CbcC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uzNhG5CbcC .carousel-inner > .active {
  display: block;
}
.cid-uzNhG5CbcC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzNhG5CbcC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzNhG5CbcC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uzNhG5CbcC .carousel-control,
  .cid-uzNhG5CbcC .carousel-indicators,
  .cid-uzNhG5CbcC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uzNhG5CbcC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uzNhG5CbcC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uzNhG5CbcC .carousel-indicators .active,
.cid-uzNhG5CbcC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uzNhG5CbcC .carousel-indicators .active {
  background: #fff;
}
.cid-uzNhG5CbcC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uzNhG5CbcC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uzNhG5CbcC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uzNhG5CbcC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uzNhG5CbcC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uzNhG5CbcC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uzNhG5CbcC .carousel {
  width: 100%;
}
.cid-uzNhG5CbcC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uzNhG5CbcC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uzNhG5CbcC .modal.fade .modal-dialog,
.cid-uzNhG5CbcC .modal.in .modal-dialog {
  transform: none;
}
.cid-uzNhG5CbcC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uzNhG5CbcC .content-head {
  max-width: 800px;
}
.cid-uzNhG6XdLx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzNhG6XdLx .item:focus,
.cid-uzNhG6XdLx span:focus {
  outline: none;
}
.cid-uzNhG6XdLx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uzNhG6XdLx .item {
  color: #f92c50;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uzNhG6XdLx .item {
    min-height: 45px;
  }
}
.cid-uzNhG7Cp9J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzNhG7Cp9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzNhG7Cp9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzNhG7Cp9J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzNhG7Cp9J .row {
  flex-direction: row-reverse;
}
.cid-uzNhG7Cp9J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzNhG7Cp9J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzNhG7Cp9J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzNhG7Cp9J .mbr-section-title {
  color: #000000;
}
.cid-uzNhG7Cp9J .mbr-text,
.cid-uzNhG7Cp9J .mbr-section-btn {
  color: #232323;
}
.cid-uzNhG8b5lX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uzNhG8b5lX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzNhG8b5lX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzNhG8b5lX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzNhG8b5lX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzNhG8b5lX .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uzNhG8b5lX .card-text {
  color: #232323;
}
.cid-uzNhGaqikg {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-uzNhGaqikg img {
  width: 120px;
  margin: auto;
}
.cid-uzNhGaqikg .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uzNhGaqikg .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uzNhGaqikg .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uzNhGbf3dp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzNhGbf3dp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzNhGbf3dp form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uzNhGbf3dp form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uzNhGbf3dp form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzNhGbSuHM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzNhGbSuHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzNhGbSuHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzNhGbSuHM .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uzNhGbSuHM .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-uzNhGbSuHM .container {
    max-width: 1400px;
  }
}
.cid-uzNhGbSuHM .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-uzNhGbSuHM .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-uzNhGbSuHM .row {
  justify-content: center;
}
.cid-uzNhGbSuHM .card-title,
.cid-uzNhGbSuHM .iconfont-wrapper,
.cid-uzNhGbSuHM .dot {
  color: #000000;
}
.cid-uAIAPdRUXX.popup-builder {
  background-color: #ffffff;
}
.cid-uAIAPdRUXX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIAPdRUXX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIAPdRUXX .modal-content,
.cid-uAIAPdRUXX .modal-dialog {
  height: auto;
}
.cid-uAIAPdRUXX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIAPdRUXX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIAPdRUXX .form-wrapper .mbr-form .form-group,
  .cid-uAIAPdRUXX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIAPdRUXX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIAPdRUXX .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-uAIAPdRUXX .mbr-text {
  text-align: center;
}
.cid-uAIAPdRUXX .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIAPdRUXX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIAPdRUXX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIAPdRUXX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIAPdRUXX .modal-open {
  overflow: hidden;
}
.cid-uAIAPdRUXX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIAPdRUXX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIAPdRUXX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIAPdRUXX .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-uAIAPdRUXX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIAPdRUXX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIAPdRUXX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIAPdRUXX .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-uAIAPdRUXX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIAPdRUXX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIAPdRUXX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIAPdRUXX .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIAPdRUXX .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-uAIAPdRUXX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPdRUXX .modal-header {
    padding: 1rem;
  }
}
.cid-uAIAPdRUXX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIAPdRUXX .modal-header .close svg {
  fill: #353535;
}
.cid-uAIAPdRUXX .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIAPdRUXX .modal-header .close:focus {
  outline: none;
}
.cid-uAIAPdRUXX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAIAPdRUXX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIAPdRUXX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPdRUXX .modal-body {
    padding: 1rem;
  }
}
.cid-uAIAPdRUXX .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-uAIAPdRUXX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPdRUXX .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIAPdRUXX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIAPdRUXX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIAPdRUXX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIAPdRUXX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIAPdRUXX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIAPdRUXX .modal-lg,
  .cid-uAIAPdRUXX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIAPdRUXX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIAPdRUXX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIAPdRUXX .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-uAIAPdRUXX .form-group {
  margin-bottom: 1rem;
}
.cid-uAIAPdRUXX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIAPdRUXX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIAPdRUXX .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-uAIAPdRUXX .mbr-section-btn {
  margin: 0;
}
.cid-uAIAPdRUXX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJG6xaQpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJG6xaQpr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJG6xaQpr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJG6xaQpr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJG6xaQpr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJG6xaQpr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJG6xaQpr .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJG6xaQpr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJG6xaQpr .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJG6xaQpr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJG6xaQpr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJG6xaQpr .soc-item a {
  color: #f81509;
}
.cid-uAJG6xaQpr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJG6xaQpr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJG6xaQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJG6xaQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYGNWbzQB {
  z-index: 1000;
  width: 100%;
}
.cid-uzYGNWbzQB nav.navbar {
  position: fixed;
}
.cid-uzYGNWbzQB .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-uzYGNWbzQB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzYGNWbzQB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzYGNWbzQB .dropdown-item:hover,
.cid-uzYGNWbzQB .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uzYGNWbzQB .dropdown-item:hover span {
  color: white;
}
.cid-uzYGNWbzQB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzYGNWbzQB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzYGNWbzQB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzYGNWbzQB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzYGNWbzQB .nav-link {
  position: relative;
}
.cid-uzYGNWbzQB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzYGNWbzQB .container {
    flex-wrap: wrap;
  }
}
.cid-uzYGNWbzQB .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uzYGNWbzQB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uzYGNWbzQB .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzYGNWbzQB .dropdown-menu,
.cid-uzYGNWbzQB .navbar.opened {
  background: #232323 !important;
}
.cid-uzYGNWbzQB .nav-item:focus,
.cid-uzYGNWbzQB .nav-link:focus {
  outline: none;
}
.cid-uzYGNWbzQB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzYGNWbzQB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzYGNWbzQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzYGNWbzQB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzYGNWbzQB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzYGNWbzQB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzYGNWbzQB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uzYGNWbzQB .navbar.opened {
  transition: all 0.3s;
}
.cid-uzYGNWbzQB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzYGNWbzQB .navbar .navbar-logo img {
  width: auto;
}
.cid-uzYGNWbzQB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzYGNWbzQB .navbar.collapsed {
  justify-content: center;
}
.cid-uzYGNWbzQB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzYGNWbzQB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzYGNWbzQB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uzYGNWbzQB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzYGNWbzQB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzYGNWbzQB .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-uzYGNWbzQB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzYGNWbzQB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzYGNWbzQB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzYGNWbzQB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzYGNWbzQB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzYGNWbzQB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzYGNWbzQB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzYGNWbzQB .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-uzYGNWbzQB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzYGNWbzQB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzYGNWbzQB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzYGNWbzQB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzYGNWbzQB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzYGNWbzQB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzYGNWbzQB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzYGNWbzQB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzYGNWbzQB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzYGNWbzQB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzYGNWbzQB .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-uzYGNWbzQB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzYGNWbzQB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzYGNWbzQB .dropdown-item.active,
.cid-uzYGNWbzQB .dropdown-item:active {
  background-color: transparent;
}
.cid-uzYGNWbzQB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzYGNWbzQB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzYGNWbzQB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzYGNWbzQB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uzYGNWbzQB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzYGNWbzQB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzYGNWbzQB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzYGNWbzQB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzYGNWbzQB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzYGNWbzQB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uzYGNWbzQB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzYGNWbzQB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzYGNWbzQB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzYGNWbzQB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzYGNWbzQB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzYGNWbzQB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzYGNWbzQB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzYGNWbzQB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzYGNWbzQB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzYGNWbzQB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzYGNWbzQB .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-uzYGNWbzQB .navbar {
    height: 70px;
  }
  .cid-uzYGNWbzQB .navbar.opened {
    height: auto;
  }
  .cid-uzYGNWbzQB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzYGNXxDGD {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzYGNXxDGD .item:focus,
.cid-uzYGNXxDGD span:focus {
  outline: none;
}
.cid-uzYGNXxDGD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uzYGNXxDGD .item {
  color: #f92c50;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uzYGNXxDGD .item {
    min-height: 45px;
  }
}
.cid-uzYGNY0GMr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzYGNY0GMr .nav-tabs .nav-item.open .nav-link:focus,
.cid-uzYGNY0GMr .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uzYGNY0GMr .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uzYGNY0GMr .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uzYGNY0GMr .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  background-color: #ffd7ef;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-uzYGNY0GMr .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uzYGNY0GMr .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uzYGNY0GMr .nav-tabs .nav-link.active:hover {
  background-color: #ffffff;
}
.cid-uzYGNY0GMr P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uzYGNY0GMr .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uzYGNY0GMr .mbr-text,
  .cid-uzYGNY0GMr .nav-link {
    text-align: center;
  }
}
.cid-uzYGNY0GMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzYGNY0GMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYGNYpeI1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzYGNYpeI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzYGNYpeI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYGNYpeI1 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzYGNYpeI1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzYGNYpeI1 .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-uzYGNYpeI1 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzYGNYpeI1 .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 16px;
}
.cid-uzYGNYpeI1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzYGNYpeI1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-uzYGNYpeI1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-uzYGNYpeI1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f24d4a;
}
.cid-uzYGNYpeI1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-uzYGNYpeI1 .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-uzYGNYpeI1 .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-uzYGNYpeI1 .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzYGNYpeI1 .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uzYGNYpeI1 .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzYGNYpeI1 .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uzYGNYpeI1 .mbr-section-title {
  color: #ffffff;
}
.cid-uzYGNYpeI1 .item-title {
  color: #ffffff;
}
.cid-uzYGNYpeI1 .item-text,
.cid-uzYGNYpeI1 .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uzYGNYpeI1 .mbr-section-title,
.cid-uzYGNYpeI1 .tabs-wrapper {
  text-align: center;
}
.cid-uzYGNYpeI1 .item-title,
.cid-uzYGNYpeI1 .image-wrapper {
  text-align: center;
}
.cid-uzYGNYVaMa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzYGNYVaMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzYGNYVaMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYGNZcpfd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzYGNZcpfd img,
.cid-uzYGNZcpfd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzYGNZcpfd .item:focus,
.cid-uzYGNZcpfd span:focus {
  outline: none;
}
.cid-uzYGNZcpfd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzYGNZcpfd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzYGNZcpfd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzYGNZcpfd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzYGNZcpfd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzYGNZcpfd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzYGNZcpfd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzYGNZcpfd .mbr-section-title {
  color: #232323;
}
.cid-uzYGNZcpfd .mbr-text,
.cid-uzYGNZcpfd .mbr-section-btn {
  text-align: left;
}
.cid-uzYGNZcpfd .item-title {
  text-align: left;
}
.cid-uzYGNZcpfd .item-subtitle {
  text-align: left;
}
.cid-uzYGO02Gao {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzYGO02Gao img,
.cid-uzYGO02Gao .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzYGO02Gao .item:focus,
.cid-uzYGO02Gao span:focus {
  outline: none;
}
.cid-uzYGO02Gao .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzYGO02Gao .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzYGO02Gao .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzYGO02Gao .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzYGO02Gao .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzYGO02Gao .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzYGO02Gao .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzYGO02Gao .mbr-section-title {
  color: #232323;
}
.cid-uzYGO02Gao .mbr-text,
.cid-uzYGO02Gao .mbr-section-btn {
  text-align: left;
}
.cid-uzYGO02Gao .item-title {
  text-align: left;
}
.cid-uzYGO02Gao .item-subtitle {
  text-align: left;
}
.cid-uzYGO2OkcD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzYGO2OkcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzYGO2OkcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzYGO2OkcD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzYGO2OkcD .row {
  flex-direction: row-reverse;
}
.cid-uzYGO2OkcD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzYGO2OkcD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzYGO2OkcD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzYGO2OkcD .mbr-section-title {
  color: #000000;
}
.cid-uzYGO2OkcD .mbr-text,
.cid-uzYGO2OkcD .mbr-section-btn {
  color: #232323;
}
.cid-uzYGO31LMK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uzYGO31LMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzYGO31LMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYGO31LMK .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzYGO31LMK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzYGO31LMK .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uzYGO31LMK .card-text {
  color: #232323;
}
.cid-uzYGO3iNcS {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uzYGO3iNcS img {
  width: 120px;
  margin: auto;
}
.cid-uzYGO3iNcS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uzYGO3iNcS .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uzYGO3iNcS .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uzYGO3IXD5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzYGO3IXD5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzYGO3IXD5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uzYGO3IXD5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uzYGO3IXD5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzYGO3YHLo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzYGO3YHLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzYGO3YHLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYGO3YHLo .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uzYGO3YHLo .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-uzYGO3YHLo .container {
    max-width: 1400px;
  }
}
.cid-uzYGO3YHLo .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-uzYGO3YHLo .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-uzYGO3YHLo .row {
  justify-content: center;
}
.cid-uzYGO3YHLo .card-title,
.cid-uzYGO3YHLo .iconfont-wrapper,
.cid-uzYGO3YHLo .dot {
  color: #000000;
}
.cid-uAIAPfymoi.popup-builder {
  background-color: #ffffff;
}
.cid-uAIAPfymoi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIAPfymoi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIAPfymoi .modal-content,
.cid-uAIAPfymoi .modal-dialog {
  height: auto;
}
.cid-uAIAPfymoi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIAPfymoi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIAPfymoi .form-wrapper .mbr-form .form-group,
  .cid-uAIAPfymoi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIAPfymoi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIAPfymoi .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-uAIAPfymoi .mbr-text {
  text-align: center;
}
.cid-uAIAPfymoi .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIAPfymoi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIAPfymoi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIAPfymoi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIAPfymoi .modal-open {
  overflow: hidden;
}
.cid-uAIAPfymoi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIAPfymoi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIAPfymoi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIAPfymoi .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-uAIAPfymoi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIAPfymoi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIAPfymoi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIAPfymoi .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-uAIAPfymoi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIAPfymoi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIAPfymoi .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIAPfymoi .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIAPfymoi .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-uAIAPfymoi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPfymoi .modal-header {
    padding: 1rem;
  }
}
.cid-uAIAPfymoi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIAPfymoi .modal-header .close svg {
  fill: #353535;
}
.cid-uAIAPfymoi .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIAPfymoi .modal-header .close:focus {
  outline: none;
}
.cid-uAIAPfymoi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAIAPfymoi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIAPfymoi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPfymoi .modal-body {
    padding: 1rem;
  }
}
.cid-uAIAPfymoi .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-uAIAPfymoi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPfymoi .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIAPfymoi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIAPfymoi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIAPfymoi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIAPfymoi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIAPfymoi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIAPfymoi .modal-lg,
  .cid-uAIAPfymoi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIAPfymoi .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIAPfymoi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIAPfymoi .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-uAIAPfymoi .form-group {
  margin-bottom: 1rem;
}
.cid-uAIAPfymoi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIAPfymoi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIAPfymoi .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-uAIAPfymoi .mbr-section-btn {
  margin: 0;
}
.cid-uAIAPfymoi .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJG6xaQpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJG6xaQpr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJG6xaQpr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJG6xaQpr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJG6xaQpr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJG6xaQpr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJG6xaQpr .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJG6xaQpr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJG6xaQpr .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJG6xaQpr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJG6xaQpr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJG6xaQpr .soc-item a {
  color: #f81509;
}
.cid-uAJG6xaQpr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJG6xaQpr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJG6xaQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJG6xaQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA91w7Yreq {
  z-index: 1000;
  width: 100%;
}
.cid-uA91w7Yreq nav.navbar {
  position: fixed;
}
.cid-uA91w7Yreq .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-uA91w7Yreq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA91w7Yreq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA91w7Yreq .dropdown-item:hover,
.cid-uA91w7Yreq .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uA91w7Yreq .dropdown-item:hover span {
  color: white;
}
.cid-uA91w7Yreq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA91w7Yreq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA91w7Yreq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA91w7Yreq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA91w7Yreq .nav-link {
  position: relative;
}
.cid-uA91w7Yreq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uA91w7Yreq .container {
    flex-wrap: wrap;
  }
}
.cid-uA91w7Yreq .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uA91w7Yreq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uA91w7Yreq .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA91w7Yreq .dropdown-menu,
.cid-uA91w7Yreq .navbar.opened {
  background: #232323 !important;
}
.cid-uA91w7Yreq .nav-item:focus,
.cid-uA91w7Yreq .nav-link:focus {
  outline: none;
}
.cid-uA91w7Yreq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA91w7Yreq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA91w7Yreq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA91w7Yreq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA91w7Yreq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA91w7Yreq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA91w7Yreq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uA91w7Yreq .navbar.opened {
  transition: all 0.3s;
}
.cid-uA91w7Yreq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA91w7Yreq .navbar .navbar-logo img {
  width: auto;
}
.cid-uA91w7Yreq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA91w7Yreq .navbar.collapsed {
  justify-content: center;
}
.cid-uA91w7Yreq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA91w7Yreq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA91w7Yreq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uA91w7Yreq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA91w7Yreq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA91w7Yreq .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-uA91w7Yreq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA91w7Yreq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA91w7Yreq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA91w7Yreq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA91w7Yreq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA91w7Yreq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA91w7Yreq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA91w7Yreq .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-uA91w7Yreq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA91w7Yreq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA91w7Yreq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA91w7Yreq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA91w7Yreq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA91w7Yreq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uA91w7Yreq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uA91w7Yreq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA91w7Yreq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA91w7Yreq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA91w7Yreq .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-uA91w7Yreq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA91w7Yreq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA91w7Yreq .dropdown-item.active,
.cid-uA91w7Yreq .dropdown-item:active {
  background-color: transparent;
}
.cid-uA91w7Yreq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA91w7Yreq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA91w7Yreq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA91w7Yreq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uA91w7Yreq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA91w7Yreq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA91w7Yreq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA91w7Yreq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA91w7Yreq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA91w7Yreq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uA91w7Yreq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA91w7Yreq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA91w7Yreq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA91w7Yreq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA91w7Yreq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA91w7Yreq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA91w7Yreq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA91w7Yreq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA91w7Yreq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA91w7Yreq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA91w7Yreq .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-uA91w7Yreq .navbar {
    height: 70px;
  }
  .cid-uA91w7Yreq .navbar.opened {
    height: auto;
  }
  .cid-uA91w7Yreq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA98sLLtXt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAVfOIlJjj {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/photo-1564540586988-aa4e53c3d799.jpeg");
}
.cid-uAVfOIlJjj .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uAVfOIlJjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVfOIlJjj .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uAVfOIlJjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVfOIlJjj p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uAVfOIlJjj {
    align-items: center;
  }
  .cid-uAVfOIlJjj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAVfOIlJjj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAVfOIlJjj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAVfOIlJjj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAVfOIlJjj .content-wrap {
    width: 100%;
  }
}
.cid-uAVfOIlJjj .mbr-section-subtitle,
.cid-uAVfOIlJjj .line {
  color: #ffffff;
}
.cid-uAVfOIlJjj .mbr-text,
.cid-uAVfOIlJjj .mbr-section-btn {
  text-align: right;
}
.cid-uAVgfvBUsh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #eeeef7;
}
.cid-uAVgfvBUsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVgfvBUsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVgfvBUsh .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uAVgfvBUsh .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAVgfvBUsh .mbr-name {
  color: #858585;
}
.cid-uAVgfvBUsh .mbr-text {
  color: #191c25;
}
.cid-uAVgfvBUsh .mbr-section-btn {
  text-align: center;
}
.cid-uAVgkevA2X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAVgN5N5Ob {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAVgN5N5Ob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVgN5N5Ob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVgcpUocZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAVgcpUocZ img,
.cid-uAVgcpUocZ .item-img {
  width: 100%;
}
.cid-uAVgcpUocZ .item:focus,
.cid-uAVgcpUocZ span:focus {
  outline: none;
}
.cid-uAVgcpUocZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uAVgcpUocZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uAVgcpUocZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uAVgcpUocZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAVgcpUocZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uAVgcpUocZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uAVgcpUocZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uAVgcpUocZ .mbr-section-title {
  color: #232323;
}
.cid-uAVgcpUocZ .mbr-text,
.cid-uAVgcpUocZ .mbr-section-btn {
  text-align: left;
}
.cid-uAVgcpUocZ .item-title {
  text-align: left;
}
.cid-uAVgcpUocZ .item-subtitle {
  text-align: left;
}
.cid-uAvPcEj6LK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAvPcEj6LK .mbr-text {
  color: #000000;
}
.cid-uAvPcEj6LK .mbr-section-subtitle {
  color: #000000;
}
.cid-uAvPcEj6LK .mbr-section-title {
  color: #000000;
}
.cid-uA91wxvVcz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA91wxvVcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA91wxvVcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uA91wxvVcz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uA91wxvVcz .row {
  flex-direction: row-reverse;
}
.cid-uA91wxvVcz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA91wxvVcz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uA91wxvVcz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uA91wxvVcz .mbr-section-title {
  color: #000000;
}
.cid-uA91wxvVcz .mbr-text,
.cid-uA91wxvVcz .mbr-section-btn {
  color: #232323;
}
.cid-uA91wzmU0W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uA91wzmU0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA91wzmU0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA91wzmU0W .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uA91wzmU0W .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uA91wzmU0W .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uA91wzmU0W .card-text {
  color: #232323;
}
.cid-uA91wBma5d {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uA91wBma5d img {
  width: 120px;
  margin: auto;
}
.cid-uA91wBma5d .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uA91wBma5d .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uA91wBma5d .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uA91wDT1sx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA91wDT1sx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uA91wDT1sx form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uA91wDT1sx form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uA91wDT1sx form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uA91wFBxiB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uA91wFBxiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA91wFBxiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA91wFBxiB .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uA91wFBxiB .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-uA91wFBxiB .container {
    max-width: 1400px;
  }
}
.cid-uA91wFBxiB .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-uA91wFBxiB .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-uA91wFBxiB .row {
  justify-content: center;
}
.cid-uA91wFBxiB .card-title,
.cid-uA91wFBxiB .iconfont-wrapper,
.cid-uA91wFBxiB .dot {
  color: #000000;
}
.cid-uA97csLnJF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #354463;
}
.cid-uA97csLnJF .menu__items {
  margin-bottom: 2.8rem;
  font-weight: 700;
}
.cid-uA97csLnJF .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uA97csLnJF .social {
  margin-bottom: 50px;
}
.cid-uA97csLnJF .social__wrap a {
  margin: 0 15px;
}
.cid-uA97csLnJF .social__wrap a:last-child {
  margin-right: 0;
}
.cid-uA97csLnJF .social__wrap a:first-child {
  margin-left: 0;
}
.cid-uA97csLnJF .social__wrap a:hover {
  color: #757b62 !important;
}
.cid-uA97csLnJF .mbr-iconfont {
  font-size: 18px;
  transition: all 0.25s ease;
  transition-duration: 0s;
}
.cid-uA97csLnJF .divider {
  opacity: 0.5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-uA97csLnJF .divider {
    margin-top: 0;
  }
}
.cid-uA97csLnJF .brand {
  margin-bottom: 30px;
}
.cid-uA97csLnJF .brand__text {
  margin-bottom: 0;
}
.cid-uA97csLnJF .brand__text a {
  font-weight: 700;
}
.cid-uA97csLnJF .brand__text a:hover {
  color: #757b62 !important;
}
.cid-uA97csLnJF .adress {
  margin-bottom: 50px;
}
.cid-uA97csLnJF .title__info {
  margin-bottom: 25px;
}
.cid-uA97csLnJF .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uA97csLnJF .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-uA97csLnJF .btn {
  font-weight: 500;
}
@media (max-width: 992px) {
  .cid-uA97csLnJF .menu {
    margin-bottom: 2rem;
  }
}
.cid-uAIAPcbdI4.popup-builder {
  background-color: #ffffff;
}
.cid-uAIAPcbdI4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIAPcbdI4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIAPcbdI4 .modal-content,
.cid-uAIAPcbdI4 .modal-dialog {
  height: auto;
}
.cid-uAIAPcbdI4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIAPcbdI4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIAPcbdI4 .form-wrapper .mbr-form .form-group,
  .cid-uAIAPcbdI4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIAPcbdI4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIAPcbdI4 .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-uAIAPcbdI4 .mbr-text {
  text-align: center;
}
.cid-uAIAPcbdI4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIAPcbdI4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIAPcbdI4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIAPcbdI4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIAPcbdI4 .modal-open {
  overflow: hidden;
}
.cid-uAIAPcbdI4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIAPcbdI4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIAPcbdI4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIAPcbdI4 .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-uAIAPcbdI4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIAPcbdI4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIAPcbdI4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIAPcbdI4 .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-uAIAPcbdI4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIAPcbdI4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIAPcbdI4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIAPcbdI4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIAPcbdI4 .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-uAIAPcbdI4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPcbdI4 .modal-header {
    padding: 1rem;
  }
}
.cid-uAIAPcbdI4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIAPcbdI4 .modal-header .close svg {
  fill: #353535;
}
.cid-uAIAPcbdI4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIAPcbdI4 .modal-header .close:focus {
  outline: none;
}
.cid-uAIAPcbdI4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAIAPcbdI4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIAPcbdI4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPcbdI4 .modal-body {
    padding: 1rem;
  }
}
.cid-uAIAPcbdI4 .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-uAIAPcbdI4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAPcbdI4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIAPcbdI4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIAPcbdI4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIAPcbdI4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIAPcbdI4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIAPcbdI4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIAPcbdI4 .modal-lg,
  .cid-uAIAPcbdI4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIAPcbdI4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIAPcbdI4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIAPcbdI4 .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-uAIAPcbdI4 .form-group {
  margin-bottom: 1rem;
}
.cid-uAIAPcbdI4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIAPcbdI4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIAPcbdI4 .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-uAIAPcbdI4 .mbr-section-btn {
  margin: 0;
}
.cid-uAIAPcbdI4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJG6xaQpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJG6xaQpr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJG6xaQpr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJG6xaQpr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJG6xaQpr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJG6xaQpr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJG6xaQpr .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJG6xaQpr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJG6xaQpr .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJG6xaQpr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJG6xaQpr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJG6xaQpr .soc-item a {
  color: #f81509;
}
.cid-uAJG6xaQpr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJG6xaQpr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJG6xaQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJG6xaQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwuAs5NHA {
  z-index: 1000;
  width: 100%;
}
.cid-uAwuAs5NHA nav.navbar {
  position: fixed;
}
.cid-uAwuAs5NHA .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-uAwuAs5NHA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAwuAs5NHA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAwuAs5NHA .dropdown-item:hover,
.cid-uAwuAs5NHA .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uAwuAs5NHA .dropdown-item:hover span {
  color: white;
}
.cid-uAwuAs5NHA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAwuAs5NHA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAwuAs5NHA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAwuAs5NHA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAwuAs5NHA .nav-link {
  position: relative;
}
.cid-uAwuAs5NHA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uAwuAs5NHA .container {
    flex-wrap: wrap;
  }
}
.cid-uAwuAs5NHA .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uAwuAs5NHA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAwuAs5NHA .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAwuAs5NHA .dropdown-menu,
.cid-uAwuAs5NHA .navbar.opened {
  background: #232323 !important;
}
.cid-uAwuAs5NHA .nav-item:focus,
.cid-uAwuAs5NHA .nav-link:focus {
  outline: none;
}
.cid-uAwuAs5NHA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAwuAs5NHA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAwuAs5NHA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAwuAs5NHA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAwuAs5NHA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAwuAs5NHA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAwuAs5NHA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uAwuAs5NHA .navbar.opened {
  transition: all 0.3s;
}
.cid-uAwuAs5NHA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAwuAs5NHA .navbar .navbar-logo img {
  width: auto;
}
.cid-uAwuAs5NHA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAwuAs5NHA .navbar.collapsed {
  justify-content: center;
}
.cid-uAwuAs5NHA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAwuAs5NHA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAwuAs5NHA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uAwuAs5NHA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAwuAs5NHA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAwuAs5NHA .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-uAwuAs5NHA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAwuAs5NHA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAwuAs5NHA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAwuAs5NHA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAwuAs5NHA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAwuAs5NHA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAwuAs5NHA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAwuAs5NHA .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-uAwuAs5NHA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAwuAs5NHA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAwuAs5NHA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAwuAs5NHA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAwuAs5NHA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAwuAs5NHA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAwuAs5NHA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAwuAs5NHA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAwuAs5NHA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAwuAs5NHA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAwuAs5NHA .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-uAwuAs5NHA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAwuAs5NHA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAwuAs5NHA .dropdown-item.active,
.cid-uAwuAs5NHA .dropdown-item:active {
  background-color: transparent;
}
.cid-uAwuAs5NHA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAwuAs5NHA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAwuAs5NHA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAwuAs5NHA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uAwuAs5NHA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAwuAs5NHA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAwuAs5NHA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAwuAs5NHA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAwuAs5NHA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAwuAs5NHA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uAwuAs5NHA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAwuAs5NHA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAwuAs5NHA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAwuAs5NHA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAwuAs5NHA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAwuAs5NHA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAwuAs5NHA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAwuAs5NHA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAwuAs5NHA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAwuAs5NHA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAwuAs5NHA .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-uAwuAs5NHA .navbar {
    height: 70px;
  }
  .cid-uAwuAs5NHA .navbar.opened {
    height: auto;
  }
  .cid-uAwuAs5NHA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAMnq3aMJG {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/photo-1564540586988-aa4e53c3d799.jpeg");
}
.cid-uAMnq3aMJG .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uAMnq3aMJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAMnq3aMJG .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uAMnq3aMJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAMnq3aMJG p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uAMnq3aMJG {
    align-items: center;
  }
  .cid-uAMnq3aMJG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAMnq3aMJG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAMnq3aMJG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAMnq3aMJG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAMnq3aMJG .content-wrap {
    width: 100%;
  }
}
.cid-uAMnq3aMJG .mbr-section-subtitle,
.cid-uAMnq3aMJG .line {
  color: #ffffff;
}
.cid-uAMnq3aMJG .mbr-text,
.cid-uAMnq3aMJG .mbr-section-btn {
  text-align: right;
}
.cid-uAPhvfLImn body {
  background-color: #333333;
  background-image: linear-gradient(45deg, #333333 25%, #000000 25%, #000000 50%, #333333 50%, #333333 75%, #000000 75%, #000000 100%);
  background-size: 50px 50px;
  font-family: Arial, sans-serif;
  color: white;
}
.cid-uAPhvfLImn form {
  background-color: #444444;
  border-radius: 10px;
  padding: 20px;
  max-width: 600px;
  margin: 50px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uAPhvfLImn form h2 {
  text-align: center;
  color: white;
  margin-bottom: 20px;
  font-size: 24px;
}
.cid-uAPhvfLImn label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: white;
}
.cid-uAPhvfLImn input[type="text"],
.cid-uAPhvfLImn input[type="date"],
.cid-uAPhvfLImn input[type="email"],
.cid-uAPhvfLImn input[type="tel"],
.cid-uAPhvfLImn select,
.cid-uAPhvfLImn textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: white;
  color: black;
  font-size: 16px;
}
.cid-uAPhvfLImn input[type="text"]:focus,
.cid-uAPhvfLImn input[type="date"]:focus,
.cid-uAPhvfLImn input[type="email"]:focus,
.cid-uAPhvfLImn input[type="tel"]:focus,
.cid-uAPhvfLImn select:focus,
.cid-uAPhvfLImn textarea:focus {
  border-color: #666666;
  outline: none;
}
.cid-uAPhvfLImn textarea {
  resize: vertical;
}
.cid-uAPhvfLImn button {
  background-color: #555555;
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: background-color 0.3s;
}
.cid-uAPhvfLImn button:hover {
  background-color: #777777;
}
.cid-uAwuAuqNpl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAwuAuqNpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwuAuqNpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwuAuqNpl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAwuAuqNpl .item {
    margin-bottom: 1rem;
  }
}
.cid-uAwuAuqNpl .item-wrapper {
  position: relative;
}
.cid-uAwuAuqNpl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uAwuAuqNpl .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uAwuAuqNpl .carousel-control,
.cid-uAwuAuqNpl .close {
  background: #1b1b1b;
}
.cid-uAwuAuqNpl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uAwuAuqNpl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uAwuAuqNpl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uAwuAuqNpl .carousel-control-next span {
  margin-left: 5px;
}
.cid-uAwuAuqNpl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAwuAuqNpl .close::before {
  content: '\e91a';
}
.cid-uAwuAuqNpl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uAwuAuqNpl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAwuAuqNpl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAwuAuqNpl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAwuAuqNpl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAwuAuqNpl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uAwuAuqNpl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAwuAuqNpl .carousel-indicators li.active,
.cid-uAwuAuqNpl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAwuAuqNpl .carousel-indicators li::after,
.cid-uAwuAuqNpl .carousel-indicators li::before {
  content: none;
}
.cid-uAwuAuqNpl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAwuAuqNpl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uAwuAuqNpl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAwuAuqNpl .carousel-indicators {
    display: none;
  }
}
.cid-uAwuAuqNpl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAwuAuqNpl .carousel-inner > .active {
  display: block;
}
.cid-uAwuAuqNpl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAwuAuqNpl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAwuAuqNpl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uAwuAuqNpl .carousel-control,
  .cid-uAwuAuqNpl .carousel-indicators,
  .cid-uAwuAuqNpl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uAwuAuqNpl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uAwuAuqNpl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uAwuAuqNpl .carousel-indicators .active,
.cid-uAwuAuqNpl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uAwuAuqNpl .carousel-indicators .active {
  background: #fff;
}
.cid-uAwuAuqNpl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uAwuAuqNpl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uAwuAuqNpl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAwuAuqNpl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uAwuAuqNpl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uAwuAuqNpl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uAwuAuqNpl .carousel {
  width: 100%;
}
.cid-uAwuAuqNpl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uAwuAuqNpl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uAwuAuqNpl .modal.fade .modal-dialog,
.cid-uAwuAuqNpl .modal.in .modal-dialog {
  transform: none;
}
.cid-uAwuAuqNpl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uAwuAuqNpl .content-head {
  max-width: 800px;
}
.cid-uAwuAuqNpl H3 {
  text-align: center;
}
.cid-uAwuAuqNpl H4 {
  text-align: center;
}
.cid-uAwuAvzE1z {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #eeeef7;
}
.cid-uAwuAvzE1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwuAvzE1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwuAvzE1z .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uAwuAvzE1z .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uAwuAvzE1z .mbr-name {
  color: #858585;
}
.cid-uAwuAvzE1z .mbr-text {
  color: #191c25;
}
.cid-uAwuAvzE1z .mbr-section-btn {
  text-align: center;
}
.cid-uAPrt7Ww4p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAPrt7Ww4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPrt7Ww4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPrt7Ww4p .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAPrt7Ww4p .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAPrt7Ww4p .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uAPrt7Ww4p .content-head {
  max-width: 800px;
}
.cid-uAwuAxixp0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uAwuAxixp0 img {
  width: 120px;
  margin: auto;
}
.cid-uAwuAxixp0 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uAwuAxixp0 .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uAwuAxixp0 .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uAIAP1CjKr.popup-builder {
  background-color: #ffffff;
}
.cid-uAIAP1CjKr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIAP1CjKr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIAP1CjKr .modal-content,
.cid-uAIAP1CjKr .modal-dialog {
  height: auto;
}
.cid-uAIAP1CjKr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIAP1CjKr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIAP1CjKr .form-wrapper .mbr-form .form-group,
  .cid-uAIAP1CjKr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIAP1CjKr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIAP1CjKr .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-uAIAP1CjKr .mbr-text {
  text-align: center;
}
.cid-uAIAP1CjKr .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIAP1CjKr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIAP1CjKr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIAP1CjKr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIAP1CjKr .modal-open {
  overflow: hidden;
}
.cid-uAIAP1CjKr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIAP1CjKr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIAP1CjKr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIAP1CjKr .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-uAIAP1CjKr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIAP1CjKr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIAP1CjKr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIAP1CjKr .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-uAIAP1CjKr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIAP1CjKr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIAP1CjKr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIAP1CjKr .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIAP1CjKr .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-uAIAP1CjKr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAP1CjKr .modal-header {
    padding: 1rem;
  }
}
.cid-uAIAP1CjKr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIAP1CjKr .modal-header .close svg {
  fill: #353535;
}
.cid-uAIAP1CjKr .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIAP1CjKr .modal-header .close:focus {
  outline: none;
}
.cid-uAIAP1CjKr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAIAP1CjKr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIAP1CjKr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAP1CjKr .modal-body {
    padding: 1rem;
  }
}
.cid-uAIAP1CjKr .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-uAIAP1CjKr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIAP1CjKr .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIAP1CjKr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIAP1CjKr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIAP1CjKr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIAP1CjKr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIAP1CjKr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIAP1CjKr .modal-lg,
  .cid-uAIAP1CjKr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIAP1CjKr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIAP1CjKr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIAP1CjKr .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-uAIAP1CjKr .form-group {
  margin-bottom: 1rem;
}
.cid-uAIAP1CjKr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIAP1CjKr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIAP1CjKr .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-uAIAP1CjKr .mbr-section-btn {
  margin: 0;
}
.cid-uAIAP1CjKr .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJG6xaQpr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJG6xaQpr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJG6xaQpr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJG6xaQpr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJG6xaQpr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJG6xaQpr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJG6xaQpr .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJG6xaQpr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJG6xaQpr .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJG6xaQpr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJG6xaQpr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJG6xaQpr .soc-item a {
  color: #f81509;
}
.cid-uAJG6xaQpr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJG6xaQpr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJG6xaQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJG6xaQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJGJncQbl {
  z-index: 1000;
  width: 100%;
}
.cid-uAJGJncQbl nav.navbar {
  position: fixed;
}
.cid-uAJGJncQbl .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-uAJGJncQbl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAJGJncQbl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAJGJncQbl .dropdown-item:hover,
.cid-uAJGJncQbl .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uAJGJncQbl .dropdown-item:hover span {
  color: white;
}
.cid-uAJGJncQbl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAJGJncQbl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAJGJncQbl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAJGJncQbl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAJGJncQbl .nav-link {
  position: relative;
}
.cid-uAJGJncQbl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uAJGJncQbl .container {
    flex-wrap: wrap;
  }
}
.cid-uAJGJncQbl .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uAJGJncQbl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAJGJncQbl .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAJGJncQbl .dropdown-menu,
.cid-uAJGJncQbl .navbar.opened {
  background: #232323 !important;
}
.cid-uAJGJncQbl .nav-item:focus,
.cid-uAJGJncQbl .nav-link:focus {
  outline: none;
}
.cid-uAJGJncQbl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAJGJncQbl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAJGJncQbl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAJGJncQbl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAJGJncQbl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAJGJncQbl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAJGJncQbl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uAJGJncQbl .navbar.opened {
  transition: all 0.3s;
}
.cid-uAJGJncQbl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAJGJncQbl .navbar .navbar-logo img {
  width: auto;
}
.cid-uAJGJncQbl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAJGJncQbl .navbar.collapsed {
  justify-content: center;
}
.cid-uAJGJncQbl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAJGJncQbl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAJGJncQbl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uAJGJncQbl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAJGJncQbl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAJGJncQbl .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-uAJGJncQbl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAJGJncQbl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAJGJncQbl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAJGJncQbl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAJGJncQbl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAJGJncQbl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAJGJncQbl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAJGJncQbl .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-uAJGJncQbl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAJGJncQbl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAJGJncQbl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAJGJncQbl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAJGJncQbl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAJGJncQbl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAJGJncQbl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAJGJncQbl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAJGJncQbl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAJGJncQbl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAJGJncQbl .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-uAJGJncQbl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAJGJncQbl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAJGJncQbl .dropdown-item.active,
.cid-uAJGJncQbl .dropdown-item:active {
  background-color: transparent;
}
.cid-uAJGJncQbl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAJGJncQbl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAJGJncQbl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAJGJncQbl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uAJGJncQbl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAJGJncQbl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAJGJncQbl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAJGJncQbl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAJGJncQbl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAJGJncQbl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uAJGJncQbl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAJGJncQbl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAJGJncQbl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAJGJncQbl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAJGJncQbl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAJGJncQbl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAJGJncQbl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAJGJncQbl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAJGJncQbl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAJGJncQbl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAJGJncQbl .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-uAJGJncQbl .navbar {
    height: 70px;
  }
  .cid-uAJGJncQbl .navbar.opened {
    height: auto;
  }
  .cid-uAJGJncQbl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAJGJohity {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/photo-1564540586988-aa4e53c3d799.jpeg");
}
.cid-uAJGJohity .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uAJGJohity .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJGJohity .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uAJGJohity .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJGJohity p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uAJGJohity {
    align-items: center;
  }
  .cid-uAJGJohity .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAJGJohity .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAJGJohity {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAJGJohity .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAJGJohity .content-wrap {
    width: 100%;
  }
}
.cid-uAJGJohity .mbr-section-subtitle,
.cid-uAJGJohity .line {
  color: #ffffff;
}
.cid-uAJGJohity .mbr-text,
.cid-uAJGJohity .mbr-section-btn {
  text-align: right;
}
.cid-uAJGJpaUuY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uAJGJpaUuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJGJpaUuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJGJpaUuY .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uAJGJpV6L1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uAJGJu5ivP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uAJGJu5ivP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJGJu5ivP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJGJu5ivP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAJGJvk195 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uAJGJvk195 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uAJGJvk195 img,
.cid-uAJGJvk195 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uAJGJvk195 .item:focus,
.cid-uAJGJvk195 span:focus {
  outline: none;
}
.cid-uAJGJvk195 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uAJGJvk195 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uAJGJvk195 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uAJGJvk195 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJGJvk195 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uAJGJvk195 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uAJGJvk195 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uAJGJvk195 .mbr-section-title {
  color: #ffffff;
}
.cid-uAJGJvk195 .mbr-text,
.cid-uAJGJvk195 .mbr-section-btn {
  text-align: left;
}
.cid-uAJGJvk195 .item-title {
  text-align: left;
}
.cid-uAJGJvk195 .item-subtitle {
  text-align: left;
}
.cid-uAJGJCgTHP {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAJGJCgTHP .mbr-text {
  color: #000000;
}
.cid-uAJGJCgTHP .mbr-section-subtitle {
  color: #000000;
}
.cid-uAJGJCgTHP .mbr-section-title {
  color: #000000;
}
.cid-uAJGJDRAeb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-uAJGJDRAeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJGJDRAeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJGJDRAeb .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAJGJDRAeb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAJGJDRAeb .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uAJGJDRAeb .card-text {
  color: #ffffff;
}
.cid-uAJGJDRAeb .mbr-section-title {
  color: #ffffff;
}
.cid-uAJGJDRAeb .card-title {
  color: #ffffff;
}
.cid-uAJGJFHgp2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uAJGJFHgp2 .container {
    padding: 0 16px;
  }
}
.cid-uAJGJFHgp2 .row {
  justify-content: center;
}
.cid-uAJGJFHgp2 .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAJGJFHgp2 .content-wrapper {
    display: block;
  }
}
.cid-uAJGJFHgp2 .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAJGJFHgp2 .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uAJGJFHgp2 .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uAJGJFHgp2 .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAJGJFHgp2 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uAJGJFHgp2 .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uAJGJFHgp2 .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uAJGJFHgp2 .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uAJGJFHgp2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uAJGJFHgp2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAJGJFHgp2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uAJGJFHgp2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uAJGJFHgp2 .embla__button--next,
.cid-uAJGJFHgp2 .embla__button--prev {
  display: flex;
}
.cid-uAJGJFHgp2 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uAJGJFHgp2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAJGJFHgp2 .embla__button:hover {
  opacity: .5;
}
.cid-uAJGJFHgp2 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uAJGJFHgp2 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uAJGJFHgp2 .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uAJGJFHgp2 .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAJGJFHgp2 .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uAJGJFHgp2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAJGJFHgp2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAJGJFHgp2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAJGJFHgp2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAJGJFHgp2 .mbr-desc {
  color: #000000;
}
.cid-uAJGJHY4Le {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/snimka-zaslona-2025-01-23-083059-736x338.jpg");
}
.cid-uAJGJHY4Le .mbr-overlay {
  background-color: #757b62;
  opacity: 0.2;
}
.cid-uAJGJHY4Le form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uAJGJHY4Le form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uAJGJHY4Le form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uAJGJHY4Le .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAJGJHY4Le .mbr-section-title {
  color: #ffffff;
}
.cid-uAJGJJQ5ws.popup-builder {
  background-color: #ffffff;
}
.cid-uAJGJJQ5ws.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJGJJQ5ws.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJGJJQ5ws .modal-content,
.cid-uAJGJJQ5ws .modal-dialog {
  height: auto;
}
.cid-uAJGJJQ5ws .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJGJJQ5ws .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJGJJQ5ws .form-wrapper .mbr-form .form-group,
  .cid-uAJGJJQ5ws .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJGJJQ5ws .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJGJJQ5ws .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-uAJGJJQ5ws .mbr-text {
  text-align: center;
}
.cid-uAJGJJQ5ws .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJGJJQ5ws .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJGJJQ5ws .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAJGJJQ5ws .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJGJJQ5ws .modal-open {
  overflow: hidden;
}
.cid-uAJGJJQ5ws .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJGJJQ5ws .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJGJJQ5ws .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJGJJQ5ws .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-uAJGJJQ5ws .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJGJJQ5ws .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJGJJQ5ws .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJGJJQ5ws .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-uAJGJJQ5ws .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJGJJQ5ws .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJGJJQ5ws .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJGJJQ5ws .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJGJJQ5ws .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-uAJGJJQ5ws .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJGJJQ5ws .modal-header {
    padding: 1rem;
  }
}
.cid-uAJGJJQ5ws .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJGJJQ5ws .modal-header .close svg {
  fill: #353535;
}
.cid-uAJGJJQ5ws .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJGJJQ5ws .modal-header .close:focus {
  outline: none;
}
.cid-uAJGJJQ5ws .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJGJJQ5ws .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJGJJQ5ws .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJGJJQ5ws .modal-body {
    padding: 1rem;
  }
}
.cid-uAJGJJQ5ws .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-uAJGJJQ5ws .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJGJJQ5ws .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJGJJQ5ws .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJGJJQ5ws .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJGJJQ5ws .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJGJJQ5ws .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJGJJQ5ws .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJGJJQ5ws .modal-lg,
  .cid-uAJGJJQ5ws .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJGJJQ5ws .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJGJJQ5ws .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJGJJQ5ws .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-uAJGJJQ5ws .form-group {
  margin-bottom: 1rem;
}
.cid-uAJGJJQ5ws .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJGJJQ5ws .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJGJJQ5ws .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-uAJGJJQ5ws .mbr-section-btn {
  margin: 0;
}
.cid-uAJGJJQ5ws .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJGJMcSnN {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJGJMcSnN .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJGJMcSnN .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJGJMcSnN .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJGJMcSnN .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJGJMcSnN .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJGJMcSnN .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJGJMcSnN .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJGJMcSnN .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJGJMcSnN .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJGJMcSnN .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJGJMcSnN .soc-item a {
  color: #f81509;
}
.cid-uAJGJMcSnN .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJGJMcSnN .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJGJMcSnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJGJMcSnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJHrgyszh {
  z-index: 1000;
  width: 100%;
}
.cid-uAJHrgyszh nav.navbar {
  position: fixed;
}
.cid-uAJHrgyszh .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-uAJHrgyszh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAJHrgyszh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAJHrgyszh .dropdown-item:hover,
.cid-uAJHrgyszh .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uAJHrgyszh .dropdown-item:hover span {
  color: white;
}
.cid-uAJHrgyszh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAJHrgyszh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAJHrgyszh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAJHrgyszh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAJHrgyszh .nav-link {
  position: relative;
}
.cid-uAJHrgyszh .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uAJHrgyszh .container {
    flex-wrap: wrap;
  }
}
.cid-uAJHrgyszh .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uAJHrgyszh .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAJHrgyszh .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAJHrgyszh .dropdown-menu,
.cid-uAJHrgyszh .navbar.opened {
  background: #232323 !important;
}
.cid-uAJHrgyszh .nav-item:focus,
.cid-uAJHrgyszh .nav-link:focus {
  outline: none;
}
.cid-uAJHrgyszh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAJHrgyszh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAJHrgyszh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAJHrgyszh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAJHrgyszh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAJHrgyszh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAJHrgyszh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uAJHrgyszh .navbar.opened {
  transition: all 0.3s;
}
.cid-uAJHrgyszh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAJHrgyszh .navbar .navbar-logo img {
  width: auto;
}
.cid-uAJHrgyszh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAJHrgyszh .navbar.collapsed {
  justify-content: center;
}
.cid-uAJHrgyszh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAJHrgyszh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAJHrgyszh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uAJHrgyszh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAJHrgyszh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAJHrgyszh .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-uAJHrgyszh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAJHrgyszh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAJHrgyszh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAJHrgyszh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAJHrgyszh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAJHrgyszh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAJHrgyszh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAJHrgyszh .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-uAJHrgyszh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAJHrgyszh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAJHrgyszh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAJHrgyszh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAJHrgyszh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAJHrgyszh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAJHrgyszh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAJHrgyszh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAJHrgyszh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAJHrgyszh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAJHrgyszh .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-uAJHrgyszh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAJHrgyszh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAJHrgyszh .dropdown-item.active,
.cid-uAJHrgyszh .dropdown-item:active {
  background-color: transparent;
}
.cid-uAJHrgyszh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAJHrgyszh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAJHrgyszh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAJHrgyszh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uAJHrgyszh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAJHrgyszh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAJHrgyszh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAJHrgyszh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAJHrgyszh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAJHrgyszh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uAJHrgyszh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAJHrgyszh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAJHrgyszh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAJHrgyszh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAJHrgyszh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAJHrgyszh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAJHrgyszh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAJHrgyszh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAJHrgyszh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAJHrgyszh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAJHrgyszh .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-uAJHrgyszh .navbar {
    height: 70px;
  }
  .cid-uAJHrgyszh .navbar.opened {
    height: auto;
  }
  .cid-uAJHrgyszh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAJHrionZG {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/photo-1564540586988-aa4e53c3d799.jpeg");
}
.cid-uAJHrionZG .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uAJHrionZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJHrionZG .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uAJHrionZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJHrionZG p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uAJHrionZG {
    align-items: center;
  }
  .cid-uAJHrionZG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAJHrionZG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAJHrionZG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAJHrionZG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAJHrionZG .content-wrap {
    width: 100%;
  }
}
.cid-uAJHrionZG .mbr-section-subtitle,
.cid-uAJHrionZG .line {
  color: #ffffff;
}
.cid-uAJHrionZG .mbr-text,
.cid-uAJHrionZG .mbr-section-btn {
  text-align: right;
}
.cid-uAJHrjg1Lr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uAJHrjg1Lr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJHrjg1Lr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJHrjg1Lr .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uAJHrk0hQa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uAJHrkyexU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uAJHrkyexU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJHrkyexU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJHrkyexU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAJHropKpN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uAJHropKpN .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uAJHropKpN img,
.cid-uAJHropKpN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uAJHropKpN .item:focus,
.cid-uAJHropKpN span:focus {
  outline: none;
}
.cid-uAJHropKpN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uAJHropKpN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uAJHropKpN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uAJHropKpN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJHropKpN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uAJHropKpN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uAJHropKpN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uAJHropKpN .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uAJHropKpN .mbr-text,
.cid-uAJHropKpN .mbr-section-btn {
  text-align: left;
}
.cid-uAJHropKpN .item-title {
  text-align: left;
}
.cid-uAJHropKpN .item-subtitle {
  text-align: left;
}
.cid-uAJHrr7Wrq {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAJHrr7Wrq .mbr-text {
  color: #000000;
}
.cid-uAJHrr7Wrq .mbr-section-subtitle {
  color: #000000;
}
.cid-uAJHrr7Wrq .mbr-section-title {
  color: #000000;
}
.cid-uAJHrspuam {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-uAJHrspuam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJHrspuam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJHrspuam .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAJHrspuam .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAJHrspuam .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uAJHrspuam .card-text {
  color: #ffffff;
}
.cid-uAJHrspuam .mbr-section-title {
  color: #ffffff;
}
.cid-uAJHrspuam .card-title {
  color: #ffffff;
}
.cid-uAJHrtUtpZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uAJHrtUtpZ .container {
    padding: 0 16px;
  }
}
.cid-uAJHrtUtpZ .row {
  justify-content: center;
}
.cid-uAJHrtUtpZ .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAJHrtUtpZ .content-wrapper {
    display: block;
  }
}
.cid-uAJHrtUtpZ .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAJHrtUtpZ .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uAJHrtUtpZ .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uAJHrtUtpZ .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAJHrtUtpZ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uAJHrtUtpZ .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uAJHrtUtpZ .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uAJHrtUtpZ .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uAJHrtUtpZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uAJHrtUtpZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAJHrtUtpZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uAJHrtUtpZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uAJHrtUtpZ .embla__button--next,
.cid-uAJHrtUtpZ .embla__button--prev {
  display: flex;
}
.cid-uAJHrtUtpZ .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uAJHrtUtpZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAJHrtUtpZ .embla__button:hover {
  opacity: .5;
}
.cid-uAJHrtUtpZ .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uAJHrtUtpZ .embla__button.embla__button--next {
  right: 32px;
}
.cid-uAJHrtUtpZ .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uAJHrtUtpZ .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAJHrtUtpZ .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uAJHrtUtpZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAJHrtUtpZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAJHrtUtpZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAJHrtUtpZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAJHrtUtpZ .mbr-desc {
  color: #000000;
}
.cid-uAJHrvHd5w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/snimka-zaslona-2025-01-23-083059-736x338.jpg");
}
.cid-uAJHrvHd5w .mbr-overlay {
  background-color: #757b62;
  opacity: 0.2;
}
.cid-uAJHrvHd5w form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uAJHrvHd5w form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uAJHrvHd5w form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uAJHrvHd5w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAJHrvHd5w .mbr-section-title {
  color: #ffffff;
}
.cid-uAJHrwZ49o.popup-builder {
  background-color: #ffffff;
}
.cid-uAJHrwZ49o.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJHrwZ49o.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJHrwZ49o .modal-content,
.cid-uAJHrwZ49o .modal-dialog {
  height: auto;
}
.cid-uAJHrwZ49o .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJHrwZ49o .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJHrwZ49o .form-wrapper .mbr-form .form-group,
  .cid-uAJHrwZ49o .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJHrwZ49o .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJHrwZ49o .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-uAJHrwZ49o .mbr-text {
  text-align: center;
}
.cid-uAJHrwZ49o .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJHrwZ49o .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJHrwZ49o .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAJHrwZ49o .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJHrwZ49o .modal-open {
  overflow: hidden;
}
.cid-uAJHrwZ49o .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJHrwZ49o .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJHrwZ49o .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJHrwZ49o .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-uAJHrwZ49o .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJHrwZ49o .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJHrwZ49o .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJHrwZ49o .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-uAJHrwZ49o .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJHrwZ49o .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJHrwZ49o .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJHrwZ49o .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJHrwZ49o .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-uAJHrwZ49o .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJHrwZ49o .modal-header {
    padding: 1rem;
  }
}
.cid-uAJHrwZ49o .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJHrwZ49o .modal-header .close svg {
  fill: #353535;
}
.cid-uAJHrwZ49o .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJHrwZ49o .modal-header .close:focus {
  outline: none;
}
.cid-uAJHrwZ49o .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJHrwZ49o .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJHrwZ49o .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJHrwZ49o .modal-body {
    padding: 1rem;
  }
}
.cid-uAJHrwZ49o .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-uAJHrwZ49o .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJHrwZ49o .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJHrwZ49o .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJHrwZ49o .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJHrwZ49o .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJHrwZ49o .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJHrwZ49o .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJHrwZ49o .modal-lg,
  .cid-uAJHrwZ49o .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJHrwZ49o .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJHrwZ49o .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJHrwZ49o .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-uAJHrwZ49o .form-group {
  margin-bottom: 1rem;
}
.cid-uAJHrwZ49o .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJHrwZ49o .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJHrwZ49o .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-uAJHrwZ49o .mbr-section-btn {
  margin: 0;
}
.cid-uAJHrwZ49o .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJHryuI2t {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJHryuI2t .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJHryuI2t .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJHryuI2t .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJHryuI2t .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJHryuI2t .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJHryuI2t .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJHryuI2t .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJHryuI2t .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJHryuI2t .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJHryuI2t .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJHryuI2t .soc-item a {
  color: #f81509;
}
.cid-uAJHryuI2t .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJHryuI2t .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJHryuI2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJHryuI2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJKabI0NL {
  z-index: 1000;
  width: 100%;
}
.cid-uAJKabI0NL nav.navbar {
  position: fixed;
}
.cid-uAJKabI0NL .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-uAJKabI0NL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAJKabI0NL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAJKabI0NL .dropdown-item:hover,
.cid-uAJKabI0NL .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uAJKabI0NL .dropdown-item:hover span {
  color: white;
}
.cid-uAJKabI0NL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAJKabI0NL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAJKabI0NL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAJKabI0NL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAJKabI0NL .nav-link {
  position: relative;
}
.cid-uAJKabI0NL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uAJKabI0NL .container {
    flex-wrap: wrap;
  }
}
.cid-uAJKabI0NL .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uAJKabI0NL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAJKabI0NL .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAJKabI0NL .dropdown-menu,
.cid-uAJKabI0NL .navbar.opened {
  background: #232323 !important;
}
.cid-uAJKabI0NL .nav-item:focus,
.cid-uAJKabI0NL .nav-link:focus {
  outline: none;
}
.cid-uAJKabI0NL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAJKabI0NL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAJKabI0NL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAJKabI0NL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAJKabI0NL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAJKabI0NL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAJKabI0NL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uAJKabI0NL .navbar.opened {
  transition: all 0.3s;
}
.cid-uAJKabI0NL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAJKabI0NL .navbar .navbar-logo img {
  width: auto;
}
.cid-uAJKabI0NL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAJKabI0NL .navbar.collapsed {
  justify-content: center;
}
.cid-uAJKabI0NL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAJKabI0NL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAJKabI0NL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uAJKabI0NL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAJKabI0NL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAJKabI0NL .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-uAJKabI0NL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAJKabI0NL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAJKabI0NL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAJKabI0NL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAJKabI0NL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAJKabI0NL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAJKabI0NL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAJKabI0NL .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-uAJKabI0NL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAJKabI0NL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAJKabI0NL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAJKabI0NL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAJKabI0NL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAJKabI0NL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAJKabI0NL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAJKabI0NL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAJKabI0NL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAJKabI0NL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAJKabI0NL .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-uAJKabI0NL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAJKabI0NL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAJKabI0NL .dropdown-item.active,
.cid-uAJKabI0NL .dropdown-item:active {
  background-color: transparent;
}
.cid-uAJKabI0NL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAJKabI0NL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAJKabI0NL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAJKabI0NL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uAJKabI0NL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAJKabI0NL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAJKabI0NL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAJKabI0NL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAJKabI0NL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAJKabI0NL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uAJKabI0NL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAJKabI0NL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAJKabI0NL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAJKabI0NL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAJKabI0NL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAJKabI0NL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAJKabI0NL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAJKabI0NL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAJKabI0NL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAJKabI0NL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAJKabI0NL .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-uAJKabI0NL .navbar {
    height: 70px;
  }
  .cid-uAJKabI0NL .navbar.opened {
    height: auto;
  }
  .cid-uAJKabI0NL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAJKad1Pve {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/photo-1564540586988-aa4e53c3d799.jpeg");
}
.cid-uAJKad1Pve .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uAJKad1Pve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJKad1Pve .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uAJKad1Pve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJKad1Pve p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uAJKad1Pve {
    align-items: center;
  }
  .cid-uAJKad1Pve .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAJKad1Pve .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAJKad1Pve {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAJKad1Pve .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAJKad1Pve .content-wrap {
    width: 100%;
  }
}
.cid-uAJKad1Pve .mbr-section-subtitle,
.cid-uAJKad1Pve .line {
  color: #ffffff;
}
.cid-uAJKad1Pve .mbr-text,
.cid-uAJKad1Pve .mbr-section-btn {
  text-align: right;
}
.cid-uAJKadQenb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uAJKadQenb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJKadQenb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJKadQenb .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uAJKarO4Og {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uAJKarO4Og .mbr-text {
  color: #ffffff;
}
.cid-uAJKarO4Og .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAJKarO4Og .mbr-section-title {
  color: #000000;
}
.cid-uBXgTRAnXw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f81509;
}
.cid-uBXgTRAnXw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBXgTRAnXw .item {
    margin-bottom: 1rem;
  }
}
.cid-uBXgTRAnXw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uBXgTRAnXw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uBXgTRAnXw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uBXgTRAnXw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uBXgTRAnXw .carousel-control,
.cid-uBXgTRAnXw .close {
  background: #1b1b1b;
}
.cid-uBXgTRAnXw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uBXgTRAnXw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uBXgTRAnXw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uBXgTRAnXw .carousel-control-next span {
  margin-left: 5px;
}
.cid-uBXgTRAnXw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uBXgTRAnXw .close::before {
  content: '\e91a';
}
.cid-uBXgTRAnXw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBXgTRAnXw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBXgTRAnXw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBXgTRAnXw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBXgTRAnXw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBXgTRAnXw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uBXgTRAnXw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uBXgTRAnXw .carousel-indicators li.active,
.cid-uBXgTRAnXw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uBXgTRAnXw .carousel-indicators li::after,
.cid-uBXgTRAnXw .carousel-indicators li::before {
  content: none;
}
.cid-uBXgTRAnXw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uBXgTRAnXw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uBXgTRAnXw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXgTRAnXw .carousel-indicators {
    display: none;
  }
}
.cid-uBXgTRAnXw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uBXgTRAnXw .carousel-inner > .active {
  display: block;
}
.cid-uBXgTRAnXw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBXgTRAnXw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBXgTRAnXw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uBXgTRAnXw .carousel-control,
  .cid-uBXgTRAnXw .carousel-indicators,
  .cid-uBXgTRAnXw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uBXgTRAnXw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uBXgTRAnXw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uBXgTRAnXw .carousel-indicators .active,
.cid-uBXgTRAnXw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uBXgTRAnXw .carousel-indicators .active {
  background: #fff;
}
.cid-uBXgTRAnXw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uBXgTRAnXw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uBXgTRAnXw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBXgTRAnXw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uBXgTRAnXw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uBXgTRAnXw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uBXgTRAnXw .carousel {
  width: 100%;
}
.cid-uBXgTRAnXw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uBXgTRAnXw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uBXgTRAnXw .modal.fade .modal-dialog,
.cid-uBXgTRAnXw .modal.in .modal-dialog {
  transform: none;
}
.cid-uBXgTRAnXw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uBXgTRAnXw .content-head {
  max-width: 800px;
}
.cid-uBXRxYpGLk {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uBXRxYpGLk .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uBXRxYpGLk .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uBXRxYpGLk .video-block {
    width: 100% !important;
  }
}
.cid-uAJKatxPMn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-uAJKatxPMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJKatxPMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJKatxPMn .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAJKatxPMn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAJKatxPMn .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-uAJKatxPMn .card-text {
  color: #ffffff;
}
.cid-uAJKatxPMn .mbr-section-title {
  color: #ffffff;
}
.cid-uAJKatxPMn .card-title {
  color: #ffffff;
}
.cid-uAJKavqIPE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uAJKavqIPE .container {
    padding: 0 16px;
  }
}
.cid-uAJKavqIPE .row {
  justify-content: center;
}
.cid-uAJKavqIPE .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAJKavqIPE .content-wrapper {
    display: block;
  }
}
.cid-uAJKavqIPE .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uAJKavqIPE .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uAJKavqIPE .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uAJKavqIPE .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAJKavqIPE .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uAJKavqIPE .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uAJKavqIPE .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uAJKavqIPE .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uAJKavqIPE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uAJKavqIPE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAJKavqIPE .embla__slide .slide-content {
  width: 100%;
}
.cid-uAJKavqIPE .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uAJKavqIPE .embla__button--next,
.cid-uAJKavqIPE .embla__button--prev {
  display: flex;
}
.cid-uAJKavqIPE .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uAJKavqIPE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAJKavqIPE .embla__button:hover {
  opacity: .5;
}
.cid-uAJKavqIPE .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uAJKavqIPE .embla__button.embla__button--next {
  right: 32px;
}
.cid-uAJKavqIPE .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uAJKavqIPE .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uAJKavqIPE .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uAJKavqIPE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAJKavqIPE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAJKavqIPE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAJKavqIPE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAJKavqIPE .mbr-desc {
  color: #000000;
}
.cid-uAJKaxmI17 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/snimka-zaslona-2025-01-23-083059-736x338.jpg");
}
.cid-uAJKaxmI17 .mbr-overlay {
  background-color: #757b62;
  opacity: 0.2;
}
.cid-uAJKaxmI17 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uAJKaxmI17 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uAJKaxmI17 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uAJKaxmI17 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAJKaxmI17 .mbr-section-title {
  color: #ffffff;
}
.cid-uAJKazaNrx.popup-builder {
  background-color: #ffffff;
}
.cid-uAJKazaNrx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJKazaNrx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJKazaNrx .modal-content,
.cid-uAJKazaNrx .modal-dialog {
  height: auto;
}
.cid-uAJKazaNrx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJKazaNrx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJKazaNrx .form-wrapper .mbr-form .form-group,
  .cid-uAJKazaNrx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJKazaNrx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJKazaNrx .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-uAJKazaNrx .mbr-text {
  text-align: center;
}
.cid-uAJKazaNrx .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJKazaNrx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJKazaNrx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAJKazaNrx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJKazaNrx .modal-open {
  overflow: hidden;
}
.cid-uAJKazaNrx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJKazaNrx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJKazaNrx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJKazaNrx .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-uAJKazaNrx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJKazaNrx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJKazaNrx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJKazaNrx .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-uAJKazaNrx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJKazaNrx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJKazaNrx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJKazaNrx .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJKazaNrx .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-uAJKazaNrx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJKazaNrx .modal-header {
    padding: 1rem;
  }
}
.cid-uAJKazaNrx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJKazaNrx .modal-header .close svg {
  fill: #353535;
}
.cid-uAJKazaNrx .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJKazaNrx .modal-header .close:focus {
  outline: none;
}
.cid-uAJKazaNrx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJKazaNrx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJKazaNrx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJKazaNrx .modal-body {
    padding: 1rem;
  }
}
.cid-uAJKazaNrx .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-uAJKazaNrx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJKazaNrx .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJKazaNrx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJKazaNrx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJKazaNrx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJKazaNrx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJKazaNrx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJKazaNrx .modal-lg,
  .cid-uAJKazaNrx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJKazaNrx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJKazaNrx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJKazaNrx .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-uAJKazaNrx .form-group {
  margin-bottom: 1rem;
}
.cid-uAJKazaNrx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJKazaNrx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJKazaNrx .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-uAJKazaNrx .mbr-section-btn {
  margin: 0;
}
.cid-uAJKazaNrx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAJKaBg2wg {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAJKaBg2wg .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uAJKaBg2wg .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uAJKaBg2wg .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uAJKaBg2wg .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uAJKaBg2wg .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uAJKaBg2wg .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uAJKaBg2wg .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uAJKaBg2wg .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uAJKaBg2wg .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uAJKaBg2wg .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uAJKaBg2wg .soc-item a {
  color: #f81509;
}
.cid-uAJKaBg2wg .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uAJKaBg2wg .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uAJKaBg2wg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJKaBg2wg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGncvpRutk {
  z-index: 1000;
  width: 100%;
}
.cid-uGncvpRutk nav.navbar {
  position: fixed;
}
.cid-uGncvpRutk .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-uGncvpRutk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGncvpRutk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGncvpRutk .dropdown-item:hover,
.cid-uGncvpRutk .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uGncvpRutk .dropdown-item:hover span {
  color: white;
}
.cid-uGncvpRutk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGncvpRutk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGncvpRutk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGncvpRutk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGncvpRutk .nav-link {
  position: relative;
}
.cid-uGncvpRutk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uGncvpRutk .container {
    flex-wrap: wrap;
  }
}
.cid-uGncvpRutk .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uGncvpRutk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uGncvpRutk .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGncvpRutk .dropdown-menu,
.cid-uGncvpRutk .navbar.opened {
  background: #232323 !important;
}
.cid-uGncvpRutk .nav-item:focus,
.cid-uGncvpRutk .nav-link:focus {
  outline: none;
}
.cid-uGncvpRutk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGncvpRutk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGncvpRutk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGncvpRutk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGncvpRutk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGncvpRutk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGncvpRutk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uGncvpRutk .navbar.opened {
  transition: all 0.3s;
}
.cid-uGncvpRutk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGncvpRutk .navbar .navbar-logo img {
  width: auto;
}
.cid-uGncvpRutk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGncvpRutk .navbar.collapsed {
  justify-content: center;
}
.cid-uGncvpRutk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGncvpRutk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGncvpRutk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uGncvpRutk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGncvpRutk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGncvpRutk .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-uGncvpRutk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGncvpRutk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGncvpRutk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGncvpRutk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGncvpRutk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGncvpRutk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGncvpRutk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGncvpRutk .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-uGncvpRutk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGncvpRutk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGncvpRutk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGncvpRutk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGncvpRutk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGncvpRutk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uGncvpRutk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uGncvpRutk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGncvpRutk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGncvpRutk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGncvpRutk .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-uGncvpRutk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGncvpRutk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGncvpRutk .dropdown-item.active,
.cid-uGncvpRutk .dropdown-item:active {
  background-color: transparent;
}
.cid-uGncvpRutk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGncvpRutk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGncvpRutk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGncvpRutk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uGncvpRutk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGncvpRutk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGncvpRutk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGncvpRutk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGncvpRutk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGncvpRutk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uGncvpRutk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGncvpRutk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGncvpRutk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGncvpRutk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGncvpRutk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGncvpRutk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGncvpRutk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGncvpRutk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGncvpRutk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGncvpRutk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGncvpRutk .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-uGncvpRutk .navbar {
    height: 70px;
  }
  .cid-uGncvpRutk .navbar.opened {
    height: auto;
  }
  .cid-uGncvpRutk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGncvrCaHa {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/photo-1564540586988-aa4e53c3d799.jpeg");
}
.cid-uGncvrCaHa .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uGncvrCaHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGncvrCaHa .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uGncvrCaHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGncvrCaHa p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uGncvrCaHa {
    align-items: center;
  }
  .cid-uGncvrCaHa .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGncvrCaHa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGncvrCaHa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGncvrCaHa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGncvrCaHa .content-wrap {
    width: 100%;
  }
}
.cid-uGncvrCaHa .mbr-section-subtitle,
.cid-uGncvrCaHa .line {
  color: #ffffff;
}
.cid-uGncvrCaHa .mbr-text,
.cid-uGncvrCaHa .mbr-section-btn {
  text-align: right;
}
.cid-uGncvsFGzz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uGncvsFGzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGncvsFGzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGncvsFGzz .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uGncvsFGzz .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGncvsFGzz .mbr-name {
  color: #858585;
}
.cid-uGncvsFGzz .mbr-text {
  color: #ffffff;
}
.cid-uGncvsFGzz .mbr-section-btn {
  text-align: center;
}
.cid-uGncvsFGzz .mbr-name,
.cid-uGncvsFGzz .mbr-section-btn {
  color: #000000;
}
.cid-uGncvvB6hV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGncvvB6hV .mbr-text {
  color: #000000;
}
.cid-uGncvvB6hV .mbr-section-subtitle {
  color: #000000;
}
.cid-uGncvwKhbE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uGncvwKhbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGncvwKhbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uGncvwKhbE .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uGncvwKhbE .mbr-section-title {
  color: #ffffff;
}
.cid-uGncvwKhbE .mbr-text,
.cid-uGncvwKhbE .mbr-section-btn {
  color: #ffffff;
}
.cid-uGncvwKhbE .content-head {
  max-width: 800px;
}
.cid-uGncvyrXbT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uGncvyrXbT .item-img {
  position: relative;
}
.cid-uGncvyrXbT .item-img img {
  transition: all 0.2s;
}
.cid-uGncvyrXbT h5 {
  line-height: 1.2;
}
.cid-uGncvyrXbT .item {
  transition: transform 0.3s;
}
.cid-uGncvyrXbT .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uGncvyrXbT .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uGncvyrXbT .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uGncvyrXbT .item {
    margin-bottom: 2rem;
  }
}
.cid-uGncvyrXbT .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #000000;
}
@media (max-width: 992px) {
  .cid-uGncvyrXbT .subtitle-wrap,
  .cid-uGncvyrXbT .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uGncvyrXbT .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uGncvyrXbT .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGncvyrXbT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGncvyrXbT .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uGncvyrXbT .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uGncvyrXbT .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uGncvyrXbT .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uGncvyrXbT .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uGncvyrXbT .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uGncvyrXbT .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uGncvyrXbT .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uGncvyrXbT .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uGncvyrXbT .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uGncvyrXbT img,
.cid-uGncvyrXbT .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uGncvyrXbT .item:focus,
.cid-uGncvyrXbT span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uGncvyrXbT .item {
    margin-bottom: 1rem;
  }
}
.cid-uGncvyrXbT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uGncvyrXbT .item-title {
  text-align: left;
  color: #000000;
}
.cid-uGncvyrXbT .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uGncvyrXbT .mbr-text,
.cid-uGncvyrXbT .item .mbr-section-btn {
  color: #000000;
}
.cid-uGncvyrXbT .mbr-section-subtitle,
.cid-uGncvyrXbT .subtitle-wrap,
.cid-uGncvyrXbT .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uGncvGcp4L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uGncvGcp4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGncvGcp4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGncvGcp4L .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uGncvGcp4L .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uGncvGcp4L .container {
    padding: 0 20px;
  }
}
.cid-uGncvGcp4L .row {
  justify-content: center;
}
.cid-uGncvGcp4L .title-wrapper {
  margin-bottom: 50px;
}
.cid-uGncvGcp4L .title-wrapper .mbr-date {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGncvGcp4L .title-wrapper .mbr-date {
    margin-bottom: 24px;
  }
}
.cid-uGncvGcp4L .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uGncvGcp4L .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGncvGcp4L .item .item-wrapper {
  background-color: #fafafa;
  display: flex;
  padding: 24px 50px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uGncvGcp4L .item .item-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGncvGcp4L .item .item-wrapper .item-img {
  width: 330px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uGncvGcp4L .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uGncvGcp4L .item .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGncvGcp4L .item .item-wrapper .item-img img {
    width: 200px;
    height: 180px;
    margin: 0 auto;
  }
}
.cid-uGncvGcp4L .item .item-wrapper .item-content {
  width: 60%;
}
.cid-uGncvGcp4L .item .item-wrapper .item-content .title-wrap {
  margin-bottom: 16px;
}
.cid-uGncvGcp4L .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uGncvGcp4L .item .item-wrapper .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uGncvGcp4L .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-uGncvGcp4L .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price-desc {
  margin-bottom: 10px;
}
.cid-uGncvGcp4L .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 16px;
}
.cid-uGncvGcp4L .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uGncvGcp4L .mbr-date {
  color: #1b1b1b;
  text-align: center;
}
.cid-uGncvGcp4L .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGncvGcp4L .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGncvGcp4L .item-title {
  color: #1b1b1b;
}
.cid-uGncvGcp4L .mbr-desc {
  color: #1b1b1b;
}
.cid-uGncvGcp4L .mbr-price-desc {
  color: #1b1b1b;
}
.cid-uGncvGcp4L .mbr-price {
  color: #1b1b1b;
}
.cid-uGncvKIYL0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/snimka-zaslona-2025-01-23-083059-736x338.jpg");
}
.cid-uGncvKIYL0 .mbr-overlay {
  background-color: #757b62;
  opacity: 0.2;
}
.cid-uGncvKIYL0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uGncvKIYL0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uGncvKIYL0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uGncvKIYL0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGncvKIYL0 .mbr-section-title {
  color: #ffffff;
}
.cid-uGncvRpTXN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uGncvRpTXN .container {
    padding: 0 16px;
  }
}
.cid-uGncvRpTXN .row {
  justify-content: center;
}
.cid-uGncvRpTXN .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uGncvRpTXN .content-wrapper {
    display: block;
  }
}
.cid-uGncvRpTXN .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uGncvRpTXN .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uGncvRpTXN .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uGncvRpTXN .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGncvRpTXN .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uGncvRpTXN .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uGncvRpTXN .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uGncvRpTXN .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uGncvRpTXN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uGncvRpTXN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGncvRpTXN .embla__slide .slide-content {
  width: 100%;
}
.cid-uGncvRpTXN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uGncvRpTXN .embla__button--next,
.cid-uGncvRpTXN .embla__button--prev {
  display: flex;
}
.cid-uGncvRpTXN .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uGncvRpTXN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGncvRpTXN .embla__button:hover {
  opacity: .5;
}
.cid-uGncvRpTXN .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uGncvRpTXN .embla__button.embla__button--next {
  right: 32px;
}
.cid-uGncvRpTXN .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uGncvRpTXN .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uGncvRpTXN .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uGncvRpTXN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uGncvRpTXN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGncvRpTXN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGncvRpTXN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGncvRpTXN .mbr-desc {
  color: #000000;
}
.cid-uGncvUmyyN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGncvUmyyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGncvUmyyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGncvUmyyN .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGncvUmyyN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGncvUmyyN .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGncvUmyyN .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uGncvUmyyN .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uGncvUmyyN .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uGncvUmyyN .image-wrapper {
  padding: 0 1rem;
}
.cid-uGncvUmyyN img,
.cid-uGncvUmyyN .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGncvUmyyN img,
  .cid-uGncvUmyyN .image-wrapper {
    max-height: 350px;
  }
}
.cid-uGncvUmyyN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uGncvUmyyN .mbr-text {
  color: #000000;
}
.cid-uGncvUmyyN .mbr-text,
.cid-uGncvUmyyN .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-uGncvUmyyN .price {
  color: #232323;
  text-align: left;
}
.cid-uGncvUmyyN .content-head {
  max-width: 800px;
}
.cid-uGncvUmyyN .mbr-section-maintitle {
  text-align: center;
}
.cid-uGncvUmyyN .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uGncvWQOSv.popup-builder {
  background-color: #ffffff;
}
.cid-uGncvWQOSv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGncvWQOSv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGncvWQOSv .modal-content,
.cid-uGncvWQOSv .modal-dialog {
  height: auto;
}
.cid-uGncvWQOSv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGncvWQOSv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGncvWQOSv .form-wrapper .mbr-form .form-group,
  .cid-uGncvWQOSv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGncvWQOSv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGncvWQOSv .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-uGncvWQOSv .mbr-text {
  text-align: center;
}
.cid-uGncvWQOSv .pt-0 {
  padding-top: 0 !important;
}
.cid-uGncvWQOSv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGncvWQOSv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGncvWQOSv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGncvWQOSv .modal-open {
  overflow: hidden;
}
.cid-uGncvWQOSv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGncvWQOSv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGncvWQOSv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGncvWQOSv .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-uGncvWQOSv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGncvWQOSv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGncvWQOSv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGncvWQOSv .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-uGncvWQOSv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGncvWQOSv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGncvWQOSv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGncvWQOSv .modal-backdrop.show {
  opacity: .5;
}
.cid-uGncvWQOSv .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-uGncvWQOSv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGncvWQOSv .modal-header {
    padding: 1rem;
  }
}
.cid-uGncvWQOSv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGncvWQOSv .modal-header .close svg {
  fill: #353535;
}
.cid-uGncvWQOSv .modal-header .close:hover {
  opacity: 1;
}
.cid-uGncvWQOSv .modal-header .close:focus {
  outline: none;
}
.cid-uGncvWQOSv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGncvWQOSv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGncvWQOSv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGncvWQOSv .modal-body {
    padding: 1rem;
  }
}
.cid-uGncvWQOSv .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-uGncvWQOSv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGncvWQOSv .modal-footer {
    padding: 1rem;
  }
}
.cid-uGncvWQOSv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGncvWQOSv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGncvWQOSv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGncvWQOSv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGncvWQOSv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGncvWQOSv .modal-lg,
  .cid-uGncvWQOSv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGncvWQOSv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGncvWQOSv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGncvWQOSv .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-uGncvWQOSv .form-group {
  margin-bottom: 1rem;
}
.cid-uGncvWQOSv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGncvWQOSv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGncvWQOSv .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-uGncvWQOSv .mbr-section-btn {
  margin: 0;
}
.cid-uGncvWQOSv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGncw1gCvN {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uGncw1gCvN .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uGncw1gCvN .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uGncw1gCvN .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uGncw1gCvN .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uGncw1gCvN .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uGncw1gCvN .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uGncw1gCvN .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uGncw1gCvN .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uGncw1gCvN .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uGncw1gCvN .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uGncw1gCvN .soc-item a {
  color: #f81509;
}
.cid-uGncw1gCvN .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uGncw1gCvN .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uGncw1gCvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGncw1gCvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHvE2rwUF {
  z-index: 1000;
  width: 100%;
}
.cid-uCHvE2rwUF nav.navbar {
  position: fixed;
}
.cid-uCHvE2rwUF .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-uCHvE2rwUF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCHvE2rwUF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCHvE2rwUF .dropdown-item:hover,
.cid-uCHvE2rwUF .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uCHvE2rwUF .dropdown-item:hover span {
  color: white;
}
.cid-uCHvE2rwUF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCHvE2rwUF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCHvE2rwUF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCHvE2rwUF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCHvE2rwUF .nav-link {
  position: relative;
}
.cid-uCHvE2rwUF .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uCHvE2rwUF .container {
    flex-wrap: wrap;
  }
}
.cid-uCHvE2rwUF .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uCHvE2rwUF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uCHvE2rwUF .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCHvE2rwUF .dropdown-menu,
.cid-uCHvE2rwUF .navbar.opened {
  background: #232323 !important;
}
.cid-uCHvE2rwUF .nav-item:focus,
.cid-uCHvE2rwUF .nav-link:focus {
  outline: none;
}
.cid-uCHvE2rwUF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCHvE2rwUF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCHvE2rwUF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCHvE2rwUF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHvE2rwUF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCHvE2rwUF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCHvE2rwUF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uCHvE2rwUF .navbar.opened {
  transition: all 0.3s;
}
.cid-uCHvE2rwUF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCHvE2rwUF .navbar .navbar-logo img {
  width: auto;
}
.cid-uCHvE2rwUF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCHvE2rwUF .navbar.collapsed {
  justify-content: center;
}
.cid-uCHvE2rwUF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCHvE2rwUF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCHvE2rwUF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uCHvE2rwUF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCHvE2rwUF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCHvE2rwUF .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-uCHvE2rwUF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCHvE2rwUF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCHvE2rwUF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCHvE2rwUF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCHvE2rwUF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCHvE2rwUF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCHvE2rwUF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCHvE2rwUF .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-uCHvE2rwUF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCHvE2rwUF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCHvE2rwUF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCHvE2rwUF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCHvE2rwUF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCHvE2rwUF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCHvE2rwUF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCHvE2rwUF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCHvE2rwUF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCHvE2rwUF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCHvE2rwUF .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-uCHvE2rwUF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCHvE2rwUF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCHvE2rwUF .dropdown-item.active,
.cid-uCHvE2rwUF .dropdown-item:active {
  background-color: transparent;
}
.cid-uCHvE2rwUF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCHvE2rwUF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCHvE2rwUF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCHvE2rwUF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uCHvE2rwUF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCHvE2rwUF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCHvE2rwUF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCHvE2rwUF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCHvE2rwUF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCHvE2rwUF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uCHvE2rwUF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCHvE2rwUF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHvE2rwUF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHvE2rwUF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCHvE2rwUF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHvE2rwUF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCHvE2rwUF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCHvE2rwUF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHvE2rwUF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCHvE2rwUF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCHvE2rwUF .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-uCHvE2rwUF .navbar {
    height: 70px;
  }
  .cid-uCHvE2rwUF .navbar.opened {
    height: auto;
  }
  .cid-uCHvE2rwUF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCHvE3kaEz {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/photo-1564540586988-aa4e53c3d799.jpeg");
}
.cid-uCHvE3kaEz .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uCHvE3kaEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHvE3kaEz .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uCHvE3kaEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHvE3kaEz p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uCHvE3kaEz {
    align-items: center;
  }
  .cid-uCHvE3kaEz .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCHvE3kaEz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCHvE3kaEz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uCHvE3kaEz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCHvE3kaEz .content-wrap {
    width: 100%;
  }
}
.cid-uCHvE3kaEz .mbr-section-subtitle,
.cid-uCHvE3kaEz .line {
  color: #ffffff;
}
.cid-uCHvE3kaEz .mbr-text,
.cid-uCHvE3kaEz .mbr-section-btn {
  text-align: right;
}
.cid-uCHvE48i9R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uCHvE48i9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHvE48i9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHvE48i9R .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uCHvE48i9R .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uCHvE48i9R .mbr-name {
  color: #858585;
}
.cid-uCHvE48i9R .mbr-text {
  color: #ffffff;
}
.cid-uCHvE48i9R .mbr-section-btn {
  text-align: center;
}
.cid-uCHvE48i9R .mbr-name,
.cid-uCHvE48i9R .mbr-section-btn {
  color: #000000;
}
.cid-uCHvE4MOFy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCHvE4MOFy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCHvE4MOFy .item {
    margin-bottom: 1rem;
  }
}
.cid-uCHvE4MOFy .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-uCHvE4MOFy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uCHvE4MOFy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uCHvE4MOFy .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uCHvE4MOFy .carousel-control,
.cid-uCHvE4MOFy .close {
  background: #1b1b1b;
}
.cid-uCHvE4MOFy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCHvE4MOFy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCHvE4MOFy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCHvE4MOFy .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCHvE4MOFy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCHvE4MOFy .close::before {
  content: '\e91a';
}
.cid-uCHvE4MOFy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCHvE4MOFy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCHvE4MOFy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCHvE4MOFy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCHvE4MOFy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCHvE4MOFy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCHvE4MOFy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCHvE4MOFy .carousel-indicators li.active,
.cid-uCHvE4MOFy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCHvE4MOFy .carousel-indicators li::after,
.cid-uCHvE4MOFy .carousel-indicators li::before {
  content: none;
}
.cid-uCHvE4MOFy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCHvE4MOFy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHvE4MOFy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHvE4MOFy .carousel-indicators {
    display: none;
  }
}
.cid-uCHvE4MOFy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCHvE4MOFy .carousel-inner > .active {
  display: block;
}
.cid-uCHvE4MOFy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCHvE4MOFy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCHvE4MOFy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCHvE4MOFy .carousel-control,
  .cid-uCHvE4MOFy .carousel-indicators,
  .cid-uCHvE4MOFy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCHvE4MOFy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCHvE4MOFy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCHvE4MOFy .carousel-indicators .active,
.cid-uCHvE4MOFy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCHvE4MOFy .carousel-indicators .active {
  background: #fff;
}
.cid-uCHvE4MOFy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCHvE4MOFy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCHvE4MOFy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCHvE4MOFy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCHvE4MOFy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCHvE4MOFy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCHvE4MOFy .carousel {
  width: 100%;
}
.cid-uCHvE4MOFy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCHvE4MOFy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCHvE4MOFy .modal.fade .modal-dialog,
.cid-uCHvE4MOFy .modal.in .modal-dialog {
  transform: none;
}
.cid-uCHvE4MOFy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCHvE4MOFy .content-head {
  max-width: 800px;
}
.cid-uCHvE4MOFy H3 {
  text-align: left;
}
.cid-uCHvE4MOFy H6 {
  color: #232323;
}
.cid-uGKNHopSSo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGKNHopSSo .title__wrap {
  margin-bottom: 30px;
}
.cid-uGKNHopSSo .title__block {
  margin-bottom: 10px;
}
.cid-uGKNHopSSo .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGKNHopSSo .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uGKNHopSSo .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uGKNHopSSo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uGKNHopSSo .mbr-section-btn .btn-secondary-outline:hover {
  color: #ffffff !important;
}
.cid-uGKNHopSSo .card__text1,
.cid-uGKNHopSSo .card__text2,
.cid-uGKNHopSSo .card__text3,
.cid-uGKNHopSSo .card__text4 {
  margin: 10px 0 30px;
}
@media (max-width: 575px) {
  .cid-uGKNHopSSo .mbr-section-btn .btn {
    margin-bottom: 0;
  }
  .cid-uGKNHopSSo .buttons {
    justify-content: flex-start;
  }
}
.cid-uGKNHopSSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGKNHopSSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLcb1xRRc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGLcb1xRRc .item:focus,
.cid-uGLcb1xRRc span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uGLcb1xRRc .align-right {
    text-align: center;
  }
}
.cid-uGLcb1xRRc .card-wrapper {
  background: #232323;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGLcb1xRRc .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-uGLcb1xRRc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGLcb1xRRc .item {
    margin-bottom: 1rem;
  }
}
.cid-uGLcb1xRRc .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uGLcb1xRRc .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGLcb1xRRc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGLcb1xRRc .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-uGLcb1xRRc .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-uGLcb1xRRc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGLcb1xRRc .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uGLcb1xRRc .mbr-text,
.cid-uGLcb1xRRc .item .mbr-section-btn {
  text-align: center;
}
.cid-uGLcb1xRRc .mbr-number {
  color: #f0466a;
}
.cid-uGLcb1xRRc .mbr-section-subtitle,
.cid-uGLcb1xRRc .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uGLcb1xRRc .mbr-text {
  text-align: left;
}
.cid-uGLcb1xRRc .mbr-text,
.cid-uGLcb1xRRc .mbr-card-btn {
  text-align: left;
}
.cid-uGLcb1xRRc .mbr-text,
.cid-uGLcb1xRRc .mbr-section-btn {
  text-align: left;
}
.cid-uGLcb1xRRc .mbr-text,
.cid-uGLcb1xRRc .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uGLcb1xRRc .card-text,
.cid-uGLcb1xRRc .item .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uGLcb1xRRc .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-uCHvE78YTq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uCHvE78YTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHvE78YTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uCHvE78YTq .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uCHvE78YTq .mbr-section-title {
  color: #ffffff;
}
.cid-uCHvE78YTq .mbr-text,
.cid-uCHvE78YTq .mbr-section-btn {
  color: #ffffff;
}
.cid-uCHvE78YTq .content-head {
  max-width: 800px;
}
.cid-uCHvE8D5nw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uCHvE8D5nw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHvE8D5nw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHvE8D5nw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uCHvE8D5nw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uCHvE8D5nw .container {
    padding: 0 20px;
  }
}
.cid-uCHvE8D5nw .row {
  justify-content: center;
}
.cid-uCHvE8D5nw .title-wrapper {
  margin-bottom: 50px;
}
.cid-uCHvE8D5nw .title-wrapper .mbr-date {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCHvE8D5nw .title-wrapper .mbr-date {
    margin-bottom: 24px;
  }
}
.cid-uCHvE8D5nw .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uCHvE8D5nw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCHvE8D5nw .item .item-wrapper {
  background-color: #fafafa;
  display: flex;
  padding: 24px 50px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uCHvE8D5nw .item .item-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uCHvE8D5nw .item .item-wrapper .item-img {
  width: 330px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uCHvE8D5nw .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uCHvE8D5nw .item .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCHvE8D5nw .item .item-wrapper .item-img img {
    width: 200px;
    height: 180px;
    margin: 0 auto;
  }
}
.cid-uCHvE8D5nw .item .item-wrapper .item-content {
  width: 60%;
}
.cid-uCHvE8D5nw .item .item-wrapper .item-content .title-wrap {
  margin-bottom: 16px;
}
.cid-uCHvE8D5nw .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uCHvE8D5nw .item .item-wrapper .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uCHvE8D5nw .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-uCHvE8D5nw .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price-desc {
  margin-bottom: 10px;
}
.cid-uCHvE8D5nw .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 16px;
}
.cid-uCHvE8D5nw .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCHvE8D5nw .mbr-date {
  color: #1b1b1b;
  text-align: center;
}
.cid-uCHvE8D5nw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uCHvE8D5nw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uCHvE8D5nw .item-title {
  color: #1b1b1b;
}
.cid-uCHvE8D5nw .mbr-desc {
  color: #1b1b1b;
}
.cid-uCHvE8D5nw .mbr-price-desc {
  color: #1b1b1b;
}
.cid-uCHvE8D5nw .mbr-price {
  color: #1b1b1b;
}
.cid-uCHvE9ONqR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/snimka-zaslona-2025-01-23-083059-736x338.jpg");
}
.cid-uCHvE9ONqR .mbr-overlay {
  background-color: #757b62;
  opacity: 0.2;
}
.cid-uCHvE9ONqR form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uCHvE9ONqR form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uCHvE9ONqR form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uCHvE9ONqR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCHvE9ONqR .mbr-section-title {
  color: #ffffff;
}
.cid-uCHvEaG8f7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCHvEaG8f7 .container {
    padding: 0 16px;
  }
}
.cid-uCHvEaG8f7 .row {
  justify-content: center;
}
.cid-uCHvEaG8f7 .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCHvEaG8f7 .content-wrapper {
    display: block;
  }
}
.cid-uCHvEaG8f7 .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uCHvEaG8f7 .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uCHvEaG8f7 .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uCHvEaG8f7 .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCHvEaG8f7 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uCHvEaG8f7 .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uCHvEaG8f7 .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCHvEaG8f7 .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uCHvEaG8f7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uCHvEaG8f7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uCHvEaG8f7 .embla__slide .slide-content {
  width: 100%;
}
.cid-uCHvEaG8f7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uCHvEaG8f7 .embla__button--next,
.cid-uCHvEaG8f7 .embla__button--prev {
  display: flex;
}
.cid-uCHvEaG8f7 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uCHvEaG8f7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCHvEaG8f7 .embla__button:hover {
  opacity: .5;
}
.cid-uCHvEaG8f7 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uCHvEaG8f7 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uCHvEaG8f7 .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uCHvEaG8f7 .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uCHvEaG8f7 .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uCHvEaG8f7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uCHvEaG8f7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCHvEaG8f7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCHvEaG8f7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCHvEaG8f7 .mbr-desc {
  color: #000000;
}
.cid-uCHvEeJzbk {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uCHvEeJzbk .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uCHvEeJzbk .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uCHvEeJzbk .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uCHvEeJzbk .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uCHvEeJzbk .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uCHvEeJzbk .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uCHvEeJzbk .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uCHvEeJzbk .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uCHvEeJzbk .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uCHvEeJzbk .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uCHvEeJzbk .soc-item a {
  color: #f81509;
}
.cid-uCHvEeJzbk .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uCHvEeJzbk .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uCHvEeJzbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHvEeJzbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLluBdnJR.popup-builder {
  background-color: #ffffff;
}
.cid-uGLluBdnJR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGLluBdnJR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGLluBdnJR .modal-content,
.cid-uGLluBdnJR .modal-dialog {
  height: auto;
}
.cid-uGLluBdnJR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGLluBdnJR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGLluBdnJR .form-wrapper .mbr-form .form-group,
  .cid-uGLluBdnJR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGLluBdnJR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGLluBdnJR .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-uGLluBdnJR .mbr-text {
  text-align: center;
}
.cid-uGLluBdnJR .pt-0 {
  padding-top: 0 !important;
}
.cid-uGLluBdnJR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGLluBdnJR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGLluBdnJR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGLluBdnJR .modal-open {
  overflow: hidden;
}
.cid-uGLluBdnJR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGLluBdnJR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGLluBdnJR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGLluBdnJR .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-uGLluBdnJR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGLluBdnJR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGLluBdnJR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGLluBdnJR .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-uGLluBdnJR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGLluBdnJR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGLluBdnJR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGLluBdnJR .modal-backdrop.show {
  opacity: .5;
}
.cid-uGLluBdnJR .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-uGLluBdnJR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGLluBdnJR .modal-header {
    padding: 1rem;
  }
}
.cid-uGLluBdnJR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGLluBdnJR .modal-header .close svg {
  fill: #353535;
}
.cid-uGLluBdnJR .modal-header .close:hover {
  opacity: 1;
}
.cid-uGLluBdnJR .modal-header .close:focus {
  outline: none;
}
.cid-uGLluBdnJR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGLluBdnJR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGLluBdnJR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGLluBdnJR .modal-body {
    padding: 1rem;
  }
}
.cid-uGLluBdnJR .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-uGLluBdnJR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGLluBdnJR .modal-footer {
    padding: 1rem;
  }
}
.cid-uGLluBdnJR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGLluBdnJR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGLluBdnJR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGLluBdnJR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGLluBdnJR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGLluBdnJR .modal-lg,
  .cid-uGLluBdnJR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGLluBdnJR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGLluBdnJR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGLluBdnJR .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-uGLluBdnJR .form-group {
  margin-bottom: 1rem;
}
.cid-uGLluBdnJR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGLluBdnJR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGLluBdnJR .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-uGLluBdnJR .mbr-section-btn {
  margin: 0;
}
.cid-uGLluBdnJR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGLEXiioza {
  z-index: 1000;
  width: 100%;
}
.cid-uGLEXiioza nav.navbar {
  position: fixed;
}
.cid-uGLEXiioza .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-uGLEXiioza .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGLEXiioza .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGLEXiioza .dropdown-item:hover,
.cid-uGLEXiioza .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uGLEXiioza .dropdown-item:hover span {
  color: white;
}
.cid-uGLEXiioza .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGLEXiioza .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGLEXiioza .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGLEXiioza .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGLEXiioza .nav-link {
  position: relative;
}
.cid-uGLEXiioza .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uGLEXiioza .container {
    flex-wrap: wrap;
  }
}
.cid-uGLEXiioza .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uGLEXiioza .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uGLEXiioza .iconfont-wrapper {
  color: #757b62 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGLEXiioza .dropdown-menu,
.cid-uGLEXiioza .navbar.opened {
  background: #232323 !important;
}
.cid-uGLEXiioza .nav-item:focus,
.cid-uGLEXiioza .nav-link:focus {
  outline: none;
}
.cid-uGLEXiioza .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGLEXiioza .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGLEXiioza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGLEXiioza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGLEXiioza .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGLEXiioza .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGLEXiioza .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.4);
}
.cid-uGLEXiioza .navbar.opened {
  transition: all 0.3s;
}
.cid-uGLEXiioza .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGLEXiioza .navbar .navbar-logo img {
  width: auto;
}
.cid-uGLEXiioza .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGLEXiioza .navbar.collapsed {
  justify-content: center;
}
.cid-uGLEXiioza .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGLEXiioza .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGLEXiioza .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uGLEXiioza .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGLEXiioza .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGLEXiioza .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-uGLEXiioza .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGLEXiioza .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGLEXiioza .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGLEXiioza .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGLEXiioza .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGLEXiioza .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGLEXiioza .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGLEXiioza .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-uGLEXiioza .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGLEXiioza .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGLEXiioza .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGLEXiioza .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGLEXiioza .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGLEXiioza .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uGLEXiioza .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uGLEXiioza .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGLEXiioza .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGLEXiioza .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGLEXiioza .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-uGLEXiioza .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGLEXiioza .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGLEXiioza .dropdown-item.active,
.cid-uGLEXiioza .dropdown-item:active {
  background-color: transparent;
}
.cid-uGLEXiioza .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGLEXiioza .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGLEXiioza .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGLEXiioza .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uGLEXiioza .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGLEXiioza .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGLEXiioza ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGLEXiioza .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGLEXiioza button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGLEXiioza button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f81509;
}
.cid-uGLEXiioza button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGLEXiioza button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGLEXiioza button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGLEXiioza button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGLEXiioza nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGLEXiioza nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGLEXiioza nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGLEXiioza nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGLEXiioza .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGLEXiioza a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGLEXiioza .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-uGLEXiioza .navbar {
    height: 70px;
  }
  .cid-uGLEXiioza .navbar.opened {
    height: auto;
  }
  .cid-uGLEXiioza .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGLEXkDcjY {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/photo-1564540586988-aa4e53c3d799.jpeg");
}
.cid-uGLEXkDcjY .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uGLEXkDcjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLEXkDcjY .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uGLEXkDcjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLEXkDcjY p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uGLEXkDcjY {
    align-items: center;
  }
  .cid-uGLEXkDcjY .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGLEXkDcjY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGLEXkDcjY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGLEXkDcjY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGLEXkDcjY .content-wrap {
    width: 100%;
  }
}
.cid-uGLEXkDcjY .mbr-section-subtitle,
.cid-uGLEXkDcjY .line {
  color: #ffffff;
}
.cid-uGLEXkDcjY .mbr-text,
.cid-uGLEXkDcjY .mbr-section-btn {
  text-align: right;
}
.cid-uGLEXlyqdy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uGLEXlyqdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLEXlyqdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLEXlyqdy .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uGLEXlyqdy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGLEXlyqdy .mbr-name {
  color: #858585;
}
.cid-uGLEXlyqdy .mbr-text {
  color: #ffffff;
}
.cid-uGLEXlyqdy .mbr-section-btn {
  text-align: center;
}
.cid-uGLEXlyqdy .mbr-name,
.cid-uGLEXlyqdy .mbr-section-btn {
  color: #000000;
}
.cid-uGLEXmhoii {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGLEXmhoii .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGLEXmhoii .item {
    margin-bottom: 1rem;
  }
}
.cid-uGLEXmhoii .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-uGLEXmhoii .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGLEXmhoii .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGLEXmhoii .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGLEXmhoii .carousel-control,
.cid-uGLEXmhoii .close {
  background: #1b1b1b;
}
.cid-uGLEXmhoii .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGLEXmhoii .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGLEXmhoii .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGLEXmhoii .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGLEXmhoii .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGLEXmhoii .close::before {
  content: '\e91a';
}
.cid-uGLEXmhoii .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGLEXmhoii .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGLEXmhoii .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGLEXmhoii .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGLEXmhoii .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGLEXmhoii .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGLEXmhoii .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGLEXmhoii .carousel-indicators li.active,
.cid-uGLEXmhoii .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGLEXmhoii .carousel-indicators li::after,
.cid-uGLEXmhoii .carousel-indicators li::before {
  content: none;
}
.cid-uGLEXmhoii .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGLEXmhoii .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGLEXmhoii .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGLEXmhoii .carousel-indicators {
    display: none;
  }
}
.cid-uGLEXmhoii .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGLEXmhoii .carousel-inner > .active {
  display: block;
}
.cid-uGLEXmhoii .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGLEXmhoii .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGLEXmhoii .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGLEXmhoii .carousel-control,
  .cid-uGLEXmhoii .carousel-indicators,
  .cid-uGLEXmhoii .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGLEXmhoii .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGLEXmhoii .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGLEXmhoii .carousel-indicators .active,
.cid-uGLEXmhoii .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGLEXmhoii .carousel-indicators .active {
  background: #fff;
}
.cid-uGLEXmhoii .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGLEXmhoii .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGLEXmhoii .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGLEXmhoii .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGLEXmhoii .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGLEXmhoii .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGLEXmhoii .carousel {
  width: 100%;
}
.cid-uGLEXmhoii .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGLEXmhoii .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGLEXmhoii .modal.fade .modal-dialog,
.cid-uGLEXmhoii .modal.in .modal-dialog {
  transform: none;
}
.cid-uGLEXmhoii .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGLEXmhoii .content-head {
  max-width: 800px;
}
.cid-uGLEXmhoii H3 {
  text-align: left;
}
.cid-uGLEXmhoii H6 {
  color: #232323;
}
.cid-uGLEXnZ81D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGLEXnZ81D .title__wrap {
  margin-bottom: 30px;
}
.cid-uGLEXnZ81D .title__block {
  margin-bottom: 10px;
}
.cid-uGLEXnZ81D .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGLEXnZ81D .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uGLEXnZ81D .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uGLEXnZ81D .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uGLEXnZ81D .mbr-section-btn .btn-secondary-outline:hover {
  color: #ffffff !important;
}
.cid-uGLEXnZ81D .card__text1,
.cid-uGLEXnZ81D .card__text2,
.cid-uGLEXnZ81D .card__text3,
.cid-uGLEXnZ81D .card__text4 {
  margin: 10px 0 30px;
}
@media (max-width: 575px) {
  .cid-uGLEXnZ81D .mbr-section-btn .btn {
    margin-bottom: 0;
  }
  .cid-uGLEXnZ81D .buttons {
    justify-content: flex-start;
  }
}
.cid-uGLEXnZ81D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLEXnZ81D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLEXpyeH3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGLEXpyeH3 .item:focus,
.cid-uGLEXpyeH3 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uGLEXpyeH3 .align-right {
    text-align: center;
  }
}
.cid-uGLEXpyeH3 .card-wrapper {
  background: #232323;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGLEXpyeH3 .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-uGLEXpyeH3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGLEXpyeH3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uGLEXpyeH3 .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uGLEXpyeH3 .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGLEXpyeH3 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGLEXpyeH3 .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-uGLEXpyeH3 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-uGLEXpyeH3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGLEXpyeH3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uGLEXpyeH3 .mbr-text,
.cid-uGLEXpyeH3 .item .mbr-section-btn {
  text-align: center;
}
.cid-uGLEXpyeH3 .mbr-number {
  color: #f0466a;
}
.cid-uGLEXpyeH3 .mbr-section-subtitle,
.cid-uGLEXpyeH3 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uGLEXpyeH3 .mbr-text {
  text-align: left;
}
.cid-uGLEXpyeH3 .mbr-text,
.cid-uGLEXpyeH3 .mbr-card-btn {
  text-align: left;
}
.cid-uGLEXpyeH3 .mbr-text,
.cid-uGLEXpyeH3 .mbr-section-btn {
  text-align: left;
}
.cid-uGLEXpyeH3 .mbr-text,
.cid-uGLEXpyeH3 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uGLEXpyeH3 .card-text,
.cid-uGLEXpyeH3 .item .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uGLEXpyeH3 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-uGLEXqMFrK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uGLEXqMFrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLEXqMFrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uGLEXqMFrK .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uGLEXqMFrK .mbr-section-title {
  color: #ffffff;
}
.cid-uGLEXqMFrK .mbr-text,
.cid-uGLEXqMFrK .mbr-section-btn {
  color: #ffffff;
}
.cid-uGLEXqMFrK .content-head {
  max-width: 800px;
}
.cid-uGLEXrKS6p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uGLEXrKS6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLEXrKS6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLEXrKS6p .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uGLEXrKS6p .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uGLEXrKS6p .container {
    padding: 0 20px;
  }
}
.cid-uGLEXrKS6p .row {
  justify-content: center;
}
.cid-uGLEXrKS6p .title-wrapper {
  margin-bottom: 50px;
}
.cid-uGLEXrKS6p .title-wrapper .mbr-date {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGLEXrKS6p .title-wrapper .mbr-date {
    margin-bottom: 24px;
  }
}
.cid-uGLEXrKS6p .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uGLEXrKS6p .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGLEXrKS6p .item .item-wrapper {
  background-color: #fafafa;
  display: flex;
  padding: 24px 50px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uGLEXrKS6p .item .item-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGLEXrKS6p .item .item-wrapper .item-img {
  width: 330px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uGLEXrKS6p .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uGLEXrKS6p .item .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGLEXrKS6p .item .item-wrapper .item-img img {
    width: 200px;
    height: 180px;
    margin: 0 auto;
  }
}
.cid-uGLEXrKS6p .item .item-wrapper .item-content {
  width: 60%;
}
.cid-uGLEXrKS6p .item .item-wrapper .item-content .title-wrap {
  margin-bottom: 16px;
}
.cid-uGLEXrKS6p .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uGLEXrKS6p .item .item-wrapper .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uGLEXrKS6p .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-uGLEXrKS6p .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price-desc {
  margin-bottom: 10px;
}
.cid-uGLEXrKS6p .item .item-wrapper .item-content .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 16px;
}
.cid-uGLEXrKS6p .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uGLEXrKS6p .mbr-date {
  color: #1b1b1b;
  text-align: center;
}
.cid-uGLEXrKS6p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGLEXrKS6p .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGLEXrKS6p .item-title {
  color: #1b1b1b;
}
.cid-uGLEXrKS6p .mbr-desc {
  color: #1b1b1b;
}
.cid-uGLEXrKS6p .mbr-price-desc {
  color: #1b1b1b;
}
.cid-uGLEXrKS6p .mbr-price {
  color: #1b1b1b;
}
.cid-uGLEXtaorR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/snimka-zaslona-2025-01-23-083059-736x338.jpg");
}
.cid-uGLEXtaorR .mbr-overlay {
  background-color: #757b62;
  opacity: 0.2;
}
.cid-uGLEXtaorR form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uGLEXtaorR form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uGLEXtaorR form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uGLEXtaorR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGLEXtaorR .mbr-section-title {
  color: #ffffff;
}
.cid-uGLEXumD9n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uGLEXumD9n .container {
    padding: 0 16px;
  }
}
.cid-uGLEXumD9n .row {
  justify-content: center;
}
.cid-uGLEXumD9n .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uGLEXumD9n .content-wrapper {
    display: block;
  }
}
.cid-uGLEXumD9n .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uGLEXumD9n .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uGLEXumD9n .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uGLEXumD9n .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGLEXumD9n .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uGLEXumD9n .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uGLEXumD9n .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uGLEXumD9n .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uGLEXumD9n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uGLEXumD9n .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGLEXumD9n .embla__slide .slide-content {
  width: 100%;
}
.cid-uGLEXumD9n .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uGLEXumD9n .embla__button--next,
.cid-uGLEXumD9n .embla__button--prev {
  display: flex;
}
.cid-uGLEXumD9n .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uGLEXumD9n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGLEXumD9n .embla__button:hover {
  opacity: .5;
}
.cid-uGLEXumD9n .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uGLEXumD9n .embla__button.embla__button--next {
  right: 32px;
}
.cid-uGLEXumD9n .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uGLEXumD9n .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uGLEXumD9n .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uGLEXumD9n .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uGLEXumD9n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGLEXumD9n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGLEXumD9n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGLEXumD9n .mbr-desc {
  color: #000000;
}
.cid-uGLEXwK75P {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uGLEXwK75P .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 9rem;
}
@media (max-width: 991px) {
  .cid-uGLEXwK75P .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uGLEXwK75P .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uGLEXwK75P .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uGLEXwK75P .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uGLEXwK75P .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uGLEXwK75P .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uGLEXwK75P .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uGLEXwK75P .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-uGLEXwK75P .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uGLEXwK75P .soc-item a {
  color: #f81509;
}
.cid-uGLEXwK75P .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f81509;
  border: 1px solid #f81509;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uGLEXwK75P .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uGLEXwK75P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLEXwK75P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLEXyuBU0.popup-builder {
  background-color: #ffffff;
}
.cid-uGLEXyuBU0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGLEXyuBU0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGLEXyuBU0 .modal-content,
.cid-uGLEXyuBU0 .modal-dialog {
  height: auto;
}
.cid-uGLEXyuBU0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGLEXyuBU0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGLEXyuBU0 .form-wrapper .mbr-form .form-group,
  .cid-uGLEXyuBU0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGLEXyuBU0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGLEXyuBU0 .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-uGLEXyuBU0 .mbr-text {
  text-align: center;
}
.cid-uGLEXyuBU0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uGLEXyuBU0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGLEXyuBU0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGLEXyuBU0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGLEXyuBU0 .modal-open {
  overflow: hidden;
}
.cid-uGLEXyuBU0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGLEXyuBU0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGLEXyuBU0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGLEXyuBU0 .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-uGLEXyuBU0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGLEXyuBU0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGLEXyuBU0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGLEXyuBU0 .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-uGLEXyuBU0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGLEXyuBU0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGLEXyuBU0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGLEXyuBU0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uGLEXyuBU0 .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-uGLEXyuBU0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGLEXyuBU0 .modal-header {
    padding: 1rem;
  }
}
.cid-uGLEXyuBU0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGLEXyuBU0 .modal-header .close svg {
  fill: #353535;
}
.cid-uGLEXyuBU0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uGLEXyuBU0 .modal-header .close:focus {
  outline: none;
}
.cid-uGLEXyuBU0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGLEXyuBU0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGLEXyuBU0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGLEXyuBU0 .modal-body {
    padding: 1rem;
  }
}
.cid-uGLEXyuBU0 .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-uGLEXyuBU0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGLEXyuBU0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uGLEXyuBU0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGLEXyuBU0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGLEXyuBU0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGLEXyuBU0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGLEXyuBU0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGLEXyuBU0 .modal-lg,
  .cid-uGLEXyuBU0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGLEXyuBU0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGLEXyuBU0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGLEXyuBU0 .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-uGLEXyuBU0 .form-group {
  margin-bottom: 1rem;
}
.cid-uGLEXyuBU0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGLEXyuBU0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGLEXyuBU0 .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-uGLEXyuBU0 .mbr-section-btn {
  margin: 0;
}
.cid-uGLEXyuBU0 .mbr-section-btn .btn {
  margin: 0;
}
