body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #f9ad05 !important;
  border-color: #f9ad05 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e7272d !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #29361a !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e7272d !important;
  border-color: #e7272d !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info,
.btn-info:active {
  background-color: #29361a !important;
  border-color: #29361a !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success,
.btn-success:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #971115;
  color: #971115;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c78b04;
  color: #c78b04;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e7272d !important;
}
.text-secondary {
  color: #fbbe36 !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #29361a !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f18386 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fdde9a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bbd69f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5d7b3b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #29361a;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e7272d;
  border-color: #e7272d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e7272d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbdfe0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8ddb1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbe78;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e7272d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #e7272d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e7272d;
  border-bottom-color: #e7272d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e7272d !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: #fbbe36 !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='%23e7272d' %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;
}
.cid-taHZD5DNdz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taHZD5DNdz .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-taHZD5DNdz .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-taHZD5DNdz .dropdown-item {
  color: #ffffff !important;
}
.cid-taHZD5DNdz .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-taHZD5DNdz .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-taHZD5DNdz .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-taHZD5DNdz .btn-white {
  color: #e7272d !important;
}
.cid-taHZD5DNdz .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-taHZD5DNdz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHZD5DNdz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHZD5DNdz .container {
  display: flex;
  margin: auto;
}
.cid-taHZD5DNdz .navbar.navbar-short .nav-link,
.cid-taHZD5DNdz .navbar.navbar-short .navbar-caption,
.cid-taHZD5DNdz .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-taHZD5DNdz .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-taHZD5DNdz .navbar-caption {
  padding-right: 3rem;
}
.cid-taHZD5DNdz .navbar.opened {
  background: #000000 !important;
}
.cid-taHZD5DNdz .nav-item:focus,
.cid-taHZD5DNdz .nav-link:focus {
  outline: none;
}
.cid-taHZD5DNdz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taHZD5DNdz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHZD5DNdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-taHZD5DNdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taHZD5DNdz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHZD5DNdz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHZD5DNdz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-taHZD5DNdz .navbar.opened {
  transition: all 0.3s;
}
.cid-taHZD5DNdz .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-taHZD5DNdz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHZD5DNdz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHZD5DNdz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHZD5DNdz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-taHZD5DNdz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHZD5DNdz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHZD5DNdz .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: 55%;
}
.cid-taHZD5DNdz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHZD5DNdz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHZD5DNdz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHZD5DNdz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHZD5DNdz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHZD5DNdz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHZD5DNdz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHZD5DNdz .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: 55%;
  }
  .cid-taHZD5DNdz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-taHZD5DNdz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHZD5DNdz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHZD5DNdz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taHZD5DNdz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-taHZD5DNdz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHZD5DNdz .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-taHZD5DNdz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-taHZD5DNdz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-taHZD5DNdz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taHZD5DNdz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHZD5DNdz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHZD5DNdz .dropdown-item.active,
.cid-taHZD5DNdz .dropdown-item:active {
  background-color: transparent;
}
.cid-taHZD5DNdz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHZD5DNdz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHZD5DNdz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHZD5DNdz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-taHZD5DNdz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHZD5DNdz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHZD5DNdz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taHZD5DNdz .navbar-buttons {
  text-align: center;
}
.cid-taHZD5DNdz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taHZD5DNdz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHZD5DNdz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHZD5DNdz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHZD5DNdz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHZD5DNdz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-taHZD5DNdz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taHZD5DNdz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taHZD5DNdz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-taHZD5DNdz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taHZD5DNdz .navbar {
    height: 77px;
  }
  .cid-taHZD5DNdz .navbar.opened {
    height: auto;
  }
  .cid-taHZD5DNdz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taH9gfDNxh {
  padding-top: 120px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-taH9gfDNxh .card-subtitle {
  margin: 0;
}
.cid-taH9gfDNxh .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-taH9gfDNxh .card-img img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.cid-taH9gfDNxh .icon {
  width: 60px;
  height: 60px;
  background: #fbbe36;
  font-size: 1.2rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #0e0e0e !important;
}
.cid-taH9gfDNxh .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: visible;
}
.cid-taH9gfDNxh .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-taH9gfDNxh .item-wrapper svg path {
  fill: #ffffff;
  transition: all 0.3s;
  stroke: #cccccc;
}
.cid-taH9gfDNxh h4,
.cid-taH9gfDNxh h6,
.cid-taH9gfDNxh h5 {
  margin: 0;
}
.cid-taH9gfDNxh .mbr-text {
  transition: all 0.3s;
}
.cid-taH9gfDNxh .btn-white-outline {
  color: #e7272d !important;
}
.cid-taH9gfDNxh .card-box {
  z-index: 1;
  position: relative;
}
.cid-taH9gfDNxh .price {
  color: #0e0e0e;
  transition: all 0.3s;
}
.cid-taH9gfDNxh img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-taH9gfDNxh .card {
  cursor: pointer;
  transition: all 0.3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-taH9gfDNxh .card:hover {
  transform: translateY(-2rem);
}
.cid-taH9gfDNxh .card:hover .item-wrapper {
  color: #ffffff !important;
}
.cid-taH9gfDNxh .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-taH9gfDNxh .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-taH9gfDNxh .card:hover .item-wrapper path {
  fill: #e7272d;
}
.cid-taH9gfDNxh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-taH9gfDNxh .wrapper {
    flex-direction: column;
  }
  .cid-taH9gfDNxh .icon-padding {
    padding-left: 0rem;
  }
  .cid-taH9gfDNxh .card-box {
    padding: 0;
  }
}
.cid-taH9gfDNxh .mbr-text,
.cid-taH9gfDNxh .mbr-section-btn,
.cid-taH9gfDNxh .card-img {
  color: #808080;
}
.cid-taH9gfDNxh H2 {
  color: #e7272d;
}
.cid-taH9gfDNxh .card-title,
.cid-taH9gfDNxh .card-img {
  color: #000000;
}
.cid-umEGzWjq46 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umEGzWjq46 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-umEGzWjq46 input,
.cid-umEGzWjq46 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-umEGzWjq46 .form-control:hover,
.cid-umEGzWjq46 .form-control:focus {
  color: #808080 !important;
}
.cid-umEGzWjq46 .btn-success {
  color: white !important;
}
.cid-umEGzWjq46 img {
  width: 90%;
  border-radius: 8px;
}
.cid-umEGzWjq46 .btn {
  border-radius: 30px;
}
.cid-umEGzWjq46 textarea {
  min-height: 160px !important;
}
.cid-umEGzWjq46 .form-control,
.cid-umEGzWjq46 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umEGzWjq46 .form-control:hover,
.cid-umEGzWjq46 .field-input:hover,
.cid-umEGzWjq46 .form-control:focus,
.cid-umEGzWjq46 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-umEGzWjq46 input::-webkit-input-placeholder,
.cid-umEGzWjq46 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-umEGzWjq46 input:-moz-placeholder,
.cid-umEGzWjq46 textarea:-moz-placeholder {
  color: #808080;
}
.cid-umEGzWjq46 .jq-selectbox li,
.cid-umEGzWjq46 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEGzWjq46 .jq-selectbox li:hover,
.cid-umEGzWjq46 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEGzWjq46 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEGzWjq46 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEGzWjq46 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-umEGzWjq46 img {
    width: 100%;
  }
  .cid-umEGzWjq46 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-umEGzWjq46 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-umEGzWjq46 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-umEGzWjq46 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-umEGzWjq46 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-umEGzWjq46 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-umEGzWjq46 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9dZIWNbi .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9dZIWNbi .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9dZIWNbi .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9dZIWNbi .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9dZIWNbi .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9dZIWNbi .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9dZIWNbi .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9dZIWNbi .btn-white {
  color: #e7272d !important;
}
.cid-ud9dZIWNbi .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9dZIWNbi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9dZIWNbi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9dZIWNbi .container {
  display: flex;
  margin: auto;
}
.cid-ud9dZIWNbi .navbar.navbar-short .nav-link,
.cid-ud9dZIWNbi .navbar.navbar-short .navbar-caption,
.cid-ud9dZIWNbi .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9dZIWNbi .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9dZIWNbi .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9dZIWNbi .navbar.opened {
  background: #000000 !important;
}
.cid-ud9dZIWNbi .nav-item:focus,
.cid-ud9dZIWNbi .nav-link:focus {
  outline: none;
}
.cid-ud9dZIWNbi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9dZIWNbi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9dZIWNbi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9dZIWNbi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9dZIWNbi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9dZIWNbi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9dZIWNbi .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9dZIWNbi .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9dZIWNbi .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9dZIWNbi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9dZIWNbi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9dZIWNbi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9dZIWNbi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9dZIWNbi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9dZIWNbi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9dZIWNbi .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: 55%;
}
.cid-ud9dZIWNbi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9dZIWNbi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9dZIWNbi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9dZIWNbi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9dZIWNbi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9dZIWNbi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9dZIWNbi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9dZIWNbi .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: 55%;
  }
  .cid-ud9dZIWNbi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9dZIWNbi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9dZIWNbi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9dZIWNbi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9dZIWNbi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9dZIWNbi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9dZIWNbi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9dZIWNbi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9dZIWNbi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9dZIWNbi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9dZIWNbi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9dZIWNbi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9dZIWNbi .dropdown-item.active,
.cid-ud9dZIWNbi .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9dZIWNbi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9dZIWNbi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9dZIWNbi .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9dZIWNbi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9dZIWNbi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9dZIWNbi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9dZIWNbi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9dZIWNbi .navbar-buttons {
  text-align: center;
}
.cid-ud9dZIWNbi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9dZIWNbi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9dZIWNbi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9dZIWNbi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9dZIWNbi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9dZIWNbi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9dZIWNbi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9dZIWNbi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9dZIWNbi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9dZIWNbi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9dZIWNbi .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9dZIWNbi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9dZIWNbi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9dZIWNbi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9dZIWNbi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9dZIWNbi .navbar {
    height: 77px;
  }
  .cid-ud9dZIWNbi .navbar.opened {
    height: auto;
  }
  .cid-ud9dZIWNbi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujx5wCCBRe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujx5wCCBRe H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ujx5wCCBRe .row {
    position: relative;
  }
  .cid-ujx5wCCBRe .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ujx5wCCBRe .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ujx5wCCBRe img {
  max-width: 500px;
  margin: auto;
}
.cid-ujx5wCCBRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujx5wCCBRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9dZJuwyi {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9dZJuwyi .container,
.cid-ud9dZJuwyi .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9dZJuwyi .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9dZJuwyi .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9dZJuwyi .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9dZJuwyi .img-item {
  overflow: hidden;
}
.cid-ud9dZJuwyi .img-item img {
  width: 100%;
  transform: scale3d(1.05, 1.05, 1.05);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9dZJuwyi .img-item:hover img {
  transform: scale3d(1, 1, 1) translateZ(0);
}
.cid-ud9dZJuwyi .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9dZJuwyi .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9dZJuwyi .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9dZJuwyi .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9dZJuwyi .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9dZJuwyi .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9dZJuwyi .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9dZJuwyi .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9dZJuwyi .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9dZJuwyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9dZJuwyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9dZJuwyi .mbr-section-subtitle,
.cid-ud9dZJuwyi .mbr-section-btn {
  color: #000000;
}
.cid-urPbteD5lc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPbteD5lc .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPbteD5lc .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPbteD5lc .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPbteD5lc .items-row {
  row-gap: 48px;
}
.cid-urPbteD5lc .item {
  cursor: pointer;
}
.cid-urPbteD5lc .item:focus,
.cid-urPbteD5lc span:focus {
  outline: none;
}
.cid-urPbteD5lc .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPbteD5lc .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbteD5lc .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPbteD5lc img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPbteD5lc .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPbteD5lc .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbteD5lc .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPbteD5lc .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPbteD5lc .item-title {
  color: #24262b;
}
.cid-urPbteD5lc .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPbteD5lc .mbr-text {
  color: #24262b;
}
.cid-ugHQVKDAta {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugHQVKDAta H2 {
  color: #e7272d;
}
.cid-ugHQVKDAta .mbr-text,
.cid-ugHQVKDAta .mbr-section-btn {
  color: #808080;
}
.cid-ugHQVKDAta img {
  max-width: 500px;
  margin: auto;
}
.cid-ugHQVKDAta .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHQVKDAta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urn2INvCRH {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urn2INvCRH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-urn2INvCRH input,
.cid-urn2INvCRH textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-urn2INvCRH .form-control:hover,
.cid-urn2INvCRH .form-control:focus {
  color: #808080 !important;
}
.cid-urn2INvCRH .btn-success {
  color: white !important;
}
.cid-urn2INvCRH img {
  width: 90%;
  border-radius: 8px;
}
.cid-urn2INvCRH .btn {
  border-radius: 30px;
}
.cid-urn2INvCRH textarea {
  min-height: 160px !important;
}
.cid-urn2INvCRH .form-control,
.cid-urn2INvCRH .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urn2INvCRH .form-control:hover,
.cid-urn2INvCRH .field-input:hover,
.cid-urn2INvCRH .form-control:focus,
.cid-urn2INvCRH .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-urn2INvCRH input::-webkit-input-placeholder,
.cid-urn2INvCRH textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-urn2INvCRH input:-moz-placeholder,
.cid-urn2INvCRH textarea:-moz-placeholder {
  color: #808080;
}
.cid-urn2INvCRH .jq-selectbox li,
.cid-urn2INvCRH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-urn2INvCRH .jq-selectbox li:hover,
.cid-urn2INvCRH .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-urn2INvCRH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-urn2INvCRH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-urn2INvCRH H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-urn2INvCRH img {
    width: 100%;
  }
  .cid-urn2INvCRH .google-map {
    margin-bottom: 2rem;
  }
}
.cid-urn2INvCRH .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-urn2INvCRH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urn2INvCRH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urn2INvCRH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urn2INvCRH .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-urn2INvCRH .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ud9dZL5GWy {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9eNPFtZi .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9eNPFtZi .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9eNPFtZi .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9eNPFtZi .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9eNPFtZi .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9eNPFtZi .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9eNPFtZi .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9eNPFtZi .btn-white {
  color: #e7272d !important;
}
.cid-ud9eNPFtZi .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9eNPFtZi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9eNPFtZi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9eNPFtZi .container {
  display: flex;
  margin: auto;
}
.cid-ud9eNPFtZi .navbar.navbar-short .nav-link,
.cid-ud9eNPFtZi .navbar.navbar-short .navbar-caption,
.cid-ud9eNPFtZi .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9eNPFtZi .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9eNPFtZi .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9eNPFtZi .navbar.opened {
  background: #000000 !important;
}
.cid-ud9eNPFtZi .nav-item:focus,
.cid-ud9eNPFtZi .nav-link:focus {
  outline: none;
}
.cid-ud9eNPFtZi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9eNPFtZi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9eNPFtZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9eNPFtZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9eNPFtZi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9eNPFtZi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9eNPFtZi .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9eNPFtZi .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9eNPFtZi .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9eNPFtZi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9eNPFtZi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9eNPFtZi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9eNPFtZi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9eNPFtZi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9eNPFtZi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9eNPFtZi .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: 55%;
}
.cid-ud9eNPFtZi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9eNPFtZi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9eNPFtZi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9eNPFtZi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9eNPFtZi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9eNPFtZi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9eNPFtZi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9eNPFtZi .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: 55%;
  }
  .cid-ud9eNPFtZi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9eNPFtZi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9eNPFtZi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9eNPFtZi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9eNPFtZi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9eNPFtZi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9eNPFtZi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9eNPFtZi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9eNPFtZi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9eNPFtZi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9eNPFtZi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9eNPFtZi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9eNPFtZi .dropdown-item.active,
.cid-ud9eNPFtZi .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9eNPFtZi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9eNPFtZi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9eNPFtZi .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9eNPFtZi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9eNPFtZi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9eNPFtZi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9eNPFtZi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9eNPFtZi .navbar-buttons {
  text-align: center;
}
.cid-ud9eNPFtZi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9eNPFtZi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9eNPFtZi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9eNPFtZi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9eNPFtZi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9eNPFtZi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9eNPFtZi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9eNPFtZi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9eNPFtZi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9eNPFtZi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9eNPFtZi .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9eNPFtZi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9eNPFtZi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9eNPFtZi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9eNPFtZi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9eNPFtZi .navbar {
    height: 77px;
  }
  .cid-ud9eNPFtZi .navbar.opened {
    height: auto;
  }
  .cid-ud9eNPFtZi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9eNQJUSX {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9eNQJUSX .container,
.cid-ud9eNQJUSX .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9eNQJUSX .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9eNQJUSX .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9eNQJUSX .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9eNQJUSX .img-item {
  overflow: hidden;
}
.cid-ud9eNQJUSX .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9eNQJUSX .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9eNQJUSX .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9eNQJUSX .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9eNQJUSX .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9eNQJUSX .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9eNQJUSX .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9eNQJUSX .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9eNQJUSX .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9eNQJUSX .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9eNQJUSX .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9eNQJUSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9eNQJUSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPbxcMKjA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPbxcMKjA .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPbxcMKjA .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPbxcMKjA .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPbxcMKjA .items-row {
  row-gap: 48px;
}
.cid-urPbxcMKjA .item {
  cursor: pointer;
}
.cid-urPbxcMKjA .item:focus,
.cid-urPbxcMKjA span:focus {
  outline: none;
}
.cid-urPbxcMKjA .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPbxcMKjA .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbxcMKjA .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPbxcMKjA img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPbxcMKjA .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPbxcMKjA .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbxcMKjA .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPbxcMKjA .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPbxcMKjA .item-title {
  color: #24262b;
}
.cid-urPbxcMKjA .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPbxcMKjA .mbr-text {
  color: #24262b;
}
.cid-uleimbW9P5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleimbW9P5 H2 {
  color: #e7272d;
}
.cid-uleimbW9P5 .mbr-text,
.cid-uleimbW9P5 .mbr-section-btn {
  color: #808080;
}
.cid-uleimbW9P5 img {
  max-width: 500px;
  margin: auto;
}
.cid-uleimbW9P5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleimbW9P5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9eNUl58g {
  z-index: 1;
}
.cid-ulein4dmWu {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulein4dmWu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulein4dmWu input,
.cid-ulein4dmWu textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulein4dmWu .form-control:hover,
.cid-ulein4dmWu .form-control:focus {
  color: #808080 !important;
}
.cid-ulein4dmWu .btn-success {
  color: white !important;
}
.cid-ulein4dmWu img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulein4dmWu .btn {
  border-radius: 30px;
}
.cid-ulein4dmWu textarea {
  min-height: 160px !important;
}
.cid-ulein4dmWu .form-control,
.cid-ulein4dmWu .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulein4dmWu .form-control:hover,
.cid-ulein4dmWu .field-input:hover,
.cid-ulein4dmWu .form-control:focus,
.cid-ulein4dmWu .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulein4dmWu input::-webkit-input-placeholder,
.cid-ulein4dmWu textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulein4dmWu input:-moz-placeholder,
.cid-ulein4dmWu textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulein4dmWu .jq-selectbox li,
.cid-ulein4dmWu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulein4dmWu .jq-selectbox li:hover,
.cid-ulein4dmWu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulein4dmWu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulein4dmWu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulein4dmWu H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulein4dmWu img {
    width: 100%;
  }
  .cid-ulein4dmWu .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulein4dmWu .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulein4dmWu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulein4dmWu .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulein4dmWu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulein4dmWu .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulein4dmWu .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9eRJ4H2C .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9eRJ4H2C .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9eRJ4H2C .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9eRJ4H2C .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9eRJ4H2C .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9eRJ4H2C .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9eRJ4H2C .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9eRJ4H2C .btn-white {
  color: #e7272d !important;
}
.cid-ud9eRJ4H2C .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9eRJ4H2C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9eRJ4H2C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9eRJ4H2C .container {
  display: flex;
  margin: auto;
}
.cid-ud9eRJ4H2C .navbar.navbar-short .nav-link,
.cid-ud9eRJ4H2C .navbar.navbar-short .navbar-caption,
.cid-ud9eRJ4H2C .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9eRJ4H2C .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9eRJ4H2C .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9eRJ4H2C .navbar.opened {
  background: #000000 !important;
}
.cid-ud9eRJ4H2C .nav-item:focus,
.cid-ud9eRJ4H2C .nav-link:focus {
  outline: none;
}
.cid-ud9eRJ4H2C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9eRJ4H2C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9eRJ4H2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9eRJ4H2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9eRJ4H2C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9eRJ4H2C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9eRJ4H2C .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9eRJ4H2C .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9eRJ4H2C .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9eRJ4H2C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9eRJ4H2C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9eRJ4H2C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9eRJ4H2C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9eRJ4H2C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9eRJ4H2C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9eRJ4H2C .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: 55%;
}
.cid-ud9eRJ4H2C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9eRJ4H2C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9eRJ4H2C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9eRJ4H2C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9eRJ4H2C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9eRJ4H2C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9eRJ4H2C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9eRJ4H2C .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: 55%;
  }
  .cid-ud9eRJ4H2C .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9eRJ4H2C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9eRJ4H2C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9eRJ4H2C .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9eRJ4H2C .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9eRJ4H2C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9eRJ4H2C .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9eRJ4H2C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9eRJ4H2C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9eRJ4H2C .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9eRJ4H2C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9eRJ4H2C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9eRJ4H2C .dropdown-item.active,
.cid-ud9eRJ4H2C .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9eRJ4H2C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9eRJ4H2C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9eRJ4H2C .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9eRJ4H2C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9eRJ4H2C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9eRJ4H2C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9eRJ4H2C ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9eRJ4H2C .navbar-buttons {
  text-align: center;
}
.cid-ud9eRJ4H2C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9eRJ4H2C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9eRJ4H2C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9eRJ4H2C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9eRJ4H2C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9eRJ4H2C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9eRJ4H2C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9eRJ4H2C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9eRJ4H2C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9eRJ4H2C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9eRJ4H2C .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9eRJ4H2C a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9eRJ4H2C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9eRJ4H2C .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9eRJ4H2C .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9eRJ4H2C .navbar {
    height: 77px;
  }
  .cid-ud9eRJ4H2C .navbar.opened {
    height: auto;
  }
  .cid-ud9eRJ4H2C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9eRJKYrJ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9eRJKYrJ .container,
.cid-ud9eRJKYrJ .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9eRJKYrJ .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9eRJKYrJ .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9eRJKYrJ .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9eRJKYrJ .img-item {
  overflow: hidden;
}
.cid-ud9eRJKYrJ .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9eRJKYrJ .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9eRJKYrJ .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9eRJKYrJ .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9eRJKYrJ .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9eRJKYrJ .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9eRJKYrJ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9eRJKYrJ .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9eRJKYrJ .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9eRJKYrJ .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9eRJKYrJ .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9eRJKYrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9eRJKYrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9eRLkvTV {
  z-index: 1;
}
.cid-urPbBjMxfD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPbBjMxfD .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPbBjMxfD .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPbBjMxfD .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPbBjMxfD .items-row {
  row-gap: 48px;
}
.cid-urPbBjMxfD .item {
  cursor: pointer;
}
.cid-urPbBjMxfD .item:focus,
.cid-urPbBjMxfD span:focus {
  outline: none;
}
.cid-urPbBjMxfD .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPbBjMxfD .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbBjMxfD .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPbBjMxfD img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPbBjMxfD .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPbBjMxfD .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbBjMxfD .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPbBjMxfD .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPbBjMxfD .item-title {
  color: #24262b;
}
.cid-urPbBjMxfD .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPbBjMxfD .mbr-text {
  color: #24262b;
}
.cid-ugIeqo9rYM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugIeqo9rYM H2 {
  color: #e7272d;
}
.cid-ugIeqo9rYM .mbr-text,
.cid-ugIeqo9rYM .mbr-section-btn {
  color: #808080;
}
.cid-ugIeqo9rYM img {
  max-width: 500px;
  margin: auto;
}
.cid-ugIeqo9rYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugIeqo9rYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugIerfTXIz {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugIerfTXIz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ugIerfTXIz input,
.cid-ugIerfTXIz textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ugIerfTXIz .form-control:hover,
.cid-ugIerfTXIz .form-control:focus {
  color: #808080 !important;
}
.cid-ugIerfTXIz .btn-success {
  color: white !important;
}
.cid-ugIerfTXIz img {
  width: 90%;
  border-radius: 8px;
}
.cid-ugIerfTXIz .btn {
  border-radius: 30px;
}
.cid-ugIerfTXIz textarea {
  min-height: 160px !important;
}
.cid-ugIerfTXIz .form-control,
.cid-ugIerfTXIz .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ugIerfTXIz .form-control:hover,
.cid-ugIerfTXIz .field-input:hover,
.cid-ugIerfTXIz .form-control:focus,
.cid-ugIerfTXIz .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ugIerfTXIz input::-webkit-input-placeholder,
.cid-ugIerfTXIz textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ugIerfTXIz input:-moz-placeholder,
.cid-ugIerfTXIz textarea:-moz-placeholder {
  color: #808080;
}
.cid-ugIerfTXIz .jq-selectbox li,
.cid-ugIerfTXIz .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugIerfTXIz .jq-selectbox li:hover,
.cid-ugIerfTXIz .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugIerfTXIz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugIerfTXIz .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugIerfTXIz H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ugIerfTXIz img {
    width: 100%;
  }
  .cid-ugIerfTXIz .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ugIerfTXIz .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ugIerfTXIz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugIerfTXIz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ugIerfTXIz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugIerfTXIz .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ugIerfTXIz .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9eUxCgE7 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9eUxCgE7 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9eUxCgE7 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9eUxCgE7 .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9eUxCgE7 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9eUxCgE7 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9eUxCgE7 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9eUxCgE7 .btn-white {
  color: #e7272d !important;
}
.cid-ud9eUxCgE7 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9eUxCgE7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9eUxCgE7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9eUxCgE7 .container {
  display: flex;
  margin: auto;
}
.cid-ud9eUxCgE7 .navbar.navbar-short .nav-link,
.cid-ud9eUxCgE7 .navbar.navbar-short .navbar-caption,
.cid-ud9eUxCgE7 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9eUxCgE7 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9eUxCgE7 .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9eUxCgE7 .navbar.opened {
  background: #000000 !important;
}
.cid-ud9eUxCgE7 .nav-item:focus,
.cid-ud9eUxCgE7 .nav-link:focus {
  outline: none;
}
.cid-ud9eUxCgE7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9eUxCgE7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9eUxCgE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9eUxCgE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9eUxCgE7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9eUxCgE7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9eUxCgE7 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9eUxCgE7 .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9eUxCgE7 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9eUxCgE7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9eUxCgE7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9eUxCgE7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9eUxCgE7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9eUxCgE7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9eUxCgE7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9eUxCgE7 .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: 55%;
}
.cid-ud9eUxCgE7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9eUxCgE7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9eUxCgE7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9eUxCgE7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9eUxCgE7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9eUxCgE7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9eUxCgE7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9eUxCgE7 .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: 55%;
  }
  .cid-ud9eUxCgE7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9eUxCgE7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9eUxCgE7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9eUxCgE7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9eUxCgE7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9eUxCgE7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9eUxCgE7 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9eUxCgE7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9eUxCgE7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9eUxCgE7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9eUxCgE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9eUxCgE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9eUxCgE7 .dropdown-item.active,
.cid-ud9eUxCgE7 .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9eUxCgE7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9eUxCgE7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9eUxCgE7 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9eUxCgE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9eUxCgE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9eUxCgE7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9eUxCgE7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9eUxCgE7 .navbar-buttons {
  text-align: center;
}
.cid-ud9eUxCgE7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9eUxCgE7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9eUxCgE7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9eUxCgE7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9eUxCgE7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9eUxCgE7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9eUxCgE7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9eUxCgE7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9eUxCgE7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9eUxCgE7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9eUxCgE7 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9eUxCgE7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9eUxCgE7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9eUxCgE7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9eUxCgE7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9eUxCgE7 .navbar {
    height: 77px;
  }
  .cid-ud9eUxCgE7 .navbar.opened {
    height: auto;
  }
  .cid-ud9eUxCgE7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9eUyiv2V {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9eUyiv2V .container,
.cid-ud9eUyiv2V .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9eUyiv2V .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9eUyiv2V .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9eUyiv2V .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9eUyiv2V .img-item {
  overflow: hidden;
}
.cid-ud9eUyiv2V .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9eUyiv2V .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9eUyiv2V .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9eUyiv2V .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9eUyiv2V .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9eUyiv2V .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9eUyiv2V .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9eUyiv2V .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9eUyiv2V .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9eUyiv2V .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9eUyiv2V .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9eUyiv2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9eUyiv2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9eUAS9AR {
  z-index: 1;
}
.cid-urPcnSyrlO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPcnSyrlO .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPcnSyrlO .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPcnSyrlO .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPcnSyrlO .items-row {
  row-gap: 48px;
}
.cid-urPcnSyrlO .item {
  cursor: pointer;
}
.cid-urPcnSyrlO .item:focus,
.cid-urPcnSyrlO span:focus {
  outline: none;
}
.cid-urPcnSyrlO .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPcnSyrlO .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcnSyrlO .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPcnSyrlO img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPcnSyrlO .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPcnSyrlO .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcnSyrlO .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPcnSyrlO .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPcnSyrlO .item-title {
  color: #24262b;
}
.cid-urPcnSyrlO .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPcnSyrlO .mbr-text {
  color: #24262b;
}
.cid-uleiAKhjlW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleiAKhjlW H2 {
  color: #e7272d;
}
.cid-uleiAKhjlW .mbr-text,
.cid-uleiAKhjlW .mbr-section-btn {
  color: #808080;
}
.cid-uleiAKhjlW img {
  max-width: 500px;
  margin: auto;
}
.cid-uleiAKhjlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleiAKhjlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uleiBcIBjO {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleiBcIBjO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleiBcIBjO input,
.cid-uleiBcIBjO textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleiBcIBjO .form-control:hover,
.cid-uleiBcIBjO .form-control:focus {
  color: #808080 !important;
}
.cid-uleiBcIBjO .btn-success {
  color: white !important;
}
.cid-uleiBcIBjO img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleiBcIBjO .btn {
  border-radius: 30px;
}
.cid-uleiBcIBjO textarea {
  min-height: 160px !important;
}
.cid-uleiBcIBjO .form-control,
.cid-uleiBcIBjO .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleiBcIBjO .form-control:hover,
.cid-uleiBcIBjO .field-input:hover,
.cid-uleiBcIBjO .form-control:focus,
.cid-uleiBcIBjO .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleiBcIBjO input::-webkit-input-placeholder,
.cid-uleiBcIBjO textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleiBcIBjO input:-moz-placeholder,
.cid-uleiBcIBjO textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleiBcIBjO .jq-selectbox li,
.cid-uleiBcIBjO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleiBcIBjO .jq-selectbox li:hover,
.cid-uleiBcIBjO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleiBcIBjO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleiBcIBjO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleiBcIBjO H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleiBcIBjO img {
    width: 100%;
  }
  .cid-uleiBcIBjO .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleiBcIBjO .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleiBcIBjO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleiBcIBjO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleiBcIBjO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleiBcIBjO .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleiBcIBjO .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9eZr4xwN .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9eZr4xwN .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9eZr4xwN .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9eZr4xwN .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9eZr4xwN .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9eZr4xwN .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9eZr4xwN .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9eZr4xwN .btn-white {
  color: #e7272d !important;
}
.cid-ud9eZr4xwN .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9eZr4xwN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9eZr4xwN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9eZr4xwN .container {
  display: flex;
  margin: auto;
}
.cid-ud9eZr4xwN .navbar.navbar-short .nav-link,
.cid-ud9eZr4xwN .navbar.navbar-short .navbar-caption,
.cid-ud9eZr4xwN .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9eZr4xwN .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9eZr4xwN .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9eZr4xwN .navbar.opened {
  background: #000000 !important;
}
.cid-ud9eZr4xwN .nav-item:focus,
.cid-ud9eZr4xwN .nav-link:focus {
  outline: none;
}
.cid-ud9eZr4xwN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9eZr4xwN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9eZr4xwN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9eZr4xwN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9eZr4xwN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9eZr4xwN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9eZr4xwN .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9eZr4xwN .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9eZr4xwN .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9eZr4xwN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9eZr4xwN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9eZr4xwN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9eZr4xwN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9eZr4xwN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9eZr4xwN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9eZr4xwN .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: 55%;
}
.cid-ud9eZr4xwN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9eZr4xwN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9eZr4xwN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9eZr4xwN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9eZr4xwN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9eZr4xwN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9eZr4xwN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9eZr4xwN .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: 55%;
  }
  .cid-ud9eZr4xwN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9eZr4xwN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9eZr4xwN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9eZr4xwN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9eZr4xwN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9eZr4xwN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9eZr4xwN .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9eZr4xwN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9eZr4xwN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9eZr4xwN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9eZr4xwN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9eZr4xwN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9eZr4xwN .dropdown-item.active,
.cid-ud9eZr4xwN .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9eZr4xwN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9eZr4xwN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9eZr4xwN .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9eZr4xwN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9eZr4xwN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9eZr4xwN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9eZr4xwN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9eZr4xwN .navbar-buttons {
  text-align: center;
}
.cid-ud9eZr4xwN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9eZr4xwN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9eZr4xwN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9eZr4xwN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9eZr4xwN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9eZr4xwN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9eZr4xwN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9eZr4xwN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9eZr4xwN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9eZr4xwN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9eZr4xwN .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9eZr4xwN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9eZr4xwN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9eZr4xwN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9eZr4xwN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9eZr4xwN .navbar {
    height: 77px;
  }
  .cid-ud9eZr4xwN .navbar.opened {
    height: auto;
  }
  .cid-ud9eZr4xwN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9eZrOn9o {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9eZrOn9o .container,
.cid-ud9eZrOn9o .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9eZrOn9o .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9eZrOn9o .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9eZrOn9o .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9eZrOn9o .img-item {
  overflow: hidden;
}
.cid-ud9eZrOn9o .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9eZrOn9o .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9eZrOn9o .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9eZrOn9o .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9eZrOn9o .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9eZrOn9o .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9eZrOn9o .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9eZrOn9o .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9eZrOn9o .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9eZrOn9o .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9eZrOn9o .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9eZrOn9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9eZrOn9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9eZtRtVe {
  z-index: 1;
}
.cid-urPcr8XiMW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPcr8XiMW .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPcr8XiMW .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPcr8XiMW .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPcr8XiMW .items-row {
  row-gap: 48px;
}
.cid-urPcr8XiMW .item {
  cursor: pointer;
}
.cid-urPcr8XiMW .item:focus,
.cid-urPcr8XiMW span:focus {
  outline: none;
}
.cid-urPcr8XiMW .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPcr8XiMW .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcr8XiMW .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPcr8XiMW img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPcr8XiMW .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPcr8XiMW .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcr8XiMW .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPcr8XiMW .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPcr8XiMW .item-title {
  color: #24262b;
}
.cid-urPcr8XiMW .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPcr8XiMW .mbr-text {
  color: #24262b;
}
.cid-uleiHZIp5L {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleiHZIp5L .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleiHZIp5L input,
.cid-uleiHZIp5L textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleiHZIp5L .form-control:hover,
.cid-uleiHZIp5L .form-control:focus {
  color: #808080 !important;
}
.cid-uleiHZIp5L .btn-success {
  color: white !important;
}
.cid-uleiHZIp5L img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleiHZIp5L .btn {
  border-radius: 30px;
}
.cid-uleiHZIp5L textarea {
  min-height: 160px !important;
}
.cid-uleiHZIp5L .form-control,
.cid-uleiHZIp5L .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleiHZIp5L .form-control:hover,
.cid-uleiHZIp5L .field-input:hover,
.cid-uleiHZIp5L .form-control:focus,
.cid-uleiHZIp5L .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleiHZIp5L input::-webkit-input-placeholder,
.cid-uleiHZIp5L textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleiHZIp5L input:-moz-placeholder,
.cid-uleiHZIp5L textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleiHZIp5L .jq-selectbox li,
.cid-uleiHZIp5L .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleiHZIp5L .jq-selectbox li:hover,
.cid-uleiHZIp5L .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleiHZIp5L .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleiHZIp5L .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleiHZIp5L H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleiHZIp5L img {
    width: 100%;
  }
  .cid-uleiHZIp5L .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleiHZIp5L .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleiHZIp5L .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleiHZIp5L .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleiHZIp5L .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleiHZIp5L .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleiHZIp5L .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-urn3FYYW2q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urn3FYYW2q H2 {
  color: #e7272d;
}
.cid-urn3FYYW2q .mbr-text,
.cid-urn3FYYW2q .mbr-section-btn {
  color: #808080;
}
.cid-urn3FYYW2q img {
  max-width: 500px;
  margin: auto;
}
.cid-urn3FYYW2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-urn3FYYW2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9f55M7Sl .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9f55M7Sl .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9f55M7Sl .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9f55M7Sl .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9f55M7Sl .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9f55M7Sl .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9f55M7Sl .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9f55M7Sl .btn-white {
  color: #e7272d !important;
}
.cid-ud9f55M7Sl .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9f55M7Sl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9f55M7Sl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9f55M7Sl .container {
  display: flex;
  margin: auto;
}
.cid-ud9f55M7Sl .navbar.navbar-short .nav-link,
.cid-ud9f55M7Sl .navbar.navbar-short .navbar-caption,
.cid-ud9f55M7Sl .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9f55M7Sl .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9f55M7Sl .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9f55M7Sl .navbar.opened {
  background: #000000 !important;
}
.cid-ud9f55M7Sl .nav-item:focus,
.cid-ud9f55M7Sl .nav-link:focus {
  outline: none;
}
.cid-ud9f55M7Sl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9f55M7Sl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9f55M7Sl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9f55M7Sl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9f55M7Sl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9f55M7Sl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9f55M7Sl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9f55M7Sl .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9f55M7Sl .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9f55M7Sl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9f55M7Sl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9f55M7Sl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9f55M7Sl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9f55M7Sl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9f55M7Sl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9f55M7Sl .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: 55%;
}
.cid-ud9f55M7Sl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9f55M7Sl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9f55M7Sl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9f55M7Sl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9f55M7Sl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9f55M7Sl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9f55M7Sl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9f55M7Sl .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: 55%;
  }
  .cid-ud9f55M7Sl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9f55M7Sl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9f55M7Sl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9f55M7Sl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9f55M7Sl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9f55M7Sl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9f55M7Sl .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9f55M7Sl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9f55M7Sl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9f55M7Sl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9f55M7Sl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9f55M7Sl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9f55M7Sl .dropdown-item.active,
.cid-ud9f55M7Sl .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9f55M7Sl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9f55M7Sl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9f55M7Sl .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9f55M7Sl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9f55M7Sl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9f55M7Sl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9f55M7Sl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9f55M7Sl .navbar-buttons {
  text-align: center;
}
.cid-ud9f55M7Sl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9f55M7Sl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9f55M7Sl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9f55M7Sl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9f55M7Sl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9f55M7Sl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9f55M7Sl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9f55M7Sl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9f55M7Sl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9f55M7Sl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9f55M7Sl .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9f55M7Sl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9f55M7Sl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9f55M7Sl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9f55M7Sl .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9f55M7Sl .navbar {
    height: 77px;
  }
  .cid-ud9f55M7Sl .navbar.opened {
    height: auto;
  }
  .cid-ud9f55M7Sl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9f56qiGN {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9f56qiGN .container,
.cid-ud9f56qiGN .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9f56qiGN .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9f56qiGN .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9f56qiGN .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9f56qiGN .img-item {
  overflow: hidden;
}
.cid-ud9f56qiGN .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9f56qiGN .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9f56qiGN .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9f56qiGN .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9f56qiGN .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9f56qiGN .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9f56qiGN .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9f56qiGN .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9f56qiGN .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9f56qiGN .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9f56qiGN .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9f56qiGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9f56qiGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPcyOuBP9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPcyOuBP9 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPcyOuBP9 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPcyOuBP9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPcyOuBP9 .items-row {
  row-gap: 48px;
}
.cid-urPcyOuBP9 .item {
  cursor: pointer;
}
.cid-urPcyOuBP9 .item:focus,
.cid-urPcyOuBP9 span:focus {
  outline: none;
}
.cid-urPcyOuBP9 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPcyOuBP9 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcyOuBP9 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPcyOuBP9 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPcyOuBP9 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPcyOuBP9 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcyOuBP9 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPcyOuBP9 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPcyOuBP9 .item-title {
  color: #24262b;
}
.cid-urPcyOuBP9 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPcyOuBP9 .mbr-text {
  color: #24262b;
}
.cid-uleiSm8iwE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleiSm8iwE H2 {
  color: #e7272d;
}
.cid-uleiSm8iwE .mbr-text,
.cid-uleiSm8iwE .mbr-section-btn {
  color: #808080;
}
.cid-uleiSm8iwE img {
  max-width: 500px;
  margin: auto;
}
.cid-uleiSm8iwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleiSm8iwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uleiU8y1g6 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleiU8y1g6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleiU8y1g6 input,
.cid-uleiU8y1g6 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleiU8y1g6 .form-control:hover,
.cid-uleiU8y1g6 .form-control:focus {
  color: #808080 !important;
}
.cid-uleiU8y1g6 .btn-success {
  color: white !important;
}
.cid-uleiU8y1g6 img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleiU8y1g6 .btn {
  border-radius: 30px;
}
.cid-uleiU8y1g6 textarea {
  min-height: 160px !important;
}
.cid-uleiU8y1g6 .form-control,
.cid-uleiU8y1g6 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleiU8y1g6 .form-control:hover,
.cid-uleiU8y1g6 .field-input:hover,
.cid-uleiU8y1g6 .form-control:focus,
.cid-uleiU8y1g6 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleiU8y1g6 input::-webkit-input-placeholder,
.cid-uleiU8y1g6 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleiU8y1g6 input:-moz-placeholder,
.cid-uleiU8y1g6 textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleiU8y1g6 .jq-selectbox li,
.cid-uleiU8y1g6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleiU8y1g6 .jq-selectbox li:hover,
.cid-uleiU8y1g6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleiU8y1g6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleiU8y1g6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleiU8y1g6 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleiU8y1g6 img {
    width: 100%;
  }
  .cid-uleiU8y1g6 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleiU8y1g6 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleiU8y1g6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleiU8y1g6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleiU8y1g6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleiU8y1g6 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleiU8y1g6 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ud9f58cr8K {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9f8AbXyj .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9f8AbXyj .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9f8AbXyj .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9f8AbXyj .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9f8AbXyj .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9f8AbXyj .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9f8AbXyj .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9f8AbXyj .btn-white {
  color: #e7272d !important;
}
.cid-ud9f8AbXyj .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9f8AbXyj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9f8AbXyj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9f8AbXyj .container {
  display: flex;
  margin: auto;
}
.cid-ud9f8AbXyj .navbar.navbar-short .nav-link,
.cid-ud9f8AbXyj .navbar.navbar-short .navbar-caption,
.cid-ud9f8AbXyj .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9f8AbXyj .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9f8AbXyj .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9f8AbXyj .navbar.opened {
  background: #000000 !important;
}
.cid-ud9f8AbXyj .nav-item:focus,
.cid-ud9f8AbXyj .nav-link:focus {
  outline: none;
}
.cid-ud9f8AbXyj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9f8AbXyj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9f8AbXyj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9f8AbXyj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9f8AbXyj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9f8AbXyj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9f8AbXyj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9f8AbXyj .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9f8AbXyj .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9f8AbXyj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9f8AbXyj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9f8AbXyj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9f8AbXyj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9f8AbXyj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9f8AbXyj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9f8AbXyj .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: 55%;
}
.cid-ud9f8AbXyj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9f8AbXyj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9f8AbXyj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9f8AbXyj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9f8AbXyj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9f8AbXyj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9f8AbXyj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9f8AbXyj .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: 55%;
  }
  .cid-ud9f8AbXyj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9f8AbXyj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9f8AbXyj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9f8AbXyj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9f8AbXyj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9f8AbXyj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9f8AbXyj .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9f8AbXyj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9f8AbXyj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9f8AbXyj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9f8AbXyj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9f8AbXyj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9f8AbXyj .dropdown-item.active,
.cid-ud9f8AbXyj .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9f8AbXyj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9f8AbXyj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9f8AbXyj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9f8AbXyj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9f8AbXyj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9f8AbXyj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9f8AbXyj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9f8AbXyj .navbar-buttons {
  text-align: center;
}
.cid-ud9f8AbXyj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9f8AbXyj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9f8AbXyj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9f8AbXyj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9f8AbXyj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9f8AbXyj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9f8AbXyj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9f8AbXyj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9f8AbXyj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9f8AbXyj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9f8AbXyj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9f8AbXyj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9f8AbXyj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9f8AbXyj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9f8AbXyj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9f8AbXyj .navbar {
    height: 77px;
  }
  .cid-ud9f8AbXyj .navbar.opened {
    height: auto;
  }
  .cid-ud9f8AbXyj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9f8APudo {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9f8APudo .container,
.cid-ud9f8APudo .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9f8APudo .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9f8APudo .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9f8APudo .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9f8APudo .img-item {
  overflow: hidden;
}
.cid-ud9f8APudo .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9f8APudo .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9f8APudo .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9f8APudo .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9f8APudo .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9f8APudo .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9f8APudo .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9f8APudo .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9f8APudo .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9f8APudo .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9f8APudo .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9f8APudo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9f8APudo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPcBH2mon {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPcBH2mon .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPcBH2mon .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPcBH2mon .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPcBH2mon .items-row {
  row-gap: 48px;
}
.cid-urPcBH2mon .item {
  cursor: pointer;
}
.cid-urPcBH2mon .item:focus,
.cid-urPcBH2mon span:focus {
  outline: none;
}
.cid-urPcBH2mon .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPcBH2mon .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcBH2mon .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPcBH2mon img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPcBH2mon .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPcBH2mon .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcBH2mon .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPcBH2mon .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPcBH2mon .item-title {
  color: #24262b;
}
.cid-urPcBH2mon .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPcBH2mon .mbr-text {
  color: #24262b;
}
.cid-uleiYKJZhi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleiYKJZhi H2 {
  color: #e7272d;
}
.cid-uleiYKJZhi .mbr-text,
.cid-uleiYKJZhi .mbr-section-btn {
  color: #808080;
}
.cid-uleiYKJZhi img {
  max-width: 500px;
  margin: auto;
}
.cid-uleiYKJZhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleiYKJZhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uleiZaf7wJ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleiZaf7wJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleiZaf7wJ input,
.cid-uleiZaf7wJ textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleiZaf7wJ .form-control:hover,
.cid-uleiZaf7wJ .form-control:focus {
  color: #808080 !important;
}
.cid-uleiZaf7wJ .btn-success {
  color: white !important;
}
.cid-uleiZaf7wJ img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleiZaf7wJ .btn {
  border-radius: 30px;
}
.cid-uleiZaf7wJ textarea {
  min-height: 160px !important;
}
.cid-uleiZaf7wJ .form-control,
.cid-uleiZaf7wJ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleiZaf7wJ .form-control:hover,
.cid-uleiZaf7wJ .field-input:hover,
.cid-uleiZaf7wJ .form-control:focus,
.cid-uleiZaf7wJ .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleiZaf7wJ input::-webkit-input-placeholder,
.cid-uleiZaf7wJ textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleiZaf7wJ input:-moz-placeholder,
.cid-uleiZaf7wJ textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleiZaf7wJ .jq-selectbox li,
.cid-uleiZaf7wJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleiZaf7wJ .jq-selectbox li:hover,
.cid-uleiZaf7wJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleiZaf7wJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleiZaf7wJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleiZaf7wJ H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleiZaf7wJ img {
    width: 100%;
  }
  .cid-uleiZaf7wJ .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleiZaf7wJ .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleiZaf7wJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleiZaf7wJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleiZaf7wJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleiZaf7wJ .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleiZaf7wJ .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ud9f8CuBK2 {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fbdOsc2 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fbdOsc2 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fbdOsc2 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fbdOsc2 .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fbdOsc2 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fbdOsc2 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fbdOsc2 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fbdOsc2 .btn-white {
  color: #e7272d !important;
}
.cid-ud9fbdOsc2 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fbdOsc2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fbdOsc2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fbdOsc2 .container {
  display: flex;
  margin: auto;
}
.cid-ud9fbdOsc2 .navbar.navbar-short .nav-link,
.cid-ud9fbdOsc2 .navbar.navbar-short .navbar-caption,
.cid-ud9fbdOsc2 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fbdOsc2 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fbdOsc2 .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fbdOsc2 .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fbdOsc2 .nav-item:focus,
.cid-ud9fbdOsc2 .nav-link:focus {
  outline: none;
}
.cid-ud9fbdOsc2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fbdOsc2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fbdOsc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fbdOsc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fbdOsc2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fbdOsc2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fbdOsc2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fbdOsc2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fbdOsc2 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fbdOsc2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fbdOsc2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fbdOsc2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fbdOsc2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fbdOsc2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fbdOsc2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fbdOsc2 .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: 55%;
}
.cid-ud9fbdOsc2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fbdOsc2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fbdOsc2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fbdOsc2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fbdOsc2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fbdOsc2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fbdOsc2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fbdOsc2 .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: 55%;
  }
  .cid-ud9fbdOsc2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fbdOsc2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fbdOsc2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fbdOsc2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fbdOsc2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fbdOsc2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fbdOsc2 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fbdOsc2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fbdOsc2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fbdOsc2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fbdOsc2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fbdOsc2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fbdOsc2 .dropdown-item.active,
.cid-ud9fbdOsc2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fbdOsc2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fbdOsc2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fbdOsc2 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fbdOsc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fbdOsc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fbdOsc2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fbdOsc2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fbdOsc2 .navbar-buttons {
  text-align: center;
}
.cid-ud9fbdOsc2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fbdOsc2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fbdOsc2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fbdOsc2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fbdOsc2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fbdOsc2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fbdOsc2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fbdOsc2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fbdOsc2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fbdOsc2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fbdOsc2 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fbdOsc2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fbdOsc2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fbdOsc2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fbdOsc2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fbdOsc2 .navbar {
    height: 77px;
  }
  .cid-ud9fbdOsc2 .navbar.opened {
    height: auto;
  }
  .cid-ud9fbdOsc2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fbet5zJ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fbet5zJ .container,
.cid-ud9fbet5zJ .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fbet5zJ .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fbet5zJ .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fbet5zJ .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fbet5zJ .img-item {
  overflow: hidden;
}
.cid-ud9fbet5zJ .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fbet5zJ .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fbet5zJ .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fbet5zJ .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fbet5zJ .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fbet5zJ .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fbet5zJ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fbet5zJ .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fbet5zJ .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fbet5zJ .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fbet5zJ .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fbet5zJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fbet5zJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPcDZcXe4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPcDZcXe4 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPcDZcXe4 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPcDZcXe4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPcDZcXe4 .items-row {
  row-gap: 48px;
}
.cid-urPcDZcXe4 .item {
  cursor: pointer;
}
.cid-urPcDZcXe4 .item:focus,
.cid-urPcDZcXe4 span:focus {
  outline: none;
}
.cid-urPcDZcXe4 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPcDZcXe4 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcDZcXe4 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPcDZcXe4 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPcDZcXe4 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPcDZcXe4 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcDZcXe4 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPcDZcXe4 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPcDZcXe4 .item-title {
  color: #24262b;
}
.cid-urPcDZcXe4 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPcDZcXe4 .mbr-text {
  color: #24262b;
}
.cid-uhVed9w0p4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uhVed9w0p4 H2 {
  color: #e7272d;
}
.cid-uhVed9w0p4 .mbr-text,
.cid-uhVed9w0p4 .mbr-section-btn {
  color: #808080;
}
.cid-uhVed9w0p4 img {
  max-width: 500px;
  margin: auto;
}
.cid-uhVed9w0p4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVed9w0p4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9fbgh0Mt {
  z-index: 1;
}
.cid-uleji5Yu6a {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleji5Yu6a .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleji5Yu6a input,
.cid-uleji5Yu6a textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleji5Yu6a .form-control:hover,
.cid-uleji5Yu6a .form-control:focus {
  color: #808080 !important;
}
.cid-uleji5Yu6a .btn-success {
  color: white !important;
}
.cid-uleji5Yu6a img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleji5Yu6a .btn {
  border-radius: 30px;
}
.cid-uleji5Yu6a textarea {
  min-height: 160px !important;
}
.cid-uleji5Yu6a .form-control,
.cid-uleji5Yu6a .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleji5Yu6a .form-control:hover,
.cid-uleji5Yu6a .field-input:hover,
.cid-uleji5Yu6a .form-control:focus,
.cid-uleji5Yu6a .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleji5Yu6a input::-webkit-input-placeholder,
.cid-uleji5Yu6a textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleji5Yu6a input:-moz-placeholder,
.cid-uleji5Yu6a textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleji5Yu6a .jq-selectbox li,
.cid-uleji5Yu6a .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleji5Yu6a .jq-selectbox li:hover,
.cid-uleji5Yu6a .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleji5Yu6a .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleji5Yu6a .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleji5Yu6a H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleji5Yu6a img {
    width: 100%;
  }
  .cid-uleji5Yu6a .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleji5Yu6a .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleji5Yu6a .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleji5Yu6a .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleji5Yu6a .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleji5Yu6a .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleji5Yu6a .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fkp1XeP .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fkp1XeP .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fkp1XeP .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fkp1XeP .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fkp1XeP .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fkp1XeP .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fkp1XeP .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fkp1XeP .btn-white {
  color: #e7272d !important;
}
.cid-ud9fkp1XeP .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fkp1XeP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fkp1XeP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fkp1XeP .container {
  display: flex;
  margin: auto;
}
.cid-ud9fkp1XeP .navbar.navbar-short .nav-link,
.cid-ud9fkp1XeP .navbar.navbar-short .navbar-caption,
.cid-ud9fkp1XeP .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fkp1XeP .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fkp1XeP .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fkp1XeP .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fkp1XeP .nav-item:focus,
.cid-ud9fkp1XeP .nav-link:focus {
  outline: none;
}
.cid-ud9fkp1XeP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fkp1XeP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fkp1XeP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fkp1XeP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fkp1XeP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fkp1XeP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fkp1XeP .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fkp1XeP .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fkp1XeP .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fkp1XeP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fkp1XeP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fkp1XeP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fkp1XeP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fkp1XeP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fkp1XeP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fkp1XeP .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: 55%;
}
.cid-ud9fkp1XeP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fkp1XeP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fkp1XeP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fkp1XeP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fkp1XeP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fkp1XeP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fkp1XeP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fkp1XeP .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: 55%;
  }
  .cid-ud9fkp1XeP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fkp1XeP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fkp1XeP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fkp1XeP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fkp1XeP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fkp1XeP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fkp1XeP .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fkp1XeP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fkp1XeP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fkp1XeP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fkp1XeP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fkp1XeP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fkp1XeP .dropdown-item.active,
.cid-ud9fkp1XeP .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fkp1XeP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fkp1XeP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fkp1XeP .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fkp1XeP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fkp1XeP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fkp1XeP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fkp1XeP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fkp1XeP .navbar-buttons {
  text-align: center;
}
.cid-ud9fkp1XeP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fkp1XeP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fkp1XeP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fkp1XeP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fkp1XeP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fkp1XeP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fkp1XeP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fkp1XeP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fkp1XeP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fkp1XeP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fkp1XeP .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fkp1XeP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fkp1XeP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fkp1XeP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fkp1XeP .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fkp1XeP .navbar {
    height: 77px;
  }
  .cid-ud9fkp1XeP .navbar.opened {
    height: auto;
  }
  .cid-ud9fkp1XeP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fkqGyFU {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fkqGyFU .container,
.cid-ud9fkqGyFU .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fkqGyFU .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fkqGyFU .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fkqGyFU .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fkqGyFU .img-item {
  overflow: hidden;
}
.cid-ud9fkqGyFU .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fkqGyFU .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fkqGyFU .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fkqGyFU .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fkqGyFU .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fkqGyFU .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fkqGyFU .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fkqGyFU .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fkqGyFU .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fkqGyFU .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fkqGyFU .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fkqGyFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fkqGyFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9fktnVj9 {
  z-index: 1;
}
.cid-urPcH1ogid {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPcH1ogid .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPcH1ogid .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPcH1ogid .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPcH1ogid .items-row {
  row-gap: 48px;
}
.cid-urPcH1ogid .item {
  cursor: pointer;
}
.cid-urPcH1ogid .item:focus,
.cid-urPcH1ogid span:focus {
  outline: none;
}
.cid-urPcH1ogid .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPcH1ogid .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcH1ogid .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPcH1ogid img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPcH1ogid .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPcH1ogid .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcH1ogid .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPcH1ogid .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPcH1ogid .item-title {
  color: #24262b;
}
.cid-urPcH1ogid .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPcH1ogid .mbr-text {
  color: #24262b;
}
.cid-ulejopSXXW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulejopSXXW H2 {
  color: #e7272d;
}
.cid-ulejopSXXW .mbr-text,
.cid-ulejopSXXW .mbr-section-btn {
  color: #808080;
}
.cid-ulejopSXXW img {
  max-width: 500px;
  margin: auto;
}
.cid-ulejopSXXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulejopSXXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulejnHzujD {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulejnHzujD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulejnHzujD input,
.cid-ulejnHzujD textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulejnHzujD .form-control:hover,
.cid-ulejnHzujD .form-control:focus {
  color: #808080 !important;
}
.cid-ulejnHzujD .btn-success {
  color: white !important;
}
.cid-ulejnHzujD img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulejnHzujD .btn {
  border-radius: 30px;
}
.cid-ulejnHzujD textarea {
  min-height: 160px !important;
}
.cid-ulejnHzujD .form-control,
.cid-ulejnHzujD .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulejnHzujD .form-control:hover,
.cid-ulejnHzujD .field-input:hover,
.cid-ulejnHzujD .form-control:focus,
.cid-ulejnHzujD .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulejnHzujD input::-webkit-input-placeholder,
.cid-ulejnHzujD textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulejnHzujD input:-moz-placeholder,
.cid-ulejnHzujD textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulejnHzujD .jq-selectbox li,
.cid-ulejnHzujD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulejnHzujD .jq-selectbox li:hover,
.cid-ulejnHzujD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulejnHzujD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulejnHzujD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulejnHzujD H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulejnHzujD img {
    width: 100%;
  }
  .cid-ulejnHzujD .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulejnHzujD .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulejnHzujD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulejnHzujD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulejnHzujD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulejnHzujD .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulejnHzujD .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fmu9CJK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fmu9CJK .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fmu9CJK .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fmu9CJK .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fmu9CJK .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fmu9CJK .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fmu9CJK .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fmu9CJK .btn-white {
  color: #e7272d !important;
}
.cid-ud9fmu9CJK .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fmu9CJK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fmu9CJK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fmu9CJK .container {
  display: flex;
  margin: auto;
}
.cid-ud9fmu9CJK .navbar.navbar-short .nav-link,
.cid-ud9fmu9CJK .navbar.navbar-short .navbar-caption,
.cid-ud9fmu9CJK .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fmu9CJK .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fmu9CJK .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fmu9CJK .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fmu9CJK .nav-item:focus,
.cid-ud9fmu9CJK .nav-link:focus {
  outline: none;
}
.cid-ud9fmu9CJK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fmu9CJK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fmu9CJK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fmu9CJK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fmu9CJK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fmu9CJK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fmu9CJK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fmu9CJK .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fmu9CJK .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fmu9CJK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fmu9CJK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fmu9CJK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fmu9CJK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fmu9CJK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fmu9CJK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fmu9CJK .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: 55%;
}
.cid-ud9fmu9CJK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fmu9CJK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fmu9CJK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fmu9CJK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fmu9CJK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fmu9CJK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fmu9CJK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fmu9CJK .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: 55%;
  }
  .cid-ud9fmu9CJK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fmu9CJK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fmu9CJK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fmu9CJK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fmu9CJK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fmu9CJK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fmu9CJK .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fmu9CJK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fmu9CJK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fmu9CJK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fmu9CJK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fmu9CJK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fmu9CJK .dropdown-item.active,
.cid-ud9fmu9CJK .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fmu9CJK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fmu9CJK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fmu9CJK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fmu9CJK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fmu9CJK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fmu9CJK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fmu9CJK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fmu9CJK .navbar-buttons {
  text-align: center;
}
.cid-ud9fmu9CJK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fmu9CJK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fmu9CJK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fmu9CJK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fmu9CJK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fmu9CJK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fmu9CJK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fmu9CJK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fmu9CJK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fmu9CJK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fmu9CJK .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fmu9CJK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fmu9CJK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fmu9CJK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fmu9CJK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fmu9CJK .navbar {
    height: 77px;
  }
  .cid-ud9fmu9CJK .navbar.opened {
    height: auto;
  }
  .cid-ud9fmu9CJK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fmuQIB1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fmuQIB1 .container,
.cid-ud9fmuQIB1 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fmuQIB1 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fmuQIB1 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fmuQIB1 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fmuQIB1 .img-item {
  overflow: hidden;
}
.cid-ud9fmuQIB1 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fmuQIB1 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fmuQIB1 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fmuQIB1 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fmuQIB1 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fmuQIB1 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fmuQIB1 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fmuQIB1 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fmuQIB1 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fmuQIB1 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fmuQIB1 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fmuQIB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fmuQIB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPcOiZpKh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPcOiZpKh .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPcOiZpKh .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPcOiZpKh .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPcOiZpKh .items-row {
  row-gap: 48px;
}
.cid-urPcOiZpKh .item {
  cursor: pointer;
}
.cid-urPcOiZpKh .item:focus,
.cid-urPcOiZpKh span:focus {
  outline: none;
}
.cid-urPcOiZpKh .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPcOiZpKh .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcOiZpKh .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPcOiZpKh img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPcOiZpKh .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPcOiZpKh .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcOiZpKh .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPcOiZpKh .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPcOiZpKh .item-title {
  color: #24262b;
}
.cid-urPcOiZpKh .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPcOiZpKh .mbr-text {
  color: #24262b;
}
.cid-ulejNWtxdb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulejNWtxdb H2 {
  color: #e7272d;
}
.cid-ulejNWtxdb .mbr-text,
.cid-ulejNWtxdb .mbr-section-btn {
  color: #808080;
}
.cid-ulejNWtxdb img {
  max-width: 500px;
  margin: auto;
}
.cid-ulejNWtxdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulejNWtxdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulejOmDNaT {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulejOmDNaT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulejOmDNaT input,
.cid-ulejOmDNaT textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulejOmDNaT .form-control:hover,
.cid-ulejOmDNaT .form-control:focus {
  color: #808080 !important;
}
.cid-ulejOmDNaT .btn-success {
  color: white !important;
}
.cid-ulejOmDNaT img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulejOmDNaT .btn {
  border-radius: 30px;
}
.cid-ulejOmDNaT textarea {
  min-height: 160px !important;
}
.cid-ulejOmDNaT .form-control,
.cid-ulejOmDNaT .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulejOmDNaT .form-control:hover,
.cid-ulejOmDNaT .field-input:hover,
.cid-ulejOmDNaT .form-control:focus,
.cid-ulejOmDNaT .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulejOmDNaT input::-webkit-input-placeholder,
.cid-ulejOmDNaT textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulejOmDNaT input:-moz-placeholder,
.cid-ulejOmDNaT textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulejOmDNaT .jq-selectbox li,
.cid-ulejOmDNaT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulejOmDNaT .jq-selectbox li:hover,
.cid-ulejOmDNaT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulejOmDNaT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulejOmDNaT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulejOmDNaT H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulejOmDNaT img {
    width: 100%;
  }
  .cid-ulejOmDNaT .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulejOmDNaT .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulejOmDNaT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulejOmDNaT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulejOmDNaT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulejOmDNaT .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulejOmDNaT .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ud9fmwGKKB {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fnAJgGI .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fnAJgGI .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fnAJgGI .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fnAJgGI .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fnAJgGI .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fnAJgGI .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fnAJgGI .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fnAJgGI .btn-white {
  color: #e7272d !important;
}
.cid-ud9fnAJgGI .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fnAJgGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fnAJgGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fnAJgGI .container {
  display: flex;
  margin: auto;
}
.cid-ud9fnAJgGI .navbar.navbar-short .nav-link,
.cid-ud9fnAJgGI .navbar.navbar-short .navbar-caption,
.cid-ud9fnAJgGI .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fnAJgGI .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fnAJgGI .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fnAJgGI .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fnAJgGI .nav-item:focus,
.cid-ud9fnAJgGI .nav-link:focus {
  outline: none;
}
.cid-ud9fnAJgGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fnAJgGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fnAJgGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fnAJgGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fnAJgGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fnAJgGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fnAJgGI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fnAJgGI .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fnAJgGI .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fnAJgGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fnAJgGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fnAJgGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fnAJgGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fnAJgGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fnAJgGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fnAJgGI .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: 55%;
}
.cid-ud9fnAJgGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fnAJgGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fnAJgGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fnAJgGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fnAJgGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fnAJgGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fnAJgGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fnAJgGI .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: 55%;
  }
  .cid-ud9fnAJgGI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fnAJgGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fnAJgGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fnAJgGI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fnAJgGI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fnAJgGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fnAJgGI .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fnAJgGI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fnAJgGI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fnAJgGI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fnAJgGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fnAJgGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fnAJgGI .dropdown-item.active,
.cid-ud9fnAJgGI .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fnAJgGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fnAJgGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fnAJgGI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fnAJgGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fnAJgGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fnAJgGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fnAJgGI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fnAJgGI .navbar-buttons {
  text-align: center;
}
.cid-ud9fnAJgGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fnAJgGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fnAJgGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fnAJgGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fnAJgGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fnAJgGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fnAJgGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fnAJgGI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fnAJgGI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fnAJgGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fnAJgGI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fnAJgGI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fnAJgGI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fnAJgGI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fnAJgGI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fnAJgGI .navbar {
    height: 77px;
  }
  .cid-ud9fnAJgGI .navbar.opened {
    height: auto;
  }
  .cid-ud9fnAJgGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fnBLhFa {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fnBLhFa .container,
.cid-ud9fnBLhFa .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fnBLhFa .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fnBLhFa .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fnBLhFa .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fnBLhFa .img-item {
  overflow: hidden;
}
.cid-ud9fnBLhFa .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fnBLhFa .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fnBLhFa .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fnBLhFa .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fnBLhFa .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fnBLhFa .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fnBLhFa .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fnBLhFa .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fnBLhFa .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fnBLhFa .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fnBLhFa .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fnBLhFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fnBLhFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urn4FchwTx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urn4FchwTx .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urn4FchwTx .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urn4FchwTx .mbr-section-subtitle {
  color: #24262b;
}
.cid-urn4FchwTx .items-row {
  row-gap: 48px;
}
.cid-urn4FchwTx .item {
  cursor: pointer;
}
.cid-urn4FchwTx .item:focus,
.cid-urn4FchwTx span:focus {
  outline: none;
}
.cid-urn4FchwTx .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urn4FchwTx .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urn4FchwTx .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urn4FchwTx img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urn4FchwTx .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urn4FchwTx .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urn4FchwTx .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urn4FchwTx .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urn4FchwTx .item-title {
  color: #24262b;
}
.cid-urn4FchwTx .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urn4FchwTx .mbr-text {
  color: #24262b;
}
.cid-urn4GnZPWO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urn4GnZPWO H2 {
  color: #e7272d;
}
.cid-urn4GnZPWO .mbr-text,
.cid-urn4GnZPWO .mbr-section-btn {
  color: #808080;
}
.cid-urn4GnZPWO img {
  max-width: 500px;
  margin: auto;
}
.cid-urn4GnZPWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-urn4GnZPWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9fnDDhr4 {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fqJIYkZ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fqJIYkZ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fqJIYkZ .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fqJIYkZ .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fqJIYkZ .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fqJIYkZ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fqJIYkZ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fqJIYkZ .btn-white {
  color: #e7272d !important;
}
.cid-ud9fqJIYkZ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fqJIYkZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fqJIYkZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fqJIYkZ .container {
  display: flex;
  margin: auto;
}
.cid-ud9fqJIYkZ .navbar.navbar-short .nav-link,
.cid-ud9fqJIYkZ .navbar.navbar-short .navbar-caption,
.cid-ud9fqJIYkZ .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fqJIYkZ .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fqJIYkZ .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fqJIYkZ .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fqJIYkZ .nav-item:focus,
.cid-ud9fqJIYkZ .nav-link:focus {
  outline: none;
}
.cid-ud9fqJIYkZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fqJIYkZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fqJIYkZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fqJIYkZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fqJIYkZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fqJIYkZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fqJIYkZ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fqJIYkZ .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fqJIYkZ .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fqJIYkZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fqJIYkZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fqJIYkZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fqJIYkZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fqJIYkZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fqJIYkZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fqJIYkZ .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: 55%;
}
.cid-ud9fqJIYkZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fqJIYkZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fqJIYkZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fqJIYkZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fqJIYkZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fqJIYkZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fqJIYkZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fqJIYkZ .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: 55%;
  }
  .cid-ud9fqJIYkZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fqJIYkZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fqJIYkZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fqJIYkZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fqJIYkZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fqJIYkZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fqJIYkZ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fqJIYkZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fqJIYkZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fqJIYkZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fqJIYkZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fqJIYkZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fqJIYkZ .dropdown-item.active,
.cid-ud9fqJIYkZ .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fqJIYkZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fqJIYkZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fqJIYkZ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fqJIYkZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fqJIYkZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fqJIYkZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fqJIYkZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fqJIYkZ .navbar-buttons {
  text-align: center;
}
.cid-ud9fqJIYkZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fqJIYkZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fqJIYkZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fqJIYkZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fqJIYkZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fqJIYkZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fqJIYkZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fqJIYkZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fqJIYkZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fqJIYkZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fqJIYkZ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fqJIYkZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fqJIYkZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fqJIYkZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fqJIYkZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fqJIYkZ .navbar {
    height: 77px;
  }
  .cid-ud9fqJIYkZ .navbar.opened {
    height: auto;
  }
  .cid-ud9fqJIYkZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fqKffnf {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fqKffnf .container,
.cid-ud9fqKffnf .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fqKffnf .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fqKffnf .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fqKffnf .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fqKffnf .img-item {
  overflow: hidden;
}
.cid-ud9fqKffnf .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fqKffnf .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fqKffnf .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fqKffnf .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fqKffnf .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fqKffnf .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fqKffnf .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fqKffnf .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fqKffnf .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fqKffnf .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fqKffnf .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fqKffnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fqKffnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPcRCpHnP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPcRCpHnP .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPcRCpHnP .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPcRCpHnP .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPcRCpHnP .items-row {
  row-gap: 48px;
}
.cid-urPcRCpHnP .item {
  cursor: pointer;
}
.cid-urPcRCpHnP .item:focus,
.cid-urPcRCpHnP span:focus {
  outline: none;
}
.cid-urPcRCpHnP .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPcRCpHnP .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcRCpHnP .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPcRCpHnP img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPcRCpHnP .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPcRCpHnP .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcRCpHnP .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPcRCpHnP .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPcRCpHnP .item-title {
  color: #24262b;
}
.cid-urPcRCpHnP .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPcRCpHnP .mbr-text {
  color: #24262b;
}
.cid-ulek1ReMUL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulek1ReMUL H2 {
  color: #e7272d;
}
.cid-ulek1ReMUL .mbr-text,
.cid-ulek1ReMUL .mbr-section-btn {
  color: #808080;
}
.cid-ulek1ReMUL img {
  max-width: 500px;
  margin: auto;
}
.cid-ulek1ReMUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulek1ReMUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulek2RcfZN {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulek2RcfZN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulek2RcfZN input,
.cid-ulek2RcfZN textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulek2RcfZN .form-control:hover,
.cid-ulek2RcfZN .form-control:focus {
  color: #808080 !important;
}
.cid-ulek2RcfZN .btn-success {
  color: white !important;
}
.cid-ulek2RcfZN img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulek2RcfZN .btn {
  border-radius: 30px;
}
.cid-ulek2RcfZN textarea {
  min-height: 160px !important;
}
.cid-ulek2RcfZN .form-control,
.cid-ulek2RcfZN .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulek2RcfZN .form-control:hover,
.cid-ulek2RcfZN .field-input:hover,
.cid-ulek2RcfZN .form-control:focus,
.cid-ulek2RcfZN .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulek2RcfZN input::-webkit-input-placeholder,
.cid-ulek2RcfZN textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulek2RcfZN input:-moz-placeholder,
.cid-ulek2RcfZN textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulek2RcfZN .jq-selectbox li,
.cid-ulek2RcfZN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulek2RcfZN .jq-selectbox li:hover,
.cid-ulek2RcfZN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulek2RcfZN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulek2RcfZN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulek2RcfZN H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulek2RcfZN img {
    width: 100%;
  }
  .cid-ulek2RcfZN .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulek2RcfZN .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulek2RcfZN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulek2RcfZN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulek2RcfZN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulek2RcfZN .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulek2RcfZN .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ud9fqMSrRW {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fxzYLr0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fxzYLr0 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fxzYLr0 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fxzYLr0 .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fxzYLr0 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fxzYLr0 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fxzYLr0 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fxzYLr0 .btn-white {
  color: #e7272d !important;
}
.cid-ud9fxzYLr0 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fxzYLr0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fxzYLr0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fxzYLr0 .container {
  display: flex;
  margin: auto;
}
.cid-ud9fxzYLr0 .navbar.navbar-short .nav-link,
.cid-ud9fxzYLr0 .navbar.navbar-short .navbar-caption,
.cid-ud9fxzYLr0 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fxzYLr0 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fxzYLr0 .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fxzYLr0 .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fxzYLr0 .nav-item:focus,
.cid-ud9fxzYLr0 .nav-link:focus {
  outline: none;
}
.cid-ud9fxzYLr0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fxzYLr0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fxzYLr0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fxzYLr0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fxzYLr0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fxzYLr0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fxzYLr0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fxzYLr0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fxzYLr0 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fxzYLr0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fxzYLr0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fxzYLr0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fxzYLr0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fxzYLr0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fxzYLr0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fxzYLr0 .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: 55%;
}
.cid-ud9fxzYLr0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fxzYLr0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fxzYLr0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fxzYLr0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fxzYLr0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fxzYLr0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fxzYLr0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fxzYLr0 .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: 55%;
  }
  .cid-ud9fxzYLr0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fxzYLr0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fxzYLr0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fxzYLr0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fxzYLr0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fxzYLr0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fxzYLr0 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fxzYLr0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fxzYLr0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fxzYLr0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fxzYLr0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fxzYLr0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fxzYLr0 .dropdown-item.active,
.cid-ud9fxzYLr0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fxzYLr0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fxzYLr0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fxzYLr0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fxzYLr0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fxzYLr0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fxzYLr0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fxzYLr0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fxzYLr0 .navbar-buttons {
  text-align: center;
}
.cid-ud9fxzYLr0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fxzYLr0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fxzYLr0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fxzYLr0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fxzYLr0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fxzYLr0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fxzYLr0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fxzYLr0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fxzYLr0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fxzYLr0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fxzYLr0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fxzYLr0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fxzYLr0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fxzYLr0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fxzYLr0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fxzYLr0 .navbar {
    height: 77px;
  }
  .cid-ud9fxzYLr0 .navbar.opened {
    height: auto;
  }
  .cid-ud9fxzYLr0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fxABiXx {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fxABiXx .container,
.cid-ud9fxABiXx .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fxABiXx .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fxABiXx .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fxABiXx .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fxABiXx .img-item {
  overflow: hidden;
}
.cid-ud9fxABiXx .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fxABiXx .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fxABiXx .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fxABiXx .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fxABiXx .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fxABiXx .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fxABiXx .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fxABiXx .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fxABiXx .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fxABiXx .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fxABiXx .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fxABiXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fxABiXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9fxCsYWB {
  z-index: 1;
}
.cid-urPcTNPB50 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPcTNPB50 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPcTNPB50 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPcTNPB50 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPcTNPB50 .items-row {
  row-gap: 48px;
}
.cid-urPcTNPB50 .item {
  cursor: pointer;
}
.cid-urPcTNPB50 .item:focus,
.cid-urPcTNPB50 span:focus {
  outline: none;
}
.cid-urPcTNPB50 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPcTNPB50 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcTNPB50 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPcTNPB50 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPcTNPB50 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPcTNPB50 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcTNPB50 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPcTNPB50 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPcTNPB50 .item-title {
  color: #24262b;
}
.cid-urPcTNPB50 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPcTNPB50 .mbr-text {
  color: #24262b;
}
.cid-ulekgzFmei {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulekgzFmei H2 {
  color: #e7272d;
}
.cid-ulekgzFmei .mbr-text,
.cid-ulekgzFmei .mbr-section-btn {
  color: #808080;
}
.cid-ulekgzFmei img {
  max-width: 500px;
  margin: auto;
}
.cid-ulekgzFmei .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulekgzFmei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fC7gDp9 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fC7gDp9 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fC7gDp9 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fC7gDp9 .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fC7gDp9 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fC7gDp9 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fC7gDp9 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fC7gDp9 .btn-white {
  color: #e7272d !important;
}
.cid-ud9fC7gDp9 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fC7gDp9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fC7gDp9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fC7gDp9 .container {
  display: flex;
  margin: auto;
}
.cid-ud9fC7gDp9 .navbar.navbar-short .nav-link,
.cid-ud9fC7gDp9 .navbar.navbar-short .navbar-caption,
.cid-ud9fC7gDp9 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fC7gDp9 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fC7gDp9 .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fC7gDp9 .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fC7gDp9 .nav-item:focus,
.cid-ud9fC7gDp9 .nav-link:focus {
  outline: none;
}
.cid-ud9fC7gDp9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fC7gDp9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fC7gDp9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fC7gDp9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fC7gDp9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fC7gDp9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fC7gDp9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fC7gDp9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fC7gDp9 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fC7gDp9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fC7gDp9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fC7gDp9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fC7gDp9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fC7gDp9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fC7gDp9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fC7gDp9 .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: 55%;
}
.cid-ud9fC7gDp9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fC7gDp9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fC7gDp9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fC7gDp9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fC7gDp9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fC7gDp9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fC7gDp9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fC7gDp9 .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: 55%;
  }
  .cid-ud9fC7gDp9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fC7gDp9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fC7gDp9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fC7gDp9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fC7gDp9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fC7gDp9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fC7gDp9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fC7gDp9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fC7gDp9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fC7gDp9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fC7gDp9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fC7gDp9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fC7gDp9 .dropdown-item.active,
.cid-ud9fC7gDp9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fC7gDp9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fC7gDp9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fC7gDp9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fC7gDp9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fC7gDp9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fC7gDp9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fC7gDp9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fC7gDp9 .navbar-buttons {
  text-align: center;
}
.cid-ud9fC7gDp9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fC7gDp9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fC7gDp9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fC7gDp9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fC7gDp9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fC7gDp9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fC7gDp9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fC7gDp9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fC7gDp9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fC7gDp9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fC7gDp9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fC7gDp9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fC7gDp9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fC7gDp9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fC7gDp9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fC7gDp9 .navbar {
    height: 77px;
  }
  .cid-ud9fC7gDp9 .navbar.opened {
    height: auto;
  }
  .cid-ud9fC7gDp9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fC94Pwz {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fC94Pwz .container,
.cid-ud9fC94Pwz .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fC94Pwz .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fC94Pwz .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fC94Pwz .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fC94Pwz .img-item {
  overflow: hidden;
}
.cid-ud9fC94Pwz .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fC94Pwz .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fC94Pwz .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fC94Pwz .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fC94Pwz .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fC94Pwz .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fC94Pwz .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fC94Pwz .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fC94Pwz .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fC94Pwz .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fC94Pwz .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fC94Pwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fC94Pwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9fCdb7gu {
  z-index: 1;
}
.cid-urPcWvPc8W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPcWvPc8W .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPcWvPc8W .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPcWvPc8W .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPcWvPc8W .items-row {
  row-gap: 48px;
}
.cid-urPcWvPc8W .item {
  cursor: pointer;
}
.cid-urPcWvPc8W .item:focus,
.cid-urPcWvPc8W span:focus {
  outline: none;
}
.cid-urPcWvPc8W .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPcWvPc8W .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcWvPc8W .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPcWvPc8W img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPcWvPc8W .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPcWvPc8W .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcWvPc8W .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPcWvPc8W .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPcWvPc8W .item-title {
  color: #24262b;
}
.cid-urPcWvPc8W .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPcWvPc8W .mbr-text {
  color: #24262b;
}
.cid-ulekNBovjP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulekNBovjP H2 {
  color: #e7272d;
}
.cid-ulekNBovjP .mbr-text,
.cid-ulekNBovjP .mbr-section-btn {
  color: #808080;
}
.cid-ulekNBovjP img {
  max-width: 500px;
  margin: auto;
}
.cid-ulekNBovjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulekNBovjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulekNUk6yD {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulekNUk6yD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulekNUk6yD input,
.cid-ulekNUk6yD textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulekNUk6yD .form-control:hover,
.cid-ulekNUk6yD .form-control:focus {
  color: #808080 !important;
}
.cid-ulekNUk6yD .btn-success {
  color: white !important;
}
.cid-ulekNUk6yD img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulekNUk6yD .btn {
  border-radius: 30px;
}
.cid-ulekNUk6yD textarea {
  min-height: 160px !important;
}
.cid-ulekNUk6yD .form-control,
.cid-ulekNUk6yD .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulekNUk6yD .form-control:hover,
.cid-ulekNUk6yD .field-input:hover,
.cid-ulekNUk6yD .form-control:focus,
.cid-ulekNUk6yD .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulekNUk6yD input::-webkit-input-placeholder,
.cid-ulekNUk6yD textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulekNUk6yD input:-moz-placeholder,
.cid-ulekNUk6yD textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulekNUk6yD .jq-selectbox li,
.cid-ulekNUk6yD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulekNUk6yD .jq-selectbox li:hover,
.cid-ulekNUk6yD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulekNUk6yD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulekNUk6yD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulekNUk6yD H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulekNUk6yD img {
    width: 100%;
  }
  .cid-ulekNUk6yD .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulekNUk6yD .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulekNUk6yD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulekNUk6yD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulekNUk6yD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulekNUk6yD .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulekNUk6yD .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fEB0ZTu .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fEB0ZTu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fEB0ZTu .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fEB0ZTu .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fEB0ZTu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fEB0ZTu .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fEB0ZTu .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fEB0ZTu .btn-white {
  color: #e7272d !important;
}
.cid-ud9fEB0ZTu .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fEB0ZTu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fEB0ZTu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fEB0ZTu .container {
  display: flex;
  margin: auto;
}
.cid-ud9fEB0ZTu .navbar.navbar-short .nav-link,
.cid-ud9fEB0ZTu .navbar.navbar-short .navbar-caption,
.cid-ud9fEB0ZTu .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fEB0ZTu .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fEB0ZTu .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fEB0ZTu .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fEB0ZTu .nav-item:focus,
.cid-ud9fEB0ZTu .nav-link:focus {
  outline: none;
}
.cid-ud9fEB0ZTu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fEB0ZTu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fEB0ZTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fEB0ZTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fEB0ZTu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fEB0ZTu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fEB0ZTu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fEB0ZTu .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fEB0ZTu .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fEB0ZTu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fEB0ZTu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fEB0ZTu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fEB0ZTu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fEB0ZTu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fEB0ZTu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fEB0ZTu .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: 55%;
}
.cid-ud9fEB0ZTu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fEB0ZTu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fEB0ZTu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fEB0ZTu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fEB0ZTu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fEB0ZTu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fEB0ZTu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fEB0ZTu .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: 55%;
  }
  .cid-ud9fEB0ZTu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fEB0ZTu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fEB0ZTu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fEB0ZTu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fEB0ZTu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fEB0ZTu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fEB0ZTu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fEB0ZTu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fEB0ZTu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fEB0ZTu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fEB0ZTu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fEB0ZTu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fEB0ZTu .dropdown-item.active,
.cid-ud9fEB0ZTu .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fEB0ZTu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fEB0ZTu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fEB0ZTu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fEB0ZTu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fEB0ZTu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fEB0ZTu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fEB0ZTu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fEB0ZTu .navbar-buttons {
  text-align: center;
}
.cid-ud9fEB0ZTu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fEB0ZTu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fEB0ZTu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fEB0ZTu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fEB0ZTu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fEB0ZTu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fEB0ZTu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fEB0ZTu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fEB0ZTu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fEB0ZTu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fEB0ZTu .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fEB0ZTu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fEB0ZTu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fEB0ZTu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fEB0ZTu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fEB0ZTu .navbar {
    height: 77px;
  }
  .cid-ud9fEB0ZTu .navbar.opened {
    height: auto;
  }
  .cid-ud9fEB0ZTu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fEBuiWz {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fEBuiWz .container,
.cid-ud9fEBuiWz .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fEBuiWz .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fEBuiWz .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fEBuiWz .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fEBuiWz .img-item {
  overflow: hidden;
}
.cid-ud9fEBuiWz .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fEBuiWz .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fEBuiWz .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fEBuiWz .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fEBuiWz .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fEBuiWz .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fEBuiWz .mbr-section-title {
  margin-bottom: 12px;
  text-align: right;
}
.cid-ud9fEBuiWz .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fEBuiWz .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fEBuiWz .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fEBuiWz .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fEBuiWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fEBuiWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9fEDy0DB {
  z-index: 1;
}
.cid-urPcYO1yZ1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPcYO1yZ1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPcYO1yZ1 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPcYO1yZ1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPcYO1yZ1 .items-row {
  row-gap: 48px;
}
.cid-urPcYO1yZ1 .item {
  cursor: pointer;
}
.cid-urPcYO1yZ1 .item:focus,
.cid-urPcYO1yZ1 span:focus {
  outline: none;
}
.cid-urPcYO1yZ1 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPcYO1yZ1 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcYO1yZ1 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPcYO1yZ1 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPcYO1yZ1 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPcYO1yZ1 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcYO1yZ1 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPcYO1yZ1 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPcYO1yZ1 .item-title {
  color: #24262b;
}
.cid-urPcYO1yZ1 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPcYO1yZ1 .mbr-text {
  color: #24262b;
}
.cid-ulekRrBiGJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulekRrBiGJ H2 {
  color: #e7272d;
}
.cid-ulekRrBiGJ .mbr-text,
.cid-ulekRrBiGJ .mbr-section-btn {
  color: #808080;
}
.cid-ulekRrBiGJ img {
  max-width: 500px;
  margin: auto;
}
.cid-ulekRrBiGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulekRrBiGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulekS9DYF0 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulekS9DYF0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulekS9DYF0 input,
.cid-ulekS9DYF0 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulekS9DYF0 .form-control:hover,
.cid-ulekS9DYF0 .form-control:focus {
  color: #808080 !important;
}
.cid-ulekS9DYF0 .btn-success {
  color: white !important;
}
.cid-ulekS9DYF0 img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulekS9DYF0 .btn {
  border-radius: 30px;
}
.cid-ulekS9DYF0 textarea {
  min-height: 160px !important;
}
.cid-ulekS9DYF0 .form-control,
.cid-ulekS9DYF0 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulekS9DYF0 .form-control:hover,
.cid-ulekS9DYF0 .field-input:hover,
.cid-ulekS9DYF0 .form-control:focus,
.cid-ulekS9DYF0 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulekS9DYF0 input::-webkit-input-placeholder,
.cid-ulekS9DYF0 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulekS9DYF0 input:-moz-placeholder,
.cid-ulekS9DYF0 textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulekS9DYF0 .jq-selectbox li,
.cid-ulekS9DYF0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulekS9DYF0 .jq-selectbox li:hover,
.cid-ulekS9DYF0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulekS9DYF0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulekS9DYF0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulekS9DYF0 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulekS9DYF0 img {
    width: 100%;
  }
  .cid-ulekS9DYF0 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulekS9DYF0 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulekS9DYF0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulekS9DYF0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulekS9DYF0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulekS9DYF0 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulekS9DYF0 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fHYegeY .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fHYegeY .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fHYegeY .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fHYegeY .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fHYegeY .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fHYegeY .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fHYegeY .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fHYegeY .btn-white {
  color: #e7272d !important;
}
.cid-ud9fHYegeY .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fHYegeY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fHYegeY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fHYegeY .container {
  display: flex;
  margin: auto;
}
.cid-ud9fHYegeY .navbar.navbar-short .nav-link,
.cid-ud9fHYegeY .navbar.navbar-short .navbar-caption,
.cid-ud9fHYegeY .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fHYegeY .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fHYegeY .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fHYegeY .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fHYegeY .nav-item:focus,
.cid-ud9fHYegeY .nav-link:focus {
  outline: none;
}
.cid-ud9fHYegeY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fHYegeY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fHYegeY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fHYegeY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fHYegeY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fHYegeY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fHYegeY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fHYegeY .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fHYegeY .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fHYegeY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fHYegeY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fHYegeY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fHYegeY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fHYegeY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fHYegeY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fHYegeY .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: 55%;
}
.cid-ud9fHYegeY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fHYegeY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fHYegeY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fHYegeY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fHYegeY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fHYegeY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fHYegeY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fHYegeY .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: 55%;
  }
  .cid-ud9fHYegeY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fHYegeY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fHYegeY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fHYegeY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fHYegeY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fHYegeY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fHYegeY .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fHYegeY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fHYegeY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fHYegeY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fHYegeY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fHYegeY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fHYegeY .dropdown-item.active,
.cid-ud9fHYegeY .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fHYegeY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fHYegeY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fHYegeY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fHYegeY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fHYegeY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fHYegeY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fHYegeY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fHYegeY .navbar-buttons {
  text-align: center;
}
.cid-ud9fHYegeY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fHYegeY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fHYegeY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fHYegeY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fHYegeY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fHYegeY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fHYegeY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fHYegeY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fHYegeY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fHYegeY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fHYegeY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fHYegeY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fHYegeY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fHYegeY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fHYegeY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fHYegeY .navbar {
    height: 77px;
  }
  .cid-ud9fHYegeY .navbar.opened {
    height: auto;
  }
  .cid-ud9fHYegeY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fHZdov8 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fHZdov8 .container,
.cid-ud9fHZdov8 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fHZdov8 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fHZdov8 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fHZdov8 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fHZdov8 .img-item {
  overflow: hidden;
}
.cid-ud9fHZdov8 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fHZdov8 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fHZdov8 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fHZdov8 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fHZdov8 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fHZdov8 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fHZdov8 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fHZdov8 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fHZdov8 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fHZdov8 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fHZdov8 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fHZdov8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fHZdov8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9fI1c8TJ {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fLKG5gF .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fLKG5gF .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fLKG5gF .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fLKG5gF .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fLKG5gF .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fLKG5gF .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fLKG5gF .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fLKG5gF .btn-white {
  color: #e7272d !important;
}
.cid-ud9fLKG5gF .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fLKG5gF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fLKG5gF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fLKG5gF .container {
  display: flex;
  margin: auto;
}
.cid-ud9fLKG5gF .navbar.navbar-short .nav-link,
.cid-ud9fLKG5gF .navbar.navbar-short .navbar-caption,
.cid-ud9fLKG5gF .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fLKG5gF .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fLKG5gF .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fLKG5gF .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fLKG5gF .nav-item:focus,
.cid-ud9fLKG5gF .nav-link:focus {
  outline: none;
}
.cid-ud9fLKG5gF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fLKG5gF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fLKG5gF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fLKG5gF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fLKG5gF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fLKG5gF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fLKG5gF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fLKG5gF .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fLKG5gF .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fLKG5gF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fLKG5gF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fLKG5gF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fLKG5gF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fLKG5gF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fLKG5gF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fLKG5gF .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: 55%;
}
.cid-ud9fLKG5gF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fLKG5gF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fLKG5gF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fLKG5gF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fLKG5gF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fLKG5gF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fLKG5gF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fLKG5gF .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: 55%;
  }
  .cid-ud9fLKG5gF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fLKG5gF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fLKG5gF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fLKG5gF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fLKG5gF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fLKG5gF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fLKG5gF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fLKG5gF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fLKG5gF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fLKG5gF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fLKG5gF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fLKG5gF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fLKG5gF .dropdown-item.active,
.cid-ud9fLKG5gF .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fLKG5gF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fLKG5gF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fLKG5gF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fLKG5gF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fLKG5gF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fLKG5gF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fLKG5gF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fLKG5gF .navbar-buttons {
  text-align: center;
}
.cid-ud9fLKG5gF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fLKG5gF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fLKG5gF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fLKG5gF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fLKG5gF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fLKG5gF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fLKG5gF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fLKG5gF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fLKG5gF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fLKG5gF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fLKG5gF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fLKG5gF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fLKG5gF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fLKG5gF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fLKG5gF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fLKG5gF .navbar {
    height: 77px;
  }
  .cid-ud9fLKG5gF .navbar.opened {
    height: auto;
  }
  .cid-ud9fLKG5gF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fLLvfX0 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fLLvfX0 .container,
.cid-ud9fLLvfX0 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fLLvfX0 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fLLvfX0 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fLLvfX0 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fLLvfX0 .img-item {
  overflow: hidden;
}
.cid-ud9fLLvfX0 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fLLvfX0 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fLLvfX0 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fLLvfX0 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fLLvfX0 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fLLvfX0 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fLLvfX0 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fLLvfX0 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fLLvfX0 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fLLvfX0 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fLLvfX0 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fLLvfX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fLLvfX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9fLOhbJH {
  z-index: 1;
}
.cid-urPd3a2SKy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPd3a2SKy .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPd3a2SKy .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPd3a2SKy .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPd3a2SKy .items-row {
  row-gap: 48px;
}
.cid-urPd3a2SKy .item {
  cursor: pointer;
}
.cid-urPd3a2SKy .item:focus,
.cid-urPd3a2SKy span:focus {
  outline: none;
}
.cid-urPd3a2SKy .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPd3a2SKy .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPd3a2SKy .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPd3a2SKy img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPd3a2SKy .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPd3a2SKy .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPd3a2SKy .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPd3a2SKy .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPd3a2SKy .item-title {
  color: #24262b;
}
.cid-urPd3a2SKy .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPd3a2SKy .mbr-text {
  color: #24262b;
}
.cid-uleljUp40A {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleljUp40A H2 {
  color: #e7272d;
}
.cid-uleljUp40A .mbr-text,
.cid-uleljUp40A .mbr-section-btn {
  color: #808080;
}
.cid-uleljUp40A img {
  max-width: 500px;
  margin: auto;
}
.cid-uleljUp40A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleljUp40A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uleljeByYt {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleljeByYt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleljeByYt input,
.cid-uleljeByYt textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleljeByYt .form-control:hover,
.cid-uleljeByYt .form-control:focus {
  color: #808080 !important;
}
.cid-uleljeByYt .btn-success {
  color: white !important;
}
.cid-uleljeByYt img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleljeByYt .btn {
  border-radius: 30px;
}
.cid-uleljeByYt textarea {
  min-height: 160px !important;
}
.cid-uleljeByYt .form-control,
.cid-uleljeByYt .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleljeByYt .form-control:hover,
.cid-uleljeByYt .field-input:hover,
.cid-uleljeByYt .form-control:focus,
.cid-uleljeByYt .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleljeByYt input::-webkit-input-placeholder,
.cid-uleljeByYt textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleljeByYt input:-moz-placeholder,
.cid-uleljeByYt textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleljeByYt .jq-selectbox li,
.cid-uleljeByYt .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleljeByYt .jq-selectbox li:hover,
.cid-uleljeByYt .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleljeByYt .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleljeByYt .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleljeByYt H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleljeByYt img {
    width: 100%;
  }
  .cid-uleljeByYt .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleljeByYt .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleljeByYt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleljeByYt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleljeByYt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleljeByYt .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleljeByYt .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fMX7Lk5 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fMX7Lk5 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fMX7Lk5 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fMX7Lk5 .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fMX7Lk5 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fMX7Lk5 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fMX7Lk5 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fMX7Lk5 .btn-white {
  color: #e7272d !important;
}
.cid-ud9fMX7Lk5 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fMX7Lk5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fMX7Lk5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fMX7Lk5 .container {
  display: flex;
  margin: auto;
}
.cid-ud9fMX7Lk5 .navbar.navbar-short .nav-link,
.cid-ud9fMX7Lk5 .navbar.navbar-short .navbar-caption,
.cid-ud9fMX7Lk5 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fMX7Lk5 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fMX7Lk5 .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fMX7Lk5 .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fMX7Lk5 .nav-item:focus,
.cid-ud9fMX7Lk5 .nav-link:focus {
  outline: none;
}
.cid-ud9fMX7Lk5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fMX7Lk5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fMX7Lk5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fMX7Lk5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fMX7Lk5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fMX7Lk5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fMX7Lk5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fMX7Lk5 .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fMX7Lk5 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fMX7Lk5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fMX7Lk5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fMX7Lk5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fMX7Lk5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fMX7Lk5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fMX7Lk5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fMX7Lk5 .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: 55%;
}
.cid-ud9fMX7Lk5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fMX7Lk5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fMX7Lk5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fMX7Lk5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fMX7Lk5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fMX7Lk5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fMX7Lk5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fMX7Lk5 .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: 55%;
  }
  .cid-ud9fMX7Lk5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fMX7Lk5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fMX7Lk5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fMX7Lk5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fMX7Lk5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fMX7Lk5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fMX7Lk5 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fMX7Lk5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fMX7Lk5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fMX7Lk5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fMX7Lk5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fMX7Lk5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fMX7Lk5 .dropdown-item.active,
.cid-ud9fMX7Lk5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fMX7Lk5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fMX7Lk5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fMX7Lk5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fMX7Lk5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fMX7Lk5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fMX7Lk5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fMX7Lk5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fMX7Lk5 .navbar-buttons {
  text-align: center;
}
.cid-ud9fMX7Lk5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fMX7Lk5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fMX7Lk5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fMX7Lk5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fMX7Lk5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fMX7Lk5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fMX7Lk5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fMX7Lk5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fMX7Lk5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fMX7Lk5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fMX7Lk5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fMX7Lk5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fMX7Lk5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fMX7Lk5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fMX7Lk5 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fMX7Lk5 .navbar {
    height: 77px;
  }
  .cid-ud9fMX7Lk5 .navbar.opened {
    height: auto;
  }
  .cid-ud9fMX7Lk5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fMYaFi5 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fMYaFi5 .container,
.cid-ud9fMYaFi5 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fMYaFi5 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fMYaFi5 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fMYaFi5 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fMYaFi5 .img-item {
  overflow: hidden;
}
.cid-ud9fMYaFi5 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fMYaFi5 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fMYaFi5 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fMYaFi5 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fMYaFi5 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fMYaFi5 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fMYaFi5 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fMYaFi5 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fMYaFi5 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fMYaFi5 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fMYaFi5 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fMYaFi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fMYaFi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9fN0wBRm {
  z-index: 1;
}
.cid-ulelnWB7uF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulelnWB7uF H2 {
  color: #e7272d;
}
.cid-ulelnWB7uF .mbr-text,
.cid-ulelnWB7uF .mbr-section-btn {
  color: #808080;
}
.cid-ulelnWB7uF img {
  max-width: 500px;
  margin: auto;
}
.cid-ulelnWB7uF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulelnWB7uF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulelooAgen {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulelooAgen .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulelooAgen input,
.cid-ulelooAgen textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulelooAgen .form-control:hover,
.cid-ulelooAgen .form-control:focus {
  color: #808080 !important;
}
.cid-ulelooAgen .btn-success {
  color: white !important;
}
.cid-ulelooAgen img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulelooAgen .btn {
  border-radius: 30px;
}
.cid-ulelooAgen textarea {
  min-height: 160px !important;
}
.cid-ulelooAgen .form-control,
.cid-ulelooAgen .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulelooAgen .form-control:hover,
.cid-ulelooAgen .field-input:hover,
.cid-ulelooAgen .form-control:focus,
.cid-ulelooAgen .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulelooAgen input::-webkit-input-placeholder,
.cid-ulelooAgen textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulelooAgen input:-moz-placeholder,
.cid-ulelooAgen textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulelooAgen .jq-selectbox li,
.cid-ulelooAgen .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulelooAgen .jq-selectbox li:hover,
.cid-ulelooAgen .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulelooAgen .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulelooAgen .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulelooAgen H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulelooAgen img {
    width: 100%;
  }
  .cid-ulelooAgen .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulelooAgen .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulelooAgen .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulelooAgen .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulelooAgen .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulelooAgen .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulelooAgen .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fRQFHNI .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fRQFHNI .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fRQFHNI .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fRQFHNI .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fRQFHNI .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fRQFHNI .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fRQFHNI .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fRQFHNI .btn-white {
  color: #e7272d !important;
}
.cid-ud9fRQFHNI .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fRQFHNI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fRQFHNI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fRQFHNI .container {
  display: flex;
  margin: auto;
}
.cid-ud9fRQFHNI .navbar.navbar-short .nav-link,
.cid-ud9fRQFHNI .navbar.navbar-short .navbar-caption,
.cid-ud9fRQFHNI .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fRQFHNI .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fRQFHNI .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fRQFHNI .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fRQFHNI .nav-item:focus,
.cid-ud9fRQFHNI .nav-link:focus {
  outline: none;
}
.cid-ud9fRQFHNI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fRQFHNI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fRQFHNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fRQFHNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fRQFHNI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fRQFHNI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fRQFHNI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fRQFHNI .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fRQFHNI .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fRQFHNI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fRQFHNI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fRQFHNI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fRQFHNI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fRQFHNI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fRQFHNI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fRQFHNI .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: 55%;
}
.cid-ud9fRQFHNI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fRQFHNI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fRQFHNI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fRQFHNI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fRQFHNI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fRQFHNI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fRQFHNI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fRQFHNI .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: 55%;
  }
  .cid-ud9fRQFHNI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fRQFHNI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fRQFHNI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fRQFHNI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fRQFHNI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fRQFHNI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fRQFHNI .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fRQFHNI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fRQFHNI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fRQFHNI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fRQFHNI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fRQFHNI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fRQFHNI .dropdown-item.active,
.cid-ud9fRQFHNI .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fRQFHNI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fRQFHNI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fRQFHNI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fRQFHNI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fRQFHNI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fRQFHNI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fRQFHNI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fRQFHNI .navbar-buttons {
  text-align: center;
}
.cid-ud9fRQFHNI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fRQFHNI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fRQFHNI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fRQFHNI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fRQFHNI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fRQFHNI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fRQFHNI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fRQFHNI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fRQFHNI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fRQFHNI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fRQFHNI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fRQFHNI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fRQFHNI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fRQFHNI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fRQFHNI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fRQFHNI .navbar {
    height: 77px;
  }
  .cid-ud9fRQFHNI .navbar.opened {
    height: auto;
  }
  .cid-ud9fRQFHNI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fRSNghV {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fRSNghV .container,
.cid-ud9fRSNghV .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fRSNghV .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fRSNghV .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fRSNghV .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fRSNghV .img-item {
  overflow: hidden;
}
.cid-ud9fRSNghV .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fRSNghV .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fRSNghV .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fRSNghV .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fRSNghV .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fRSNghV .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fRSNghV .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fRSNghV .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fRSNghV .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fRSNghV .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fRSNghV .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fRSNghV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fRSNghV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9fRVk9uG {
  z-index: 1;
}
.cid-ulelsX06fj {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulelsX06fj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulelsX06fj input,
.cid-ulelsX06fj textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulelsX06fj .form-control:hover,
.cid-ulelsX06fj .form-control:focus {
  color: #808080 !important;
}
.cid-ulelsX06fj .btn-success {
  color: white !important;
}
.cid-ulelsX06fj img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulelsX06fj .btn {
  border-radius: 30px;
}
.cid-ulelsX06fj textarea {
  min-height: 160px !important;
}
.cid-ulelsX06fj .form-control,
.cid-ulelsX06fj .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulelsX06fj .form-control:hover,
.cid-ulelsX06fj .field-input:hover,
.cid-ulelsX06fj .form-control:focus,
.cid-ulelsX06fj .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulelsX06fj input::-webkit-input-placeholder,
.cid-ulelsX06fj textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulelsX06fj input:-moz-placeholder,
.cid-ulelsX06fj textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulelsX06fj .jq-selectbox li,
.cid-ulelsX06fj .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulelsX06fj .jq-selectbox li:hover,
.cid-ulelsX06fj .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulelsX06fj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulelsX06fj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulelsX06fj H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulelsX06fj img {
    width: 100%;
  }
  .cid-ulelsX06fj .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulelsX06fj .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulelsX06fj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulelsX06fj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulelsX06fj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulelsX06fj .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulelsX06fj .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fU5q2Ae .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fU5q2Ae .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fU5q2Ae .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fU5q2Ae .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fU5q2Ae .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fU5q2Ae .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fU5q2Ae .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fU5q2Ae .btn-white {
  color: #e7272d !important;
}
.cid-ud9fU5q2Ae .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fU5q2Ae .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fU5q2Ae .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fU5q2Ae .container {
  display: flex;
  margin: auto;
}
.cid-ud9fU5q2Ae .navbar.navbar-short .nav-link,
.cid-ud9fU5q2Ae .navbar.navbar-short .navbar-caption,
.cid-ud9fU5q2Ae .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fU5q2Ae .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fU5q2Ae .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fU5q2Ae .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fU5q2Ae .nav-item:focus,
.cid-ud9fU5q2Ae .nav-link:focus {
  outline: none;
}
.cid-ud9fU5q2Ae .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fU5q2Ae .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fU5q2Ae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fU5q2Ae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fU5q2Ae .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fU5q2Ae .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fU5q2Ae .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fU5q2Ae .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fU5q2Ae .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fU5q2Ae .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fU5q2Ae .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fU5q2Ae .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fU5q2Ae .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fU5q2Ae .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fU5q2Ae .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fU5q2Ae .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: 55%;
}
.cid-ud9fU5q2Ae .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fU5q2Ae .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fU5q2Ae .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fU5q2Ae .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fU5q2Ae .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fU5q2Ae .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fU5q2Ae .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fU5q2Ae .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: 55%;
  }
  .cid-ud9fU5q2Ae .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fU5q2Ae .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fU5q2Ae .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fU5q2Ae .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fU5q2Ae .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fU5q2Ae .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fU5q2Ae .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fU5q2Ae .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fU5q2Ae .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fU5q2Ae .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fU5q2Ae .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fU5q2Ae .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fU5q2Ae .dropdown-item.active,
.cid-ud9fU5q2Ae .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fU5q2Ae .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fU5q2Ae .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fU5q2Ae .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fU5q2Ae .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fU5q2Ae .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fU5q2Ae .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fU5q2Ae ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fU5q2Ae .navbar-buttons {
  text-align: center;
}
.cid-ud9fU5q2Ae button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fU5q2Ae button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fU5q2Ae button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fU5q2Ae button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fU5q2Ae button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fU5q2Ae button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fU5q2Ae nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fU5q2Ae nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fU5q2Ae nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fU5q2Ae nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fU5q2Ae .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fU5q2Ae a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fU5q2Ae .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fU5q2Ae .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fU5q2Ae .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fU5q2Ae .navbar {
    height: 77px;
  }
  .cid-ud9fU5q2Ae .navbar.opened {
    height: auto;
  }
  .cid-ud9fU5q2Ae .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fU6x6hA {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fU6x6hA .container,
.cid-ud9fU6x6hA .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fU6x6hA .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fU6x6hA .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fU6x6hA .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fU6x6hA .img-item {
  overflow: hidden;
}
.cid-ud9fU6x6hA .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fU6x6hA .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fU6x6hA .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fU6x6hA .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fU6x6hA .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fU6x6hA .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fU6x6hA .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fU6x6hA .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fU6x6hA .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fU6x6hA .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fU6x6hA .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fU6x6hA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fU6x6hA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9fU80VfO {
  z-index: 1;
}
.cid-ulelw7PKok {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulelw7PKok H2 {
  color: #e7272d;
}
.cid-ulelw7PKok .mbr-text,
.cid-ulelw7PKok .mbr-section-btn {
  color: #808080;
}
.cid-ulelw7PKok img {
  max-width: 500px;
  margin: auto;
}
.cid-ulelw7PKok .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulelw7PKok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulelwx6pNF {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulelwx6pNF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulelwx6pNF input,
.cid-ulelwx6pNF textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulelwx6pNF .form-control:hover,
.cid-ulelwx6pNF .form-control:focus {
  color: #808080 !important;
}
.cid-ulelwx6pNF .btn-success {
  color: white !important;
}
.cid-ulelwx6pNF img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulelwx6pNF .btn {
  border-radius: 30px;
}
.cid-ulelwx6pNF textarea {
  min-height: 160px !important;
}
.cid-ulelwx6pNF .form-control,
.cid-ulelwx6pNF .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulelwx6pNF .form-control:hover,
.cid-ulelwx6pNF .field-input:hover,
.cid-ulelwx6pNF .form-control:focus,
.cid-ulelwx6pNF .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulelwx6pNF input::-webkit-input-placeholder,
.cid-ulelwx6pNF textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulelwx6pNF input:-moz-placeholder,
.cid-ulelwx6pNF textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulelwx6pNF .jq-selectbox li,
.cid-ulelwx6pNF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulelwx6pNF .jq-selectbox li:hover,
.cid-ulelwx6pNF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulelwx6pNF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulelwx6pNF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulelwx6pNF H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulelwx6pNF img {
    width: 100%;
  }
  .cid-ulelwx6pNF .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulelwx6pNF .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulelwx6pNF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulelwx6pNF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulelwx6pNF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulelwx6pNF .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulelwx6pNF .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9fWYsBid .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fWYsBid .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9fWYsBid .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9fWYsBid .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9fWYsBid .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9fWYsBid .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9fWYsBid .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9fWYsBid .btn-white {
  color: #e7272d !important;
}
.cid-ud9fWYsBid .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9fWYsBid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9fWYsBid .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9fWYsBid .container {
  display: flex;
  margin: auto;
}
.cid-ud9fWYsBid .navbar.navbar-short .nav-link,
.cid-ud9fWYsBid .navbar.navbar-short .navbar-caption,
.cid-ud9fWYsBid .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9fWYsBid .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9fWYsBid .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9fWYsBid .navbar.opened {
  background: #000000 !important;
}
.cid-ud9fWYsBid .nav-item:focus,
.cid-ud9fWYsBid .nav-link:focus {
  outline: none;
}
.cid-ud9fWYsBid .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fWYsBid .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9fWYsBid .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9fWYsBid .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9fWYsBid .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9fWYsBid .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9fWYsBid .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9fWYsBid .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9fWYsBid .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9fWYsBid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9fWYsBid .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9fWYsBid .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9fWYsBid .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9fWYsBid .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9fWYsBid .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9fWYsBid .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: 55%;
}
.cid-ud9fWYsBid .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9fWYsBid .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9fWYsBid .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9fWYsBid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9fWYsBid .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9fWYsBid .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9fWYsBid .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9fWYsBid .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: 55%;
  }
  .cid-ud9fWYsBid .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9fWYsBid .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9fWYsBid .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9fWYsBid .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9fWYsBid .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9fWYsBid .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9fWYsBid .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9fWYsBid .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9fWYsBid .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9fWYsBid .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9fWYsBid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9fWYsBid .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9fWYsBid .dropdown-item.active,
.cid-ud9fWYsBid .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9fWYsBid .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9fWYsBid .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9fWYsBid .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9fWYsBid .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9fWYsBid .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9fWYsBid .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9fWYsBid ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9fWYsBid .navbar-buttons {
  text-align: center;
}
.cid-ud9fWYsBid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9fWYsBid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9fWYsBid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9fWYsBid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fWYsBid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9fWYsBid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9fWYsBid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fWYsBid nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9fWYsBid nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9fWYsBid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9fWYsBid .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9fWYsBid a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9fWYsBid .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9fWYsBid .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9fWYsBid .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9fWYsBid .navbar {
    height: 77px;
  }
  .cid-ud9fWYsBid .navbar.opened {
    height: auto;
  }
  .cid-ud9fWYsBid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9fWZge4T {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9fWZge4T .container,
.cid-ud9fWZge4T .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9fWZge4T .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9fWZge4T .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9fWZge4T .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9fWZge4T .img-item {
  overflow: hidden;
}
.cid-ud9fWZge4T .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9fWZge4T .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9fWZge4T .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9fWZge4T .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9fWZge4T .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9fWZge4T .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9fWZge4T .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9fWZge4T .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9fWZge4T .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9fWZge4T .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9fWZge4T .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9fWZge4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9fWZge4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulelNkOop2 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulelNkOop2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulelNkOop2 input,
.cid-ulelNkOop2 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulelNkOop2 .form-control:hover,
.cid-ulelNkOop2 .form-control:focus {
  color: #808080 !important;
}
.cid-ulelNkOop2 .btn-success {
  color: white !important;
}
.cid-ulelNkOop2 img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulelNkOop2 .btn {
  border-radius: 30px;
}
.cid-ulelNkOop2 textarea {
  min-height: 160px !important;
}
.cid-ulelNkOop2 .form-control,
.cid-ulelNkOop2 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulelNkOop2 .form-control:hover,
.cid-ulelNkOop2 .field-input:hover,
.cid-ulelNkOop2 .form-control:focus,
.cid-ulelNkOop2 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulelNkOop2 input::-webkit-input-placeholder,
.cid-ulelNkOop2 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulelNkOop2 input:-moz-placeholder,
.cid-ulelNkOop2 textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulelNkOop2 .jq-selectbox li,
.cid-ulelNkOop2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulelNkOop2 .jq-selectbox li:hover,
.cid-ulelNkOop2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulelNkOop2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulelNkOop2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulelNkOop2 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulelNkOop2 img {
    width: 100%;
  }
  .cid-ulelNkOop2 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulelNkOop2 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulelNkOop2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulelNkOop2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulelNkOop2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulelNkOop2 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulelNkOop2 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ulelQMyc7r {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulelQMyc7r H2 {
  color: #e7272d;
}
.cid-ulelQMyc7r .mbr-text,
.cid-ulelQMyc7r .mbr-section-btn {
  color: #808080;
}
.cid-ulelQMyc7r img {
  max-width: 500px;
  margin: auto;
}
.cid-ulelQMyc7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulelQMyc7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9fX1xpXA {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9g0CiDqu .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g0CiDqu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9g0CiDqu .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9g0CiDqu .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9g0CiDqu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9g0CiDqu .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9g0CiDqu .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9g0CiDqu .btn-white {
  color: #e7272d !important;
}
.cid-ud9g0CiDqu .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9g0CiDqu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9g0CiDqu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9g0CiDqu .container {
  display: flex;
  margin: auto;
}
.cid-ud9g0CiDqu .navbar.navbar-short .nav-link,
.cid-ud9g0CiDqu .navbar.navbar-short .navbar-caption,
.cid-ud9g0CiDqu .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9g0CiDqu .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9g0CiDqu .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9g0CiDqu .navbar.opened {
  background: #000000 !important;
}
.cid-ud9g0CiDqu .nav-item:focus,
.cid-ud9g0CiDqu .nav-link:focus {
  outline: none;
}
.cid-ud9g0CiDqu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g0CiDqu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9g0CiDqu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9g0CiDqu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g0CiDqu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9g0CiDqu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9g0CiDqu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9g0CiDqu .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9g0CiDqu .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9g0CiDqu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9g0CiDqu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9g0CiDqu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9g0CiDqu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9g0CiDqu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9g0CiDqu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9g0CiDqu .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: 55%;
}
.cid-ud9g0CiDqu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9g0CiDqu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9g0CiDqu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9g0CiDqu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9g0CiDqu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9g0CiDqu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9g0CiDqu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9g0CiDqu .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: 55%;
  }
  .cid-ud9g0CiDqu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9g0CiDqu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9g0CiDqu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9g0CiDqu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9g0CiDqu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9g0CiDqu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9g0CiDqu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9g0CiDqu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9g0CiDqu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9g0CiDqu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9g0CiDqu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9g0CiDqu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9g0CiDqu .dropdown-item.active,
.cid-ud9g0CiDqu .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9g0CiDqu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9g0CiDqu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9g0CiDqu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9g0CiDqu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9g0CiDqu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9g0CiDqu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9g0CiDqu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9g0CiDqu .navbar-buttons {
  text-align: center;
}
.cid-ud9g0CiDqu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9g0CiDqu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9g0CiDqu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9g0CiDqu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9g0CiDqu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9g0CiDqu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9g0CiDqu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9g0CiDqu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9g0CiDqu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9g0CiDqu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9g0CiDqu .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9g0CiDqu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9g0CiDqu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9g0CiDqu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9g0CiDqu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9g0CiDqu .navbar {
    height: 77px;
  }
  .cid-ud9g0CiDqu .navbar.opened {
    height: auto;
  }
  .cid-ud9g0CiDqu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9g0Elia4 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9g0Elia4 .container,
.cid-ud9g0Elia4 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9g0Elia4 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9g0Elia4 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9g0Elia4 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9g0Elia4 .img-item {
  overflow: hidden;
}
.cid-ud9g0Elia4 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9g0Elia4 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9g0Elia4 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9g0Elia4 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9g0Elia4 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9g0Elia4 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9g0Elia4 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9g0Elia4 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9g0Elia4 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9g0Elia4 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9g0Elia4 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9g0Elia4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9g0Elia4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9g0HDOjz {
  z-index: 1;
}
.cid-ulemc6MHTE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulemc6MHTE H2 {
  color: #e7272d;
}
.cid-ulemc6MHTE .mbr-text,
.cid-ulemc6MHTE .mbr-section-btn {
  color: #808080;
}
.cid-ulemc6MHTE img {
  max-width: 500px;
  margin: auto;
}
.cid-ulemc6MHTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulemc6MHTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulemb612LR {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulemb612LR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulemb612LR input,
.cid-ulemb612LR textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulemb612LR .form-control:hover,
.cid-ulemb612LR .form-control:focus {
  color: #808080 !important;
}
.cid-ulemb612LR .btn-success {
  color: white !important;
}
.cid-ulemb612LR img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulemb612LR .btn {
  border-radius: 30px;
}
.cid-ulemb612LR textarea {
  min-height: 160px !important;
}
.cid-ulemb612LR .form-control,
.cid-ulemb612LR .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulemb612LR .form-control:hover,
.cid-ulemb612LR .field-input:hover,
.cid-ulemb612LR .form-control:focus,
.cid-ulemb612LR .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulemb612LR input::-webkit-input-placeholder,
.cid-ulemb612LR textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulemb612LR input:-moz-placeholder,
.cid-ulemb612LR textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulemb612LR .jq-selectbox li,
.cid-ulemb612LR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulemb612LR .jq-selectbox li:hover,
.cid-ulemb612LR .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulemb612LR .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulemb612LR .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulemb612LR H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulemb612LR img {
    width: 100%;
  }
  .cid-ulemb612LR .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulemb612LR .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulemb612LR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulemb612LR .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulemb612LR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulemb612LR .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulemb612LR .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9g2G7eQQ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g2G7eQQ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9g2G7eQQ .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9g2G7eQQ .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9g2G7eQQ .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9g2G7eQQ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9g2G7eQQ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9g2G7eQQ .btn-white {
  color: #e7272d !important;
}
.cid-ud9g2G7eQQ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9g2G7eQQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9g2G7eQQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9g2G7eQQ .container {
  display: flex;
  margin: auto;
}
.cid-ud9g2G7eQQ .navbar.navbar-short .nav-link,
.cid-ud9g2G7eQQ .navbar.navbar-short .navbar-caption,
.cid-ud9g2G7eQQ .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9g2G7eQQ .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9g2G7eQQ .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9g2G7eQQ .navbar.opened {
  background: #000000 !important;
}
.cid-ud9g2G7eQQ .nav-item:focus,
.cid-ud9g2G7eQQ .nav-link:focus {
  outline: none;
}
.cid-ud9g2G7eQQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g2G7eQQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9g2G7eQQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9g2G7eQQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g2G7eQQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9g2G7eQQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9g2G7eQQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9g2G7eQQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9g2G7eQQ .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9g2G7eQQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9g2G7eQQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9g2G7eQQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9g2G7eQQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9g2G7eQQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9g2G7eQQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9g2G7eQQ .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: 55%;
}
.cid-ud9g2G7eQQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9g2G7eQQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9g2G7eQQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9g2G7eQQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9g2G7eQQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9g2G7eQQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9g2G7eQQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9g2G7eQQ .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: 55%;
  }
  .cid-ud9g2G7eQQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9g2G7eQQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9g2G7eQQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9g2G7eQQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9g2G7eQQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9g2G7eQQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9g2G7eQQ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9g2G7eQQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9g2G7eQQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9g2G7eQQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9g2G7eQQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9g2G7eQQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9g2G7eQQ .dropdown-item.active,
.cid-ud9g2G7eQQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9g2G7eQQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9g2G7eQQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9g2G7eQQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9g2G7eQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9g2G7eQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9g2G7eQQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9g2G7eQQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9g2G7eQQ .navbar-buttons {
  text-align: center;
}
.cid-ud9g2G7eQQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9g2G7eQQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9g2G7eQQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9g2G7eQQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9g2G7eQQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9g2G7eQQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9g2G7eQQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9g2G7eQQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9g2G7eQQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9g2G7eQQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9g2G7eQQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9g2G7eQQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9g2G7eQQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9g2G7eQQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9g2G7eQQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9g2G7eQQ .navbar {
    height: 77px;
  }
  .cid-ud9g2G7eQQ .navbar.opened {
    height: auto;
  }
  .cid-ud9g2G7eQQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9g2GKzLz {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9g2GKzLz .container,
.cid-ud9g2GKzLz .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9g2GKzLz .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9g2GKzLz .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9g2GKzLz .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9g2GKzLz .img-item {
  overflow: hidden;
}
.cid-ud9g2GKzLz .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9g2GKzLz .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9g2GKzLz .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9g2GKzLz .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9g2GKzLz .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9g2GKzLz .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9g2GKzLz .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9g2GKzLz .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9g2GKzLz .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9g2GKzLz .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9g2GKzLz .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9g2GKzLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9g2GKzLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9g2IhsvL {
  z-index: 1;
}
.cid-urn662HyZW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urn662HyZW .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urn662HyZW .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urn662HyZW .mbr-section-subtitle {
  color: #24262b;
}
.cid-urn662HyZW .items-row {
  row-gap: 48px;
}
.cid-urn662HyZW .item {
  cursor: pointer;
}
.cid-urn662HyZW .item:focus,
.cid-urn662HyZW span:focus {
  outline: none;
}
.cid-urn662HyZW .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urn662HyZW .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urn662HyZW .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urn662HyZW img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urn662HyZW .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urn662HyZW .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urn662HyZW .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urn662HyZW .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urn662HyZW .item-title {
  color: #24262b;
}
.cid-urn662HyZW .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urn662HyZW .mbr-text {
  color: #24262b;
}
.cid-urn66tXxef {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urn66tXxef H2 {
  color: #e7272d;
}
.cid-urn66tXxef .mbr-text,
.cid-urn66tXxef .mbr-section-btn {
  color: #808080;
}
.cid-urn66tXxef img {
  max-width: 500px;
  margin: auto;
}
.cid-urn66tXxef .mbr-fallback-image.disabled {
  display: none;
}
.cid-urn66tXxef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9g4TvXOO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g4TvXOO .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9g4TvXOO .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9g4TvXOO .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9g4TvXOO .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9g4TvXOO .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9g4TvXOO .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9g4TvXOO .btn-white {
  color: #e7272d !important;
}
.cid-ud9g4TvXOO .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9g4TvXOO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9g4TvXOO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9g4TvXOO .container {
  display: flex;
  margin: auto;
}
.cid-ud9g4TvXOO .navbar.navbar-short .nav-link,
.cid-ud9g4TvXOO .navbar.navbar-short .navbar-caption,
.cid-ud9g4TvXOO .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9g4TvXOO .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9g4TvXOO .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9g4TvXOO .navbar.opened {
  background: #000000 !important;
}
.cid-ud9g4TvXOO .nav-item:focus,
.cid-ud9g4TvXOO .nav-link:focus {
  outline: none;
}
.cid-ud9g4TvXOO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g4TvXOO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9g4TvXOO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9g4TvXOO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g4TvXOO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9g4TvXOO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9g4TvXOO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9g4TvXOO .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9g4TvXOO .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9g4TvXOO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9g4TvXOO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9g4TvXOO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9g4TvXOO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9g4TvXOO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9g4TvXOO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9g4TvXOO .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: 55%;
}
.cid-ud9g4TvXOO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9g4TvXOO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9g4TvXOO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9g4TvXOO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9g4TvXOO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9g4TvXOO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9g4TvXOO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9g4TvXOO .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: 55%;
  }
  .cid-ud9g4TvXOO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9g4TvXOO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9g4TvXOO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9g4TvXOO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9g4TvXOO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9g4TvXOO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9g4TvXOO .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9g4TvXOO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9g4TvXOO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9g4TvXOO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9g4TvXOO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9g4TvXOO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9g4TvXOO .dropdown-item.active,
.cid-ud9g4TvXOO .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9g4TvXOO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9g4TvXOO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9g4TvXOO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9g4TvXOO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9g4TvXOO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9g4TvXOO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9g4TvXOO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9g4TvXOO .navbar-buttons {
  text-align: center;
}
.cid-ud9g4TvXOO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9g4TvXOO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9g4TvXOO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9g4TvXOO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9g4TvXOO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9g4TvXOO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9g4TvXOO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9g4TvXOO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9g4TvXOO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9g4TvXOO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9g4TvXOO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9g4TvXOO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9g4TvXOO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9g4TvXOO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9g4TvXOO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9g4TvXOO .navbar {
    height: 77px;
  }
  .cid-ud9g4TvXOO .navbar.opened {
    height: auto;
  }
  .cid-ud9g4TvXOO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9g4U4QWy {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9g4U4QWy .container,
.cid-ud9g4U4QWy .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9g4U4QWy .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9g4U4QWy .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9g4U4QWy .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9g4U4QWy .img-item {
  overflow: hidden;
}
.cid-ud9g4U4QWy .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9g4U4QWy .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9g4U4QWy .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9g4U4QWy .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9g4U4QWy .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9g4U4QWy .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9g4U4QWy .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9g4U4QWy .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9g4U4QWy .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9g4U4QWy .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9g4U4QWy .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9g4U4QWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9g4U4QWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9g4VuG65 {
  z-index: 1;
}
.cid-ulemuA2SRh {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulemuA2SRh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulemuA2SRh input,
.cid-ulemuA2SRh textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulemuA2SRh .form-control:hover,
.cid-ulemuA2SRh .form-control:focus {
  color: #808080 !important;
}
.cid-ulemuA2SRh .btn-success {
  color: white !important;
}
.cid-ulemuA2SRh img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulemuA2SRh .btn {
  border-radius: 30px;
}
.cid-ulemuA2SRh textarea {
  min-height: 160px !important;
}
.cid-ulemuA2SRh .form-control,
.cid-ulemuA2SRh .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulemuA2SRh .form-control:hover,
.cid-ulemuA2SRh .field-input:hover,
.cid-ulemuA2SRh .form-control:focus,
.cid-ulemuA2SRh .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulemuA2SRh input::-webkit-input-placeholder,
.cid-ulemuA2SRh textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulemuA2SRh input:-moz-placeholder,
.cid-ulemuA2SRh textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulemuA2SRh .jq-selectbox li,
.cid-ulemuA2SRh .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulemuA2SRh .jq-selectbox li:hover,
.cid-ulemuA2SRh .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulemuA2SRh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulemuA2SRh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulemuA2SRh H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulemuA2SRh img {
    width: 100%;
  }
  .cid-ulemuA2SRh .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulemuA2SRh .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulemuA2SRh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulemuA2SRh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulemuA2SRh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulemuA2SRh .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulemuA2SRh .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9g7k6mT8 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g7k6mT8 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9g7k6mT8 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9g7k6mT8 .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9g7k6mT8 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9g7k6mT8 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9g7k6mT8 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9g7k6mT8 .btn-white {
  color: #e7272d !important;
}
.cid-ud9g7k6mT8 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9g7k6mT8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9g7k6mT8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9g7k6mT8 .container {
  display: flex;
  margin: auto;
}
.cid-ud9g7k6mT8 .navbar.navbar-short .nav-link,
.cid-ud9g7k6mT8 .navbar.navbar-short .navbar-caption,
.cid-ud9g7k6mT8 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9g7k6mT8 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9g7k6mT8 .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9g7k6mT8 .navbar.opened {
  background: #000000 !important;
}
.cid-ud9g7k6mT8 .nav-item:focus,
.cid-ud9g7k6mT8 .nav-link:focus {
  outline: none;
}
.cid-ud9g7k6mT8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g7k6mT8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9g7k6mT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9g7k6mT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g7k6mT8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9g7k6mT8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9g7k6mT8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9g7k6mT8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9g7k6mT8 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9g7k6mT8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9g7k6mT8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9g7k6mT8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9g7k6mT8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9g7k6mT8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9g7k6mT8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9g7k6mT8 .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: 55%;
}
.cid-ud9g7k6mT8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9g7k6mT8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9g7k6mT8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9g7k6mT8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9g7k6mT8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9g7k6mT8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9g7k6mT8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9g7k6mT8 .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: 55%;
  }
  .cid-ud9g7k6mT8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9g7k6mT8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9g7k6mT8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9g7k6mT8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9g7k6mT8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9g7k6mT8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9g7k6mT8 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9g7k6mT8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9g7k6mT8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9g7k6mT8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9g7k6mT8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9g7k6mT8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9g7k6mT8 .dropdown-item.active,
.cid-ud9g7k6mT8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9g7k6mT8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9g7k6mT8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9g7k6mT8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9g7k6mT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9g7k6mT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9g7k6mT8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9g7k6mT8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9g7k6mT8 .navbar-buttons {
  text-align: center;
}
.cid-ud9g7k6mT8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9g7k6mT8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9g7k6mT8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9g7k6mT8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9g7k6mT8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9g7k6mT8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9g7k6mT8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9g7k6mT8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9g7k6mT8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9g7k6mT8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9g7k6mT8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9g7k6mT8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9g7k6mT8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9g7k6mT8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9g7k6mT8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9g7k6mT8 .navbar {
    height: 77px;
  }
  .cid-ud9g7k6mT8 .navbar.opened {
    height: auto;
  }
  .cid-ud9g7k6mT8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9g7kKQ1w {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9g7kKQ1w .container,
.cid-ud9g7kKQ1w .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9g7kKQ1w .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9g7kKQ1w .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9g7kKQ1w .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9g7kKQ1w .img-item {
  overflow: hidden;
}
.cid-ud9g7kKQ1w .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9g7kKQ1w .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9g7kKQ1w .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9g7kKQ1w .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9g7kKQ1w .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9g7kKQ1w .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9g7kKQ1w .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9g7kKQ1w .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9g7kKQ1w .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9g7kKQ1w .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9g7kKQ1w .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9g7kKQ1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9g7kKQ1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9g7n0A6Z {
  z-index: 1;
}
.cid-ulemI7Gmdv {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulemI7Gmdv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulemI7Gmdv input,
.cid-ulemI7Gmdv textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulemI7Gmdv .form-control:hover,
.cid-ulemI7Gmdv .form-control:focus {
  color: #808080 !important;
}
.cid-ulemI7Gmdv .btn-success {
  color: white !important;
}
.cid-ulemI7Gmdv img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulemI7Gmdv .btn {
  border-radius: 30px;
}
.cid-ulemI7Gmdv textarea {
  min-height: 160px !important;
}
.cid-ulemI7Gmdv .form-control,
.cid-ulemI7Gmdv .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulemI7Gmdv .form-control:hover,
.cid-ulemI7Gmdv .field-input:hover,
.cid-ulemI7Gmdv .form-control:focus,
.cid-ulemI7Gmdv .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulemI7Gmdv input::-webkit-input-placeholder,
.cid-ulemI7Gmdv textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulemI7Gmdv input:-moz-placeholder,
.cid-ulemI7Gmdv textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulemI7Gmdv .jq-selectbox li,
.cid-ulemI7Gmdv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulemI7Gmdv .jq-selectbox li:hover,
.cid-ulemI7Gmdv .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulemI7Gmdv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulemI7Gmdv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulemI7Gmdv H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulemI7Gmdv img {
    width: 100%;
  }
  .cid-ulemI7Gmdv .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulemI7Gmdv .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulemI7Gmdv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulemI7Gmdv .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulemI7Gmdv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulemI7Gmdv .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulemI7Gmdv .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9g9P7BQM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g9P7BQM .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9g9P7BQM .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9g9P7BQM .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9g9P7BQM .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9g9P7BQM .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9g9P7BQM .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9g9P7BQM .btn-white {
  color: #e7272d !important;
}
.cid-ud9g9P7BQM .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9g9P7BQM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9g9P7BQM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9g9P7BQM .container {
  display: flex;
  margin: auto;
}
.cid-ud9g9P7BQM .navbar.navbar-short .nav-link,
.cid-ud9g9P7BQM .navbar.navbar-short .navbar-caption,
.cid-ud9g9P7BQM .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9g9P7BQM .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9g9P7BQM .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9g9P7BQM .navbar.opened {
  background: #000000 !important;
}
.cid-ud9g9P7BQM .nav-item:focus,
.cid-ud9g9P7BQM .nav-link:focus {
  outline: none;
}
.cid-ud9g9P7BQM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g9P7BQM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9g9P7BQM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9g9P7BQM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9g9P7BQM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9g9P7BQM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9g9P7BQM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9g9P7BQM .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9g9P7BQM .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9g9P7BQM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9g9P7BQM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9g9P7BQM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9g9P7BQM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9g9P7BQM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9g9P7BQM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9g9P7BQM .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: 55%;
}
.cid-ud9g9P7BQM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9g9P7BQM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9g9P7BQM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9g9P7BQM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9g9P7BQM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9g9P7BQM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9g9P7BQM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9g9P7BQM .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: 55%;
  }
  .cid-ud9g9P7BQM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9g9P7BQM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9g9P7BQM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9g9P7BQM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9g9P7BQM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9g9P7BQM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9g9P7BQM .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9g9P7BQM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9g9P7BQM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9g9P7BQM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9g9P7BQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9g9P7BQM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9g9P7BQM .dropdown-item.active,
.cid-ud9g9P7BQM .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9g9P7BQM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9g9P7BQM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9g9P7BQM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9g9P7BQM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9g9P7BQM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9g9P7BQM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9g9P7BQM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9g9P7BQM .navbar-buttons {
  text-align: center;
}
.cid-ud9g9P7BQM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9g9P7BQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9g9P7BQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9g9P7BQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9g9P7BQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9g9P7BQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9g9P7BQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9g9P7BQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9g9P7BQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9g9P7BQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9g9P7BQM .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9g9P7BQM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9g9P7BQM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9g9P7BQM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9g9P7BQM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9g9P7BQM .navbar {
    height: 77px;
  }
  .cid-ud9g9P7BQM .navbar.opened {
    height: auto;
  }
  .cid-ud9g9P7BQM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9g9PzTyL {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9g9PzTyL .container,
.cid-ud9g9PzTyL .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9g9PzTyL .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9g9PzTyL .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9g9PzTyL .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9g9PzTyL .img-item {
  overflow: hidden;
}
.cid-ud9g9PzTyL .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9g9PzTyL .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9g9PzTyL .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9g9PzTyL .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9g9PzTyL .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9g9PzTyL .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9g9PzTyL .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9g9PzTyL .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9g9PzTyL .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9g9PzTyL .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9g9PzTyL .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9g9PzTyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9g9PzTyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9g9QVHf2 {
  z-index: 1;
}
.cid-ulemXt17v4 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulemXt17v4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulemXt17v4 input,
.cid-ulemXt17v4 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulemXt17v4 .form-control:hover,
.cid-ulemXt17v4 .form-control:focus {
  color: #808080 !important;
}
.cid-ulemXt17v4 .btn-success {
  color: white !important;
}
.cid-ulemXt17v4 img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulemXt17v4 .btn {
  border-radius: 30px;
}
.cid-ulemXt17v4 textarea {
  min-height: 160px !important;
}
.cid-ulemXt17v4 .form-control,
.cid-ulemXt17v4 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulemXt17v4 .form-control:hover,
.cid-ulemXt17v4 .field-input:hover,
.cid-ulemXt17v4 .form-control:focus,
.cid-ulemXt17v4 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulemXt17v4 input::-webkit-input-placeholder,
.cid-ulemXt17v4 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulemXt17v4 input:-moz-placeholder,
.cid-ulemXt17v4 textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulemXt17v4 .jq-selectbox li,
.cid-ulemXt17v4 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulemXt17v4 .jq-selectbox li:hover,
.cid-ulemXt17v4 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulemXt17v4 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulemXt17v4 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulemXt17v4 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulemXt17v4 img {
    width: 100%;
  }
  .cid-ulemXt17v4 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulemXt17v4 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulemXt17v4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulemXt17v4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulemXt17v4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulemXt17v4 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulemXt17v4 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9gcd49kS .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gcd49kS .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9gcd49kS .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9gcd49kS .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9gcd49kS .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9gcd49kS .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9gcd49kS .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9gcd49kS .btn-white {
  color: #e7272d !important;
}
.cid-ud9gcd49kS .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9gcd49kS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9gcd49kS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9gcd49kS .container {
  display: flex;
  margin: auto;
}
.cid-ud9gcd49kS .navbar.navbar-short .nav-link,
.cid-ud9gcd49kS .navbar.navbar-short .navbar-caption,
.cid-ud9gcd49kS .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9gcd49kS .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9gcd49kS .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9gcd49kS .navbar.opened {
  background: #000000 !important;
}
.cid-ud9gcd49kS .nav-item:focus,
.cid-ud9gcd49kS .nav-link:focus {
  outline: none;
}
.cid-ud9gcd49kS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gcd49kS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9gcd49kS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9gcd49kS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gcd49kS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9gcd49kS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9gcd49kS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9gcd49kS .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9gcd49kS .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9gcd49kS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9gcd49kS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9gcd49kS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9gcd49kS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9gcd49kS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9gcd49kS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9gcd49kS .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: 55%;
}
.cid-ud9gcd49kS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9gcd49kS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9gcd49kS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9gcd49kS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9gcd49kS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9gcd49kS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9gcd49kS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9gcd49kS .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: 55%;
  }
  .cid-ud9gcd49kS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9gcd49kS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9gcd49kS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9gcd49kS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9gcd49kS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9gcd49kS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9gcd49kS .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9gcd49kS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9gcd49kS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9gcd49kS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9gcd49kS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9gcd49kS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9gcd49kS .dropdown-item.active,
.cid-ud9gcd49kS .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9gcd49kS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9gcd49kS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9gcd49kS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9gcd49kS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9gcd49kS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9gcd49kS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9gcd49kS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9gcd49kS .navbar-buttons {
  text-align: center;
}
.cid-ud9gcd49kS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9gcd49kS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9gcd49kS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9gcd49kS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gcd49kS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gcd49kS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9gcd49kS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gcd49kS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9gcd49kS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9gcd49kS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gcd49kS .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9gcd49kS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9gcd49kS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9gcd49kS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9gcd49kS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9gcd49kS .navbar {
    height: 77px;
  }
  .cid-ud9gcd49kS .navbar.opened {
    height: auto;
  }
  .cid-ud9gcd49kS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9gcdIsYl {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9gcdIsYl .container,
.cid-ud9gcdIsYl .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9gcdIsYl .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9gcdIsYl .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9gcdIsYl .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9gcdIsYl .img-item {
  overflow: hidden;
}
.cid-ud9gcdIsYl .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9gcdIsYl .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9gcdIsYl .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9gcdIsYl .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9gcdIsYl .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9gcdIsYl .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9gcdIsYl .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9gcdIsYl .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9gcdIsYl .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9gcdIsYl .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9gcdIsYl .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9gcdIsYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9gcdIsYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9gcflmEr {
  z-index: 1;
}
.cid-ulengxbNFb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulengxbNFb H2 {
  color: #e7272d;
}
.cid-ulengxbNFb .mbr-text,
.cid-ulengxbNFb .mbr-section-btn {
  color: #808080;
}
.cid-ulengxbNFb img {
  max-width: 500px;
  margin: auto;
}
.cid-ulengxbNFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulengxbNFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulenfoZtDj {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulenfoZtDj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulenfoZtDj input,
.cid-ulenfoZtDj textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulenfoZtDj .form-control:hover,
.cid-ulenfoZtDj .form-control:focus {
  color: #808080 !important;
}
.cid-ulenfoZtDj .btn-success {
  color: white !important;
}
.cid-ulenfoZtDj img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulenfoZtDj .btn {
  border-radius: 30px;
}
.cid-ulenfoZtDj textarea {
  min-height: 160px !important;
}
.cid-ulenfoZtDj .form-control,
.cid-ulenfoZtDj .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulenfoZtDj .form-control:hover,
.cid-ulenfoZtDj .field-input:hover,
.cid-ulenfoZtDj .form-control:focus,
.cid-ulenfoZtDj .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulenfoZtDj input::-webkit-input-placeholder,
.cid-ulenfoZtDj textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulenfoZtDj input:-moz-placeholder,
.cid-ulenfoZtDj textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulenfoZtDj .jq-selectbox li,
.cid-ulenfoZtDj .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulenfoZtDj .jq-selectbox li:hover,
.cid-ulenfoZtDj .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulenfoZtDj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulenfoZtDj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulenfoZtDj H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulenfoZtDj img {
    width: 100%;
  }
  .cid-ulenfoZtDj .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulenfoZtDj .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulenfoZtDj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulenfoZtDj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulenfoZtDj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulenfoZtDj .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulenfoZtDj .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9ggj6DAh .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9ggj6DAh .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9ggj6DAh .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9ggj6DAh .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9ggj6DAh .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9ggj6DAh .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9ggj6DAh .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9ggj6DAh .btn-white {
  color: #e7272d !important;
}
.cid-ud9ggj6DAh .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9ggj6DAh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9ggj6DAh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9ggj6DAh .container {
  display: flex;
  margin: auto;
}
.cid-ud9ggj6DAh .navbar.navbar-short .nav-link,
.cid-ud9ggj6DAh .navbar.navbar-short .navbar-caption,
.cid-ud9ggj6DAh .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9ggj6DAh .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9ggj6DAh .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9ggj6DAh .navbar.opened {
  background: #000000 !important;
}
.cid-ud9ggj6DAh .nav-item:focus,
.cid-ud9ggj6DAh .nav-link:focus {
  outline: none;
}
.cid-ud9ggj6DAh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9ggj6DAh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9ggj6DAh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9ggj6DAh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9ggj6DAh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9ggj6DAh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9ggj6DAh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9ggj6DAh .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9ggj6DAh .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9ggj6DAh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9ggj6DAh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9ggj6DAh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9ggj6DAh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9ggj6DAh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9ggj6DAh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9ggj6DAh .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: 55%;
}
.cid-ud9ggj6DAh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9ggj6DAh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9ggj6DAh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9ggj6DAh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9ggj6DAh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9ggj6DAh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9ggj6DAh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9ggj6DAh .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: 55%;
  }
  .cid-ud9ggj6DAh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9ggj6DAh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9ggj6DAh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9ggj6DAh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9ggj6DAh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9ggj6DAh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9ggj6DAh .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9ggj6DAh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9ggj6DAh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9ggj6DAh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9ggj6DAh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9ggj6DAh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9ggj6DAh .dropdown-item.active,
.cid-ud9ggj6DAh .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9ggj6DAh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9ggj6DAh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9ggj6DAh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9ggj6DAh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9ggj6DAh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9ggj6DAh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9ggj6DAh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9ggj6DAh .navbar-buttons {
  text-align: center;
}
.cid-ud9ggj6DAh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9ggj6DAh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9ggj6DAh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9ggj6DAh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9ggj6DAh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9ggj6DAh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9ggj6DAh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9ggj6DAh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9ggj6DAh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9ggj6DAh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9ggj6DAh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9ggj6DAh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9ggj6DAh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9ggj6DAh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9ggj6DAh .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9ggj6DAh .navbar {
    height: 77px;
  }
  .cid-ud9ggj6DAh .navbar.opened {
    height: auto;
  }
  .cid-ud9ggj6DAh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9ggk1kFu {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9ggk1kFu .container,
.cid-ud9ggk1kFu .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9ggk1kFu .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9ggk1kFu .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9ggk1kFu .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9ggk1kFu .img-item {
  overflow: hidden;
}
.cid-ud9ggk1kFu .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9ggk1kFu .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9ggk1kFu .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9ggk1kFu .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9ggk1kFu .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9ggk1kFu .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9ggk1kFu .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-ud9ggk1kFu .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9ggk1kFu .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9ggk1kFu .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9ggk1kFu .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9ggk1kFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9ggk1kFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPdsYfms2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPdsYfms2 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPdsYfms2 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPdsYfms2 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPdsYfms2 .items-row {
  row-gap: 48px;
}
.cid-urPdsYfms2 .item {
  cursor: pointer;
}
.cid-urPdsYfms2 .item:focus,
.cid-urPdsYfms2 span:focus {
  outline: none;
}
.cid-urPdsYfms2 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPdsYfms2 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdsYfms2 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPdsYfms2 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPdsYfms2 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPdsYfms2 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdsYfms2 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPdsYfms2 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPdsYfms2 .item-title {
  color: #24262b;
}
.cid-urPdsYfms2 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPdsYfms2 .mbr-text {
  color: #24262b;
}
.cid-ud9ggmt4kg {
  z-index: 1;
}
.cid-urnaxaOIG5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urnaxaOIG5 H2 {
  color: #e7272d;
}
.cid-urnaxaOIG5 .mbr-text,
.cid-urnaxaOIG5 .mbr-section-btn {
  color: #808080;
}
.cid-urnaxaOIG5 img {
  max-width: 500px;
  margin: auto;
}
.cid-urnaxaOIG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnaxaOIG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9gjwdvzV .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gjwdvzV .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9gjwdvzV .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9gjwdvzV .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9gjwdvzV .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9gjwdvzV .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9gjwdvzV .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9gjwdvzV .btn-white {
  color: #e7272d !important;
}
.cid-ud9gjwdvzV .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9gjwdvzV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9gjwdvzV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9gjwdvzV .container {
  display: flex;
  margin: auto;
}
.cid-ud9gjwdvzV .navbar.navbar-short .nav-link,
.cid-ud9gjwdvzV .navbar.navbar-short .navbar-caption,
.cid-ud9gjwdvzV .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9gjwdvzV .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9gjwdvzV .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9gjwdvzV .navbar.opened {
  background: #000000 !important;
}
.cid-ud9gjwdvzV .nav-item:focus,
.cid-ud9gjwdvzV .nav-link:focus {
  outline: none;
}
.cid-ud9gjwdvzV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gjwdvzV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9gjwdvzV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9gjwdvzV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gjwdvzV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9gjwdvzV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9gjwdvzV .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9gjwdvzV .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9gjwdvzV .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9gjwdvzV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9gjwdvzV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9gjwdvzV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9gjwdvzV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9gjwdvzV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9gjwdvzV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9gjwdvzV .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: 55%;
}
.cid-ud9gjwdvzV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9gjwdvzV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9gjwdvzV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9gjwdvzV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9gjwdvzV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9gjwdvzV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9gjwdvzV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9gjwdvzV .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: 55%;
  }
  .cid-ud9gjwdvzV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9gjwdvzV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9gjwdvzV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9gjwdvzV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9gjwdvzV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9gjwdvzV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9gjwdvzV .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9gjwdvzV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9gjwdvzV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9gjwdvzV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9gjwdvzV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9gjwdvzV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9gjwdvzV .dropdown-item.active,
.cid-ud9gjwdvzV .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9gjwdvzV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9gjwdvzV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9gjwdvzV .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9gjwdvzV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9gjwdvzV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9gjwdvzV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9gjwdvzV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9gjwdvzV .navbar-buttons {
  text-align: center;
}
.cid-ud9gjwdvzV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9gjwdvzV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9gjwdvzV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9gjwdvzV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gjwdvzV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gjwdvzV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9gjwdvzV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gjwdvzV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9gjwdvzV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9gjwdvzV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gjwdvzV .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9gjwdvzV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9gjwdvzV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9gjwdvzV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9gjwdvzV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9gjwdvzV .navbar {
    height: 77px;
  }
  .cid-ud9gjwdvzV .navbar.opened {
    height: auto;
  }
  .cid-ud9gjwdvzV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9gjwWCeo {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9gjwWCeo .container,
.cid-ud9gjwWCeo .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9gjwWCeo .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9gjwWCeo .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9gjwWCeo .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9gjwWCeo .img-item {
  overflow: hidden;
}
.cid-ud9gjwWCeo .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9gjwWCeo .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9gjwWCeo .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9gjwWCeo .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9gjwWCeo .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9gjwWCeo .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9gjwWCeo .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9gjwWCeo .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9gjwWCeo .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9gjwWCeo .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9gjwWCeo .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9gjwWCeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9gjwWCeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9gjziUo7 {
  z-index: 1;
}
.cid-urPdAqwdO6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPdAqwdO6 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPdAqwdO6 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPdAqwdO6 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPdAqwdO6 .items-row {
  row-gap: 48px;
}
.cid-urPdAqwdO6 .item {
  cursor: pointer;
}
.cid-urPdAqwdO6 .item:focus,
.cid-urPdAqwdO6 span:focus {
  outline: none;
}
.cid-urPdAqwdO6 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPdAqwdO6 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdAqwdO6 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPdAqwdO6 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPdAqwdO6 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPdAqwdO6 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdAqwdO6 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPdAqwdO6 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPdAqwdO6 .item-title {
  color: #24262b;
}
.cid-urPdAqwdO6 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPdAqwdO6 .mbr-text {
  color: #24262b;
}
.cid-urnaJTnl9Z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urnaJTnl9Z H2 {
  color: #e7272d;
}
.cid-urnaJTnl9Z .mbr-text,
.cid-urnaJTnl9Z .mbr-section-btn {
  color: #808080;
}
.cid-urnaJTnl9Z img {
  max-width: 500px;
  margin: auto;
}
.cid-urnaJTnl9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnaJTnl9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9gtSv3ug .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gtSv3ug .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9gtSv3ug .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9gtSv3ug .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9gtSv3ug .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9gtSv3ug .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9gtSv3ug .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9gtSv3ug .btn-white {
  color: #e7272d !important;
}
.cid-ud9gtSv3ug .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9gtSv3ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9gtSv3ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9gtSv3ug .container {
  display: flex;
  margin: auto;
}
.cid-ud9gtSv3ug .navbar.navbar-short .nav-link,
.cid-ud9gtSv3ug .navbar.navbar-short .navbar-caption,
.cid-ud9gtSv3ug .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9gtSv3ug .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9gtSv3ug .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9gtSv3ug .navbar.opened {
  background: #000000 !important;
}
.cid-ud9gtSv3ug .nav-item:focus,
.cid-ud9gtSv3ug .nav-link:focus {
  outline: none;
}
.cid-ud9gtSv3ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gtSv3ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9gtSv3ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9gtSv3ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gtSv3ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9gtSv3ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9gtSv3ug .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9gtSv3ug .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9gtSv3ug .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9gtSv3ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9gtSv3ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9gtSv3ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9gtSv3ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9gtSv3ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9gtSv3ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9gtSv3ug .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: 55%;
}
.cid-ud9gtSv3ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9gtSv3ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9gtSv3ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9gtSv3ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9gtSv3ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9gtSv3ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9gtSv3ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9gtSv3ug .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: 55%;
  }
  .cid-ud9gtSv3ug .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9gtSv3ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9gtSv3ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9gtSv3ug .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9gtSv3ug .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9gtSv3ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9gtSv3ug .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9gtSv3ug .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9gtSv3ug .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9gtSv3ug .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9gtSv3ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9gtSv3ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9gtSv3ug .dropdown-item.active,
.cid-ud9gtSv3ug .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9gtSv3ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9gtSv3ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9gtSv3ug .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9gtSv3ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9gtSv3ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9gtSv3ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9gtSv3ug ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9gtSv3ug .navbar-buttons {
  text-align: center;
}
.cid-ud9gtSv3ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9gtSv3ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9gtSv3ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9gtSv3ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gtSv3ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gtSv3ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9gtSv3ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gtSv3ug nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9gtSv3ug nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9gtSv3ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gtSv3ug .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9gtSv3ug a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9gtSv3ug .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9gtSv3ug .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9gtSv3ug .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9gtSv3ug .navbar {
    height: 77px;
  }
  .cid-ud9gtSv3ug .navbar.opened {
    height: auto;
  }
  .cid-ud9gtSv3ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9gtT75XU {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9gtT75XU .container,
.cid-ud9gtT75XU .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9gtT75XU .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9gtT75XU .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9gtT75XU .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9gtT75XU .img-item {
  overflow: hidden;
}
.cid-ud9gtT75XU .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9gtT75XU .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9gtT75XU .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9gtT75XU .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9gtT75XU .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9gtT75XU .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9gtT75XU .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9gtT75XU .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9gtT75XU .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9gtT75XU .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9gtT75XU .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9gtT75XU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9gtT75XU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9gtUKXfy {
  z-index: 1;
}
.cid-urPdDyg41O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPdDyg41O .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPdDyg41O .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPdDyg41O .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPdDyg41O .items-row {
  row-gap: 48px;
}
.cid-urPdDyg41O .item {
  cursor: pointer;
}
.cid-urPdDyg41O .item:focus,
.cid-urPdDyg41O span:focus {
  outline: none;
}
.cid-urPdDyg41O .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPdDyg41O .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdDyg41O .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPdDyg41O img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPdDyg41O .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPdDyg41O .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdDyg41O .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPdDyg41O .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPdDyg41O .item-title {
  color: #24262b;
}
.cid-urPdDyg41O .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPdDyg41O .mbr-text {
  color: #24262b;
}
.cid-urnaWvsICm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urnaWvsICm H2 {
  color: #e7272d;
}
.cid-urnaWvsICm .mbr-text,
.cid-urnaWvsICm .mbr-section-btn {
  color: #808080;
}
.cid-urnaWvsICm img {
  max-width: 500px;
  margin: auto;
}
.cid-urnaWvsICm .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnaWvsICm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9gwzlDQO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gwzlDQO .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9gwzlDQO .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9gwzlDQO .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9gwzlDQO .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9gwzlDQO .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9gwzlDQO .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9gwzlDQO .btn-white {
  color: #e7272d !important;
}
.cid-ud9gwzlDQO .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9gwzlDQO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9gwzlDQO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9gwzlDQO .container {
  display: flex;
  margin: auto;
}
.cid-ud9gwzlDQO .navbar.navbar-short .nav-link,
.cid-ud9gwzlDQO .navbar.navbar-short .navbar-caption,
.cid-ud9gwzlDQO .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9gwzlDQO .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9gwzlDQO .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9gwzlDQO .navbar.opened {
  background: #000000 !important;
}
.cid-ud9gwzlDQO .nav-item:focus,
.cid-ud9gwzlDQO .nav-link:focus {
  outline: none;
}
.cid-ud9gwzlDQO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gwzlDQO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9gwzlDQO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9gwzlDQO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gwzlDQO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9gwzlDQO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9gwzlDQO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9gwzlDQO .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9gwzlDQO .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9gwzlDQO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9gwzlDQO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9gwzlDQO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9gwzlDQO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9gwzlDQO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9gwzlDQO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9gwzlDQO .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: 55%;
}
.cid-ud9gwzlDQO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9gwzlDQO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9gwzlDQO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9gwzlDQO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9gwzlDQO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9gwzlDQO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9gwzlDQO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9gwzlDQO .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: 55%;
  }
  .cid-ud9gwzlDQO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9gwzlDQO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9gwzlDQO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9gwzlDQO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9gwzlDQO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9gwzlDQO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9gwzlDQO .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9gwzlDQO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9gwzlDQO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9gwzlDQO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9gwzlDQO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9gwzlDQO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9gwzlDQO .dropdown-item.active,
.cid-ud9gwzlDQO .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9gwzlDQO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9gwzlDQO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9gwzlDQO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9gwzlDQO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9gwzlDQO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9gwzlDQO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9gwzlDQO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9gwzlDQO .navbar-buttons {
  text-align: center;
}
.cid-ud9gwzlDQO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9gwzlDQO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9gwzlDQO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9gwzlDQO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gwzlDQO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gwzlDQO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9gwzlDQO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gwzlDQO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9gwzlDQO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9gwzlDQO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gwzlDQO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9gwzlDQO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9gwzlDQO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9gwzlDQO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9gwzlDQO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9gwzlDQO .navbar {
    height: 77px;
  }
  .cid-ud9gwzlDQO .navbar.opened {
    height: auto;
  }
  .cid-ud9gwzlDQO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9gwA6xMH {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9gwA6xMH .container,
.cid-ud9gwA6xMH .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9gwA6xMH .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9gwA6xMH .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9gwA6xMH .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9gwA6xMH .img-item {
  overflow: hidden;
}
.cid-ud9gwA6xMH .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9gwA6xMH .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9gwA6xMH .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9gwA6xMH .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9gwA6xMH .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9gwA6xMH .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9gwA6xMH .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9gwA6xMH .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9gwA6xMH .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9gwA6xMH .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9gwA6xMH .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9gwA6xMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9gwA6xMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9gwBQsfA {
  z-index: 1;
}
.cid-urPdIpWkrO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPdIpWkrO .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPdIpWkrO .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPdIpWkrO .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPdIpWkrO .items-row {
  row-gap: 48px;
}
.cid-urPdIpWkrO .item {
  cursor: pointer;
}
.cid-urPdIpWkrO .item:focus,
.cid-urPdIpWkrO span:focus {
  outline: none;
}
.cid-urPdIpWkrO .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPdIpWkrO .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdIpWkrO .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPdIpWkrO img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPdIpWkrO .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPdIpWkrO .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdIpWkrO .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPdIpWkrO .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPdIpWkrO .item-title {
  color: #24262b;
}
.cid-urPdIpWkrO .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPdIpWkrO .mbr-text {
  color: #24262b;
}
.cid-urnb8gaTdc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urnb8gaTdc H2 {
  color: #e7272d;
}
.cid-urnb8gaTdc .mbr-text,
.cid-urnb8gaTdc .mbr-section-btn {
  color: #808080;
}
.cid-urnb8gaTdc img {
  max-width: 500px;
  margin: auto;
}
.cid-urnb8gaTdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnb8gaTdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9gzdyAD9 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gzdyAD9 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9gzdyAD9 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9gzdyAD9 .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9gzdyAD9 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9gzdyAD9 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9gzdyAD9 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9gzdyAD9 .btn-white {
  color: #e7272d !important;
}
.cid-ud9gzdyAD9 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9gzdyAD9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9gzdyAD9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9gzdyAD9 .container {
  display: flex;
  margin: auto;
}
.cid-ud9gzdyAD9 .navbar.navbar-short .nav-link,
.cid-ud9gzdyAD9 .navbar.navbar-short .navbar-caption,
.cid-ud9gzdyAD9 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9gzdyAD9 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9gzdyAD9 .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9gzdyAD9 .navbar.opened {
  background: #000000 !important;
}
.cid-ud9gzdyAD9 .nav-item:focus,
.cid-ud9gzdyAD9 .nav-link:focus {
  outline: none;
}
.cid-ud9gzdyAD9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gzdyAD9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9gzdyAD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9gzdyAD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gzdyAD9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9gzdyAD9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9gzdyAD9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9gzdyAD9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9gzdyAD9 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9gzdyAD9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9gzdyAD9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9gzdyAD9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9gzdyAD9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9gzdyAD9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9gzdyAD9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9gzdyAD9 .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: 55%;
}
.cid-ud9gzdyAD9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9gzdyAD9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9gzdyAD9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9gzdyAD9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9gzdyAD9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9gzdyAD9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9gzdyAD9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9gzdyAD9 .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: 55%;
  }
  .cid-ud9gzdyAD9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9gzdyAD9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9gzdyAD9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9gzdyAD9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9gzdyAD9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9gzdyAD9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9gzdyAD9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9gzdyAD9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9gzdyAD9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9gzdyAD9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9gzdyAD9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9gzdyAD9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9gzdyAD9 .dropdown-item.active,
.cid-ud9gzdyAD9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9gzdyAD9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9gzdyAD9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9gzdyAD9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9gzdyAD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9gzdyAD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9gzdyAD9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9gzdyAD9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9gzdyAD9 .navbar-buttons {
  text-align: center;
}
.cid-ud9gzdyAD9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9gzdyAD9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9gzdyAD9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9gzdyAD9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gzdyAD9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gzdyAD9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9gzdyAD9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gzdyAD9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9gzdyAD9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9gzdyAD9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gzdyAD9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9gzdyAD9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9gzdyAD9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9gzdyAD9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9gzdyAD9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9gzdyAD9 .navbar {
    height: 77px;
  }
  .cid-ud9gzdyAD9 .navbar.opened {
    height: auto;
  }
  .cid-ud9gzdyAD9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9gze94A1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9gze94A1 .container,
.cid-ud9gze94A1 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9gze94A1 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9gze94A1 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9gze94A1 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9gze94A1 .img-item {
  overflow: hidden;
}
.cid-ud9gze94A1 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9gze94A1 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9gze94A1 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9gze94A1 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9gze94A1 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9gze94A1 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9gze94A1 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9gze94A1 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9gze94A1 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9gze94A1 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9gze94A1 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9gze94A1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9gze94A1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9gzfWRpF {
  z-index: 1;
}
.cid-urPdLHMNP4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPdLHMNP4 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPdLHMNP4 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPdLHMNP4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPdLHMNP4 .items-row {
  row-gap: 48px;
}
.cid-urPdLHMNP4 .item {
  cursor: pointer;
}
.cid-urPdLHMNP4 .item:focus,
.cid-urPdLHMNP4 span:focus {
  outline: none;
}
.cid-urPdLHMNP4 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPdLHMNP4 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdLHMNP4 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPdLHMNP4 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPdLHMNP4 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPdLHMNP4 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdLHMNP4 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPdLHMNP4 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPdLHMNP4 .item-title {
  color: #24262b;
}
.cid-urPdLHMNP4 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPdLHMNP4 .mbr-text {
  color: #24262b;
}
.cid-urnbeM7ABH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urnbeM7ABH H2 {
  color: #e7272d;
}
.cid-urnbeM7ABH .mbr-text,
.cid-urnbeM7ABH .mbr-section-btn {
  color: #808080;
}
.cid-urnbeM7ABH img {
  max-width: 500px;
  margin: auto;
}
.cid-urnbeM7ABH .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnbeM7ABH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9gBHPPvX .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gBHPPvX .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9gBHPPvX .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9gBHPPvX .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9gBHPPvX .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9gBHPPvX .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9gBHPPvX .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9gBHPPvX .btn-white {
  color: #e7272d !important;
}
.cid-ud9gBHPPvX .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9gBHPPvX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9gBHPPvX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9gBHPPvX .container {
  display: flex;
  margin: auto;
}
.cid-ud9gBHPPvX .navbar.navbar-short .nav-link,
.cid-ud9gBHPPvX .navbar.navbar-short .navbar-caption,
.cid-ud9gBHPPvX .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9gBHPPvX .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9gBHPPvX .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9gBHPPvX .navbar.opened {
  background: #000000 !important;
}
.cid-ud9gBHPPvX .nav-item:focus,
.cid-ud9gBHPPvX .nav-link:focus {
  outline: none;
}
.cid-ud9gBHPPvX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gBHPPvX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9gBHPPvX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9gBHPPvX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gBHPPvX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9gBHPPvX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9gBHPPvX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9gBHPPvX .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9gBHPPvX .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9gBHPPvX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9gBHPPvX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9gBHPPvX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9gBHPPvX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9gBHPPvX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9gBHPPvX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9gBHPPvX .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: 55%;
}
.cid-ud9gBHPPvX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9gBHPPvX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9gBHPPvX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9gBHPPvX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9gBHPPvX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9gBHPPvX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9gBHPPvX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9gBHPPvX .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: 55%;
  }
  .cid-ud9gBHPPvX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9gBHPPvX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9gBHPPvX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9gBHPPvX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9gBHPPvX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9gBHPPvX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9gBHPPvX .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9gBHPPvX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9gBHPPvX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9gBHPPvX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9gBHPPvX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9gBHPPvX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9gBHPPvX .dropdown-item.active,
.cid-ud9gBHPPvX .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9gBHPPvX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9gBHPPvX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9gBHPPvX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9gBHPPvX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9gBHPPvX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9gBHPPvX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9gBHPPvX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9gBHPPvX .navbar-buttons {
  text-align: center;
}
.cid-ud9gBHPPvX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9gBHPPvX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9gBHPPvX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9gBHPPvX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gBHPPvX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gBHPPvX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9gBHPPvX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gBHPPvX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9gBHPPvX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9gBHPPvX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gBHPPvX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9gBHPPvX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9gBHPPvX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9gBHPPvX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9gBHPPvX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9gBHPPvX .navbar {
    height: 77px;
  }
  .cid-ud9gBHPPvX .navbar.opened {
    height: auto;
  }
  .cid-ud9gBHPPvX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9gBIo300 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9gBIo300 .container,
.cid-ud9gBIo300 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9gBIo300 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9gBIo300 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9gBIo300 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9gBIo300 .img-item {
  overflow: hidden;
}
.cid-ud9gBIo300 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9gBIo300 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9gBIo300 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9gBIo300 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9gBIo300 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9gBIo300 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9gBIo300 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9gBIo300 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9gBIo300 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9gBIo300 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9gBIo300 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9gBIo300 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9gBIo300 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9gBK6Um0 {
  z-index: 1;
}
.cid-urPdQngKnH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPdQngKnH .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPdQngKnH .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPdQngKnH .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPdQngKnH .items-row {
  row-gap: 48px;
}
.cid-urPdQngKnH .item {
  cursor: pointer;
}
.cid-urPdQngKnH .item:focus,
.cid-urPdQngKnH span:focus {
  outline: none;
}
.cid-urPdQngKnH .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPdQngKnH .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdQngKnH .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPdQngKnH img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPdQngKnH .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPdQngKnH .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdQngKnH .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPdQngKnH .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPdQngKnH .item-title {
  color: #24262b;
}
.cid-urPdQngKnH .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPdQngKnH .mbr-text {
  color: #24262b;
}
.cid-urnbnT0OQ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urnbnT0OQ4 H2 {
  color: #e7272d;
}
.cid-urnbnT0OQ4 .mbr-text,
.cid-urnbnT0OQ4 .mbr-section-btn {
  color: #808080;
}
.cid-urnbnT0OQ4 img {
  max-width: 500px;
  margin: auto;
}
.cid-urnbnT0OQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnbnT0OQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9gEdMGHb .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gEdMGHb .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9gEdMGHb .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9gEdMGHb .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9gEdMGHb .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9gEdMGHb .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9gEdMGHb .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9gEdMGHb .btn-white {
  color: #e7272d !important;
}
.cid-ud9gEdMGHb .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9gEdMGHb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9gEdMGHb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9gEdMGHb .container {
  display: flex;
  margin: auto;
}
.cid-ud9gEdMGHb .navbar.navbar-short .nav-link,
.cid-ud9gEdMGHb .navbar.navbar-short .navbar-caption,
.cid-ud9gEdMGHb .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9gEdMGHb .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9gEdMGHb .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9gEdMGHb .navbar.opened {
  background: #000000 !important;
}
.cid-ud9gEdMGHb .nav-item:focus,
.cid-ud9gEdMGHb .nav-link:focus {
  outline: none;
}
.cid-ud9gEdMGHb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gEdMGHb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9gEdMGHb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9gEdMGHb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gEdMGHb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9gEdMGHb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9gEdMGHb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9gEdMGHb .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9gEdMGHb .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9gEdMGHb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9gEdMGHb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9gEdMGHb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9gEdMGHb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9gEdMGHb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9gEdMGHb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9gEdMGHb .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: 55%;
}
.cid-ud9gEdMGHb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9gEdMGHb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9gEdMGHb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9gEdMGHb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9gEdMGHb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9gEdMGHb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9gEdMGHb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9gEdMGHb .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: 55%;
  }
  .cid-ud9gEdMGHb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9gEdMGHb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9gEdMGHb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9gEdMGHb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9gEdMGHb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9gEdMGHb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9gEdMGHb .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9gEdMGHb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9gEdMGHb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9gEdMGHb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9gEdMGHb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9gEdMGHb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9gEdMGHb .dropdown-item.active,
.cid-ud9gEdMGHb .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9gEdMGHb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9gEdMGHb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9gEdMGHb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9gEdMGHb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9gEdMGHb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9gEdMGHb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9gEdMGHb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9gEdMGHb .navbar-buttons {
  text-align: center;
}
.cid-ud9gEdMGHb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9gEdMGHb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9gEdMGHb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9gEdMGHb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gEdMGHb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gEdMGHb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9gEdMGHb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gEdMGHb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9gEdMGHb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9gEdMGHb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gEdMGHb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9gEdMGHb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9gEdMGHb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9gEdMGHb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9gEdMGHb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9gEdMGHb .navbar {
    height: 77px;
  }
  .cid-ud9gEdMGHb .navbar.opened {
    height: auto;
  }
  .cid-ud9gEdMGHb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9gEeknho {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9gEeknho .container,
.cid-ud9gEeknho .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9gEeknho .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9gEeknho .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9gEeknho .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9gEeknho .img-item {
  overflow: hidden;
}
.cid-ud9gEeknho .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9gEeknho .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9gEeknho .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9gEeknho .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9gEeknho .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9gEeknho .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9gEeknho .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9gEeknho .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9gEeknho .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9gEeknho .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9gEeknho .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9gEeknho .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9gEeknho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPdSVT5nB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPdSVT5nB .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPdSVT5nB .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPdSVT5nB .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPdSVT5nB .items-row {
  row-gap: 48px;
}
.cid-urPdSVT5nB .item {
  cursor: pointer;
}
.cid-urPdSVT5nB .item:focus,
.cid-urPdSVT5nB span:focus {
  outline: none;
}
.cid-urPdSVT5nB .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPdSVT5nB .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdSVT5nB .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPdSVT5nB img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPdSVT5nB .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPdSVT5nB .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPdSVT5nB .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPdSVT5nB .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPdSVT5nB .item-title {
  color: #24262b;
}
.cid-urPdSVT5nB .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPdSVT5nB .mbr-text {
  color: #24262b;
}
.cid-ud9gEfNx5V {
  z-index: 1;
}
.cid-urnbtrg3Jt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urnbtrg3Jt H2 {
  color: #e7272d;
}
.cid-urnbtrg3Jt .mbr-text,
.cid-urnbtrg3Jt .mbr-section-btn {
  color: #808080;
}
.cid-urnbtrg3Jt img {
  max-width: 500px;
  margin: auto;
}
.cid-urnbtrg3Jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnbtrg3Jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9gPK6bKO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gPK6bKO .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9gPK6bKO .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9gPK6bKO .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9gPK6bKO .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9gPK6bKO .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9gPK6bKO .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9gPK6bKO .btn-white {
  color: #e7272d !important;
}
.cid-ud9gPK6bKO .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9gPK6bKO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9gPK6bKO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9gPK6bKO .container {
  display: flex;
  margin: auto;
}
.cid-ud9gPK6bKO .navbar.navbar-short .nav-link,
.cid-ud9gPK6bKO .navbar.navbar-short .navbar-caption,
.cid-ud9gPK6bKO .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9gPK6bKO .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9gPK6bKO .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9gPK6bKO .navbar.opened {
  background: #000000 !important;
}
.cid-ud9gPK6bKO .nav-item:focus,
.cid-ud9gPK6bKO .nav-link:focus {
  outline: none;
}
.cid-ud9gPK6bKO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gPK6bKO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9gPK6bKO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9gPK6bKO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gPK6bKO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9gPK6bKO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9gPK6bKO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9gPK6bKO .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9gPK6bKO .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9gPK6bKO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9gPK6bKO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9gPK6bKO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9gPK6bKO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9gPK6bKO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9gPK6bKO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9gPK6bKO .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: 55%;
}
.cid-ud9gPK6bKO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9gPK6bKO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9gPK6bKO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9gPK6bKO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9gPK6bKO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9gPK6bKO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9gPK6bKO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9gPK6bKO .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: 55%;
  }
  .cid-ud9gPK6bKO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9gPK6bKO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9gPK6bKO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9gPK6bKO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9gPK6bKO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9gPK6bKO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9gPK6bKO .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9gPK6bKO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9gPK6bKO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9gPK6bKO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9gPK6bKO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9gPK6bKO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9gPK6bKO .dropdown-item.active,
.cid-ud9gPK6bKO .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9gPK6bKO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9gPK6bKO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9gPK6bKO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9gPK6bKO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9gPK6bKO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9gPK6bKO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9gPK6bKO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9gPK6bKO .navbar-buttons {
  text-align: center;
}
.cid-ud9gPK6bKO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9gPK6bKO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9gPK6bKO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9gPK6bKO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gPK6bKO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gPK6bKO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9gPK6bKO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gPK6bKO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9gPK6bKO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9gPK6bKO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gPK6bKO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9gPK6bKO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9gPK6bKO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9gPK6bKO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9gPK6bKO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9gPK6bKO .navbar {
    height: 77px;
  }
  .cid-ud9gPK6bKO .navbar.opened {
    height: auto;
  }
  .cid-ud9gPK6bKO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9gPMh0QF {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9gTIVjq6 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gTIVjq6 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9gTIVjq6 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9gTIVjq6 .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9gTIVjq6 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9gTIVjq6 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9gTIVjq6 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9gTIVjq6 .btn-white {
  color: #e7272d !important;
}
.cid-ud9gTIVjq6 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9gTIVjq6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9gTIVjq6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9gTIVjq6 .container {
  display: flex;
  margin: auto;
}
.cid-ud9gTIVjq6 .navbar.navbar-short .nav-link,
.cid-ud9gTIVjq6 .navbar.navbar-short .navbar-caption,
.cid-ud9gTIVjq6 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9gTIVjq6 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9gTIVjq6 .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9gTIVjq6 .navbar.opened {
  background: #000000 !important;
}
.cid-ud9gTIVjq6 .nav-item:focus,
.cid-ud9gTIVjq6 .nav-link:focus {
  outline: none;
}
.cid-ud9gTIVjq6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gTIVjq6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9gTIVjq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9gTIVjq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gTIVjq6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9gTIVjq6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9gTIVjq6 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9gTIVjq6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9gTIVjq6 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9gTIVjq6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9gTIVjq6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9gTIVjq6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9gTIVjq6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9gTIVjq6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9gTIVjq6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9gTIVjq6 .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: 55%;
}
.cid-ud9gTIVjq6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9gTIVjq6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9gTIVjq6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9gTIVjq6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9gTIVjq6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9gTIVjq6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9gTIVjq6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9gTIVjq6 .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: 55%;
  }
  .cid-ud9gTIVjq6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9gTIVjq6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9gTIVjq6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9gTIVjq6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9gTIVjq6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9gTIVjq6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9gTIVjq6 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9gTIVjq6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9gTIVjq6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9gTIVjq6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9gTIVjq6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9gTIVjq6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9gTIVjq6 .dropdown-item.active,
.cid-ud9gTIVjq6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9gTIVjq6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9gTIVjq6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9gTIVjq6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9gTIVjq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9gTIVjq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9gTIVjq6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9gTIVjq6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9gTIVjq6 .navbar-buttons {
  text-align: center;
}
.cid-ud9gTIVjq6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9gTIVjq6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9gTIVjq6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9gTIVjq6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gTIVjq6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gTIVjq6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9gTIVjq6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gTIVjq6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9gTIVjq6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9gTIVjq6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gTIVjq6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9gTIVjq6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9gTIVjq6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9gTIVjq6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9gTIVjq6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9gTIVjq6 .navbar {
    height: 77px;
  }
  .cid-ud9gTIVjq6 .navbar.opened {
    height: auto;
  }
  .cid-ud9gTIVjq6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9gTJLNUk {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9gTJLNUk .container,
.cid-ud9gTJLNUk .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9gTJLNUk .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9gTJLNUk .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9gTJLNUk .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9gTJLNUk .img-item {
  overflow: hidden;
}
.cid-ud9gTJLNUk .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9gTJLNUk .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9gTJLNUk .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9gTJLNUk .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9gTJLNUk .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9gTJLNUk .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9gTJLNUk .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9gTJLNUk .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9gTJLNUk .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9gTJLNUk .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9gTJLNUk .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9gTJLNUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9gTJLNUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPeeDscgF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPeeDscgF .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPeeDscgF .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPeeDscgF .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPeeDscgF .items-row {
  row-gap: 48px;
}
.cid-urPeeDscgF .item {
  cursor: pointer;
}
.cid-urPeeDscgF .item:focus,
.cid-urPeeDscgF span:focus {
  outline: none;
}
.cid-urPeeDscgF .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPeeDscgF .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPeeDscgF .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPeeDscgF img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPeeDscgF .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPeeDscgF .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPeeDscgF .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPeeDscgF .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPeeDscgF .item-title {
  color: #24262b;
}
.cid-urPeeDscgF .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPeeDscgF .mbr-text {
  color: #24262b;
}
.cid-urPecpuar0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urPecpuar0 H2 {
  color: #e7272d;
}
.cid-urPecpuar0 .mbr-text,
.cid-urPecpuar0 .mbr-section-btn {
  color: #808080;
}
.cid-urPecpuar0 img {
  max-width: 500px;
  margin: auto;
}
.cid-urPecpuar0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urPecpuar0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPecPitU7 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urPecPitU7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-urPecPitU7 input,
.cid-urPecPitU7 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-urPecPitU7 .form-control:hover,
.cid-urPecPitU7 .form-control:focus {
  color: #808080 !important;
}
.cid-urPecPitU7 .btn-success {
  color: white !important;
}
.cid-urPecPitU7 img {
  width: 90%;
  border-radius: 8px;
}
.cid-urPecPitU7 .btn {
  border-radius: 30px;
}
.cid-urPecPitU7 textarea {
  min-height: 160px !important;
}
.cid-urPecPitU7 .form-control,
.cid-urPecPitU7 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urPecPitU7 .form-control:hover,
.cid-urPecPitU7 .field-input:hover,
.cid-urPecPitU7 .form-control:focus,
.cid-urPecPitU7 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-urPecPitU7 input::-webkit-input-placeholder,
.cid-urPecPitU7 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-urPecPitU7 input:-moz-placeholder,
.cid-urPecPitU7 textarea:-moz-placeholder {
  color: #808080;
}
.cid-urPecPitU7 .jq-selectbox li,
.cid-urPecPitU7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-urPecPitU7 .jq-selectbox li:hover,
.cid-urPecPitU7 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-urPecPitU7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-urPecPitU7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-urPecPitU7 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-urPecPitU7 img {
    width: 100%;
  }
  .cid-urPecPitU7 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-urPecPitU7 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-urPecPitU7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urPecPitU7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urPecPitU7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urPecPitU7 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-urPecPitU7 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ud9gTLqEQg {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9gYdAcMj .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gYdAcMj .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9gYdAcMj .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9gYdAcMj .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9gYdAcMj .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9gYdAcMj .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9gYdAcMj .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9gYdAcMj .btn-white {
  color: #e7272d !important;
}
.cid-ud9gYdAcMj .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9gYdAcMj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9gYdAcMj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9gYdAcMj .container {
  display: flex;
  margin: auto;
}
.cid-ud9gYdAcMj .navbar.navbar-short .nav-link,
.cid-ud9gYdAcMj .navbar.navbar-short .navbar-caption,
.cid-ud9gYdAcMj .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9gYdAcMj .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9gYdAcMj .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9gYdAcMj .navbar.opened {
  background: #000000 !important;
}
.cid-ud9gYdAcMj .nav-item:focus,
.cid-ud9gYdAcMj .nav-link:focus {
  outline: none;
}
.cid-ud9gYdAcMj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gYdAcMj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9gYdAcMj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9gYdAcMj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9gYdAcMj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9gYdAcMj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9gYdAcMj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9gYdAcMj .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9gYdAcMj .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9gYdAcMj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9gYdAcMj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9gYdAcMj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9gYdAcMj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9gYdAcMj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9gYdAcMj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9gYdAcMj .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: 55%;
}
.cid-ud9gYdAcMj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9gYdAcMj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9gYdAcMj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9gYdAcMj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9gYdAcMj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9gYdAcMj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9gYdAcMj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9gYdAcMj .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: 55%;
  }
  .cid-ud9gYdAcMj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9gYdAcMj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9gYdAcMj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9gYdAcMj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9gYdAcMj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9gYdAcMj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9gYdAcMj .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9gYdAcMj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9gYdAcMj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9gYdAcMj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9gYdAcMj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9gYdAcMj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9gYdAcMj .dropdown-item.active,
.cid-ud9gYdAcMj .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9gYdAcMj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9gYdAcMj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9gYdAcMj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9gYdAcMj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9gYdAcMj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9gYdAcMj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9gYdAcMj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9gYdAcMj .navbar-buttons {
  text-align: center;
}
.cid-ud9gYdAcMj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9gYdAcMj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9gYdAcMj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9gYdAcMj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gYdAcMj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9gYdAcMj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9gYdAcMj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gYdAcMj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9gYdAcMj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9gYdAcMj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9gYdAcMj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9gYdAcMj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9gYdAcMj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9gYdAcMj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9gYdAcMj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9gYdAcMj .navbar {
    height: 77px;
  }
  .cid-ud9gYdAcMj .navbar.opened {
    height: auto;
  }
  .cid-ud9gYdAcMj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9gYei2fL {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9gYei2fL .container,
.cid-ud9gYei2fL .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9gYei2fL .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9gYei2fL .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9gYei2fL .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9gYei2fL .img-item {
  overflow: hidden;
}
.cid-ud9gYei2fL .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9gYei2fL .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9gYei2fL .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9gYei2fL .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9gYei2fL .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9gYei2fL .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9gYei2fL .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9gYei2fL .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9gYei2fL .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9gYei2fL .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9gYei2fL .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9gYei2fL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9gYei2fL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9gYfXpLm {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9h1oDTyO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9h1oDTyO .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9h1oDTyO .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9h1oDTyO .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9h1oDTyO .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9h1oDTyO .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9h1oDTyO .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9h1oDTyO .btn-white {
  color: #e7272d !important;
}
.cid-ud9h1oDTyO .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9h1oDTyO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9h1oDTyO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9h1oDTyO .container {
  display: flex;
  margin: auto;
}
.cid-ud9h1oDTyO .navbar.navbar-short .nav-link,
.cid-ud9h1oDTyO .navbar.navbar-short .navbar-caption,
.cid-ud9h1oDTyO .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9h1oDTyO .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9h1oDTyO .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9h1oDTyO .navbar.opened {
  background: #000000 !important;
}
.cid-ud9h1oDTyO .nav-item:focus,
.cid-ud9h1oDTyO .nav-link:focus {
  outline: none;
}
.cid-ud9h1oDTyO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9h1oDTyO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9h1oDTyO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9h1oDTyO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9h1oDTyO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9h1oDTyO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9h1oDTyO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9h1oDTyO .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9h1oDTyO .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9h1oDTyO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9h1oDTyO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9h1oDTyO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9h1oDTyO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9h1oDTyO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9h1oDTyO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9h1oDTyO .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: 55%;
}
.cid-ud9h1oDTyO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9h1oDTyO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9h1oDTyO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9h1oDTyO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9h1oDTyO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9h1oDTyO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9h1oDTyO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9h1oDTyO .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: 55%;
  }
  .cid-ud9h1oDTyO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9h1oDTyO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9h1oDTyO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9h1oDTyO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9h1oDTyO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9h1oDTyO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9h1oDTyO .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9h1oDTyO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9h1oDTyO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9h1oDTyO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9h1oDTyO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9h1oDTyO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9h1oDTyO .dropdown-item.active,
.cid-ud9h1oDTyO .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9h1oDTyO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9h1oDTyO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9h1oDTyO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9h1oDTyO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9h1oDTyO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9h1oDTyO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9h1oDTyO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9h1oDTyO .navbar-buttons {
  text-align: center;
}
.cid-ud9h1oDTyO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9h1oDTyO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9h1oDTyO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9h1oDTyO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9h1oDTyO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9h1oDTyO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9h1oDTyO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9h1oDTyO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9h1oDTyO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9h1oDTyO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9h1oDTyO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9h1oDTyO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9h1oDTyO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9h1oDTyO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9h1oDTyO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9h1oDTyO .navbar {
    height: 77px;
  }
  .cid-ud9h1oDTyO .navbar.opened {
    height: auto;
  }
  .cid-ud9h1oDTyO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9h1pqE48 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9h1pqE48 .container,
.cid-ud9h1pqE48 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9h1pqE48 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9h1pqE48 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9h1pqE48 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9h1pqE48 .img-item {
  overflow: hidden;
}
.cid-ud9h1pqE48 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9h1pqE48 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9h1pqE48 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9h1pqE48 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9h1pqE48 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9h1pqE48 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9h1pqE48 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9h1pqE48 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9h1pqE48 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9h1pqE48 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9h1pqE48 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9h1pqE48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9h1pqE48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9h1r7lvj {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9h4pMuNA .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9h4pMuNA .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9h4pMuNA .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9h4pMuNA .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9h4pMuNA .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9h4pMuNA .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9h4pMuNA .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9h4pMuNA .btn-white {
  color: #e7272d !important;
}
.cid-ud9h4pMuNA .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9h4pMuNA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9h4pMuNA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9h4pMuNA .container {
  display: flex;
  margin: auto;
}
.cid-ud9h4pMuNA .navbar.navbar-short .nav-link,
.cid-ud9h4pMuNA .navbar.navbar-short .navbar-caption,
.cid-ud9h4pMuNA .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9h4pMuNA .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9h4pMuNA .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9h4pMuNA .navbar.opened {
  background: #000000 !important;
}
.cid-ud9h4pMuNA .nav-item:focus,
.cid-ud9h4pMuNA .nav-link:focus {
  outline: none;
}
.cid-ud9h4pMuNA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9h4pMuNA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9h4pMuNA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9h4pMuNA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9h4pMuNA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9h4pMuNA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9h4pMuNA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9h4pMuNA .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9h4pMuNA .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9h4pMuNA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9h4pMuNA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9h4pMuNA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9h4pMuNA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9h4pMuNA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9h4pMuNA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9h4pMuNA .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: 55%;
}
.cid-ud9h4pMuNA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9h4pMuNA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9h4pMuNA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9h4pMuNA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9h4pMuNA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9h4pMuNA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9h4pMuNA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9h4pMuNA .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: 55%;
  }
  .cid-ud9h4pMuNA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9h4pMuNA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9h4pMuNA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9h4pMuNA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9h4pMuNA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9h4pMuNA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9h4pMuNA .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9h4pMuNA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9h4pMuNA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9h4pMuNA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9h4pMuNA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9h4pMuNA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9h4pMuNA .dropdown-item.active,
.cid-ud9h4pMuNA .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9h4pMuNA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9h4pMuNA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9h4pMuNA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9h4pMuNA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9h4pMuNA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9h4pMuNA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9h4pMuNA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9h4pMuNA .navbar-buttons {
  text-align: center;
}
.cid-ud9h4pMuNA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9h4pMuNA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9h4pMuNA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9h4pMuNA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9h4pMuNA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9h4pMuNA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9h4pMuNA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9h4pMuNA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9h4pMuNA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9h4pMuNA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9h4pMuNA .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9h4pMuNA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9h4pMuNA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9h4pMuNA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9h4pMuNA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9h4pMuNA .navbar {
    height: 77px;
  }
  .cid-ud9h4pMuNA .navbar.opened {
    height: auto;
  }
  .cid-ud9h4pMuNA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9h4qkAlp {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9h4qkAlp .container,
.cid-ud9h4qkAlp .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9h4qkAlp .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9h4qkAlp .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9h4qkAlp .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9h4qkAlp .img-item {
  overflow: hidden;
}
.cid-ud9h4qkAlp .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9h4qkAlp .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9h4qkAlp .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9h4qkAlp .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9h4qkAlp .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9h4qkAlp .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9h4qkAlp .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9h4qkAlp .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9h4qkAlp .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9h4qkAlp .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9h4qkAlp .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9h4qkAlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9h4qkAlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9h4shQmo {
  z-index: 1;
}
.cid-urPerzKNOO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPerzKNOO .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPerzKNOO .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPerzKNOO .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPerzKNOO .items-row {
  row-gap: 48px;
}
.cid-urPerzKNOO .item {
  cursor: pointer;
}
.cid-urPerzKNOO .item:focus,
.cid-urPerzKNOO span:focus {
  outline: none;
}
.cid-urPerzKNOO .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPerzKNOO .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPerzKNOO .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPerzKNOO img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPerzKNOO .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPerzKNOO .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPerzKNOO .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPerzKNOO .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPerzKNOO .item-title {
  color: #24262b;
}
.cid-urPerzKNOO .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPerzKNOO .mbr-text {
  color: #24262b;
}
.cid-urnc0RYmf8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urnc0RYmf8 H2 {
  color: #e7272d;
}
.cid-urnc0RYmf8 .mbr-text,
.cid-urnc0RYmf8 .mbr-section-btn {
  color: #808080;
}
.cid-urnc0RYmf8 img {
  max-width: 500px;
  margin: auto;
}
.cid-urnc0RYmf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnc0RYmf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9h8ujDqt .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9h8ujDqt .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9h8ujDqt .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9h8ujDqt .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9h8ujDqt .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9h8ujDqt .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9h8ujDqt .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9h8ujDqt .btn-white {
  color: #e7272d !important;
}
.cid-ud9h8ujDqt .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9h8ujDqt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9h8ujDqt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9h8ujDqt .container {
  display: flex;
  margin: auto;
}
.cid-ud9h8ujDqt .navbar.navbar-short .nav-link,
.cid-ud9h8ujDqt .navbar.navbar-short .navbar-caption,
.cid-ud9h8ujDqt .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9h8ujDqt .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9h8ujDqt .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9h8ujDqt .navbar.opened {
  background: #000000 !important;
}
.cid-ud9h8ujDqt .nav-item:focus,
.cid-ud9h8ujDqt .nav-link:focus {
  outline: none;
}
.cid-ud9h8ujDqt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9h8ujDqt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9h8ujDqt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9h8ujDqt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9h8ujDqt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9h8ujDqt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9h8ujDqt .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9h8ujDqt .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9h8ujDqt .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9h8ujDqt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9h8ujDqt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9h8ujDqt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9h8ujDqt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9h8ujDqt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9h8ujDqt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9h8ujDqt .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: 55%;
}
.cid-ud9h8ujDqt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9h8ujDqt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9h8ujDqt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9h8ujDqt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9h8ujDqt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9h8ujDqt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9h8ujDqt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9h8ujDqt .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: 55%;
  }
  .cid-ud9h8ujDqt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9h8ujDqt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9h8ujDqt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9h8ujDqt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9h8ujDqt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9h8ujDqt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9h8ujDqt .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9h8ujDqt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9h8ujDqt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9h8ujDqt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9h8ujDqt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9h8ujDqt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9h8ujDqt .dropdown-item.active,
.cid-ud9h8ujDqt .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9h8ujDqt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9h8ujDqt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9h8ujDqt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9h8ujDqt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9h8ujDqt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9h8ujDqt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9h8ujDqt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9h8ujDqt .navbar-buttons {
  text-align: center;
}
.cid-ud9h8ujDqt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9h8ujDqt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9h8ujDqt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9h8ujDqt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9h8ujDqt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9h8ujDqt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9h8ujDqt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9h8ujDqt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9h8ujDqt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9h8ujDqt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9h8ujDqt .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9h8ujDqt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9h8ujDqt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9h8ujDqt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9h8ujDqt .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9h8ujDqt .navbar {
    height: 77px;
  }
  .cid-ud9h8ujDqt .navbar.opened {
    height: auto;
  }
  .cid-ud9h8ujDqt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9h8v4UfW {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9h8v4UfW .container,
.cid-ud9h8v4UfW .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9h8v4UfW .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9h8v4UfW .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9h8v4UfW .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9h8v4UfW .img-item {
  overflow: hidden;
}
.cid-ud9h8v4UfW .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9h8v4UfW .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9h8v4UfW .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9h8v4UfW .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9h8v4UfW .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9h8v4UfW .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9h8v4UfW .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9h8v4UfW .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9h8v4UfW .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9h8v4UfW .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9h8v4UfW .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9h8v4UfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9h8v4UfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9h8xhb7J {
  z-index: 1;
}
.cid-urPeuAyjRy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPeuAyjRy .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPeuAyjRy .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPeuAyjRy .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPeuAyjRy .items-row {
  row-gap: 48px;
}
.cid-urPeuAyjRy .item {
  cursor: pointer;
}
.cid-urPeuAyjRy .item:focus,
.cid-urPeuAyjRy span:focus {
  outline: none;
}
.cid-urPeuAyjRy .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPeuAyjRy .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPeuAyjRy .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPeuAyjRy img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPeuAyjRy .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPeuAyjRy .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPeuAyjRy .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPeuAyjRy .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPeuAyjRy .item-title {
  color: #24262b;
}
.cid-urPeuAyjRy .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPeuAyjRy .mbr-text {
  color: #24262b;
}
.cid-urncakR5oG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urncakR5oG H2 {
  color: #e7272d;
}
.cid-urncakR5oG .mbr-text,
.cid-urncakR5oG .mbr-section-btn {
  color: #808080;
}
.cid-urncakR5oG img {
  max-width: 500px;
  margin: auto;
}
.cid-urncakR5oG .mbr-fallback-image.disabled {
  display: none;
}
.cid-urncakR5oG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9hbf9kU8 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hbf9kU8 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9hbf9kU8 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9hbf9kU8 .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9hbf9kU8 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9hbf9kU8 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9hbf9kU8 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9hbf9kU8 .btn-white {
  color: #e7272d !important;
}
.cid-ud9hbf9kU8 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9hbf9kU8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9hbf9kU8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9hbf9kU8 .container {
  display: flex;
  margin: auto;
}
.cid-ud9hbf9kU8 .navbar.navbar-short .nav-link,
.cid-ud9hbf9kU8 .navbar.navbar-short .navbar-caption,
.cid-ud9hbf9kU8 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9hbf9kU8 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9hbf9kU8 .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9hbf9kU8 .navbar.opened {
  background: #000000 !important;
}
.cid-ud9hbf9kU8 .nav-item:focus,
.cid-ud9hbf9kU8 .nav-link:focus {
  outline: none;
}
.cid-ud9hbf9kU8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hbf9kU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9hbf9kU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9hbf9kU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hbf9kU8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9hbf9kU8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9hbf9kU8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9hbf9kU8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9hbf9kU8 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9hbf9kU8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9hbf9kU8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9hbf9kU8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9hbf9kU8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9hbf9kU8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9hbf9kU8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9hbf9kU8 .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: 55%;
}
.cid-ud9hbf9kU8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9hbf9kU8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9hbf9kU8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9hbf9kU8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9hbf9kU8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9hbf9kU8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9hbf9kU8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9hbf9kU8 .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: 55%;
  }
  .cid-ud9hbf9kU8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9hbf9kU8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9hbf9kU8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9hbf9kU8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9hbf9kU8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9hbf9kU8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9hbf9kU8 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9hbf9kU8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9hbf9kU8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9hbf9kU8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9hbf9kU8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9hbf9kU8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9hbf9kU8 .dropdown-item.active,
.cid-ud9hbf9kU8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9hbf9kU8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9hbf9kU8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9hbf9kU8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9hbf9kU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9hbf9kU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9hbf9kU8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9hbf9kU8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9hbf9kU8 .navbar-buttons {
  text-align: center;
}
.cid-ud9hbf9kU8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9hbf9kU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9hbf9kU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9hbf9kU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9hbf9kU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9hbf9kU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9hbf9kU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9hbf9kU8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9hbf9kU8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9hbf9kU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9hbf9kU8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9hbf9kU8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9hbf9kU8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9hbf9kU8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9hbf9kU8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9hbf9kU8 .navbar {
    height: 77px;
  }
  .cid-ud9hbf9kU8 .navbar.opened {
    height: auto;
  }
  .cid-ud9hbf9kU8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9hbfDYZz {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9hbfDYZz .container,
.cid-ud9hbfDYZz .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9hbfDYZz .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9hbfDYZz .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9hbfDYZz .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9hbfDYZz .img-item {
  overflow: hidden;
}
.cid-ud9hbfDYZz .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9hbfDYZz .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9hbfDYZz .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9hbfDYZz .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9hbfDYZz .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9hbfDYZz .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9hbfDYZz .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9hbfDYZz .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9hbfDYZz .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9hbfDYZz .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9hbfDYZz .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9hbfDYZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9hbfDYZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9hbh2U9H {
  z-index: 1;
}
.cid-urPewXCXr5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPewXCXr5 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPewXCXr5 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPewXCXr5 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPewXCXr5 .items-row {
  row-gap: 48px;
}
.cid-urPewXCXr5 .item {
  cursor: pointer;
}
.cid-urPewXCXr5 .item:focus,
.cid-urPewXCXr5 span:focus {
  outline: none;
}
.cid-urPewXCXr5 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPewXCXr5 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPewXCXr5 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPewXCXr5 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPewXCXr5 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPewXCXr5 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPewXCXr5 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPewXCXr5 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPewXCXr5 .item-title {
  color: #24262b;
}
.cid-urPewXCXr5 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPewXCXr5 .mbr-text {
  color: #24262b;
}
.cid-urnciym1Ge {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urnciym1Ge H2 {
  color: #e7272d;
}
.cid-urnciym1Ge .mbr-text,
.cid-urnciym1Ge .mbr-section-btn {
  color: #808080;
}
.cid-urnciym1Ge img {
  max-width: 500px;
  margin: auto;
}
.cid-urnciym1Ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnciym1Ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9heX3bAy .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9heX3bAy .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9heX3bAy .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9heX3bAy .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9heX3bAy .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9heX3bAy .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9heX3bAy .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9heX3bAy .btn-white {
  color: #e7272d !important;
}
.cid-ud9heX3bAy .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9heX3bAy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9heX3bAy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9heX3bAy .container {
  display: flex;
  margin: auto;
}
.cid-ud9heX3bAy .navbar.navbar-short .nav-link,
.cid-ud9heX3bAy .navbar.navbar-short .navbar-caption,
.cid-ud9heX3bAy .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9heX3bAy .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9heX3bAy .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9heX3bAy .navbar.opened {
  background: #000000 !important;
}
.cid-ud9heX3bAy .nav-item:focus,
.cid-ud9heX3bAy .nav-link:focus {
  outline: none;
}
.cid-ud9heX3bAy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9heX3bAy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9heX3bAy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9heX3bAy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9heX3bAy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9heX3bAy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9heX3bAy .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9heX3bAy .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9heX3bAy .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9heX3bAy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9heX3bAy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9heX3bAy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9heX3bAy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9heX3bAy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9heX3bAy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9heX3bAy .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: 55%;
}
.cid-ud9heX3bAy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9heX3bAy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9heX3bAy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9heX3bAy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9heX3bAy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9heX3bAy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9heX3bAy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9heX3bAy .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: 55%;
  }
  .cid-ud9heX3bAy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9heX3bAy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9heX3bAy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9heX3bAy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9heX3bAy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9heX3bAy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9heX3bAy .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9heX3bAy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9heX3bAy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9heX3bAy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9heX3bAy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9heX3bAy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9heX3bAy .dropdown-item.active,
.cid-ud9heX3bAy .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9heX3bAy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9heX3bAy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9heX3bAy .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9heX3bAy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9heX3bAy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9heX3bAy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9heX3bAy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9heX3bAy .navbar-buttons {
  text-align: center;
}
.cid-ud9heX3bAy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9heX3bAy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9heX3bAy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9heX3bAy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9heX3bAy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9heX3bAy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9heX3bAy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9heX3bAy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9heX3bAy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9heX3bAy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9heX3bAy .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9heX3bAy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9heX3bAy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9heX3bAy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9heX3bAy .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9heX3bAy .navbar {
    height: 77px;
  }
  .cid-ud9heX3bAy .navbar.opened {
    height: auto;
  }
  .cid-ud9heX3bAy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9heXWdX7 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9heXWdX7 .container,
.cid-ud9heXWdX7 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9heXWdX7 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9heXWdX7 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9heXWdX7 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9heXWdX7 .img-item {
  overflow: hidden;
}
.cid-ud9heXWdX7 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9heXWdX7 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9heXWdX7 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9heXWdX7 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9heXWdX7 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9heXWdX7 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9heXWdX7 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9heXWdX7 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9heXWdX7 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9heXWdX7 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9heXWdX7 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9heXWdX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9heXWdX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9hf0kSvt {
  z-index: 1;
}
.cid-urPezkmnZA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPezkmnZA .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPezkmnZA .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPezkmnZA .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPezkmnZA .items-row {
  row-gap: 48px;
}
.cid-urPezkmnZA .item {
  cursor: pointer;
}
.cid-urPezkmnZA .item:focus,
.cid-urPezkmnZA span:focus {
  outline: none;
}
.cid-urPezkmnZA .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPezkmnZA .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPezkmnZA .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPezkmnZA img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPezkmnZA .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPezkmnZA .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPezkmnZA .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPezkmnZA .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPezkmnZA .item-title {
  color: #24262b;
}
.cid-urPezkmnZA .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPezkmnZA .mbr-text {
  color: #24262b;
}
.cid-urncpMy0vH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urncpMy0vH H2 {
  color: #e7272d;
}
.cid-urncpMy0vH .mbr-text,
.cid-urncpMy0vH .mbr-section-btn {
  color: #808080;
}
.cid-urncpMy0vH img {
  max-width: 500px;
  margin: auto;
}
.cid-urncpMy0vH .mbr-fallback-image.disabled {
  display: none;
}
.cid-urncpMy0vH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9ha5SVDk .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9ha5SVDk .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9ha5SVDk .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9ha5SVDk .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9ha5SVDk .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9ha5SVDk .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9ha5SVDk .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9ha5SVDk .btn-white {
  color: #e7272d !important;
}
.cid-ud9ha5SVDk .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9ha5SVDk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9ha5SVDk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9ha5SVDk .container {
  display: flex;
  margin: auto;
}
.cid-ud9ha5SVDk .navbar.navbar-short .nav-link,
.cid-ud9ha5SVDk .navbar.navbar-short .navbar-caption,
.cid-ud9ha5SVDk .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9ha5SVDk .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9ha5SVDk .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9ha5SVDk .navbar.opened {
  background: #000000 !important;
}
.cid-ud9ha5SVDk .nav-item:focus,
.cid-ud9ha5SVDk .nav-link:focus {
  outline: none;
}
.cid-ud9ha5SVDk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9ha5SVDk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9ha5SVDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9ha5SVDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9ha5SVDk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9ha5SVDk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9ha5SVDk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9ha5SVDk .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9ha5SVDk .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9ha5SVDk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9ha5SVDk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9ha5SVDk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9ha5SVDk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9ha5SVDk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9ha5SVDk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9ha5SVDk .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: 55%;
}
.cid-ud9ha5SVDk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9ha5SVDk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9ha5SVDk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9ha5SVDk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9ha5SVDk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9ha5SVDk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9ha5SVDk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9ha5SVDk .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: 55%;
  }
  .cid-ud9ha5SVDk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9ha5SVDk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9ha5SVDk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9ha5SVDk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9ha5SVDk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9ha5SVDk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9ha5SVDk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9ha5SVDk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9ha5SVDk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9ha5SVDk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9ha5SVDk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9ha5SVDk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9ha5SVDk .dropdown-item.active,
.cid-ud9ha5SVDk .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9ha5SVDk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9ha5SVDk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9ha5SVDk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9ha5SVDk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9ha5SVDk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9ha5SVDk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9ha5SVDk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9ha5SVDk .navbar-buttons {
  text-align: center;
}
.cid-ud9ha5SVDk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9ha5SVDk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9ha5SVDk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9ha5SVDk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9ha5SVDk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9ha5SVDk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9ha5SVDk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9ha5SVDk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9ha5SVDk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9ha5SVDk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9ha5SVDk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9ha5SVDk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9ha5SVDk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9ha5SVDk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9ha5SVDk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9ha5SVDk .navbar {
    height: 77px;
  }
  .cid-ud9ha5SVDk .navbar.opened {
    height: auto;
  }
  .cid-ud9ha5SVDk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9ha6qoDc {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9ha6qoDc .container,
.cid-ud9ha6qoDc .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9ha6qoDc .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9ha6qoDc .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9ha6qoDc .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9ha6qoDc .img-item {
  overflow: hidden;
}
.cid-ud9ha6qoDc .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9ha6qoDc .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9ha6qoDc .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9ha6qoDc .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9ha6qoDc .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9ha6qoDc .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9ha6qoDc .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9ha6qoDc .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9ha6qoDc .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9ha6qoDc .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9ha6qoDc .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9ha6qoDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9ha6qoDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPeBTTaaQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPeBTTaaQ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPeBTTaaQ .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPeBTTaaQ .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPeBTTaaQ .items-row {
  row-gap: 48px;
}
.cid-urPeBTTaaQ .item {
  cursor: pointer;
}
.cid-urPeBTTaaQ .item:focus,
.cid-urPeBTTaaQ span:focus {
  outline: none;
}
.cid-urPeBTTaaQ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPeBTTaaQ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPeBTTaaQ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPeBTTaaQ img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPeBTTaaQ .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPeBTTaaQ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPeBTTaaQ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPeBTTaaQ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPeBTTaaQ .item-title {
  color: #24262b;
}
.cid-urPeBTTaaQ .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPeBTTaaQ .mbr-text {
  color: #24262b;
}
.cid-ud9ha7QNSP {
  z-index: 1;
}
.cid-urncxbmenw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urncxbmenw H2 {
  color: #e7272d;
}
.cid-urncxbmenw .mbr-text,
.cid-urncxbmenw .mbr-section-btn {
  color: #808080;
}
.cid-urncxbmenw img {
  max-width: 500px;
  margin: auto;
}
.cid-urncxbmenw .mbr-fallback-image.disabled {
  display: none;
}
.cid-urncxbmenw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9hF9my1V .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hF9my1V .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9hF9my1V .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9hF9my1V .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9hF9my1V .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9hF9my1V .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9hF9my1V .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9hF9my1V .btn-white {
  color: #e7272d !important;
}
.cid-ud9hF9my1V .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9hF9my1V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9hF9my1V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9hF9my1V .container {
  display: flex;
  margin: auto;
}
.cid-ud9hF9my1V .navbar.navbar-short .nav-link,
.cid-ud9hF9my1V .navbar.navbar-short .navbar-caption,
.cid-ud9hF9my1V .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9hF9my1V .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9hF9my1V .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9hF9my1V .navbar.opened {
  background: #000000 !important;
}
.cid-ud9hF9my1V .nav-item:focus,
.cid-ud9hF9my1V .nav-link:focus {
  outline: none;
}
.cid-ud9hF9my1V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hF9my1V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9hF9my1V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9hF9my1V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hF9my1V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9hF9my1V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9hF9my1V .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9hF9my1V .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9hF9my1V .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9hF9my1V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9hF9my1V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9hF9my1V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9hF9my1V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9hF9my1V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9hF9my1V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9hF9my1V .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: 55%;
}
.cid-ud9hF9my1V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9hF9my1V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9hF9my1V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9hF9my1V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9hF9my1V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9hF9my1V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9hF9my1V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9hF9my1V .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: 55%;
  }
  .cid-ud9hF9my1V .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9hF9my1V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9hF9my1V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9hF9my1V .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9hF9my1V .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9hF9my1V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9hF9my1V .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9hF9my1V .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9hF9my1V .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9hF9my1V .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9hF9my1V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9hF9my1V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9hF9my1V .dropdown-item.active,
.cid-ud9hF9my1V .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9hF9my1V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9hF9my1V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9hF9my1V .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9hF9my1V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9hF9my1V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9hF9my1V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9hF9my1V ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9hF9my1V .navbar-buttons {
  text-align: center;
}
.cid-ud9hF9my1V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9hF9my1V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9hF9my1V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9hF9my1V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9hF9my1V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9hF9my1V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9hF9my1V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9hF9my1V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9hF9my1V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9hF9my1V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9hF9my1V .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9hF9my1V a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9hF9my1V .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9hF9my1V .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9hF9my1V .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9hF9my1V .navbar {
    height: 77px;
  }
  .cid-ud9hF9my1V .navbar.opened {
    height: auto;
  }
  .cid-ud9hF9my1V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9hFa3pYy {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9hFa3pYy .container,
.cid-ud9hFa3pYy .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9hFa3pYy .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9hFa3pYy .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9hFa3pYy .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9hFa3pYy .img-item {
  overflow: hidden;
}
.cid-ud9hFa3pYy .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9hFa3pYy .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9hFa3pYy .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9hFa3pYy .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9hFa3pYy .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9hFa3pYy .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9hFa3pYy .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9hFa3pYy .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9hFa3pYy .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9hFa3pYy .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9hFa3pYy .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9hFa3pYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9hFa3pYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPeEpidfR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPeEpidfR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPeEpidfR .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPeEpidfR .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPeEpidfR .items-row {
  row-gap: 48px;
}
.cid-urPeEpidfR .item {
  cursor: pointer;
}
.cid-urPeEpidfR .item:focus,
.cid-urPeEpidfR span:focus {
  outline: none;
}
.cid-urPeEpidfR .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPeEpidfR .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPeEpidfR .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPeEpidfR img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPeEpidfR .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPeEpidfR .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPeEpidfR .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPeEpidfR .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPeEpidfR .item-title {
  color: #24262b;
}
.cid-urPeEpidfR .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPeEpidfR .mbr-text {
  color: #24262b;
}
.cid-ud9hFbE46I {
  z-index: 1;
}
.cid-urncF353qG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urncF353qG H2 {
  color: #e7272d;
}
.cid-urncF353qG .mbr-text,
.cid-urncF353qG .mbr-section-btn {
  color: #808080;
}
.cid-urncF353qG img {
  max-width: 500px;
  margin: auto;
}
.cid-urncF353qG .mbr-fallback-image.disabled {
  display: none;
}
.cid-urncF353qG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9hdfWSoe .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hdfWSoe .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9hdfWSoe .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9hdfWSoe .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9hdfWSoe .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9hdfWSoe .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9hdfWSoe .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9hdfWSoe .btn-white {
  color: #e7272d !important;
}
.cid-ud9hdfWSoe .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9hdfWSoe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9hdfWSoe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9hdfWSoe .container {
  display: flex;
  margin: auto;
}
.cid-ud9hdfWSoe .navbar.navbar-short .nav-link,
.cid-ud9hdfWSoe .navbar.navbar-short .navbar-caption,
.cid-ud9hdfWSoe .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9hdfWSoe .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9hdfWSoe .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9hdfWSoe .navbar.opened {
  background: #000000 !important;
}
.cid-ud9hdfWSoe .nav-item:focus,
.cid-ud9hdfWSoe .nav-link:focus {
  outline: none;
}
.cid-ud9hdfWSoe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hdfWSoe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9hdfWSoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9hdfWSoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hdfWSoe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9hdfWSoe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9hdfWSoe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9hdfWSoe .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9hdfWSoe .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9hdfWSoe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9hdfWSoe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9hdfWSoe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9hdfWSoe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9hdfWSoe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9hdfWSoe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9hdfWSoe .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: 55%;
}
.cid-ud9hdfWSoe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9hdfWSoe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9hdfWSoe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9hdfWSoe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9hdfWSoe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9hdfWSoe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9hdfWSoe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9hdfWSoe .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: 55%;
  }
  .cid-ud9hdfWSoe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9hdfWSoe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9hdfWSoe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9hdfWSoe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9hdfWSoe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9hdfWSoe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9hdfWSoe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9hdfWSoe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9hdfWSoe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9hdfWSoe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9hdfWSoe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9hdfWSoe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9hdfWSoe .dropdown-item.active,
.cid-ud9hdfWSoe .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9hdfWSoe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9hdfWSoe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9hdfWSoe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9hdfWSoe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9hdfWSoe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9hdfWSoe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9hdfWSoe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9hdfWSoe .navbar-buttons {
  text-align: center;
}
.cid-ud9hdfWSoe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9hdfWSoe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9hdfWSoe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9hdfWSoe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9hdfWSoe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9hdfWSoe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9hdfWSoe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9hdfWSoe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9hdfWSoe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9hdfWSoe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9hdfWSoe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9hdfWSoe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9hdfWSoe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9hdfWSoe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9hdfWSoe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9hdfWSoe .navbar {
    height: 77px;
  }
  .cid-ud9hdfWSoe .navbar.opened {
    height: auto;
  }
  .cid-ud9hdfWSoe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9hdgvjx1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9hdgvjx1 .container,
.cid-ud9hdgvjx1 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9hdgvjx1 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9hdgvjx1 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9hdgvjx1 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9hdgvjx1 .img-item {
  overflow: hidden;
}
.cid-ud9hdgvjx1 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9hdgvjx1 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9hdgvjx1 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9hdgvjx1 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9hdgvjx1 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9hdgvjx1 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9hdgvjx1 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9hdgvjx1 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9hdgvjx1 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9hdgvjx1 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9hdgvjx1 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9hdgvjx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9hdgvjx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9hdhVXUh {
  z-index: 1;
}
.cid-ud9hwrW8bQ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hwrW8bQ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9hwrW8bQ .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9hwrW8bQ .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9hwrW8bQ .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9hwrW8bQ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9hwrW8bQ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9hwrW8bQ .btn-white {
  color: #e7272d !important;
}
.cid-ud9hwrW8bQ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9hwrW8bQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9hwrW8bQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9hwrW8bQ .container {
  display: flex;
  margin: auto;
}
.cid-ud9hwrW8bQ .navbar.navbar-short .nav-link,
.cid-ud9hwrW8bQ .navbar.navbar-short .navbar-caption,
.cid-ud9hwrW8bQ .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9hwrW8bQ .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9hwrW8bQ .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9hwrW8bQ .navbar.opened {
  background: #000000 !important;
}
.cid-ud9hwrW8bQ .nav-item:focus,
.cid-ud9hwrW8bQ .nav-link:focus {
  outline: none;
}
.cid-ud9hwrW8bQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hwrW8bQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9hwrW8bQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9hwrW8bQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hwrW8bQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9hwrW8bQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9hwrW8bQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9hwrW8bQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9hwrW8bQ .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9hwrW8bQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9hwrW8bQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9hwrW8bQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9hwrW8bQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9hwrW8bQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9hwrW8bQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9hwrW8bQ .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: 55%;
}
.cid-ud9hwrW8bQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9hwrW8bQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9hwrW8bQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9hwrW8bQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9hwrW8bQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9hwrW8bQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9hwrW8bQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9hwrW8bQ .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: 55%;
  }
  .cid-ud9hwrW8bQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9hwrW8bQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9hwrW8bQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9hwrW8bQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9hwrW8bQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9hwrW8bQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9hwrW8bQ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9hwrW8bQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9hwrW8bQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9hwrW8bQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9hwrW8bQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9hwrW8bQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9hwrW8bQ .dropdown-item.active,
.cid-ud9hwrW8bQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9hwrW8bQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9hwrW8bQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9hwrW8bQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9hwrW8bQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9hwrW8bQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9hwrW8bQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9hwrW8bQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9hwrW8bQ .navbar-buttons {
  text-align: center;
}
.cid-ud9hwrW8bQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9hwrW8bQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9hwrW8bQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9hwrW8bQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9hwrW8bQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9hwrW8bQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9hwrW8bQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9hwrW8bQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9hwrW8bQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9hwrW8bQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9hwrW8bQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9hwrW8bQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9hwrW8bQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9hwrW8bQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9hwrW8bQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9hwrW8bQ .navbar {
    height: 77px;
  }
  .cid-ud9hwrW8bQ .navbar.opened {
    height: auto;
  }
  .cid-ud9hwrW8bQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9hwsxn7Z {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9hwsxn7Z .container,
.cid-ud9hwsxn7Z .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9hwsxn7Z .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9hwsxn7Z .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9hwsxn7Z .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9hwsxn7Z .img-item {
  overflow: hidden;
}
.cid-ud9hwsxn7Z .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9hwsxn7Z .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9hwsxn7Z .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9hwsxn7Z .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9hwsxn7Z .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9hwsxn7Z .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9hwsxn7Z .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9hwsxn7Z .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9hwsxn7Z .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9hwsxn7Z .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9hwsxn7Z .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9hwsxn7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9hwsxn7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9hwuOZhu {
  z-index: 1;
}
.cid-urPeKwrheJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPeKwrheJ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPeKwrheJ .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPeKwrheJ .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPeKwrheJ .items-row {
  row-gap: 48px;
}
.cid-urPeKwrheJ .item {
  cursor: pointer;
}
.cid-urPeKwrheJ .item:focus,
.cid-urPeKwrheJ span:focus {
  outline: none;
}
.cid-urPeKwrheJ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPeKwrheJ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPeKwrheJ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPeKwrheJ img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPeKwrheJ .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPeKwrheJ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPeKwrheJ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPeKwrheJ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPeKwrheJ .item-title {
  color: #24262b;
}
.cid-urPeKwrheJ .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPeKwrheJ .mbr-text {
  color: #24262b;
}
.cid-urPeLYTMCK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urPeLYTMCK H2 {
  color: #e7272d;
}
.cid-urPeLYTMCK .mbr-text,
.cid-urPeLYTMCK .mbr-section-btn {
  color: #808080;
}
.cid-urPeLYTMCK img {
  max-width: 500px;
  margin: auto;
}
.cid-urPeLYTMCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-urPeLYTMCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPeMIRG5O {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urPeMIRG5O .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-urPeMIRG5O input,
.cid-urPeMIRG5O textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-urPeMIRG5O .form-control:hover,
.cid-urPeMIRG5O .form-control:focus {
  color: #808080 !important;
}
.cid-urPeMIRG5O .btn-success {
  color: white !important;
}
.cid-urPeMIRG5O img {
  width: 90%;
  border-radius: 8px;
}
.cid-urPeMIRG5O .btn {
  border-radius: 30px;
}
.cid-urPeMIRG5O textarea {
  min-height: 160px !important;
}
.cid-urPeMIRG5O .form-control,
.cid-urPeMIRG5O .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urPeMIRG5O .form-control:hover,
.cid-urPeMIRG5O .field-input:hover,
.cid-urPeMIRG5O .form-control:focus,
.cid-urPeMIRG5O .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-urPeMIRG5O input::-webkit-input-placeholder,
.cid-urPeMIRG5O textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-urPeMIRG5O input:-moz-placeholder,
.cid-urPeMIRG5O textarea:-moz-placeholder {
  color: #808080;
}
.cid-urPeMIRG5O .jq-selectbox li,
.cid-urPeMIRG5O .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-urPeMIRG5O .jq-selectbox li:hover,
.cid-urPeMIRG5O .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-urPeMIRG5O .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-urPeMIRG5O .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-urPeMIRG5O H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-urPeMIRG5O img {
    width: 100%;
  }
  .cid-urPeMIRG5O .google-map {
    margin-bottom: 2rem;
  }
}
.cid-urPeMIRG5O .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-urPeMIRG5O .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urPeMIRG5O .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urPeMIRG5O .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urPeMIRG5O .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-urPeMIRG5O .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9hSUBysy .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hSUBysy .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9hSUBysy .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9hSUBysy .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9hSUBysy .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9hSUBysy .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9hSUBysy .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9hSUBysy .btn-white {
  color: #e7272d !important;
}
.cid-ud9hSUBysy .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9hSUBysy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9hSUBysy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9hSUBysy .container {
  display: flex;
  margin: auto;
}
.cid-ud9hSUBysy .navbar.navbar-short .nav-link,
.cid-ud9hSUBysy .navbar.navbar-short .navbar-caption,
.cid-ud9hSUBysy .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9hSUBysy .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9hSUBysy .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9hSUBysy .navbar.opened {
  background: #000000 !important;
}
.cid-ud9hSUBysy .nav-item:focus,
.cid-ud9hSUBysy .nav-link:focus {
  outline: none;
}
.cid-ud9hSUBysy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hSUBysy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9hSUBysy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9hSUBysy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9hSUBysy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9hSUBysy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9hSUBysy .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9hSUBysy .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9hSUBysy .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9hSUBysy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9hSUBysy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9hSUBysy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9hSUBysy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9hSUBysy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9hSUBysy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9hSUBysy .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: 55%;
}
.cid-ud9hSUBysy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9hSUBysy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9hSUBysy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9hSUBysy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9hSUBysy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9hSUBysy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9hSUBysy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9hSUBysy .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: 55%;
  }
  .cid-ud9hSUBysy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9hSUBysy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9hSUBysy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9hSUBysy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9hSUBysy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9hSUBysy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9hSUBysy .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9hSUBysy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9hSUBysy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9hSUBysy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9hSUBysy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9hSUBysy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9hSUBysy .dropdown-item.active,
.cid-ud9hSUBysy .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9hSUBysy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9hSUBysy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9hSUBysy .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9hSUBysy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9hSUBysy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9hSUBysy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9hSUBysy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9hSUBysy .navbar-buttons {
  text-align: center;
}
.cid-ud9hSUBysy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9hSUBysy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9hSUBysy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9hSUBysy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9hSUBysy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9hSUBysy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9hSUBysy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9hSUBysy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9hSUBysy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9hSUBysy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9hSUBysy .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9hSUBysy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9hSUBysy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9hSUBysy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9hSUBysy .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9hSUBysy .navbar {
    height: 77px;
  }
  .cid-ud9hSUBysy .navbar.opened {
    height: auto;
  }
  .cid-ud9hSUBysy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9hSV3Ql9 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9hSV3Ql9 .container,
.cid-ud9hSV3Ql9 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9hSV3Ql9 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9hSV3Ql9 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9hSV3Ql9 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9hSV3Ql9 .img-item {
  overflow: hidden;
}
.cid-ud9hSV3Ql9 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9hSV3Ql9 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9hSV3Ql9 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9hSV3Ql9 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9hSV3Ql9 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9hSV3Ql9 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9hSV3Ql9 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9hSV3Ql9 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9hSV3Ql9 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9hSV3Ql9 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9hSV3Ql9 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9hSV3Ql9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9hSV3Ql9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9hSWkxTJ {
  z-index: 1;
}
.cid-urPeUVqaxD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPeUVqaxD .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPeUVqaxD .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPeUVqaxD .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPeUVqaxD .items-row {
  row-gap: 48px;
}
.cid-urPeUVqaxD .item {
  cursor: pointer;
}
.cid-urPeUVqaxD .item:focus,
.cid-urPeUVqaxD span:focus {
  outline: none;
}
.cid-urPeUVqaxD .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPeUVqaxD .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPeUVqaxD .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPeUVqaxD img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPeUVqaxD .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPeUVqaxD .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPeUVqaxD .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPeUVqaxD .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPeUVqaxD .item-title {
  color: #24262b;
}
.cid-urPeUVqaxD .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPeUVqaxD .mbr-text {
  color: #24262b;
}
.cid-urPeTAFhkC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urPeTAFhkC H2 {
  color: #e7272d;
}
.cid-urPeTAFhkC .mbr-text,
.cid-urPeTAFhkC .mbr-section-btn {
  color: #808080;
}
.cid-urPeTAFhkC img {
  max-width: 500px;
  margin: auto;
}
.cid-urPeTAFhkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-urPeTAFhkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPeT1HnnL {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urPeT1HnnL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-urPeT1HnnL input,
.cid-urPeT1HnnL textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-urPeT1HnnL .form-control:hover,
.cid-urPeT1HnnL .form-control:focus {
  color: #808080 !important;
}
.cid-urPeT1HnnL .btn-success {
  color: white !important;
}
.cid-urPeT1HnnL img {
  width: 90%;
  border-radius: 8px;
}
.cid-urPeT1HnnL .btn {
  border-radius: 30px;
}
.cid-urPeT1HnnL textarea {
  min-height: 160px !important;
}
.cid-urPeT1HnnL .form-control,
.cid-urPeT1HnnL .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urPeT1HnnL .form-control:hover,
.cid-urPeT1HnnL .field-input:hover,
.cid-urPeT1HnnL .form-control:focus,
.cid-urPeT1HnnL .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-urPeT1HnnL input::-webkit-input-placeholder,
.cid-urPeT1HnnL textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-urPeT1HnnL input:-moz-placeholder,
.cid-urPeT1HnnL textarea:-moz-placeholder {
  color: #808080;
}
.cid-urPeT1HnnL .jq-selectbox li,
.cid-urPeT1HnnL .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-urPeT1HnnL .jq-selectbox li:hover,
.cid-urPeT1HnnL .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-urPeT1HnnL .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-urPeT1HnnL .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-urPeT1HnnL H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-urPeT1HnnL img {
    width: 100%;
  }
  .cid-urPeT1HnnL .google-map {
    margin-bottom: 2rem;
  }
}
.cid-urPeT1HnnL .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-urPeT1HnnL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urPeT1HnnL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urPeT1HnnL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urPeT1HnnL .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-urPeT1HnnL .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ucgQEu4qpF .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucgQEu4qpF .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ucgQEu4qpF .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ucgQEu4qpF .dropdown-item {
  color: #ffffff !important;
}
.cid-ucgQEu4qpF .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ucgQEu4qpF .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ucgQEu4qpF .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ucgQEu4qpF .btn-white {
  color: #e7272d !important;
}
.cid-ucgQEu4qpF .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ucgQEu4qpF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucgQEu4qpF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucgQEu4qpF .container {
  display: flex;
  margin: auto;
}
.cid-ucgQEu4qpF .navbar.navbar-short .nav-link,
.cid-ucgQEu4qpF .navbar.navbar-short .navbar-caption,
.cid-ucgQEu4qpF .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ucgQEu4qpF .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ucgQEu4qpF .navbar-caption {
  padding-right: 3rem;
}
.cid-ucgQEu4qpF .navbar.opened {
  background: #000000 !important;
}
.cid-ucgQEu4qpF .nav-item:focus,
.cid-ucgQEu4qpF .nav-link:focus {
  outline: none;
}
.cid-ucgQEu4qpF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucgQEu4qpF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucgQEu4qpF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ucgQEu4qpF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ucgQEu4qpF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucgQEu4qpF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucgQEu4qpF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ucgQEu4qpF .navbar.opened {
  transition: all 0.3s;
}
.cid-ucgQEu4qpF .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ucgQEu4qpF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucgQEu4qpF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucgQEu4qpF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucgQEu4qpF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ucgQEu4qpF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucgQEu4qpF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucgQEu4qpF .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: 55%;
}
.cid-ucgQEu4qpF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucgQEu4qpF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucgQEu4qpF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucgQEu4qpF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucgQEu4qpF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucgQEu4qpF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucgQEu4qpF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucgQEu4qpF .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: 55%;
  }
  .cid-ucgQEu4qpF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ucgQEu4qpF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucgQEu4qpF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucgQEu4qpF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucgQEu4qpF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ucgQEu4qpF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucgQEu4qpF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ucgQEu4qpF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ucgQEu4qpF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucgQEu4qpF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucgQEu4qpF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucgQEu4qpF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucgQEu4qpF .dropdown-item.active,
.cid-ucgQEu4qpF .dropdown-item:active {
  background-color: transparent;
}
.cid-ucgQEu4qpF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucgQEu4qpF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucgQEu4qpF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucgQEu4qpF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ucgQEu4qpF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucgQEu4qpF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucgQEu4qpF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucgQEu4qpF .navbar-buttons {
  text-align: center;
}
.cid-ucgQEu4qpF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucgQEu4qpF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ucgQEu4qpF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucgQEu4qpF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucgQEu4qpF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucgQEu4qpF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucgQEu4qpF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucgQEu4qpF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucgQEu4qpF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucgQEu4qpF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucgQEu4qpF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ucgQEu4qpF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucgQEu4qpF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucgQEu4qpF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ucgQEu4qpF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucgQEu4qpF .navbar {
    height: 77px;
  }
  .cid-ucgQEu4qpF .navbar.opened {
    height: auto;
  }
  .cid-ucgQEu4qpF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucgVQQk579 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucgVQQk579 .mbr-text {
  color: #767676;
}
.cid-ucgVQQk579 .card-subtitle {
  margin: 0;
}
.cid-ucgVQQk579 .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-ucgVQQk579 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-ucgVQQk579 .card-box {
  padding: 1rem;
}
.cid-ucgVQQk579 .link {
  transition: all 0.3s;
}
.cid-ucgVQQk579 .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-ucgVQQk579 .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-ucgVQQk579 .mbr-section-btn .btn {
  border: 0px;
}
.cid-ucgVQQk579 .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-ucgVQQk579 h4,
.cid-ucgVQQk579 h6,
.cid-ucgVQQk579 h5 {
  margin: 0;
}
.cid-ucgVQQk579 .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-ucgVQQk579 .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-ucgVQQk579 .link-wrap:hover {
  color: #e7272d;
}
.cid-ucgVQQk579 .link-wrap:hover .link {
  color: #e7272d;
}
.cid-ucgVQQk579 .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-ucgVQQk579 .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-ucgVQQk579 .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-ucgVQQk579 .icon-wrap span {
  margin-right: 8px;
}
.cid-ucgVQQk579 .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-ucgVQQk579 .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-ucgVQQk579 .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-ucgVQQk579 .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucgVQQk579 .card:hover img {
  transform: scale(0.9);
}
.cid-ucgVQQk579 .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-ucgVQQk579 .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ucgVQQk579 .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ucgVQQk579 .row {
  justify-content: center;
}
.cid-ucgVQQk579 .location,
.cid-ucgVQQk579 .icon-wrap {
  color: #e7272d;
}
.cid-ucgVQQk579 .link,
.cid-ucgVQQk579 .link-wrap,
.cid-ucgVQQk579 .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-ucgVQQk579 .wrapper {
    flex-direction: column;
  }
  .cid-ucgVQQk579 .icon-padding {
    padding-left: 0rem;
  }
  .cid-ucgVQQk579 .card-box {
    padding: 0;
  }
}
.cid-ucgVQQk579 H2 {
  color: #e7272d;
}
.cid-ucgVQQk579 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgVQQk579 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9d7oGtjR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ud9d7oGtjR .mbr-text {
  color: #767676;
}
.cid-ud9d7oGtjR .card-subtitle {
  margin: 0;
}
.cid-ud9d7oGtjR .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-ud9d7oGtjR img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-ud9d7oGtjR .card-box {
  padding: 1rem;
}
.cid-ud9d7oGtjR .link {
  transition: all 0.3s;
}
.cid-ud9d7oGtjR .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-ud9d7oGtjR .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-ud9d7oGtjR .mbr-section-btn .btn {
  border: 0px;
}
.cid-ud9d7oGtjR .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-ud9d7oGtjR h4,
.cid-ud9d7oGtjR h6,
.cid-ud9d7oGtjR h5 {
  margin: 0;
}
.cid-ud9d7oGtjR .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-ud9d7oGtjR .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-ud9d7oGtjR .link-wrap:hover {
  color: #e7272d;
}
.cid-ud9d7oGtjR .link-wrap:hover .link {
  color: #e7272d;
}
.cid-ud9d7oGtjR .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-ud9d7oGtjR .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-ud9d7oGtjR .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-ud9d7oGtjR .icon-wrap span {
  margin-right: 8px;
}
.cid-ud9d7oGtjR .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-ud9d7oGtjR .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-ud9d7oGtjR .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-ud9d7oGtjR .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-ud9d7oGtjR .card:hover img {
  transform: scale(1.1);
}
.cid-ud9d7oGtjR .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-ud9d7oGtjR .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ud9d7oGtjR .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ud9d7oGtjR .row {
  justify-content: center;
}
.cid-ud9d7oGtjR .location,
.cid-ud9d7oGtjR .icon-wrap {
  color: #e7272d;
}
.cid-ud9d7oGtjR .link,
.cid-ud9d7oGtjR .link-wrap,
.cid-ud9d7oGtjR .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-ud9d7oGtjR .wrapper {
    flex-direction: column;
  }
  .cid-ud9d7oGtjR .icon-padding {
    padding-left: 0rem;
  }
  .cid-ud9d7oGtjR .card-box {
    padding: 0;
  }
}
.cid-ud9d7oGtjR H2 {
  color: #e7272d;
}
.cid-ud9d7oGtjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9d7oGtjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEGFEb2Ug {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umEGFEb2Ug .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-umEGFEb2Ug input,
.cid-umEGFEb2Ug textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-umEGFEb2Ug .form-control:hover,
.cid-umEGFEb2Ug .form-control:focus {
  color: #808080 !important;
}
.cid-umEGFEb2Ug .btn-success {
  color: white !important;
}
.cid-umEGFEb2Ug img {
  width: 90%;
  border-radius: 8px;
}
.cid-umEGFEb2Ug .btn {
  border-radius: 30px;
}
.cid-umEGFEb2Ug textarea {
  min-height: 160px !important;
}
.cid-umEGFEb2Ug .form-control,
.cid-umEGFEb2Ug .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umEGFEb2Ug .form-control:hover,
.cid-umEGFEb2Ug .field-input:hover,
.cid-umEGFEb2Ug .form-control:focus,
.cid-umEGFEb2Ug .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-umEGFEb2Ug input::-webkit-input-placeholder,
.cid-umEGFEb2Ug textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-umEGFEb2Ug input:-moz-placeholder,
.cid-umEGFEb2Ug textarea:-moz-placeholder {
  color: #808080;
}
.cid-umEGFEb2Ug .jq-selectbox li,
.cid-umEGFEb2Ug .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEGFEb2Ug .jq-selectbox li:hover,
.cid-umEGFEb2Ug .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEGFEb2Ug .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEGFEb2Ug .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEGFEb2Ug H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-umEGFEb2Ug img {
    width: 100%;
  }
  .cid-umEGFEb2Ug .google-map {
    margin-bottom: 2rem;
  }
}
.cid-umEGFEb2Ug .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-umEGFEb2Ug .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-umEGFEb2Ug .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-umEGFEb2Ug .google-map[data-state] {
  background: #e9e5dc;
}
.cid-umEGFEb2Ug .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-umEGFEb2Ug .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9dDiOZSH .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9dDiOZSH .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9dDiOZSH .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9dDiOZSH .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9dDiOZSH .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9dDiOZSH .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9dDiOZSH .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9dDiOZSH .btn-white {
  color: #e7272d !important;
}
.cid-ud9dDiOZSH .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9dDiOZSH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9dDiOZSH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9dDiOZSH .container {
  display: flex;
  margin: auto;
}
.cid-ud9dDiOZSH .navbar.navbar-short .nav-link,
.cid-ud9dDiOZSH .navbar.navbar-short .navbar-caption,
.cid-ud9dDiOZSH .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9dDiOZSH .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9dDiOZSH .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9dDiOZSH .navbar.opened {
  background: #000000 !important;
}
.cid-ud9dDiOZSH .nav-item:focus,
.cid-ud9dDiOZSH .nav-link:focus {
  outline: none;
}
.cid-ud9dDiOZSH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9dDiOZSH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9dDiOZSH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9dDiOZSH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9dDiOZSH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9dDiOZSH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9dDiOZSH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9dDiOZSH .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9dDiOZSH .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9dDiOZSH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9dDiOZSH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9dDiOZSH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9dDiOZSH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9dDiOZSH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9dDiOZSH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9dDiOZSH .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: 55%;
}
.cid-ud9dDiOZSH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9dDiOZSH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9dDiOZSH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9dDiOZSH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9dDiOZSH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9dDiOZSH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9dDiOZSH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9dDiOZSH .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: 55%;
  }
  .cid-ud9dDiOZSH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9dDiOZSH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9dDiOZSH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9dDiOZSH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9dDiOZSH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9dDiOZSH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9dDiOZSH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9dDiOZSH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9dDiOZSH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9dDiOZSH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9dDiOZSH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9dDiOZSH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9dDiOZSH .dropdown-item.active,
.cid-ud9dDiOZSH .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9dDiOZSH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9dDiOZSH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9dDiOZSH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9dDiOZSH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9dDiOZSH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9dDiOZSH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9dDiOZSH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9dDiOZSH .navbar-buttons {
  text-align: center;
}
.cid-ud9dDiOZSH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9dDiOZSH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9dDiOZSH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9dDiOZSH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9dDiOZSH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9dDiOZSH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9dDiOZSH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9dDiOZSH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9dDiOZSH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9dDiOZSH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9dDiOZSH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9dDiOZSH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9dDiOZSH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9dDiOZSH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9dDiOZSH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9dDiOZSH .navbar {
    height: 77px;
  }
  .cid-ud9dDiOZSH .navbar.opened {
    height: auto;
  }
  .cid-ud9dDiOZSH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9dDjUuKG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-ud9dDjUuKG img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-ud9dDjUuKG H2 {
  color: #e7272d;
}
.cid-ud9dDjUuKG H3 {
  color: #ffffff;
}
.cid-ud9dDjUuKG .mbr-text,
.cid-ud9dDjUuKG .mbr-section-btn {
  color: #ffffff;
}
.cid-un9n2vT7YH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-un9n2vT7YH .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-un9n2vT7YH .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-un9n2vT7YH .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-un9n2vT7YH .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-un9n2vT7YH .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-un9n2vT7YH .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-un9n2vT7YH .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-un9n2vT7YH .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-un9n2vT7YH .mbr-figure {
    width: 100% !important;
  }
  .cid-un9n2vT7YH .menu-item {
    flex-direction: column;
  }
  .cid-un9n2vT7YH img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-un9n2vT7YH .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-un9n2vT7YH .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-un9n2vT7YH .special-label {
  color: #fff;
}
.cid-un9n2vT7YH .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-un9n2vT7YH .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-un9n2vT7YH .menu-row {
  margin: 0;
}
.cid-un9n2vT7YH .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-un9n2vT7YH .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-un9n2vT7YH .group-title,
.cid-un9n2vT7YH .align-wrap {
  text-align: left;
}
.cid-un9n2vT7YH SPAN {
  color: #e7272d;
}
.cid-un9n2vT7YH .item-title {
  color: #808080;
}
.cid-un9n2vT7YH H4 {
  color: #e7272d;
}
.cid-ugHqARsBGk {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugHqARsBGk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ugHqARsBGk input,
.cid-ugHqARsBGk textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ugHqARsBGk .form-control:hover,
.cid-ugHqARsBGk .form-control:focus {
  color: #000000 !important;
}
.cid-ugHqARsBGk .btn-success {
  color: white !important;
}
.cid-ugHqARsBGk img {
  width: 90%;
  border-radius: 8px;
}
.cid-ugHqARsBGk .btn {
  border-radius: 30px;
}
.cid-ugHqARsBGk textarea {
  min-height: 160px !important;
}
.cid-ugHqARsBGk .form-control,
.cid-ugHqARsBGk .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ugHqARsBGk .form-control:hover,
.cid-ugHqARsBGk .field-input:hover,
.cid-ugHqARsBGk .form-control:focus,
.cid-ugHqARsBGk .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ugHqARsBGk input::-webkit-input-placeholder,
.cid-ugHqARsBGk textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-ugHqARsBGk input:-moz-placeholder,
.cid-ugHqARsBGk textarea:-moz-placeholder {
  color: #000000;
}
.cid-ugHqARsBGk .jq-selectbox li,
.cid-ugHqARsBGk .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugHqARsBGk .jq-selectbox li:hover,
.cid-ugHqARsBGk .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugHqARsBGk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugHqARsBGk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugHqARsBGk H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ugHqARsBGk img {
    width: 100%;
  }
  .cid-ugHqARsBGk .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ugHqARsBGk .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ugHqARsBGk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugHqARsBGk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ugHqARsBGk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugHqARsBGk .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ugHqARsBGk .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9j356bdf .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9j356bdf .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9j356bdf .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9j356bdf .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9j356bdf .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9j356bdf .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9j356bdf .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9j356bdf .btn-white {
  color: #e7272d !important;
}
.cid-ud9j356bdf .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9j356bdf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9j356bdf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9j356bdf .container {
  display: flex;
  margin: auto;
}
.cid-ud9j356bdf .navbar.navbar-short .nav-link,
.cid-ud9j356bdf .navbar.navbar-short .navbar-caption,
.cid-ud9j356bdf .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9j356bdf .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9j356bdf .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9j356bdf .navbar.opened {
  background: #000000 !important;
}
.cid-ud9j356bdf .nav-item:focus,
.cid-ud9j356bdf .nav-link:focus {
  outline: none;
}
.cid-ud9j356bdf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9j356bdf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9j356bdf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9j356bdf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9j356bdf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9j356bdf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9j356bdf .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9j356bdf .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9j356bdf .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9j356bdf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9j356bdf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9j356bdf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9j356bdf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9j356bdf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9j356bdf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9j356bdf .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: 55%;
}
.cid-ud9j356bdf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9j356bdf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9j356bdf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9j356bdf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9j356bdf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9j356bdf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9j356bdf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9j356bdf .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: 55%;
  }
  .cid-ud9j356bdf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9j356bdf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9j356bdf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9j356bdf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9j356bdf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9j356bdf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9j356bdf .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9j356bdf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9j356bdf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9j356bdf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9j356bdf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9j356bdf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9j356bdf .dropdown-item.active,
.cid-ud9j356bdf .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9j356bdf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9j356bdf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9j356bdf .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9j356bdf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9j356bdf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9j356bdf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9j356bdf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9j356bdf .navbar-buttons {
  text-align: center;
}
.cid-ud9j356bdf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9j356bdf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9j356bdf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9j356bdf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9j356bdf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9j356bdf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9j356bdf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9j356bdf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9j356bdf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9j356bdf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9j356bdf .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9j356bdf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9j356bdf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9j356bdf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9j356bdf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9j356bdf .navbar {
    height: 77px;
  }
  .cid-ud9j356bdf .navbar.opened {
    height: auto;
  }
  .cid-ud9j356bdf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9j35HU7G {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-ud9j35HU7G img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-ud9j35HU7G H2 {
  color: #e7272d;
}
.cid-ud9IqaWzxS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ud9IqaWzxS .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ud9IqaWzxS .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ud9IqaWzxS .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ud9IqaWzxS .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ud9IqaWzxS .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ud9IqaWzxS .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ud9IqaWzxS .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ud9IqaWzxS .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ud9IqaWzxS .mbr-figure {
    width: 100% !important;
  }
  .cid-ud9IqaWzxS .menu-item {
    flex-direction: column;
  }
  .cid-ud9IqaWzxS img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ud9IqaWzxS .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ud9IqaWzxS .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ud9IqaWzxS .special-label {
  color: #fff;
}
.cid-ud9IqaWzxS .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ud9IqaWzxS .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud9IqaWzxS .menu-row {
  margin: 0;
}
.cid-ud9IqaWzxS .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ud9IqaWzxS .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ud9IqaWzxS .group-title,
.cid-ud9IqaWzxS .align-wrap {
  text-align: left;
}
.cid-ud9IqaWzxS SPAN {
  color: #e7272d;
}
.cid-ud9IqaWzxS .item-title {
  color: #808080;
}
.cid-ud9IqaWzxS H4 {
  color: #e7272d;
}
.cid-ud9IqaWzxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9IqaWzxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHrbwMLj2 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugHrbwMLj2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ugHrbwMLj2 input,
.cid-ugHrbwMLj2 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ugHrbwMLj2 .form-control:hover,
.cid-ugHrbwMLj2 .form-control:focus {
  color: #808080 !important;
}
.cid-ugHrbwMLj2 .btn-success {
  color: white !important;
}
.cid-ugHrbwMLj2 img {
  width: 90%;
  border-radius: 8px;
}
.cid-ugHrbwMLj2 .btn {
  border-radius: 30px;
}
.cid-ugHrbwMLj2 textarea {
  min-height: 160px !important;
}
.cid-ugHrbwMLj2 .form-control,
.cid-ugHrbwMLj2 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ugHrbwMLj2 .form-control:hover,
.cid-ugHrbwMLj2 .field-input:hover,
.cid-ugHrbwMLj2 .form-control:focus,
.cid-ugHrbwMLj2 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ugHrbwMLj2 input::-webkit-input-placeholder,
.cid-ugHrbwMLj2 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ugHrbwMLj2 input:-moz-placeholder,
.cid-ugHrbwMLj2 textarea:-moz-placeholder {
  color: #808080;
}
.cid-ugHrbwMLj2 .jq-selectbox li,
.cid-ugHrbwMLj2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugHrbwMLj2 .jq-selectbox li:hover,
.cid-ugHrbwMLj2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugHrbwMLj2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugHrbwMLj2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugHrbwMLj2 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ugHrbwMLj2 img {
    width: 100%;
  }
  .cid-ugHrbwMLj2 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ugHrbwMLj2 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ugHrbwMLj2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugHrbwMLj2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ugHrbwMLj2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugHrbwMLj2 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ugHrbwMLj2 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9j6FjRgr .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9j6FjRgr .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9j6FjRgr .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9j6FjRgr .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9j6FjRgr .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9j6FjRgr .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9j6FjRgr .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9j6FjRgr .btn-white {
  color: #e7272d !important;
}
.cid-ud9j6FjRgr .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9j6FjRgr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9j6FjRgr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9j6FjRgr .container {
  display: flex;
  margin: auto;
}
.cid-ud9j6FjRgr .navbar.navbar-short .nav-link,
.cid-ud9j6FjRgr .navbar.navbar-short .navbar-caption,
.cid-ud9j6FjRgr .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9j6FjRgr .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9j6FjRgr .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9j6FjRgr .navbar.opened {
  background: #000000 !important;
}
.cid-ud9j6FjRgr .nav-item:focus,
.cid-ud9j6FjRgr .nav-link:focus {
  outline: none;
}
.cid-ud9j6FjRgr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9j6FjRgr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9j6FjRgr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9j6FjRgr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9j6FjRgr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9j6FjRgr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9j6FjRgr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9j6FjRgr .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9j6FjRgr .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9j6FjRgr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9j6FjRgr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9j6FjRgr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9j6FjRgr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9j6FjRgr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9j6FjRgr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9j6FjRgr .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: 55%;
}
.cid-ud9j6FjRgr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9j6FjRgr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9j6FjRgr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9j6FjRgr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9j6FjRgr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9j6FjRgr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9j6FjRgr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9j6FjRgr .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: 55%;
  }
  .cid-ud9j6FjRgr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9j6FjRgr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9j6FjRgr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9j6FjRgr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9j6FjRgr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9j6FjRgr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9j6FjRgr .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9j6FjRgr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9j6FjRgr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9j6FjRgr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9j6FjRgr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9j6FjRgr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9j6FjRgr .dropdown-item.active,
.cid-ud9j6FjRgr .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9j6FjRgr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9j6FjRgr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9j6FjRgr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9j6FjRgr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9j6FjRgr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9j6FjRgr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9j6FjRgr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9j6FjRgr .navbar-buttons {
  text-align: center;
}
.cid-ud9j6FjRgr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9j6FjRgr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9j6FjRgr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9j6FjRgr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9j6FjRgr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9j6FjRgr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9j6FjRgr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9j6FjRgr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9j6FjRgr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9j6FjRgr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9j6FjRgr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9j6FjRgr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9j6FjRgr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9j6FjRgr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9j6FjRgr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9j6FjRgr .navbar {
    height: 77px;
  }
  .cid-ud9j6FjRgr .navbar.opened {
    height: auto;
  }
  .cid-ud9j6FjRgr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9j6FZVgy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-ud9j6FZVgy img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-ud9j6FZVgy H2 {
  color: #e7272d;
}
.cid-ud9j6Gsou5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ud9j6Gsou5 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ud9j6Gsou5 .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ud9j6Gsou5 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ud9j6Gsou5 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ud9j6Gsou5 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ud9j6Gsou5 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ud9j6Gsou5 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ud9j6Gsou5 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ud9j6Gsou5 .mbr-figure {
    width: 100% !important;
  }
  .cid-ud9j6Gsou5 .menu-item {
    flex-direction: column;
  }
  .cid-ud9j6Gsou5 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ud9j6Gsou5 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ud9j6Gsou5 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ud9j6Gsou5 .special-label {
  color: #fff;
}
.cid-ud9j6Gsou5 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ud9j6Gsou5 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud9j6Gsou5 .menu-row {
  margin: 0;
}
.cid-ud9j6Gsou5 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ud9j6Gsou5 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ud9j6Gsou5 .group-title,
.cid-ud9j6Gsou5 .align-wrap {
  text-align: left;
}
.cid-ud9j6Gsou5 SPAN {
  color: #e7272d;
}
.cid-ud9j6Gsou5 .item-title {
  color: #808080;
}
.cid-ud9j6Gsou5 H4 {
  color: #e7272d;
}
.cid-uldZWEcRaq {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uldZWEcRaq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uldZWEcRaq input,
.cid-uldZWEcRaq textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uldZWEcRaq .form-control:hover,
.cid-uldZWEcRaq .form-control:focus {
  color: #808080 !important;
}
.cid-uldZWEcRaq .btn-success {
  color: white !important;
}
.cid-uldZWEcRaq img {
  width: 90%;
  border-radius: 8px;
}
.cid-uldZWEcRaq .btn {
  border-radius: 30px;
}
.cid-uldZWEcRaq textarea {
  min-height: 160px !important;
}
.cid-uldZWEcRaq .form-control,
.cid-uldZWEcRaq .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uldZWEcRaq .form-control:hover,
.cid-uldZWEcRaq .field-input:hover,
.cid-uldZWEcRaq .form-control:focus,
.cid-uldZWEcRaq .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uldZWEcRaq input::-webkit-input-placeholder,
.cid-uldZWEcRaq textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uldZWEcRaq input:-moz-placeholder,
.cid-uldZWEcRaq textarea:-moz-placeholder {
  color: #808080;
}
.cid-uldZWEcRaq .jq-selectbox li,
.cid-uldZWEcRaq .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uldZWEcRaq .jq-selectbox li:hover,
.cid-uldZWEcRaq .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uldZWEcRaq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uldZWEcRaq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uldZWEcRaq H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uldZWEcRaq img {
    width: 100%;
  }
  .cid-uldZWEcRaq .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uldZWEcRaq .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uldZWEcRaq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uldZWEcRaq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uldZWEcRaq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uldZWEcRaq .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uldZWEcRaq .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9dFK2ebQ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9dFK2ebQ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9dFK2ebQ .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9dFK2ebQ .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9dFK2ebQ .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9dFK2ebQ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9dFK2ebQ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9dFK2ebQ .btn-white {
  color: #e7272d !important;
}
.cid-ud9dFK2ebQ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9dFK2ebQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9dFK2ebQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9dFK2ebQ .container {
  display: flex;
  margin: auto;
}
.cid-ud9dFK2ebQ .navbar.navbar-short .nav-link,
.cid-ud9dFK2ebQ .navbar.navbar-short .navbar-caption,
.cid-ud9dFK2ebQ .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9dFK2ebQ .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9dFK2ebQ .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9dFK2ebQ .navbar.opened {
  background: #000000 !important;
}
.cid-ud9dFK2ebQ .nav-item:focus,
.cid-ud9dFK2ebQ .nav-link:focus {
  outline: none;
}
.cid-ud9dFK2ebQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9dFK2ebQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9dFK2ebQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9dFK2ebQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9dFK2ebQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9dFK2ebQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9dFK2ebQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9dFK2ebQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9dFK2ebQ .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9dFK2ebQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9dFK2ebQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9dFK2ebQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9dFK2ebQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9dFK2ebQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9dFK2ebQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9dFK2ebQ .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: 55%;
}
.cid-ud9dFK2ebQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9dFK2ebQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9dFK2ebQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9dFK2ebQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9dFK2ebQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9dFK2ebQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9dFK2ebQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9dFK2ebQ .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: 55%;
  }
  .cid-ud9dFK2ebQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9dFK2ebQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9dFK2ebQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9dFK2ebQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9dFK2ebQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9dFK2ebQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9dFK2ebQ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9dFK2ebQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9dFK2ebQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9dFK2ebQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9dFK2ebQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9dFK2ebQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9dFK2ebQ .dropdown-item.active,
.cid-ud9dFK2ebQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9dFK2ebQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9dFK2ebQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9dFK2ebQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9dFK2ebQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9dFK2ebQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9dFK2ebQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9dFK2ebQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9dFK2ebQ .navbar-buttons {
  text-align: center;
}
.cid-ud9dFK2ebQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9dFK2ebQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9dFK2ebQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9dFK2ebQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9dFK2ebQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9dFK2ebQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9dFK2ebQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9dFK2ebQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9dFK2ebQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9dFK2ebQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9dFK2ebQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9dFK2ebQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9dFK2ebQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9dFK2ebQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9dFK2ebQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9dFK2ebQ .navbar {
    height: 77px;
  }
  .cid-ud9dFK2ebQ .navbar.opened {
    height: auto;
  }
  .cid-ud9dFK2ebQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9dFL3nJs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-ud9dFL3nJs img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-ud9dFL3nJs H2 {
  color: #e7272d;
}
.cid-ud9dFLztkp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ud9dFLztkp .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ud9dFLztkp .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ud9dFLztkp .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ud9dFLztkp .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ud9dFLztkp .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ud9dFLztkp .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ud9dFLztkp .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ud9dFLztkp .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ud9dFLztkp .mbr-figure {
    width: 100% !important;
  }
  .cid-ud9dFLztkp .menu-item {
    flex-direction: column;
  }
  .cid-ud9dFLztkp img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ud9dFLztkp .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ud9dFLztkp .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ud9dFLztkp .special-label {
  color: #fff;
}
.cid-ud9dFLztkp .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ud9dFLztkp .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud9dFLztkp .menu-row {
  margin: 0;
}
.cid-ud9dFLztkp .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ud9dFLztkp .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ud9dFLztkp .group-title,
.cid-ud9dFLztkp .align-wrap {
  text-align: left;
}
.cid-ud9dFLztkp SPAN {
  color: #e7272d;
}
.cid-ud9dFLztkp .item-title {
  color: #ffffff;
}
.cid-ud9dFLztkp H4 {
  color: #e7272d;
}
.cid-ue0bvgqAnW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ue0bvgqAnW .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ue0bvgqAnW .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ue0bvgqAnW .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ue0bvgqAnW .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ue0bvgqAnW .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ue0bvgqAnW .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ue0bvgqAnW .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue0bvgqAnW .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ue0bvgqAnW .mbr-figure {
    width: 100% !important;
  }
  .cid-ue0bvgqAnW .menu-item {
    flex-direction: column;
  }
  .cid-ue0bvgqAnW img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ue0bvgqAnW .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ue0bvgqAnW .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ue0bvgqAnW .special-label {
  color: #fff;
}
.cid-ue0bvgqAnW .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ue0bvgqAnW .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ue0bvgqAnW .menu-row {
  margin: 0;
}
.cid-ue0bvgqAnW .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ue0bvgqAnW .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ue0bvgqAnW .group-title,
.cid-ue0bvgqAnW .align-wrap {
  text-align: left;
}
.cid-ue0bvgqAnW SPAN {
  color: #e7272d;
}
.cid-ue0bvgqAnW .item-title {
  color: #ffffff;
}
.cid-ue0bvgqAnW H4 {
  color: #e7272d;
}
.cid-ugHGrrWHr0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugHGrrWHr0 H2 {
  color: #e7272d;
}
.cid-ugHGrrWHr0 .mbr-text,
.cid-ugHGrrWHr0 .mbr-section-btn {
  color: #808080;
}
.cid-ugHGrrWHr0 img {
  max-width: 500px;
  margin: auto;
}
.cid-ugHGrrWHr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHGrrWHr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHrCcnvMP {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugHrCcnvMP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ugHrCcnvMP input,
.cid-ugHrCcnvMP textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ugHrCcnvMP .form-control:hover,
.cid-ugHrCcnvMP .form-control:focus {
  color: #808080 !important;
}
.cid-ugHrCcnvMP .btn-success {
  color: white !important;
}
.cid-ugHrCcnvMP img {
  width: 90%;
  border-radius: 8px;
}
.cid-ugHrCcnvMP .btn {
  border-radius: 30px;
}
.cid-ugHrCcnvMP textarea {
  min-height: 160px !important;
}
.cid-ugHrCcnvMP .form-control,
.cid-ugHrCcnvMP .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ugHrCcnvMP .form-control:hover,
.cid-ugHrCcnvMP .field-input:hover,
.cid-ugHrCcnvMP .form-control:focus,
.cid-ugHrCcnvMP .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ugHrCcnvMP input::-webkit-input-placeholder,
.cid-ugHrCcnvMP textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ugHrCcnvMP input:-moz-placeholder,
.cid-ugHrCcnvMP textarea:-moz-placeholder {
  color: #808080;
}
.cid-ugHrCcnvMP .jq-selectbox li,
.cid-ugHrCcnvMP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugHrCcnvMP .jq-selectbox li:hover,
.cid-ugHrCcnvMP .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugHrCcnvMP .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugHrCcnvMP .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugHrCcnvMP H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ugHrCcnvMP img {
    width: 100%;
  }
  .cid-ugHrCcnvMP .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ugHrCcnvMP .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ugHrCcnvMP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugHrCcnvMP .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ugHrCcnvMP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugHrCcnvMP .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ugHrCcnvMP .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9dIm6Kzc .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9dIm6Kzc .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9dIm6Kzc .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9dIm6Kzc .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9dIm6Kzc .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9dIm6Kzc .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9dIm6Kzc .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9dIm6Kzc .btn-white {
  color: #e7272d !important;
}
.cid-ud9dIm6Kzc .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9dIm6Kzc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9dIm6Kzc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9dIm6Kzc .container {
  display: flex;
  margin: auto;
}
.cid-ud9dIm6Kzc .navbar.navbar-short .nav-link,
.cid-ud9dIm6Kzc .navbar.navbar-short .navbar-caption,
.cid-ud9dIm6Kzc .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9dIm6Kzc .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9dIm6Kzc .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9dIm6Kzc .navbar.opened {
  background: #000000 !important;
}
.cid-ud9dIm6Kzc .nav-item:focus,
.cid-ud9dIm6Kzc .nav-link:focus {
  outline: none;
}
.cid-ud9dIm6Kzc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9dIm6Kzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9dIm6Kzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9dIm6Kzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9dIm6Kzc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9dIm6Kzc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9dIm6Kzc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9dIm6Kzc .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9dIm6Kzc .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9dIm6Kzc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9dIm6Kzc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9dIm6Kzc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9dIm6Kzc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9dIm6Kzc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9dIm6Kzc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9dIm6Kzc .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: 55%;
}
.cid-ud9dIm6Kzc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9dIm6Kzc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9dIm6Kzc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9dIm6Kzc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9dIm6Kzc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9dIm6Kzc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9dIm6Kzc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9dIm6Kzc .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: 55%;
  }
  .cid-ud9dIm6Kzc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9dIm6Kzc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9dIm6Kzc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9dIm6Kzc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9dIm6Kzc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9dIm6Kzc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9dIm6Kzc .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9dIm6Kzc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9dIm6Kzc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9dIm6Kzc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9dIm6Kzc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9dIm6Kzc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9dIm6Kzc .dropdown-item.active,
.cid-ud9dIm6Kzc .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9dIm6Kzc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9dIm6Kzc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9dIm6Kzc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9dIm6Kzc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9dIm6Kzc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9dIm6Kzc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9dIm6Kzc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9dIm6Kzc .navbar-buttons {
  text-align: center;
}
.cid-ud9dIm6Kzc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9dIm6Kzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9dIm6Kzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9dIm6Kzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9dIm6Kzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9dIm6Kzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9dIm6Kzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9dIm6Kzc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9dIm6Kzc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9dIm6Kzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9dIm6Kzc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9dIm6Kzc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9dIm6Kzc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9dIm6Kzc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9dIm6Kzc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9dIm6Kzc .navbar {
    height: 77px;
  }
  .cid-ud9dIm6Kzc .navbar.opened {
    height: auto;
  }
  .cid-ud9dIm6Kzc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9dImD2zF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-ud9dImD2zF img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-ud9dImD2zF H2 {
  color: #e7272d;
}
.cid-ud9dIn4HiI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ud9dIn4HiI .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ud9dIn4HiI .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ud9dIn4HiI .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ud9dIn4HiI .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ud9dIn4HiI .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ud9dIn4HiI .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ud9dIn4HiI .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ud9dIn4HiI .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ud9dIn4HiI .mbr-figure {
    width: 100% !important;
  }
  .cid-ud9dIn4HiI .menu-item {
    flex-direction: column;
  }
  .cid-ud9dIn4HiI img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ud9dIn4HiI .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ud9dIn4HiI .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ud9dIn4HiI .special-label {
  color: #fff;
}
.cid-ud9dIn4HiI .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ud9dIn4HiI .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud9dIn4HiI .menu-row {
  margin: 0;
}
.cid-ud9dIn4HiI .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ud9dIn4HiI .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ud9dIn4HiI .group-title,
.cid-ud9dIn4HiI .align-wrap {
  text-align: left;
}
.cid-ud9dIn4HiI SPAN {
  color: #e7272d;
}
.cid-ud9dIn4HiI .item-title {
  color: #ffffff;
}
.cid-ud9dIn4HiI H4 {
  color: #e7272d;
}
.cid-ue0eYijI4C {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ue0eYijI4C .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ue0eYijI4C .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ue0eYijI4C .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ue0eYijI4C .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ue0eYijI4C .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ue0eYijI4C .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ue0eYijI4C .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue0eYijI4C .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ue0eYijI4C .mbr-figure {
    width: 100% !important;
  }
  .cid-ue0eYijI4C .menu-item {
    flex-direction: column;
  }
  .cid-ue0eYijI4C img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ue0eYijI4C .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ue0eYijI4C .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ue0eYijI4C .special-label {
  color: #fff;
}
.cid-ue0eYijI4C .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ue0eYijI4C .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ue0eYijI4C .menu-row {
  margin: 0;
}
.cid-ue0eYijI4C .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ue0eYijI4C .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ue0eYijI4C .group-title,
.cid-ue0eYijI4C .align-wrap {
  text-align: left;
}
.cid-ue0eYijI4C SPAN {
  color: #e7272d;
}
.cid-ue0eYijI4C .item-title {
  color: #ffffff;
}
.cid-ue0eYijI4C H4 {
  color: #e7272d;
}
.cid-ugHsglpzfY {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugHsglpzfY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ugHsglpzfY input,
.cid-ugHsglpzfY textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ugHsglpzfY .form-control:hover,
.cid-ugHsglpzfY .form-control:focus {
  color: #808080 !important;
}
.cid-ugHsglpzfY .btn-success {
  color: white !important;
}
.cid-ugHsglpzfY img {
  width: 90%;
  border-radius: 8px;
}
.cid-ugHsglpzfY .btn {
  border-radius: 30px;
}
.cid-ugHsglpzfY textarea {
  min-height: 160px !important;
}
.cid-ugHsglpzfY .form-control,
.cid-ugHsglpzfY .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ugHsglpzfY .form-control:hover,
.cid-ugHsglpzfY .field-input:hover,
.cid-ugHsglpzfY .form-control:focus,
.cid-ugHsglpzfY .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ugHsglpzfY input::-webkit-input-placeholder,
.cid-ugHsglpzfY textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ugHsglpzfY input:-moz-placeholder,
.cid-ugHsglpzfY textarea:-moz-placeholder {
  color: #808080;
}
.cid-ugHsglpzfY .jq-selectbox li,
.cid-ugHsglpzfY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugHsglpzfY .jq-selectbox li:hover,
.cid-ugHsglpzfY .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugHsglpzfY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugHsglpzfY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugHsglpzfY H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ugHsglpzfY img {
    width: 100%;
  }
  .cid-ugHsglpzfY .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ugHsglpzfY .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ugHsglpzfY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugHsglpzfY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ugHsglpzfY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugHsglpzfY .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ugHsglpzfY .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue0hy7yDzr .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue0hy7yDzr .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue0hy7yDzr .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue0hy7yDzr .dropdown-item {
  color: #ffffff !important;
}
.cid-ue0hy7yDzr .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue0hy7yDzr .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue0hy7yDzr .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue0hy7yDzr .btn-white {
  color: #e7272d !important;
}
.cid-ue0hy7yDzr .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue0hy7yDzr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue0hy7yDzr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue0hy7yDzr .container {
  display: flex;
  margin: auto;
}
.cid-ue0hy7yDzr .navbar.navbar-short .nav-link,
.cid-ue0hy7yDzr .navbar.navbar-short .navbar-caption,
.cid-ue0hy7yDzr .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue0hy7yDzr .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue0hy7yDzr .navbar-caption {
  padding-right: 3rem;
}
.cid-ue0hy7yDzr .navbar.opened {
  background: #000000 !important;
}
.cid-ue0hy7yDzr .nav-item:focus,
.cid-ue0hy7yDzr .nav-link:focus {
  outline: none;
}
.cid-ue0hy7yDzr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue0hy7yDzr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue0hy7yDzr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue0hy7yDzr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue0hy7yDzr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue0hy7yDzr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue0hy7yDzr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue0hy7yDzr .navbar.opened {
  transition: all 0.3s;
}
.cid-ue0hy7yDzr .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue0hy7yDzr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue0hy7yDzr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue0hy7yDzr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue0hy7yDzr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue0hy7yDzr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue0hy7yDzr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue0hy7yDzr .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: 55%;
}
.cid-ue0hy7yDzr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue0hy7yDzr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue0hy7yDzr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue0hy7yDzr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue0hy7yDzr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue0hy7yDzr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue0hy7yDzr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue0hy7yDzr .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: 55%;
  }
  .cid-ue0hy7yDzr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue0hy7yDzr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue0hy7yDzr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue0hy7yDzr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue0hy7yDzr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue0hy7yDzr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue0hy7yDzr .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue0hy7yDzr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue0hy7yDzr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue0hy7yDzr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue0hy7yDzr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue0hy7yDzr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue0hy7yDzr .dropdown-item.active,
.cid-ue0hy7yDzr .dropdown-item:active {
  background-color: transparent;
}
.cid-ue0hy7yDzr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue0hy7yDzr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue0hy7yDzr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue0hy7yDzr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue0hy7yDzr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue0hy7yDzr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue0hy7yDzr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue0hy7yDzr .navbar-buttons {
  text-align: center;
}
.cid-ue0hy7yDzr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue0hy7yDzr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue0hy7yDzr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue0hy7yDzr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue0hy7yDzr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue0hy7yDzr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue0hy7yDzr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue0hy7yDzr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue0hy7yDzr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue0hy7yDzr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue0hy7yDzr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue0hy7yDzr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue0hy7yDzr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue0hy7yDzr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue0hy7yDzr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue0hy7yDzr .navbar {
    height: 77px;
  }
  .cid-ue0hy7yDzr .navbar.opened {
    height: auto;
  }
  .cid-ue0hy7yDzr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue0hy8c9Nq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ue0hy8c9Nq img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-ue0hy8c9Nq H2 {
  color: #e7272d;
}
.cid-ue0hy8c9Nq .mbr-text,
.cid-ue0hy8c9Nq .mbr-section-btn {
  color: #0e0e0e;
}
.cid-ue0hy8c9Nq H3 {
  color: #000000;
}
.cid-ue0hy96zdy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ue0hy96zdy .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ue0hy96zdy .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ue0hy96zdy .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ue0hy96zdy .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ue0hy96zdy .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ue0hy96zdy .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ue0hy96zdy .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue0hy96zdy .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ue0hy96zdy .mbr-figure {
    width: 100% !important;
  }
  .cid-ue0hy96zdy .menu-item {
    flex-direction: column;
  }
  .cid-ue0hy96zdy img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ue0hy96zdy .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ue0hy96zdy .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ue0hy96zdy .special-label {
  color: #fff;
}
.cid-ue0hy96zdy .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ue0hy96zdy .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ue0hy96zdy .menu-row {
  margin: 0;
}
.cid-ue0hy96zdy .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ue0hy96zdy .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ue0hy96zdy .group-title,
.cid-ue0hy96zdy .align-wrap {
  text-align: left;
}
.cid-ue0hy96zdy SPAN {
  color: #e7272d;
}
.cid-ue0hy96zdy .item-title {
  color: #ffffff;
}
.cid-ue0hy96zdy H4 {
  color: #e7272d;
}
.cid-ue0hy9WACO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ue0hy9WACO .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ue0hy9WACO .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ue0hy9WACO .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ue0hy9WACO .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ue0hy9WACO .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ue0hy9WACO .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ue0hy9WACO .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue0hy9WACO .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ue0hy9WACO .mbr-figure {
    width: 100% !important;
  }
  .cid-ue0hy9WACO .menu-item {
    flex-direction: column;
  }
  .cid-ue0hy9WACO img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ue0hy9WACO .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ue0hy9WACO .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ue0hy9WACO .special-label {
  color: #fff;
}
.cid-ue0hy9WACO .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ue0hy9WACO .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ue0hy9WACO .menu-row {
  margin: 0;
}
.cid-ue0hy9WACO .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ue0hy9WACO .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ue0hy9WACO .group-title,
.cid-ue0hy9WACO .align-wrap {
  text-align: left;
}
.cid-ue0hy9WACO SPAN {
  color: #e7272d;
}
.cid-ue0hy9WACO .item-title {
  color: #808080;
}
.cid-ue0hy9WACO H4 {
  color: #e7272d;
}
.cid-ugHsNrqKr2 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugHsNrqKr2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ugHsNrqKr2 input,
.cid-ugHsNrqKr2 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ugHsNrqKr2 .form-control:hover,
.cid-ugHsNrqKr2 .form-control:focus {
  color: #808080 !important;
}
.cid-ugHsNrqKr2 .btn-success {
  color: white !important;
}
.cid-ugHsNrqKr2 img {
  width: 90%;
  border-radius: 8px;
}
.cid-ugHsNrqKr2 .btn {
  border-radius: 30px;
}
.cid-ugHsNrqKr2 textarea {
  min-height: 160px !important;
}
.cid-ugHsNrqKr2 .form-control,
.cid-ugHsNrqKr2 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ugHsNrqKr2 .form-control:hover,
.cid-ugHsNrqKr2 .field-input:hover,
.cid-ugHsNrqKr2 .form-control:focus,
.cid-ugHsNrqKr2 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ugHsNrqKr2 input::-webkit-input-placeholder,
.cid-ugHsNrqKr2 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ugHsNrqKr2 input:-moz-placeholder,
.cid-ugHsNrqKr2 textarea:-moz-placeholder {
  color: #808080;
}
.cid-ugHsNrqKr2 .jq-selectbox li,
.cid-ugHsNrqKr2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugHsNrqKr2 .jq-selectbox li:hover,
.cid-ugHsNrqKr2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugHsNrqKr2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugHsNrqKr2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugHsNrqKr2 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ugHsNrqKr2 img {
    width: 100%;
  }
  .cid-ugHsNrqKr2 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ugHsNrqKr2 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ugHsNrqKr2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugHsNrqKr2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ugHsNrqKr2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugHsNrqKr2 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ugHsNrqKr2 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue0g78Z7cQ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue0g78Z7cQ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue0g78Z7cQ .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue0g78Z7cQ .dropdown-item {
  color: #ffffff !important;
}
.cid-ue0g78Z7cQ .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue0g78Z7cQ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue0g78Z7cQ .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue0g78Z7cQ .btn-white {
  color: #e7272d !important;
}
.cid-ue0g78Z7cQ .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue0g78Z7cQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue0g78Z7cQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue0g78Z7cQ .container {
  display: flex;
  margin: auto;
}
.cid-ue0g78Z7cQ .navbar.navbar-short .nav-link,
.cid-ue0g78Z7cQ .navbar.navbar-short .navbar-caption,
.cid-ue0g78Z7cQ .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue0g78Z7cQ .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue0g78Z7cQ .navbar-caption {
  padding-right: 3rem;
}
.cid-ue0g78Z7cQ .navbar.opened {
  background: #000000 !important;
}
.cid-ue0g78Z7cQ .nav-item:focus,
.cid-ue0g78Z7cQ .nav-link:focus {
  outline: none;
}
.cid-ue0g78Z7cQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue0g78Z7cQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue0g78Z7cQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue0g78Z7cQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue0g78Z7cQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue0g78Z7cQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue0g78Z7cQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue0g78Z7cQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ue0g78Z7cQ .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue0g78Z7cQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue0g78Z7cQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue0g78Z7cQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue0g78Z7cQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue0g78Z7cQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue0g78Z7cQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue0g78Z7cQ .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: 55%;
}
.cid-ue0g78Z7cQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue0g78Z7cQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue0g78Z7cQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue0g78Z7cQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue0g78Z7cQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue0g78Z7cQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue0g78Z7cQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue0g78Z7cQ .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: 55%;
  }
  .cid-ue0g78Z7cQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue0g78Z7cQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue0g78Z7cQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue0g78Z7cQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue0g78Z7cQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue0g78Z7cQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue0g78Z7cQ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue0g78Z7cQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue0g78Z7cQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue0g78Z7cQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue0g78Z7cQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue0g78Z7cQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue0g78Z7cQ .dropdown-item.active,
.cid-ue0g78Z7cQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ue0g78Z7cQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue0g78Z7cQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue0g78Z7cQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue0g78Z7cQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue0g78Z7cQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue0g78Z7cQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue0g78Z7cQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue0g78Z7cQ .navbar-buttons {
  text-align: center;
}
.cid-ue0g78Z7cQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue0g78Z7cQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue0g78Z7cQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue0g78Z7cQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue0g78Z7cQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue0g78Z7cQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue0g78Z7cQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue0g78Z7cQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue0g78Z7cQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue0g78Z7cQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue0g78Z7cQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue0g78Z7cQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue0g78Z7cQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue0g78Z7cQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue0g78Z7cQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue0g78Z7cQ .navbar {
    height: 77px;
  }
  .cid-ue0g78Z7cQ .navbar.opened {
    height: auto;
  }
  .cid-ue0g78Z7cQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue0g79Hfuj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-ue0g79Hfuj img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-ue0g79Hfuj H2 {
  color: #e7272d;
}
.cid-ue0g7aA9XQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ue0g7aA9XQ .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ue0g7aA9XQ .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ue0g7aA9XQ .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ue0g7aA9XQ .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ue0g7aA9XQ .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ue0g7aA9XQ .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ue0g7aA9XQ .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue0g7aA9XQ .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ue0g7aA9XQ .mbr-figure {
    width: 100% !important;
  }
  .cid-ue0g7aA9XQ .menu-item {
    flex-direction: column;
  }
  .cid-ue0g7aA9XQ img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ue0g7aA9XQ .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ue0g7aA9XQ .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ue0g7aA9XQ .special-label {
  color: #fff;
}
.cid-ue0g7aA9XQ .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ue0g7aA9XQ .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ue0g7aA9XQ .menu-row {
  margin: 0;
}
.cid-ue0g7aA9XQ .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ue0g7aA9XQ .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ue0g7aA9XQ .group-title,
.cid-ue0g7aA9XQ .align-wrap {
  text-align: left;
}
.cid-ue0g7aA9XQ SPAN {
  color: #e7272d;
}
.cid-ue0g7aA9XQ .item-title {
  color: #808080;
}
.cid-ue0g7aA9XQ H4 {
  color: #e7272d;
}
.cid-ugHtgwOEWv {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugHtgwOEWv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ugHtgwOEWv input,
.cid-ugHtgwOEWv textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ugHtgwOEWv .form-control:hover,
.cid-ugHtgwOEWv .form-control:focus {
  color: #808080 !important;
}
.cid-ugHtgwOEWv .btn-success {
  color: white !important;
}
.cid-ugHtgwOEWv img {
  width: 90%;
  border-radius: 8px;
}
.cid-ugHtgwOEWv .btn {
  border-radius: 30px;
}
.cid-ugHtgwOEWv textarea {
  min-height: 160px !important;
}
.cid-ugHtgwOEWv .form-control,
.cid-ugHtgwOEWv .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ugHtgwOEWv .form-control:hover,
.cid-ugHtgwOEWv .field-input:hover,
.cid-ugHtgwOEWv .form-control:focus,
.cid-ugHtgwOEWv .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ugHtgwOEWv input::-webkit-input-placeholder,
.cid-ugHtgwOEWv textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ugHtgwOEWv input:-moz-placeholder,
.cid-ugHtgwOEWv textarea:-moz-placeholder {
  color: #808080;
}
.cid-ugHtgwOEWv .jq-selectbox li,
.cid-ugHtgwOEWv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugHtgwOEWv .jq-selectbox li:hover,
.cid-ugHtgwOEWv .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ugHtgwOEWv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugHtgwOEWv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ugHtgwOEWv H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ugHtgwOEWv img {
    width: 100%;
  }
  .cid-ugHtgwOEWv .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ugHtgwOEWv .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ugHtgwOEWv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugHtgwOEWv .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ugHtgwOEWv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugHtgwOEWv .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ugHtgwOEWv .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue0jeowO1K .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue0jeowO1K .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue0jeowO1K .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue0jeowO1K .dropdown-item {
  color: #ffffff !important;
}
.cid-ue0jeowO1K .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue0jeowO1K .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue0jeowO1K .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue0jeowO1K .btn-white {
  color: #e7272d !important;
}
.cid-ue0jeowO1K .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue0jeowO1K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue0jeowO1K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue0jeowO1K .container {
  display: flex;
  margin: auto;
}
.cid-ue0jeowO1K .navbar.navbar-short .nav-link,
.cid-ue0jeowO1K .navbar.navbar-short .navbar-caption,
.cid-ue0jeowO1K .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue0jeowO1K .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue0jeowO1K .navbar-caption {
  padding-right: 3rem;
}
.cid-ue0jeowO1K .navbar.opened {
  background: #000000 !important;
}
.cid-ue0jeowO1K .nav-item:focus,
.cid-ue0jeowO1K .nav-link:focus {
  outline: none;
}
.cid-ue0jeowO1K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue0jeowO1K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue0jeowO1K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue0jeowO1K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue0jeowO1K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue0jeowO1K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue0jeowO1K .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue0jeowO1K .navbar.opened {
  transition: all 0.3s;
}
.cid-ue0jeowO1K .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue0jeowO1K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue0jeowO1K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue0jeowO1K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue0jeowO1K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue0jeowO1K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue0jeowO1K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue0jeowO1K .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: 55%;
}
.cid-ue0jeowO1K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue0jeowO1K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue0jeowO1K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue0jeowO1K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue0jeowO1K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue0jeowO1K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue0jeowO1K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue0jeowO1K .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: 55%;
  }
  .cid-ue0jeowO1K .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue0jeowO1K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue0jeowO1K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue0jeowO1K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue0jeowO1K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue0jeowO1K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue0jeowO1K .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue0jeowO1K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue0jeowO1K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue0jeowO1K .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue0jeowO1K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue0jeowO1K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue0jeowO1K .dropdown-item.active,
.cid-ue0jeowO1K .dropdown-item:active {
  background-color: transparent;
}
.cid-ue0jeowO1K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue0jeowO1K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue0jeowO1K .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue0jeowO1K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue0jeowO1K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue0jeowO1K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue0jeowO1K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue0jeowO1K .navbar-buttons {
  text-align: center;
}
.cid-ue0jeowO1K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue0jeowO1K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue0jeowO1K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue0jeowO1K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue0jeowO1K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue0jeowO1K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue0jeowO1K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue0jeowO1K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue0jeowO1K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue0jeowO1K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue0jeowO1K .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue0jeowO1K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue0jeowO1K .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue0jeowO1K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue0jeowO1K .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue0jeowO1K .navbar {
    height: 77px;
  }
  .cid-ue0jeowO1K .navbar.opened {
    height: auto;
  }
  .cid-ue0jeowO1K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue0jepk2Kh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-ue0jepk2Kh img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-ue0jepk2Kh H2 {
  color: #e7272d;
}
.cid-ue0jepThXf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ue0jepThXf .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ue0jepThXf .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ue0jepThXf .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ue0jepThXf .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ue0jepThXf .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ue0jepThXf .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ue0jepThXf .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue0jepThXf .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ue0jepThXf .mbr-figure {
    width: 100% !important;
  }
  .cid-ue0jepThXf .menu-item {
    flex-direction: column;
  }
  .cid-ue0jepThXf img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ue0jepThXf .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ue0jepThXf .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ue0jepThXf .special-label {
  color: #fff;
}
.cid-ue0jepThXf .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ue0jepThXf .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ue0jepThXf .menu-row {
  margin: 0;
}
.cid-ue0jepThXf .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ue0jepThXf .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ue0jepThXf .group-title,
.cid-ue0jepThXf .align-wrap {
  text-align: left;
}
.cid-ue0jepThXf SPAN {
  color: #e7272d;
}
.cid-ue0jepThXf .item-title {
  color: #808080;
}
.cid-ue0jepThXf H4 {
  color: #e7272d;
}
.cid-ue0jeqIftN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ue0jeqIftN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ue0jeqIftN input,
.cid-ue0jeqIftN textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ue0jeqIftN .form-control:hover,
.cid-ue0jeqIftN .form-control:focus {
  color: #808080 !important;
}
.cid-ue0jeqIftN .btn-success {
  color: white !important;
}
.cid-ue0jeqIftN img {
  width: 90%;
  border-radius: 8px;
}
.cid-ue0jeqIftN .btn {
  border-radius: 30px;
}
.cid-ue0jeqIftN textarea {
  min-height: 160px !important;
}
.cid-ue0jeqIftN .form-control,
.cid-ue0jeqIftN .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ue0jeqIftN .form-control:hover,
.cid-ue0jeqIftN .field-input:hover,
.cid-ue0jeqIftN .form-control:focus,
.cid-ue0jeqIftN .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ue0jeqIftN input::-webkit-input-placeholder,
.cid-ue0jeqIftN textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ue0jeqIftN input:-moz-placeholder,
.cid-ue0jeqIftN textarea:-moz-placeholder {
  color: #808080;
}
.cid-ue0jeqIftN .jq-selectbox li,
.cid-ue0jeqIftN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ue0jeqIftN .jq-selectbox li:hover,
.cid-ue0jeqIftN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ue0jeqIftN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ue0jeqIftN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ue0jeqIftN H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ue0jeqIftN img {
    width: 100%;
  }
  .cid-ue0jeqIftN .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ue0jeqIftN .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ue0jeqIftN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue0jeqIftN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue0jeqIftN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue0jeqIftN .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ue0jeqIftN .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue20EyyrHr .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue20EyyrHr .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue20EyyrHr .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue20EyyrHr .dropdown-item {
  color: #ffffff !important;
}
.cid-ue20EyyrHr .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue20EyyrHr .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue20EyyrHr .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue20EyyrHr .btn-white {
  color: #e7272d !important;
}
.cid-ue20EyyrHr .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue20EyyrHr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue20EyyrHr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue20EyyrHr .container {
  display: flex;
  margin: auto;
}
.cid-ue20EyyrHr .navbar.navbar-short .nav-link,
.cid-ue20EyyrHr .navbar.navbar-short .navbar-caption,
.cid-ue20EyyrHr .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue20EyyrHr .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue20EyyrHr .navbar-caption {
  padding-right: 3rem;
}
.cid-ue20EyyrHr .navbar.opened {
  background: #000000 !important;
}
.cid-ue20EyyrHr .nav-item:focus,
.cid-ue20EyyrHr .nav-link:focus {
  outline: none;
}
.cid-ue20EyyrHr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue20EyyrHr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue20EyyrHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue20EyyrHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue20EyyrHr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue20EyyrHr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue20EyyrHr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue20EyyrHr .navbar.opened {
  transition: all 0.3s;
}
.cid-ue20EyyrHr .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue20EyyrHr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue20EyyrHr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue20EyyrHr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue20EyyrHr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue20EyyrHr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue20EyyrHr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue20EyyrHr .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: 55%;
}
.cid-ue20EyyrHr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue20EyyrHr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue20EyyrHr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue20EyyrHr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue20EyyrHr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue20EyyrHr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue20EyyrHr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue20EyyrHr .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: 55%;
  }
  .cid-ue20EyyrHr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue20EyyrHr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue20EyyrHr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue20EyyrHr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue20EyyrHr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue20EyyrHr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue20EyyrHr .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue20EyyrHr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue20EyyrHr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue20EyyrHr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue20EyyrHr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue20EyyrHr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue20EyyrHr .dropdown-item.active,
.cid-ue20EyyrHr .dropdown-item:active {
  background-color: transparent;
}
.cid-ue20EyyrHr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue20EyyrHr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue20EyyrHr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue20EyyrHr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue20EyyrHr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue20EyyrHr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue20EyyrHr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue20EyyrHr .navbar-buttons {
  text-align: center;
}
.cid-ue20EyyrHr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue20EyyrHr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue20EyyrHr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue20EyyrHr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue20EyyrHr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue20EyyrHr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue20EyyrHr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue20EyyrHr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue20EyyrHr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue20EyyrHr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue20EyyrHr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue20EyyrHr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue20EyyrHr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue20EyyrHr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue20EyyrHr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue20EyyrHr .navbar {
    height: 77px;
  }
  .cid-ue20EyyrHr .navbar.opened {
    height: auto;
  }
  .cid-ue20EyyrHr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue20EzlrGT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-ue20EzlrGT img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-ue20EzlrGT H2 {
  color: #e7272d;
}
.cid-ue20EzlrGT H3 {
  color: #000000;
}
.cid-ue20EzlrGT .mbr-text,
.cid-ue20EzlrGT .mbr-section-btn {
  color: #000000;
}
.cid-ue20EzI8r6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ue20EzI8r6 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ue20EzI8r6 .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ue20EzI8r6 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ue20EzI8r6 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ue20EzI8r6 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ue20EzI8r6 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ue20EzI8r6 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue20EzI8r6 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ue20EzI8r6 .mbr-figure {
    width: 100% !important;
  }
  .cid-ue20EzI8r6 .menu-item {
    flex-direction: column;
  }
  .cid-ue20EzI8r6 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ue20EzI8r6 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ue20EzI8r6 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ue20EzI8r6 .special-label {
  color: #fff;
}
.cid-ue20EzI8r6 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ue20EzI8r6 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ue20EzI8r6 .menu-row {
  margin: 0;
}
.cid-ue20EzI8r6 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ue20EzI8r6 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ue20EzI8r6 .group-title,
.cid-ue20EzI8r6 .align-wrap {
  text-align: left;
}
.cid-ue20EzI8r6 SPAN {
  color: #e7272d;
}
.cid-ue20EzI8r6 .item-title {
  color: #808080;
}
.cid-ue20EzI8r6 H4 {
  color: #e7272d;
}
.cid-ulebknFsdn {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulebknFsdn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulebknFsdn input,
.cid-ulebknFsdn textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulebknFsdn .form-control:hover,
.cid-ulebknFsdn .form-control:focus {
  color: #808080 !important;
}
.cid-ulebknFsdn .btn-success {
  color: white !important;
}
.cid-ulebknFsdn img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulebknFsdn .btn {
  border-radius: 30px;
}
.cid-ulebknFsdn textarea {
  min-height: 160px !important;
}
.cid-ulebknFsdn .form-control,
.cid-ulebknFsdn .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulebknFsdn .form-control:hover,
.cid-ulebknFsdn .field-input:hover,
.cid-ulebknFsdn .form-control:focus,
.cid-ulebknFsdn .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulebknFsdn input::-webkit-input-placeholder,
.cid-ulebknFsdn textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulebknFsdn input:-moz-placeholder,
.cid-ulebknFsdn textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulebknFsdn .jq-selectbox li,
.cid-ulebknFsdn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulebknFsdn .jq-selectbox li:hover,
.cid-ulebknFsdn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulebknFsdn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulebknFsdn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulebknFsdn H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulebknFsdn img {
    width: 100%;
  }
  .cid-ulebknFsdn .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulebknFsdn .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulebknFsdn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulebknFsdn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulebknFsdn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulebknFsdn .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulebknFsdn .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue1ZTlVK9N .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue1ZTlVK9N .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue1ZTlVK9N .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue1ZTlVK9N .dropdown-item {
  color: #ffffff !important;
}
.cid-ue1ZTlVK9N .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue1ZTlVK9N .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue1ZTlVK9N .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue1ZTlVK9N .btn-white {
  color: #e7272d !important;
}
.cid-ue1ZTlVK9N .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue1ZTlVK9N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue1ZTlVK9N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue1ZTlVK9N .container {
  display: flex;
  margin: auto;
}
.cid-ue1ZTlVK9N .navbar.navbar-short .nav-link,
.cid-ue1ZTlVK9N .navbar.navbar-short .navbar-caption,
.cid-ue1ZTlVK9N .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue1ZTlVK9N .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue1ZTlVK9N .navbar-caption {
  padding-right: 3rem;
}
.cid-ue1ZTlVK9N .navbar.opened {
  background: #000000 !important;
}
.cid-ue1ZTlVK9N .nav-item:focus,
.cid-ue1ZTlVK9N .nav-link:focus {
  outline: none;
}
.cid-ue1ZTlVK9N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue1ZTlVK9N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue1ZTlVK9N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue1ZTlVK9N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue1ZTlVK9N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue1ZTlVK9N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue1ZTlVK9N .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue1ZTlVK9N .navbar.opened {
  transition: all 0.3s;
}
.cid-ue1ZTlVK9N .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue1ZTlVK9N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue1ZTlVK9N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue1ZTlVK9N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue1ZTlVK9N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue1ZTlVK9N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue1ZTlVK9N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue1ZTlVK9N .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: 55%;
}
.cid-ue1ZTlVK9N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue1ZTlVK9N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue1ZTlVK9N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue1ZTlVK9N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue1ZTlVK9N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue1ZTlVK9N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue1ZTlVK9N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue1ZTlVK9N .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: 55%;
  }
  .cid-ue1ZTlVK9N .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue1ZTlVK9N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue1ZTlVK9N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue1ZTlVK9N .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue1ZTlVK9N .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue1ZTlVK9N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue1ZTlVK9N .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue1ZTlVK9N .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue1ZTlVK9N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue1ZTlVK9N .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue1ZTlVK9N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue1ZTlVK9N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue1ZTlVK9N .dropdown-item.active,
.cid-ue1ZTlVK9N .dropdown-item:active {
  background-color: transparent;
}
.cid-ue1ZTlVK9N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue1ZTlVK9N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue1ZTlVK9N .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue1ZTlVK9N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue1ZTlVK9N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue1ZTlVK9N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue1ZTlVK9N ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue1ZTlVK9N .navbar-buttons {
  text-align: center;
}
.cid-ue1ZTlVK9N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue1ZTlVK9N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue1ZTlVK9N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue1ZTlVK9N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue1ZTlVK9N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue1ZTlVK9N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue1ZTlVK9N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue1ZTlVK9N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue1ZTlVK9N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue1ZTlVK9N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue1ZTlVK9N .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue1ZTlVK9N a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue1ZTlVK9N .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue1ZTlVK9N .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue1ZTlVK9N .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue1ZTlVK9N .navbar {
    height: 77px;
  }
  .cid-ue1ZTlVK9N .navbar.opened {
    height: auto;
  }
  .cid-ue1ZTlVK9N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue1ZTmssET {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-ue1ZTmssET img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-ue1ZTmssET H2 {
  color: #e7272d;
}
.cid-ue1ZTmUwFZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ue1ZTmUwFZ .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ue1ZTmUwFZ .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ue1ZTmUwFZ .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ue1ZTmUwFZ .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ue1ZTmUwFZ .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ue1ZTmUwFZ .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ue1ZTmUwFZ .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue1ZTmUwFZ .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ue1ZTmUwFZ .mbr-figure {
    width: 100% !important;
  }
  .cid-ue1ZTmUwFZ .menu-item {
    flex-direction: column;
  }
  .cid-ue1ZTmUwFZ img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ue1ZTmUwFZ .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ue1ZTmUwFZ .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ue1ZTmUwFZ .special-label {
  color: #fff;
}
.cid-ue1ZTmUwFZ .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ue1ZTmUwFZ .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ue1ZTmUwFZ .menu-row {
  margin: 0;
}
.cid-ue1ZTmUwFZ .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ue1ZTmUwFZ .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ue1ZTmUwFZ .group-title,
.cid-ue1ZTmUwFZ .align-wrap {
  text-align: left;
}
.cid-ue1ZTmUwFZ SPAN {
  color: #e7272d;
}
.cid-ue1ZTmUwFZ .item-title {
  color: #808080;
}
.cid-ue1ZTmUwFZ H4 {
  color: #e7272d;
}
.cid-ujqFtkjObW {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ujqFtkjObW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ujqFtkjObW input,
.cid-ujqFtkjObW textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ujqFtkjObW .form-control:hover,
.cid-ujqFtkjObW .form-control:focus {
  color: #808080 !important;
}
.cid-ujqFtkjObW .btn-success {
  color: white !important;
}
.cid-ujqFtkjObW img {
  width: 90%;
  border-radius: 8px;
}
.cid-ujqFtkjObW .btn {
  border-radius: 30px;
}
.cid-ujqFtkjObW textarea {
  min-height: 160px !important;
}
.cid-ujqFtkjObW .form-control,
.cid-ujqFtkjObW .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ujqFtkjObW .form-control:hover,
.cid-ujqFtkjObW .field-input:hover,
.cid-ujqFtkjObW .form-control:focus,
.cid-ujqFtkjObW .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ujqFtkjObW input::-webkit-input-placeholder,
.cid-ujqFtkjObW textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ujqFtkjObW input:-moz-placeholder,
.cid-ujqFtkjObW textarea:-moz-placeholder {
  color: #808080;
}
.cid-ujqFtkjObW .jq-selectbox li,
.cid-ujqFtkjObW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ujqFtkjObW .jq-selectbox li:hover,
.cid-ujqFtkjObW .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ujqFtkjObW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ujqFtkjObW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ujqFtkjObW H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ujqFtkjObW img {
    width: 100%;
  }
  .cid-ujqFtkjObW .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ujqFtkjObW .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ujqFtkjObW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ujqFtkjObW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ujqFtkjObW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujqFtkjObW .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ujqFtkjObW .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9f25h1QG .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9f25h1QG .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9f25h1QG .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9f25h1QG .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9f25h1QG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9f25h1QG .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9f25h1QG .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9f25h1QG .btn-white {
  color: #e7272d !important;
}
.cid-ud9f25h1QG .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9f25h1QG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9f25h1QG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9f25h1QG .container {
  display: flex;
  margin: auto;
}
.cid-ud9f25h1QG .navbar.navbar-short .nav-link,
.cid-ud9f25h1QG .navbar.navbar-short .navbar-caption,
.cid-ud9f25h1QG .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9f25h1QG .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9f25h1QG .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9f25h1QG .navbar.opened {
  background: #000000 !important;
}
.cid-ud9f25h1QG .nav-item:focus,
.cid-ud9f25h1QG .nav-link:focus {
  outline: none;
}
.cid-ud9f25h1QG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9f25h1QG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9f25h1QG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9f25h1QG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9f25h1QG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9f25h1QG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9f25h1QG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9f25h1QG .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9f25h1QG .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9f25h1QG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9f25h1QG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9f25h1QG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9f25h1QG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9f25h1QG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9f25h1QG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9f25h1QG .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: 55%;
}
.cid-ud9f25h1QG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9f25h1QG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9f25h1QG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9f25h1QG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9f25h1QG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9f25h1QG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9f25h1QG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9f25h1QG .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: 55%;
  }
  .cid-ud9f25h1QG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9f25h1QG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9f25h1QG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9f25h1QG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9f25h1QG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9f25h1QG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9f25h1QG .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9f25h1QG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9f25h1QG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9f25h1QG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9f25h1QG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9f25h1QG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9f25h1QG .dropdown-item.active,
.cid-ud9f25h1QG .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9f25h1QG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9f25h1QG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9f25h1QG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9f25h1QG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9f25h1QG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9f25h1QG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9f25h1QG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9f25h1QG .navbar-buttons {
  text-align: center;
}
.cid-ud9f25h1QG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9f25h1QG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9f25h1QG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9f25h1QG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9f25h1QG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9f25h1QG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9f25h1QG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9f25h1QG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9f25h1QG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9f25h1QG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9f25h1QG .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9f25h1QG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9f25h1QG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9f25h1QG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9f25h1QG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9f25h1QG .navbar {
    height: 77px;
  }
  .cid-ud9f25h1QG .navbar.opened {
    height: auto;
  }
  .cid-ud9f25h1QG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9f25QMhw {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud9f25QMhw .container,
.cid-ud9f25QMhw .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ud9f25QMhw .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ud9f25QMhw .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ud9f25QMhw .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ud9f25QMhw .img-item {
  overflow: hidden;
}
.cid-ud9f25QMhw .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ud9f25QMhw .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ud9f25QMhw .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ud9f25QMhw .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ud9f25QMhw .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ud9f25QMhw .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ud9f25QMhw .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ud9f25QMhw .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ud9f25QMhw .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ud9f25QMhw .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ud9f25QMhw .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ud9f25QMhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9f25QMhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9f25QMhw .mbr-section-subtitle,
.cid-ud9f25QMhw .mbr-section-btn P {
  text-align: center;
}
.cid-urPcwmHeIK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPcwmHeIK .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPcwmHeIK .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPcwmHeIK .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPcwmHeIK .items-row {
  row-gap: 48px;
}
.cid-urPcwmHeIK .item {
  cursor: pointer;
}
.cid-urPcwmHeIK .item:focus,
.cid-urPcwmHeIK span:focus {
  outline: none;
}
.cid-urPcwmHeIK .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPcwmHeIK .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcwmHeIK .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPcwmHeIK img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPcwmHeIK .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPcwmHeIK .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPcwmHeIK .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPcwmHeIK .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPcwmHeIK .item-title {
  color: #24262b;
}
.cid-urPcwmHeIK .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPcwmHeIK .mbr-text {
  color: #24262b;
}
.cid-uhVdf44ozj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uhVdf44ozj H2 {
  color: #e7272d;
}
.cid-uhVdf44ozj .mbr-text,
.cid-uhVdf44ozj .mbr-section-btn {
  color: #808080;
}
.cid-uhVdf44ozj img {
  max-width: 500px;
  margin: auto;
}
.cid-uhVdf44ozj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVdf44ozj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uleiNzXZeS {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleiNzXZeS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleiNzXZeS input,
.cid-uleiNzXZeS textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleiNzXZeS .form-control:hover,
.cid-uleiNzXZeS .form-control:focus {
  color: #808080 !important;
}
.cid-uleiNzXZeS .btn-success {
  color: white !important;
}
.cid-uleiNzXZeS img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleiNzXZeS .btn {
  border-radius: 30px;
}
.cid-uleiNzXZeS textarea {
  min-height: 160px !important;
}
.cid-uleiNzXZeS .form-control,
.cid-uleiNzXZeS .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleiNzXZeS .form-control:hover,
.cid-uleiNzXZeS .field-input:hover,
.cid-uleiNzXZeS .form-control:focus,
.cid-uleiNzXZeS .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleiNzXZeS input::-webkit-input-placeholder,
.cid-uleiNzXZeS textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleiNzXZeS input:-moz-placeholder,
.cid-uleiNzXZeS textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleiNzXZeS .jq-selectbox li,
.cid-uleiNzXZeS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleiNzXZeS .jq-selectbox li:hover,
.cid-uleiNzXZeS .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleiNzXZeS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleiNzXZeS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleiNzXZeS H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleiNzXZeS img {
    width: 100%;
  }
  .cid-uleiNzXZeS .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleiNzXZeS .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleiNzXZeS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleiNzXZeS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleiNzXZeS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleiNzXZeS .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleiNzXZeS .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ud9f27BmiL {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue54p5BwNk .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54p5BwNk .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue54p5BwNk .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue54p5BwNk .dropdown-item {
  color: #ffffff !important;
}
.cid-ue54p5BwNk .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue54p5BwNk .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue54p5BwNk .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue54p5BwNk .btn-white {
  color: #e7272d !important;
}
.cid-ue54p5BwNk .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue54p5BwNk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue54p5BwNk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue54p5BwNk .container {
  display: flex;
  margin: auto;
}
.cid-ue54p5BwNk .navbar.navbar-short .nav-link,
.cid-ue54p5BwNk .navbar.navbar-short .navbar-caption,
.cid-ue54p5BwNk .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue54p5BwNk .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue54p5BwNk .navbar-caption {
  padding-right: 3rem;
}
.cid-ue54p5BwNk .navbar.opened {
  background: #000000 !important;
}
.cid-ue54p5BwNk .nav-item:focus,
.cid-ue54p5BwNk .nav-link:focus {
  outline: none;
}
.cid-ue54p5BwNk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54p5BwNk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue54p5BwNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue54p5BwNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54p5BwNk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue54p5BwNk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue54p5BwNk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue54p5BwNk .navbar.opened {
  transition: all 0.3s;
}
.cid-ue54p5BwNk .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue54p5BwNk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue54p5BwNk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue54p5BwNk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue54p5BwNk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue54p5BwNk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue54p5BwNk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue54p5BwNk .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: 55%;
}
.cid-ue54p5BwNk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue54p5BwNk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue54p5BwNk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue54p5BwNk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue54p5BwNk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue54p5BwNk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue54p5BwNk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue54p5BwNk .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: 55%;
  }
  .cid-ue54p5BwNk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue54p5BwNk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue54p5BwNk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue54p5BwNk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue54p5BwNk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue54p5BwNk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue54p5BwNk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue54p5BwNk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue54p5BwNk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue54p5BwNk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue54p5BwNk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue54p5BwNk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue54p5BwNk .dropdown-item.active,
.cid-ue54p5BwNk .dropdown-item:active {
  background-color: transparent;
}
.cid-ue54p5BwNk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue54p5BwNk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue54p5BwNk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue54p5BwNk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue54p5BwNk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue54p5BwNk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue54p5BwNk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue54p5BwNk .navbar-buttons {
  text-align: center;
}
.cid-ue54p5BwNk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue54p5BwNk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue54p5BwNk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue54p5BwNk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue54p5BwNk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue54p5BwNk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue54p5BwNk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue54p5BwNk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue54p5BwNk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue54p5BwNk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue54p5BwNk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue54p5BwNk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue54p5BwNk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue54p5BwNk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue54p5BwNk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue54p5BwNk .navbar {
    height: 77px;
  }
  .cid-ue54p5BwNk .navbar.opened {
    height: auto;
  }
  .cid-ue54p5BwNk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue54p6ucOI {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ue54p6ucOI .container,
.cid-ue54p6ucOI .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ue54p6ucOI .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ue54p6ucOI .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ue54p6ucOI .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ue54p6ucOI .img-item {
  overflow: hidden;
}
.cid-ue54p6ucOI .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ue54p6ucOI .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ue54p6ucOI .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ue54p6ucOI .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ue54p6ucOI .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ue54p6ucOI .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ue54p6ucOI .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-ue54p6ucOI .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ue54p6ucOI .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ue54p6ucOI .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ue54p6ucOI .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ue54p6ucOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue54p6ucOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue54p93NJh {
  z-index: 1;
}
.cid-urPauMia63 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPauMia63 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPauMia63 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPauMia63 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPauMia63 .items-row {
  row-gap: 48px;
}
.cid-urPauMia63 .item {
  cursor: pointer;
}
.cid-urPauMia63 .item:focus,
.cid-urPauMia63 span:focus {
  outline: none;
}
.cid-urPauMia63 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPauMia63 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPauMia63 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPauMia63 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPauMia63 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPauMia63 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPauMia63 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPauMia63 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPauMia63 .item-title {
  color: #24262b;
}
.cid-urPauMia63 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPauMia63 .mbr-text {
  color: #24262b;
}
.cid-uleceflt7W {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleceflt7W H2 {
  color: #e7272d;
}
.cid-uleceflt7W .mbr-text,
.cid-uleceflt7W .mbr-section-btn {
  color: #808080;
}
.cid-uleceflt7W img {
  max-width: 500px;
  margin: auto;
}
.cid-uleceflt7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleceflt7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uleceHszMn {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleceHszMn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleceHszMn input,
.cid-uleceHszMn textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleceHszMn .form-control:hover,
.cid-uleceHszMn .form-control:focus {
  color: #808080 !important;
}
.cid-uleceHszMn .btn-success {
  color: white !important;
}
.cid-uleceHszMn img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleceHszMn .btn {
  border-radius: 30px;
}
.cid-uleceHszMn textarea {
  min-height: 160px !important;
}
.cid-uleceHszMn .form-control,
.cid-uleceHszMn .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleceHszMn .form-control:hover,
.cid-uleceHszMn .field-input:hover,
.cid-uleceHszMn .form-control:focus,
.cid-uleceHszMn .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleceHszMn input::-webkit-input-placeholder,
.cid-uleceHszMn textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleceHszMn input:-moz-placeholder,
.cid-uleceHszMn textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleceHszMn .jq-selectbox li,
.cid-uleceHszMn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleceHszMn .jq-selectbox li:hover,
.cid-uleceHszMn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleceHszMn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleceHszMn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleceHszMn H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleceHszMn img {
    width: 100%;
  }
  .cid-uleceHszMn .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleceHszMn .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleceHszMn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleceHszMn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleceHszMn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleceHszMn .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleceHszMn .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue54ynMr8o .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54ynMr8o .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue54ynMr8o .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue54ynMr8o .dropdown-item {
  color: #ffffff !important;
}
.cid-ue54ynMr8o .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue54ynMr8o .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue54ynMr8o .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue54ynMr8o .btn-white {
  color: #e7272d !important;
}
.cid-ue54ynMr8o .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue54ynMr8o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue54ynMr8o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue54ynMr8o .container {
  display: flex;
  margin: auto;
}
.cid-ue54ynMr8o .navbar.navbar-short .nav-link,
.cid-ue54ynMr8o .navbar.navbar-short .navbar-caption,
.cid-ue54ynMr8o .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue54ynMr8o .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue54ynMr8o .navbar-caption {
  padding-right: 3rem;
}
.cid-ue54ynMr8o .navbar.opened {
  background: #000000 !important;
}
.cid-ue54ynMr8o .nav-item:focus,
.cid-ue54ynMr8o .nav-link:focus {
  outline: none;
}
.cid-ue54ynMr8o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54ynMr8o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue54ynMr8o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue54ynMr8o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54ynMr8o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue54ynMr8o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue54ynMr8o .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue54ynMr8o .navbar.opened {
  transition: all 0.3s;
}
.cid-ue54ynMr8o .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue54ynMr8o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue54ynMr8o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue54ynMr8o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue54ynMr8o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue54ynMr8o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue54ynMr8o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue54ynMr8o .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: 55%;
}
.cid-ue54ynMr8o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue54ynMr8o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue54ynMr8o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue54ynMr8o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue54ynMr8o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue54ynMr8o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue54ynMr8o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue54ynMr8o .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: 55%;
  }
  .cid-ue54ynMr8o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue54ynMr8o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue54ynMr8o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue54ynMr8o .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue54ynMr8o .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue54ynMr8o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue54ynMr8o .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue54ynMr8o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue54ynMr8o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue54ynMr8o .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue54ynMr8o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue54ynMr8o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue54ynMr8o .dropdown-item.active,
.cid-ue54ynMr8o .dropdown-item:active {
  background-color: transparent;
}
.cid-ue54ynMr8o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue54ynMr8o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue54ynMr8o .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue54ynMr8o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue54ynMr8o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue54ynMr8o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue54ynMr8o ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue54ynMr8o .navbar-buttons {
  text-align: center;
}
.cid-ue54ynMr8o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue54ynMr8o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue54ynMr8o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue54ynMr8o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue54ynMr8o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue54ynMr8o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue54ynMr8o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue54ynMr8o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue54ynMr8o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue54ynMr8o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue54ynMr8o .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue54ynMr8o a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue54ynMr8o .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue54ynMr8o .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue54ynMr8o .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue54ynMr8o .navbar {
    height: 77px;
  }
  .cid-ue54ynMr8o .navbar.opened {
    height: auto;
  }
  .cid-ue54ynMr8o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue54yorbCL {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ue54yorbCL .container,
.cid-ue54yorbCL .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ue54yorbCL .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ue54yorbCL .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ue54yorbCL .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ue54yorbCL .img-item {
  overflow: hidden;
}
.cid-ue54yorbCL .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ue54yorbCL .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ue54yorbCL .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ue54yorbCL .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ue54yorbCL .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ue54yorbCL .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ue54yorbCL .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ue54yorbCL .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ue54yorbCL .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ue54yorbCL .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ue54yorbCL .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ue54yorbCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue54yorbCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue54yqsKfw {
  z-index: 1;
}
.cid-urPaUmwmqj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPaUmwmqj .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPaUmwmqj .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPaUmwmqj .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPaUmwmqj .items-row {
  row-gap: 48px;
}
.cid-urPaUmwmqj .item {
  cursor: pointer;
}
.cid-urPaUmwmqj .item:focus,
.cid-urPaUmwmqj span:focus {
  outline: none;
}
.cid-urPaUmwmqj .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPaUmwmqj .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaUmwmqj .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPaUmwmqj img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPaUmwmqj .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPaUmwmqj .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaUmwmqj .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPaUmwmqj .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPaUmwmqj .item-title {
  color: #24262b;
}
.cid-urPaUmwmqj .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPaUmwmqj .mbr-text {
  color: #24262b;
}
.cid-uleg54LqHm {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleg54LqHm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleg54LqHm input,
.cid-uleg54LqHm textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleg54LqHm .form-control:hover,
.cid-uleg54LqHm .form-control:focus {
  color: #808080 !important;
}
.cid-uleg54LqHm .btn-success {
  color: white !important;
}
.cid-uleg54LqHm img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleg54LqHm .btn {
  border-radius: 30px;
}
.cid-uleg54LqHm textarea {
  min-height: 160px !important;
}
.cid-uleg54LqHm .form-control,
.cid-uleg54LqHm .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleg54LqHm .form-control:hover,
.cid-uleg54LqHm .field-input:hover,
.cid-uleg54LqHm .form-control:focus,
.cid-uleg54LqHm .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleg54LqHm input::-webkit-input-placeholder,
.cid-uleg54LqHm textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleg54LqHm input:-moz-placeholder,
.cid-uleg54LqHm textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleg54LqHm .jq-selectbox li,
.cid-uleg54LqHm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleg54LqHm .jq-selectbox li:hover,
.cid-uleg54LqHm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleg54LqHm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleg54LqHm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleg54LqHm H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleg54LqHm img {
    width: 100%;
  }
  .cid-uleg54LqHm .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleg54LqHm .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleg54LqHm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleg54LqHm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleg54LqHm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleg54LqHm .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleg54LqHm .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue54FfTHEl .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54FfTHEl .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue54FfTHEl .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue54FfTHEl .dropdown-item {
  color: #ffffff !important;
}
.cid-ue54FfTHEl .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue54FfTHEl .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue54FfTHEl .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue54FfTHEl .btn-white {
  color: #e7272d !important;
}
.cid-ue54FfTHEl .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue54FfTHEl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue54FfTHEl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue54FfTHEl .container {
  display: flex;
  margin: auto;
}
.cid-ue54FfTHEl .navbar.navbar-short .nav-link,
.cid-ue54FfTHEl .navbar.navbar-short .navbar-caption,
.cid-ue54FfTHEl .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue54FfTHEl .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue54FfTHEl .navbar-caption {
  padding-right: 3rem;
}
.cid-ue54FfTHEl .navbar.opened {
  background: #000000 !important;
}
.cid-ue54FfTHEl .nav-item:focus,
.cid-ue54FfTHEl .nav-link:focus {
  outline: none;
}
.cid-ue54FfTHEl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54FfTHEl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue54FfTHEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue54FfTHEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54FfTHEl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue54FfTHEl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue54FfTHEl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue54FfTHEl .navbar.opened {
  transition: all 0.3s;
}
.cid-ue54FfTHEl .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue54FfTHEl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue54FfTHEl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue54FfTHEl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue54FfTHEl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue54FfTHEl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue54FfTHEl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue54FfTHEl .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: 55%;
}
.cid-ue54FfTHEl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue54FfTHEl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue54FfTHEl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue54FfTHEl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue54FfTHEl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue54FfTHEl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue54FfTHEl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue54FfTHEl .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: 55%;
  }
  .cid-ue54FfTHEl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue54FfTHEl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue54FfTHEl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue54FfTHEl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue54FfTHEl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue54FfTHEl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue54FfTHEl .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue54FfTHEl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue54FfTHEl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue54FfTHEl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue54FfTHEl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue54FfTHEl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue54FfTHEl .dropdown-item.active,
.cid-ue54FfTHEl .dropdown-item:active {
  background-color: transparent;
}
.cid-ue54FfTHEl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue54FfTHEl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue54FfTHEl .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue54FfTHEl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue54FfTHEl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue54FfTHEl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue54FfTHEl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue54FfTHEl .navbar-buttons {
  text-align: center;
}
.cid-ue54FfTHEl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue54FfTHEl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue54FfTHEl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue54FfTHEl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue54FfTHEl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue54FfTHEl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue54FfTHEl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue54FfTHEl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue54FfTHEl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue54FfTHEl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue54FfTHEl .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue54FfTHEl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue54FfTHEl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue54FfTHEl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue54FfTHEl .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue54FfTHEl .navbar {
    height: 77px;
  }
  .cid-ue54FfTHEl .navbar.opened {
    height: auto;
  }
  .cid-ue54FfTHEl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue54FgDEX1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ue54FgDEX1 .container,
.cid-ue54FgDEX1 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ue54FgDEX1 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ue54FgDEX1 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ue54FgDEX1 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ue54FgDEX1 .img-item {
  overflow: hidden;
}
.cid-ue54FgDEX1 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ue54FgDEX1 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ue54FgDEX1 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ue54FgDEX1 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ue54FgDEX1 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ue54FgDEX1 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ue54FgDEX1 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ue54FgDEX1 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ue54FgDEX1 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ue54FgDEX1 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ue54FgDEX1 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ue54FgDEX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue54FgDEX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue54FigJBs {
  z-index: 1;
}
.cid-urPaXZaBM4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPaXZaBM4 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPaXZaBM4 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPaXZaBM4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPaXZaBM4 .items-row {
  row-gap: 48px;
}
.cid-urPaXZaBM4 .item {
  cursor: pointer;
}
.cid-urPaXZaBM4 .item:focus,
.cid-urPaXZaBM4 span:focus {
  outline: none;
}
.cid-urPaXZaBM4 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPaXZaBM4 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaXZaBM4 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPaXZaBM4 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPaXZaBM4 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPaXZaBM4 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaXZaBM4 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPaXZaBM4 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPaXZaBM4 .item-title {
  color: #24262b;
}
.cid-urPaXZaBM4 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPaXZaBM4 .mbr-text {
  color: #24262b;
}
.cid-ulegj2LIRq {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulegj2LIRq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulegj2LIRq input,
.cid-ulegj2LIRq textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulegj2LIRq .form-control:hover,
.cid-ulegj2LIRq .form-control:focus {
  color: #808080 !important;
}
.cid-ulegj2LIRq .btn-success {
  color: white !important;
}
.cid-ulegj2LIRq img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulegj2LIRq .btn {
  border-radius: 30px;
}
.cid-ulegj2LIRq textarea {
  min-height: 160px !important;
}
.cid-ulegj2LIRq .form-control,
.cid-ulegj2LIRq .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulegj2LIRq .form-control:hover,
.cid-ulegj2LIRq .field-input:hover,
.cid-ulegj2LIRq .form-control:focus,
.cid-ulegj2LIRq .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulegj2LIRq input::-webkit-input-placeholder,
.cid-ulegj2LIRq textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulegj2LIRq input:-moz-placeholder,
.cid-ulegj2LIRq textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulegj2LIRq .jq-selectbox li,
.cid-ulegj2LIRq .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulegj2LIRq .jq-selectbox li:hover,
.cid-ulegj2LIRq .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulegj2LIRq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulegj2LIRq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulegj2LIRq H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulegj2LIRq img {
    width: 100%;
  }
  .cid-ulegj2LIRq .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulegj2LIRq .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulegj2LIRq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulegj2LIRq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulegj2LIRq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulegj2LIRq .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulegj2LIRq .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue54P29gIj .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54P29gIj .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue54P29gIj .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue54P29gIj .dropdown-item {
  color: #ffffff !important;
}
.cid-ue54P29gIj .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue54P29gIj .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue54P29gIj .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue54P29gIj .btn-white {
  color: #e7272d !important;
}
.cid-ue54P29gIj .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue54P29gIj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue54P29gIj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue54P29gIj .container {
  display: flex;
  margin: auto;
}
.cid-ue54P29gIj .navbar.navbar-short .nav-link,
.cid-ue54P29gIj .navbar.navbar-short .navbar-caption,
.cid-ue54P29gIj .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue54P29gIj .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue54P29gIj .navbar-caption {
  padding-right: 3rem;
}
.cid-ue54P29gIj .navbar.opened {
  background: #000000 !important;
}
.cid-ue54P29gIj .nav-item:focus,
.cid-ue54P29gIj .nav-link:focus {
  outline: none;
}
.cid-ue54P29gIj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54P29gIj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue54P29gIj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue54P29gIj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54P29gIj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue54P29gIj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue54P29gIj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue54P29gIj .navbar.opened {
  transition: all 0.3s;
}
.cid-ue54P29gIj .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue54P29gIj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue54P29gIj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue54P29gIj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue54P29gIj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue54P29gIj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue54P29gIj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue54P29gIj .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: 55%;
}
.cid-ue54P29gIj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue54P29gIj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue54P29gIj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue54P29gIj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue54P29gIj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue54P29gIj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue54P29gIj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue54P29gIj .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: 55%;
  }
  .cid-ue54P29gIj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue54P29gIj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue54P29gIj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue54P29gIj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue54P29gIj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue54P29gIj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue54P29gIj .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue54P29gIj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue54P29gIj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue54P29gIj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue54P29gIj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue54P29gIj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue54P29gIj .dropdown-item.active,
.cid-ue54P29gIj .dropdown-item:active {
  background-color: transparent;
}
.cid-ue54P29gIj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue54P29gIj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue54P29gIj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue54P29gIj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue54P29gIj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue54P29gIj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue54P29gIj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue54P29gIj .navbar-buttons {
  text-align: center;
}
.cid-ue54P29gIj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue54P29gIj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue54P29gIj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue54P29gIj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue54P29gIj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue54P29gIj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue54P29gIj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue54P29gIj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue54P29gIj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue54P29gIj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue54P29gIj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue54P29gIj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue54P29gIj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue54P29gIj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue54P29gIj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue54P29gIj .navbar {
    height: 77px;
  }
  .cid-ue54P29gIj .navbar.opened {
    height: auto;
  }
  .cid-ue54P29gIj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue54P33AqQ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ue54P33AqQ .container,
.cid-ue54P33AqQ .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ue54P33AqQ .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ue54P33AqQ .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ue54P33AqQ .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ue54P33AqQ .img-item {
  overflow: hidden;
}
.cid-ue54P33AqQ .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ue54P33AqQ .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ue54P33AqQ .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ue54P33AqQ .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ue54P33AqQ .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ue54P33AqQ .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ue54P33AqQ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ue54P33AqQ .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ue54P33AqQ .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ue54P33AqQ .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ue54P33AqQ .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ue54P33AqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue54P33AqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPb0JI4D9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPb0JI4D9 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPb0JI4D9 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPb0JI4D9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPb0JI4D9 .items-row {
  row-gap: 48px;
}
.cid-urPb0JI4D9 .item {
  cursor: pointer;
}
.cid-urPb0JI4D9 .item:focus,
.cid-urPb0JI4D9 span:focus {
  outline: none;
}
.cid-urPb0JI4D9 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPb0JI4D9 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPb0JI4D9 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPb0JI4D9 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPb0JI4D9 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPb0JI4D9 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPb0JI4D9 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPb0JI4D9 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPb0JI4D9 .item-title {
  color: #24262b;
}
.cid-urPb0JI4D9 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPb0JI4D9 .mbr-text {
  color: #24262b;
}
.cid-ue54P5HikR {
  z-index: 1;
}
.cid-ulegRswAO2 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulegRswAO2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulegRswAO2 input,
.cid-ulegRswAO2 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulegRswAO2 .form-control:hover,
.cid-ulegRswAO2 .form-control:focus {
  color: #808080 !important;
}
.cid-ulegRswAO2 .btn-success {
  color: white !important;
}
.cid-ulegRswAO2 img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulegRswAO2 .btn {
  border-radius: 30px;
}
.cid-ulegRswAO2 textarea {
  min-height: 160px !important;
}
.cid-ulegRswAO2 .form-control,
.cid-ulegRswAO2 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulegRswAO2 .form-control:hover,
.cid-ulegRswAO2 .field-input:hover,
.cid-ulegRswAO2 .form-control:focus,
.cid-ulegRswAO2 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulegRswAO2 input::-webkit-input-placeholder,
.cid-ulegRswAO2 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulegRswAO2 input:-moz-placeholder,
.cid-ulegRswAO2 textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulegRswAO2 .jq-selectbox li,
.cid-ulegRswAO2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulegRswAO2 .jq-selectbox li:hover,
.cid-ulegRswAO2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulegRswAO2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulegRswAO2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulegRswAO2 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulegRswAO2 img {
    width: 100%;
  }
  .cid-ulegRswAO2 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulegRswAO2 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulegRswAO2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulegRswAO2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulegRswAO2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulegRswAO2 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulegRswAO2 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue54VhstHC .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54VhstHC .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue54VhstHC .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue54VhstHC .dropdown-item {
  color: #ffffff !important;
}
.cid-ue54VhstHC .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue54VhstHC .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue54VhstHC .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue54VhstHC .btn-white {
  color: #e7272d !important;
}
.cid-ue54VhstHC .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue54VhstHC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue54VhstHC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue54VhstHC .container {
  display: flex;
  margin: auto;
}
.cid-ue54VhstHC .navbar.navbar-short .nav-link,
.cid-ue54VhstHC .navbar.navbar-short .navbar-caption,
.cid-ue54VhstHC .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue54VhstHC .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue54VhstHC .navbar-caption {
  padding-right: 3rem;
}
.cid-ue54VhstHC .navbar.opened {
  background: #000000 !important;
}
.cid-ue54VhstHC .nav-item:focus,
.cid-ue54VhstHC .nav-link:focus {
  outline: none;
}
.cid-ue54VhstHC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54VhstHC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue54VhstHC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue54VhstHC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54VhstHC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue54VhstHC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue54VhstHC .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue54VhstHC .navbar.opened {
  transition: all 0.3s;
}
.cid-ue54VhstHC .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue54VhstHC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue54VhstHC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue54VhstHC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue54VhstHC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue54VhstHC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue54VhstHC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue54VhstHC .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: 55%;
}
.cid-ue54VhstHC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue54VhstHC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue54VhstHC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue54VhstHC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue54VhstHC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue54VhstHC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue54VhstHC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue54VhstHC .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: 55%;
  }
  .cid-ue54VhstHC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue54VhstHC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue54VhstHC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue54VhstHC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue54VhstHC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue54VhstHC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue54VhstHC .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue54VhstHC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue54VhstHC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue54VhstHC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue54VhstHC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue54VhstHC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue54VhstHC .dropdown-item.active,
.cid-ue54VhstHC .dropdown-item:active {
  background-color: transparent;
}
.cid-ue54VhstHC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue54VhstHC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue54VhstHC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue54VhstHC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue54VhstHC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue54VhstHC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue54VhstHC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue54VhstHC .navbar-buttons {
  text-align: center;
}
.cid-ue54VhstHC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue54VhstHC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue54VhstHC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue54VhstHC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue54VhstHC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue54VhstHC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue54VhstHC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue54VhstHC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue54VhstHC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue54VhstHC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue54VhstHC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue54VhstHC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue54VhstHC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue54VhstHC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue54VhstHC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue54VhstHC .navbar {
    height: 77px;
  }
  .cid-ue54VhstHC .navbar.opened {
    height: auto;
  }
  .cid-ue54VhstHC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue54ViwZea {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ue54ViwZea .container,
.cid-ue54ViwZea .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ue54ViwZea .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ue54ViwZea .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ue54ViwZea .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ue54ViwZea .img-item {
  overflow: hidden;
}
.cid-ue54ViwZea .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ue54ViwZea .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ue54ViwZea .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ue54ViwZea .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ue54ViwZea .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ue54ViwZea .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ue54ViwZea .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ue54ViwZea .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ue54ViwZea .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ue54ViwZea .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ue54ViwZea .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ue54ViwZea .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue54ViwZea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue54Vm1xfy {
  z-index: 1;
}
.cid-urPb3C4efZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPb3C4efZ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPb3C4efZ .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPb3C4efZ .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPb3C4efZ .items-row {
  row-gap: 48px;
}
.cid-urPb3C4efZ .item {
  cursor: pointer;
}
.cid-urPb3C4efZ .item:focus,
.cid-urPb3C4efZ span:focus {
  outline: none;
}
.cid-urPb3C4efZ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPb3C4efZ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPb3C4efZ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPb3C4efZ img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPb3C4efZ .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPb3C4efZ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPb3C4efZ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPb3C4efZ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPb3C4efZ .item-title {
  color: #24262b;
}
.cid-urPb3C4efZ .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPb3C4efZ .mbr-text {
  color: #24262b;
}
.cid-uleh2wulKq {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleh2wulKq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleh2wulKq input,
.cid-uleh2wulKq textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleh2wulKq .form-control:hover,
.cid-uleh2wulKq .form-control:focus {
  color: #808080 !important;
}
.cid-uleh2wulKq .btn-success {
  color: white !important;
}
.cid-uleh2wulKq img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleh2wulKq .btn {
  border-radius: 30px;
}
.cid-uleh2wulKq textarea {
  min-height: 160px !important;
}
.cid-uleh2wulKq .form-control,
.cid-uleh2wulKq .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleh2wulKq .form-control:hover,
.cid-uleh2wulKq .field-input:hover,
.cid-uleh2wulKq .form-control:focus,
.cid-uleh2wulKq .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleh2wulKq input::-webkit-input-placeholder,
.cid-uleh2wulKq textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleh2wulKq input:-moz-placeholder,
.cid-uleh2wulKq textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleh2wulKq .jq-selectbox li,
.cid-uleh2wulKq .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleh2wulKq .jq-selectbox li:hover,
.cid-uleh2wulKq .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleh2wulKq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleh2wulKq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleh2wulKq H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleh2wulKq img {
    width: 100%;
  }
  .cid-uleh2wulKq .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleh2wulKq .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleh2wulKq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleh2wulKq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleh2wulKq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleh2wulKq .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleh2wulKq .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue54XHGrsD .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54XHGrsD .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue54XHGrsD .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue54XHGrsD .dropdown-item {
  color: #ffffff !important;
}
.cid-ue54XHGrsD .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue54XHGrsD .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue54XHGrsD .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue54XHGrsD .btn-white {
  color: #e7272d !important;
}
.cid-ue54XHGrsD .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue54XHGrsD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue54XHGrsD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue54XHGrsD .container {
  display: flex;
  margin: auto;
}
.cid-ue54XHGrsD .navbar.navbar-short .nav-link,
.cid-ue54XHGrsD .navbar.navbar-short .navbar-caption,
.cid-ue54XHGrsD .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue54XHGrsD .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue54XHGrsD .navbar-caption {
  padding-right: 3rem;
}
.cid-ue54XHGrsD .navbar.opened {
  background: #000000 !important;
}
.cid-ue54XHGrsD .nav-item:focus,
.cid-ue54XHGrsD .nav-link:focus {
  outline: none;
}
.cid-ue54XHGrsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54XHGrsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue54XHGrsD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue54XHGrsD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue54XHGrsD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue54XHGrsD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue54XHGrsD .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue54XHGrsD .navbar.opened {
  transition: all 0.3s;
}
.cid-ue54XHGrsD .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue54XHGrsD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue54XHGrsD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue54XHGrsD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue54XHGrsD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue54XHGrsD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue54XHGrsD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue54XHGrsD .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: 55%;
}
.cid-ue54XHGrsD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue54XHGrsD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue54XHGrsD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue54XHGrsD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue54XHGrsD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue54XHGrsD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue54XHGrsD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue54XHGrsD .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: 55%;
  }
  .cid-ue54XHGrsD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue54XHGrsD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue54XHGrsD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue54XHGrsD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue54XHGrsD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue54XHGrsD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue54XHGrsD .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue54XHGrsD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue54XHGrsD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue54XHGrsD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue54XHGrsD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue54XHGrsD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue54XHGrsD .dropdown-item.active,
.cid-ue54XHGrsD .dropdown-item:active {
  background-color: transparent;
}
.cid-ue54XHGrsD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue54XHGrsD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue54XHGrsD .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue54XHGrsD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue54XHGrsD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue54XHGrsD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue54XHGrsD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue54XHGrsD .navbar-buttons {
  text-align: center;
}
.cid-ue54XHGrsD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue54XHGrsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue54XHGrsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue54XHGrsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue54XHGrsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue54XHGrsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue54XHGrsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue54XHGrsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue54XHGrsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue54XHGrsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue54XHGrsD .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue54XHGrsD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue54XHGrsD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue54XHGrsD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue54XHGrsD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue54XHGrsD .navbar {
    height: 77px;
  }
  .cid-ue54XHGrsD .navbar.opened {
    height: auto;
  }
  .cid-ue54XHGrsD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue54XIsVFJ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ue54XIsVFJ .container,
.cid-ue54XIsVFJ .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ue54XIsVFJ .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ue54XIsVFJ .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ue54XIsVFJ .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ue54XIsVFJ .img-item {
  overflow: hidden;
}
.cid-ue54XIsVFJ .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ue54XIsVFJ .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ue54XIsVFJ .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ue54XIsVFJ .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ue54XIsVFJ .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ue54XIsVFJ .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ue54XIsVFJ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ue54XIsVFJ .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ue54XIsVFJ .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ue54XIsVFJ .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ue54XIsVFJ .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ue54XIsVFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue54XIsVFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPb6o9rRE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPb6o9rRE .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPb6o9rRE .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPb6o9rRE .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPb6o9rRE .items-row {
  row-gap: 48px;
}
.cid-urPb6o9rRE .item {
  cursor: pointer;
}
.cid-urPb6o9rRE .item:focus,
.cid-urPb6o9rRE span:focus {
  outline: none;
}
.cid-urPb6o9rRE .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPb6o9rRE .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPb6o9rRE .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPb6o9rRE img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPb6o9rRE .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPb6o9rRE .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPb6o9rRE .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPb6o9rRE .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPb6o9rRE .item-title {
  color: #24262b;
}
.cid-urPb6o9rRE .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPb6o9rRE .mbr-text {
  color: #24262b;
}
.cid-ulehaM2BUo {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulehaM2BUo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulehaM2BUo input,
.cid-ulehaM2BUo textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulehaM2BUo .form-control:hover,
.cid-ulehaM2BUo .form-control:focus {
  color: #808080 !important;
}
.cid-ulehaM2BUo .btn-success {
  color: white !important;
}
.cid-ulehaM2BUo img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulehaM2BUo .btn {
  border-radius: 30px;
}
.cid-ulehaM2BUo textarea {
  min-height: 160px !important;
}
.cid-ulehaM2BUo .form-control,
.cid-ulehaM2BUo .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulehaM2BUo .form-control:hover,
.cid-ulehaM2BUo .field-input:hover,
.cid-ulehaM2BUo .form-control:focus,
.cid-ulehaM2BUo .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulehaM2BUo input::-webkit-input-placeholder,
.cid-ulehaM2BUo textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulehaM2BUo input:-moz-placeholder,
.cid-ulehaM2BUo textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulehaM2BUo .jq-selectbox li,
.cid-ulehaM2BUo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulehaM2BUo .jq-selectbox li:hover,
.cid-ulehaM2BUo .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulehaM2BUo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulehaM2BUo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulehaM2BUo H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulehaM2BUo img {
    width: 100%;
  }
  .cid-ulehaM2BUo .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulehaM2BUo .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulehaM2BUo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulehaM2BUo .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulehaM2BUo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulehaM2BUo .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulehaM2BUo .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ue54XKUp0K {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue543Qm7eY .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue543Qm7eY .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue543Qm7eY .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue543Qm7eY .dropdown-item {
  color: #ffffff !important;
}
.cid-ue543Qm7eY .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue543Qm7eY .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue543Qm7eY .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue543Qm7eY .btn-white {
  color: #e7272d !important;
}
.cid-ue543Qm7eY .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue543Qm7eY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue543Qm7eY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue543Qm7eY .container {
  display: flex;
  margin: auto;
}
.cid-ue543Qm7eY .navbar.navbar-short .nav-link,
.cid-ue543Qm7eY .navbar.navbar-short .navbar-caption,
.cid-ue543Qm7eY .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue543Qm7eY .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue543Qm7eY .navbar-caption {
  padding-right: 3rem;
}
.cid-ue543Qm7eY .navbar.opened {
  background: #000000 !important;
}
.cid-ue543Qm7eY .nav-item:focus,
.cid-ue543Qm7eY .nav-link:focus {
  outline: none;
}
.cid-ue543Qm7eY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue543Qm7eY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue543Qm7eY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue543Qm7eY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue543Qm7eY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue543Qm7eY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue543Qm7eY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue543Qm7eY .navbar.opened {
  transition: all 0.3s;
}
.cid-ue543Qm7eY .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue543Qm7eY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue543Qm7eY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue543Qm7eY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue543Qm7eY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue543Qm7eY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue543Qm7eY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue543Qm7eY .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: 55%;
}
.cid-ue543Qm7eY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue543Qm7eY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue543Qm7eY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue543Qm7eY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue543Qm7eY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue543Qm7eY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue543Qm7eY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue543Qm7eY .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: 55%;
  }
  .cid-ue543Qm7eY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue543Qm7eY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue543Qm7eY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue543Qm7eY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue543Qm7eY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue543Qm7eY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue543Qm7eY .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue543Qm7eY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue543Qm7eY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue543Qm7eY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue543Qm7eY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue543Qm7eY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue543Qm7eY .dropdown-item.active,
.cid-ue543Qm7eY .dropdown-item:active {
  background-color: transparent;
}
.cid-ue543Qm7eY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue543Qm7eY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue543Qm7eY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue543Qm7eY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue543Qm7eY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue543Qm7eY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue543Qm7eY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue543Qm7eY .navbar-buttons {
  text-align: center;
}
.cid-ue543Qm7eY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue543Qm7eY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue543Qm7eY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue543Qm7eY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue543Qm7eY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue543Qm7eY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue543Qm7eY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue543Qm7eY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue543Qm7eY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue543Qm7eY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue543Qm7eY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue543Qm7eY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue543Qm7eY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue543Qm7eY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue543Qm7eY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue543Qm7eY .navbar {
    height: 77px;
  }
  .cid-ue543Qm7eY .navbar.opened {
    height: auto;
  }
  .cid-ue543Qm7eY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue543Rgubx {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ue543Rgubx .container,
.cid-ue543Rgubx .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ue543Rgubx .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ue543Rgubx .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ue543Rgubx .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ue543Rgubx .img-item {
  overflow: hidden;
}
.cid-ue543Rgubx .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ue543Rgubx .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ue543Rgubx .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ue543Rgubx .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ue543Rgubx .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ue543Rgubx .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ue543Rgubx .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ue543Rgubx .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ue543Rgubx .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ue543Rgubx .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ue543Rgubx .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ue543Rgubx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue543Rgubx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue543TRZNk {
  z-index: 1;
}
.cid-urPb8E3GLq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPb8E3GLq .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPb8E3GLq .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPb8E3GLq .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPb8E3GLq .items-row {
  row-gap: 48px;
}
.cid-urPb8E3GLq .item {
  cursor: pointer;
}
.cid-urPb8E3GLq .item:focus,
.cid-urPb8E3GLq span:focus {
  outline: none;
}
.cid-urPb8E3GLq .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPb8E3GLq .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPb8E3GLq .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPb8E3GLq img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPb8E3GLq .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPb8E3GLq .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPb8E3GLq .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPb8E3GLq .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPb8E3GLq .item-title {
  color: #24262b;
}
.cid-urPb8E3GLq .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPb8E3GLq .mbr-text {
  color: #24262b;
}
.cid-urn1BktzBL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urn1BktzBL H2 {
  color: #e7272d;
}
.cid-urn1BktzBL .mbr-text,
.cid-urn1BktzBL .mbr-section-btn {
  color: #808080;
}
.cid-urn1BktzBL img {
  max-width: 500px;
  margin: auto;
}
.cid-urn1BktzBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urn1BktzBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue55hvrspH .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55hvrspH .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue55hvrspH .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue55hvrspH .dropdown-item {
  color: #ffffff !important;
}
.cid-ue55hvrspH .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue55hvrspH .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue55hvrspH .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue55hvrspH .btn-white {
  color: #e7272d !important;
}
.cid-ue55hvrspH .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue55hvrspH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue55hvrspH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue55hvrspH .container {
  display: flex;
  margin: auto;
}
.cid-ue55hvrspH .navbar.navbar-short .nav-link,
.cid-ue55hvrspH .navbar.navbar-short .navbar-caption,
.cid-ue55hvrspH .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue55hvrspH .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue55hvrspH .navbar-caption {
  padding-right: 3rem;
}
.cid-ue55hvrspH .navbar.opened {
  background: #000000 !important;
}
.cid-ue55hvrspH .nav-item:focus,
.cid-ue55hvrspH .nav-link:focus {
  outline: none;
}
.cid-ue55hvrspH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55hvrspH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue55hvrspH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue55hvrspH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55hvrspH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue55hvrspH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue55hvrspH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue55hvrspH .navbar.opened {
  transition: all 0.3s;
}
.cid-ue55hvrspH .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue55hvrspH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue55hvrspH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue55hvrspH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue55hvrspH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue55hvrspH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue55hvrspH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue55hvrspH .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: 55%;
}
.cid-ue55hvrspH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue55hvrspH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue55hvrspH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue55hvrspH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue55hvrspH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue55hvrspH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue55hvrspH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue55hvrspH .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: 55%;
  }
  .cid-ue55hvrspH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue55hvrspH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue55hvrspH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue55hvrspH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue55hvrspH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue55hvrspH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue55hvrspH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue55hvrspH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue55hvrspH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue55hvrspH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue55hvrspH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue55hvrspH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue55hvrspH .dropdown-item.active,
.cid-ue55hvrspH .dropdown-item:active {
  background-color: transparent;
}
.cid-ue55hvrspH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue55hvrspH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue55hvrspH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue55hvrspH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue55hvrspH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue55hvrspH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue55hvrspH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue55hvrspH .navbar-buttons {
  text-align: center;
}
.cid-ue55hvrspH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue55hvrspH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue55hvrspH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue55hvrspH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue55hvrspH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue55hvrspH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue55hvrspH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue55hvrspH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue55hvrspH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue55hvrspH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue55hvrspH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue55hvrspH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue55hvrspH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue55hvrspH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue55hvrspH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue55hvrspH .navbar {
    height: 77px;
  }
  .cid-ue55hvrspH .navbar.opened {
    height: auto;
  }
  .cid-ue55hvrspH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue55hwegpS {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ue55hwegpS .container,
.cid-ue55hwegpS .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ue55hwegpS .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ue55hwegpS .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ue55hwegpS .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ue55hwegpS .img-item {
  overflow: hidden;
}
.cid-ue55hwegpS .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ue55hwegpS .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ue55hwegpS .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ue55hwegpS .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ue55hwegpS .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ue55hwegpS .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ue55hwegpS .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ue55hwegpS .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ue55hwegpS .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ue55hwegpS .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ue55hwegpS .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ue55hwegpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue55hwegpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPbb2HJUS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPbb2HJUS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPbb2HJUS .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPbb2HJUS .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPbb2HJUS .items-row {
  row-gap: 48px;
}
.cid-urPbb2HJUS .item {
  cursor: pointer;
}
.cid-urPbb2HJUS .item:focus,
.cid-urPbb2HJUS span:focus {
  outline: none;
}
.cid-urPbb2HJUS .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPbb2HJUS .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbb2HJUS .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPbb2HJUS img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPbb2HJUS .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPbb2HJUS .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbb2HJUS .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPbb2HJUS .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPbb2HJUS .item-title {
  color: #24262b;
}
.cid-urPbb2HJUS .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPbb2HJUS .mbr-text {
  color: #24262b;
}
.cid-ue55hysrBt {
  z-index: 1;
}
.cid-urn1YL6SMx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urn1YL6SMx H2 {
  color: #e7272d;
}
.cid-urn1YL6SMx .mbr-text,
.cid-urn1YL6SMx .mbr-section-btn {
  color: #808080;
}
.cid-urn1YL6SMx img {
  max-width: 500px;
  margin: auto;
}
.cid-urn1YL6SMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-urn1YL6SMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue55xwPrOX .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55xwPrOX .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue55xwPrOX .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue55xwPrOX .dropdown-item {
  color: #ffffff !important;
}
.cid-ue55xwPrOX .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue55xwPrOX .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue55xwPrOX .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue55xwPrOX .btn-white {
  color: #e7272d !important;
}
.cid-ue55xwPrOX .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue55xwPrOX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue55xwPrOX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue55xwPrOX .container {
  display: flex;
  margin: auto;
}
.cid-ue55xwPrOX .navbar.navbar-short .nav-link,
.cid-ue55xwPrOX .navbar.navbar-short .navbar-caption,
.cid-ue55xwPrOX .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue55xwPrOX .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue55xwPrOX .navbar-caption {
  padding-right: 3rem;
}
.cid-ue55xwPrOX .navbar.opened {
  background: #000000 !important;
}
.cid-ue55xwPrOX .nav-item:focus,
.cid-ue55xwPrOX .nav-link:focus {
  outline: none;
}
.cid-ue55xwPrOX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55xwPrOX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue55xwPrOX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue55xwPrOX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55xwPrOX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue55xwPrOX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue55xwPrOX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue55xwPrOX .navbar.opened {
  transition: all 0.3s;
}
.cid-ue55xwPrOX .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue55xwPrOX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue55xwPrOX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue55xwPrOX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue55xwPrOX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue55xwPrOX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue55xwPrOX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue55xwPrOX .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: 55%;
}
.cid-ue55xwPrOX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue55xwPrOX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue55xwPrOX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue55xwPrOX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue55xwPrOX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue55xwPrOX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue55xwPrOX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue55xwPrOX .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: 55%;
  }
  .cid-ue55xwPrOX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue55xwPrOX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue55xwPrOX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue55xwPrOX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue55xwPrOX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue55xwPrOX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue55xwPrOX .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue55xwPrOX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue55xwPrOX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue55xwPrOX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue55xwPrOX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue55xwPrOX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue55xwPrOX .dropdown-item.active,
.cid-ue55xwPrOX .dropdown-item:active {
  background-color: transparent;
}
.cid-ue55xwPrOX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue55xwPrOX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue55xwPrOX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue55xwPrOX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue55xwPrOX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue55xwPrOX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue55xwPrOX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue55xwPrOX .navbar-buttons {
  text-align: center;
}
.cid-ue55xwPrOX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue55xwPrOX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue55xwPrOX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue55xwPrOX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue55xwPrOX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue55xwPrOX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue55xwPrOX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue55xwPrOX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue55xwPrOX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue55xwPrOX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue55xwPrOX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue55xwPrOX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue55xwPrOX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue55xwPrOX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue55xwPrOX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue55xwPrOX .navbar {
    height: 77px;
  }
  .cid-ue55xwPrOX .navbar.opened {
    height: auto;
  }
  .cid-ue55xwPrOX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue55xxlx9w {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ue55xxlx9w .container,
.cid-ue55xxlx9w .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ue55xxlx9w .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ue55xxlx9w .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ue55xxlx9w .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ue55xxlx9w .img-item {
  overflow: hidden;
}
.cid-ue55xxlx9w .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ue55xxlx9w .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ue55xxlx9w .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ue55xxlx9w .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ue55xxlx9w .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ue55xxlx9w .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ue55xxlx9w .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ue55xxlx9w .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ue55xxlx9w .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ue55xxlx9w .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ue55xxlx9w .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ue55xxlx9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue55xxlx9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPbdwmXQH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPbdwmXQH .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPbdwmXQH .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPbdwmXQH .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPbdwmXQH .items-row {
  row-gap: 48px;
}
.cid-urPbdwmXQH .item {
  cursor: pointer;
}
.cid-urPbdwmXQH .item:focus,
.cid-urPbdwmXQH span:focus {
  outline: none;
}
.cid-urPbdwmXQH .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPbdwmXQH .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbdwmXQH .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPbdwmXQH img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPbdwmXQH .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPbdwmXQH .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbdwmXQH .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPbdwmXQH .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPbdwmXQH .item-title {
  color: #24262b;
}
.cid-urPbdwmXQH .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPbdwmXQH .mbr-text {
  color: #24262b;
}
.cid-ue55xyRmyG {
  z-index: 1;
}
.cid-ulehlq55xb {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulehlq55xb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulehlq55xb input,
.cid-ulehlq55xb textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulehlq55xb .form-control:hover,
.cid-ulehlq55xb .form-control:focus {
  color: #808080 !important;
}
.cid-ulehlq55xb .btn-success {
  color: white !important;
}
.cid-ulehlq55xb img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulehlq55xb .btn {
  border-radius: 30px;
}
.cid-ulehlq55xb textarea {
  min-height: 160px !important;
}
.cid-ulehlq55xb .form-control,
.cid-ulehlq55xb .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulehlq55xb .form-control:hover,
.cid-ulehlq55xb .field-input:hover,
.cid-ulehlq55xb .form-control:focus,
.cid-ulehlq55xb .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulehlq55xb input::-webkit-input-placeholder,
.cid-ulehlq55xb textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulehlq55xb input:-moz-placeholder,
.cid-ulehlq55xb textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulehlq55xb .jq-selectbox li,
.cid-ulehlq55xb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulehlq55xb .jq-selectbox li:hover,
.cid-ulehlq55xb .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulehlq55xb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulehlq55xb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulehlq55xb H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulehlq55xb img {
    width: 100%;
  }
  .cid-ulehlq55xb .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulehlq55xb .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulehlq55xb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulehlq55xb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulehlq55xb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulehlq55xb .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulehlq55xb .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue55I5aIQ9 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55I5aIQ9 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue55I5aIQ9 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue55I5aIQ9 .dropdown-item {
  color: #ffffff !important;
}
.cid-ue55I5aIQ9 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue55I5aIQ9 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue55I5aIQ9 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue55I5aIQ9 .btn-white {
  color: #e7272d !important;
}
.cid-ue55I5aIQ9 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue55I5aIQ9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue55I5aIQ9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue55I5aIQ9 .container {
  display: flex;
  margin: auto;
}
.cid-ue55I5aIQ9 .navbar.navbar-short .nav-link,
.cid-ue55I5aIQ9 .navbar.navbar-short .navbar-caption,
.cid-ue55I5aIQ9 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue55I5aIQ9 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue55I5aIQ9 .navbar-caption {
  padding-right: 3rem;
}
.cid-ue55I5aIQ9 .navbar.opened {
  background: #000000 !important;
}
.cid-ue55I5aIQ9 .nav-item:focus,
.cid-ue55I5aIQ9 .nav-link:focus {
  outline: none;
}
.cid-ue55I5aIQ9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55I5aIQ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue55I5aIQ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue55I5aIQ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55I5aIQ9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue55I5aIQ9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue55I5aIQ9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue55I5aIQ9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ue55I5aIQ9 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue55I5aIQ9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue55I5aIQ9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue55I5aIQ9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue55I5aIQ9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue55I5aIQ9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue55I5aIQ9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue55I5aIQ9 .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: 55%;
}
.cid-ue55I5aIQ9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue55I5aIQ9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue55I5aIQ9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue55I5aIQ9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue55I5aIQ9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue55I5aIQ9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue55I5aIQ9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue55I5aIQ9 .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: 55%;
  }
  .cid-ue55I5aIQ9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue55I5aIQ9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue55I5aIQ9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue55I5aIQ9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue55I5aIQ9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue55I5aIQ9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue55I5aIQ9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue55I5aIQ9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue55I5aIQ9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue55I5aIQ9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue55I5aIQ9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue55I5aIQ9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue55I5aIQ9 .dropdown-item.active,
.cid-ue55I5aIQ9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ue55I5aIQ9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue55I5aIQ9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue55I5aIQ9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue55I5aIQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue55I5aIQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue55I5aIQ9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue55I5aIQ9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue55I5aIQ9 .navbar-buttons {
  text-align: center;
}
.cid-ue55I5aIQ9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue55I5aIQ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue55I5aIQ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue55I5aIQ9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue55I5aIQ9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue55I5aIQ9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue55I5aIQ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue55I5aIQ9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue55I5aIQ9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue55I5aIQ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue55I5aIQ9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue55I5aIQ9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue55I5aIQ9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue55I5aIQ9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue55I5aIQ9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue55I5aIQ9 .navbar {
    height: 77px;
  }
  .cid-ue55I5aIQ9 .navbar.opened {
    height: auto;
  }
  .cid-ue55I5aIQ9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue55I5ZmXo {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ue55I5ZmXo .container,
.cid-ue55I5ZmXo .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ue55I5ZmXo .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ue55I5ZmXo .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ue55I5ZmXo .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ue55I5ZmXo .img-item {
  overflow: hidden;
}
.cid-ue55I5ZmXo .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ue55I5ZmXo .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ue55I5ZmXo .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ue55I5ZmXo .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ue55I5ZmXo .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ue55I5ZmXo .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ue55I5ZmXo .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ue55I5ZmXo .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ue55I5ZmXo .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ue55I5ZmXo .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ue55I5ZmXo .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ue55I5ZmXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue55I5ZmXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPbnHlnBc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPbnHlnBc .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPbnHlnBc .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPbnHlnBc .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPbnHlnBc .items-row {
  row-gap: 48px;
}
.cid-urPbnHlnBc .item {
  cursor: pointer;
}
.cid-urPbnHlnBc .item:focus,
.cid-urPbnHlnBc span:focus {
  outline: none;
}
.cid-urPbnHlnBc .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPbnHlnBc .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbnHlnBc .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPbnHlnBc img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPbnHlnBc .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPbnHlnBc .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbnHlnBc .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPbnHlnBc .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPbnHlnBc .item-title {
  color: #24262b;
}
.cid-urPbnHlnBc .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPbnHlnBc .mbr-text {
  color: #24262b;
}
.cid-urn2t8nDof {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urn2t8nDof H2 {
  color: #e7272d;
}
.cid-urn2t8nDof .mbr-text,
.cid-urn2t8nDof .mbr-section-btn {
  color: #808080;
}
.cid-urn2t8nDof img {
  max-width: 500px;
  margin: auto;
}
.cid-urn2t8nDof .mbr-fallback-image.disabled {
  display: none;
}
.cid-urn2t8nDof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue55IaC4Qh {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue55Mls33z .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55Mls33z .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue55Mls33z .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue55Mls33z .dropdown-item {
  color: #ffffff !important;
}
.cid-ue55Mls33z .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue55Mls33z .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue55Mls33z .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue55Mls33z .btn-white {
  color: #e7272d !important;
}
.cid-ue55Mls33z .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue55Mls33z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue55Mls33z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue55Mls33z .container {
  display: flex;
  margin: auto;
}
.cid-ue55Mls33z .navbar.navbar-short .nav-link,
.cid-ue55Mls33z .navbar.navbar-short .navbar-caption,
.cid-ue55Mls33z .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue55Mls33z .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue55Mls33z .navbar-caption {
  padding-right: 3rem;
}
.cid-ue55Mls33z .navbar.opened {
  background: #000000 !important;
}
.cid-ue55Mls33z .nav-item:focus,
.cid-ue55Mls33z .nav-link:focus {
  outline: none;
}
.cid-ue55Mls33z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55Mls33z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue55Mls33z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue55Mls33z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55Mls33z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue55Mls33z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue55Mls33z .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue55Mls33z .navbar.opened {
  transition: all 0.3s;
}
.cid-ue55Mls33z .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue55Mls33z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue55Mls33z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue55Mls33z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue55Mls33z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue55Mls33z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue55Mls33z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue55Mls33z .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: 55%;
}
.cid-ue55Mls33z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue55Mls33z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue55Mls33z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue55Mls33z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue55Mls33z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue55Mls33z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue55Mls33z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue55Mls33z .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: 55%;
  }
  .cid-ue55Mls33z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue55Mls33z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue55Mls33z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue55Mls33z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue55Mls33z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue55Mls33z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue55Mls33z .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue55Mls33z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue55Mls33z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue55Mls33z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue55Mls33z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue55Mls33z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue55Mls33z .dropdown-item.active,
.cid-ue55Mls33z .dropdown-item:active {
  background-color: transparent;
}
.cid-ue55Mls33z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue55Mls33z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue55Mls33z .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue55Mls33z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue55Mls33z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue55Mls33z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue55Mls33z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue55Mls33z .navbar-buttons {
  text-align: center;
}
.cid-ue55Mls33z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue55Mls33z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue55Mls33z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue55Mls33z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue55Mls33z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue55Mls33z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue55Mls33z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue55Mls33z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue55Mls33z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue55Mls33z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue55Mls33z .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue55Mls33z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue55Mls33z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue55Mls33z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue55Mls33z .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue55Mls33z .navbar {
    height: 77px;
  }
  .cid-ue55Mls33z .navbar.opened {
    height: auto;
  }
  .cid-ue55Mls33z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue55MmbTmb {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ue55MmbTmb .container,
.cid-ue55MmbTmb .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ue55MmbTmb .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ue55MmbTmb .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ue55MmbTmb .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ue55MmbTmb .img-item {
  overflow: hidden;
}
.cid-ue55MmbTmb .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ue55MmbTmb .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ue55MmbTmb .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ue55MmbTmb .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ue55MmbTmb .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ue55MmbTmb .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ue55MmbTmb .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ue55MmbTmb .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ue55MmbTmb .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ue55MmbTmb .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ue55MmbTmb .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ue55MmbTmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue55MmbTmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPbqog4WL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPbqog4WL .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPbqog4WL .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPbqog4WL .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPbqog4WL .items-row {
  row-gap: 48px;
}
.cid-urPbqog4WL .item {
  cursor: pointer;
}
.cid-urPbqog4WL .item:focus,
.cid-urPbqog4WL span:focus {
  outline: none;
}
.cid-urPbqog4WL .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPbqog4WL .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbqog4WL .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPbqog4WL img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPbqog4WL .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPbqog4WL .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbqog4WL .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPbqog4WL .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPbqog4WL .item-title {
  color: #24262b;
}
.cid-urPbqog4WL .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPbqog4WL .mbr-text {
  color: #24262b;
}
.cid-ue55MoSpZn {
  z-index: 1;
}
.cid-urn2APAiF6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-urn2APAiF6 H2 {
  color: #e7272d;
}
.cid-urn2APAiF6 .mbr-text,
.cid-urn2APAiF6 .mbr-section-btn {
  color: #808080;
}
.cid-urn2APAiF6 img {
  max-width: 500px;
  margin: auto;
}
.cid-urn2APAiF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urn2APAiF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uleifUQ2PY {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleifUQ2PY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleifUQ2PY input,
.cid-uleifUQ2PY textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleifUQ2PY .form-control:hover,
.cid-uleifUQ2PY .form-control:focus {
  color: #808080 !important;
}
.cid-uleifUQ2PY .btn-success {
  color: white !important;
}
.cid-uleifUQ2PY img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleifUQ2PY .btn {
  border-radius: 30px;
}
.cid-uleifUQ2PY textarea {
  min-height: 160px !important;
}
.cid-uleifUQ2PY .form-control,
.cid-uleifUQ2PY .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleifUQ2PY .form-control:hover,
.cid-uleifUQ2PY .field-input:hover,
.cid-uleifUQ2PY .form-control:focus,
.cid-uleifUQ2PY .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleifUQ2PY input::-webkit-input-placeholder,
.cid-uleifUQ2PY textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleifUQ2PY input:-moz-placeholder,
.cid-uleifUQ2PY textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleifUQ2PY .jq-selectbox li,
.cid-uleifUQ2PY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleifUQ2PY .jq-selectbox li:hover,
.cid-uleifUQ2PY .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleifUQ2PY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleifUQ2PY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleifUQ2PY H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleifUQ2PY img {
    width: 100%;
  }
  .cid-uleifUQ2PY .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleifUQ2PY .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleifUQ2PY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleifUQ2PY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleifUQ2PY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleifUQ2PY .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleifUQ2PY .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-uea6HGiioY .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea6HGiioY .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uea6HGiioY .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uea6HGiioY .dropdown-item {
  color: #ffffff !important;
}
.cid-uea6HGiioY .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uea6HGiioY .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uea6HGiioY .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uea6HGiioY .btn-white {
  color: #e7272d !important;
}
.cid-uea6HGiioY .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uea6HGiioY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uea6HGiioY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uea6HGiioY .container {
  display: flex;
  margin: auto;
}
.cid-uea6HGiioY .navbar.navbar-short .nav-link,
.cid-uea6HGiioY .navbar.navbar-short .navbar-caption,
.cid-uea6HGiioY .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uea6HGiioY .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uea6HGiioY .navbar-caption {
  padding-right: 3rem;
}
.cid-uea6HGiioY .navbar.opened {
  background: #000000 !important;
}
.cid-uea6HGiioY .nav-item:focus,
.cid-uea6HGiioY .nav-link:focus {
  outline: none;
}
.cid-uea6HGiioY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea6HGiioY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uea6HGiioY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uea6HGiioY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea6HGiioY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uea6HGiioY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uea6HGiioY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uea6HGiioY .navbar.opened {
  transition: all 0.3s;
}
.cid-uea6HGiioY .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uea6HGiioY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uea6HGiioY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uea6HGiioY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uea6HGiioY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uea6HGiioY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uea6HGiioY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uea6HGiioY .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: 55%;
}
.cid-uea6HGiioY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uea6HGiioY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uea6HGiioY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uea6HGiioY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uea6HGiioY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uea6HGiioY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uea6HGiioY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uea6HGiioY .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: 55%;
  }
  .cid-uea6HGiioY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uea6HGiioY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uea6HGiioY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uea6HGiioY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uea6HGiioY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uea6HGiioY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uea6HGiioY .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uea6HGiioY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uea6HGiioY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uea6HGiioY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uea6HGiioY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uea6HGiioY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uea6HGiioY .dropdown-item.active,
.cid-uea6HGiioY .dropdown-item:active {
  background-color: transparent;
}
.cid-uea6HGiioY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uea6HGiioY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uea6HGiioY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uea6HGiioY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uea6HGiioY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uea6HGiioY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uea6HGiioY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uea6HGiioY .navbar-buttons {
  text-align: center;
}
.cid-uea6HGiioY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uea6HGiioY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uea6HGiioY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uea6HGiioY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea6HGiioY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea6HGiioY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uea6HGiioY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea6HGiioY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uea6HGiioY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uea6HGiioY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea6HGiioY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uea6HGiioY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uea6HGiioY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uea6HGiioY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uea6HGiioY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uea6HGiioY .navbar {
    height: 77px;
  }
  .cid-uea6HGiioY .navbar.opened {
    height: auto;
  }
  .cid-uea6HGiioY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uea6HGQFTD {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uea6HGQFTD .container,
.cid-uea6HGQFTD .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uea6HGQFTD .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-uea6HGQFTD .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uea6HGQFTD .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uea6HGQFTD .img-item {
  overflow: hidden;
}
.cid-uea6HGQFTD .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uea6HGQFTD .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-uea6HGQFTD .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uea6HGQFTD .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uea6HGQFTD .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uea6HGQFTD .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-uea6HGQFTD .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-uea6HGQFTD .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uea6HGQFTD .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uea6HGQFTD .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uea6HGQFTD .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uea6HGQFTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uea6HGQFTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uea6HIf61l {
  z-index: 1;
}
.cid-urPaznn3W5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPaznn3W5 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPaznn3W5 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPaznn3W5 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPaznn3W5 .items-row {
  row-gap: 48px;
}
.cid-urPaznn3W5 .item {
  cursor: pointer;
}
.cid-urPaznn3W5 .item:focus,
.cid-urPaznn3W5 span:focus {
  outline: none;
}
.cid-urPaznn3W5 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPaznn3W5 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaznn3W5 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPaznn3W5 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPaznn3W5 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPaznn3W5 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaznn3W5 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPaznn3W5 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPaznn3W5 .item-title {
  color: #24262b;
}
.cid-urPaznn3W5 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPaznn3W5 .mbr-text {
  color: #24262b;
}
.cid-uleef80vFF {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleef80vFF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleef80vFF input,
.cid-uleef80vFF textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleef80vFF .form-control:hover,
.cid-uleef80vFF .form-control:focus {
  color: #808080 !important;
}
.cid-uleef80vFF .btn-success {
  color: white !important;
}
.cid-uleef80vFF img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleef80vFF .btn {
  border-radius: 30px;
}
.cid-uleef80vFF textarea {
  min-height: 160px !important;
}
.cid-uleef80vFF .form-control,
.cid-uleef80vFF .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleef80vFF .form-control:hover,
.cid-uleef80vFF .field-input:hover,
.cid-uleef80vFF .form-control:focus,
.cid-uleef80vFF .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleef80vFF input::-webkit-input-placeholder,
.cid-uleef80vFF textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleef80vFF input:-moz-placeholder,
.cid-uleef80vFF textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleef80vFF .jq-selectbox li,
.cid-uleef80vFF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleef80vFF .jq-selectbox li:hover,
.cid-uleef80vFF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleef80vFF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleef80vFF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleef80vFF H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleef80vFF img {
    width: 100%;
  }
  .cid-uleef80vFF .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleef80vFF .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleef80vFF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleef80vFF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleef80vFF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleef80vFF .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleef80vFF .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-uea8j92rkK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8j92rkK .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uea8j92rkK .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uea8j92rkK .dropdown-item {
  color: #ffffff !important;
}
.cid-uea8j92rkK .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uea8j92rkK .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uea8j92rkK .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uea8j92rkK .btn-white {
  color: #e7272d !important;
}
.cid-uea8j92rkK .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uea8j92rkK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uea8j92rkK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uea8j92rkK .container {
  display: flex;
  margin: auto;
}
.cid-uea8j92rkK .navbar.navbar-short .nav-link,
.cid-uea8j92rkK .navbar.navbar-short .navbar-caption,
.cid-uea8j92rkK .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uea8j92rkK .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uea8j92rkK .navbar-caption {
  padding-right: 3rem;
}
.cid-uea8j92rkK .navbar.opened {
  background: #000000 !important;
}
.cid-uea8j92rkK .nav-item:focus,
.cid-uea8j92rkK .nav-link:focus {
  outline: none;
}
.cid-uea8j92rkK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8j92rkK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uea8j92rkK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uea8j92rkK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8j92rkK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uea8j92rkK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uea8j92rkK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uea8j92rkK .navbar.opened {
  transition: all 0.3s;
}
.cid-uea8j92rkK .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uea8j92rkK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uea8j92rkK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uea8j92rkK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uea8j92rkK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uea8j92rkK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uea8j92rkK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uea8j92rkK .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: 55%;
}
.cid-uea8j92rkK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uea8j92rkK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uea8j92rkK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uea8j92rkK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uea8j92rkK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uea8j92rkK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uea8j92rkK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uea8j92rkK .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: 55%;
  }
  .cid-uea8j92rkK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uea8j92rkK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uea8j92rkK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uea8j92rkK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uea8j92rkK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uea8j92rkK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uea8j92rkK .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uea8j92rkK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uea8j92rkK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uea8j92rkK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uea8j92rkK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uea8j92rkK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uea8j92rkK .dropdown-item.active,
.cid-uea8j92rkK .dropdown-item:active {
  background-color: transparent;
}
.cid-uea8j92rkK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uea8j92rkK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uea8j92rkK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uea8j92rkK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uea8j92rkK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uea8j92rkK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uea8j92rkK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uea8j92rkK .navbar-buttons {
  text-align: center;
}
.cid-uea8j92rkK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uea8j92rkK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uea8j92rkK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uea8j92rkK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea8j92rkK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea8j92rkK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uea8j92rkK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea8j92rkK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uea8j92rkK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uea8j92rkK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea8j92rkK .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uea8j92rkK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uea8j92rkK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uea8j92rkK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uea8j92rkK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uea8j92rkK .navbar {
    height: 77px;
  }
  .cid-uea8j92rkK .navbar.opened {
    height: auto;
  }
  .cid-uea8j92rkK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uea8j9BHFg {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uea8j9BHFg .container,
.cid-uea8j9BHFg .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uea8j9BHFg .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-uea8j9BHFg .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uea8j9BHFg .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uea8j9BHFg .img-item {
  overflow: hidden;
}
.cid-uea8j9BHFg .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uea8j9BHFg .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-uea8j9BHFg .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uea8j9BHFg .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uea8j9BHFg .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uea8j9BHFg .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-uea8j9BHFg .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uea8j9BHFg .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uea8j9BHFg .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uea8j9BHFg .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uea8j9BHFg .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uea8j9BHFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uea8j9BHFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uea8jb3O40 {
  z-index: 1;
}
.cid-urPaCzIXH4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPaCzIXH4 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPaCzIXH4 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPaCzIXH4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPaCzIXH4 .items-row {
  row-gap: 48px;
}
.cid-urPaCzIXH4 .item {
  cursor: pointer;
}
.cid-urPaCzIXH4 .item:focus,
.cid-urPaCzIXH4 span:focus {
  outline: none;
}
.cid-urPaCzIXH4 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPaCzIXH4 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaCzIXH4 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPaCzIXH4 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPaCzIXH4 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPaCzIXH4 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaCzIXH4 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPaCzIXH4 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPaCzIXH4 .item-title {
  color: #24262b;
}
.cid-urPaCzIXH4 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPaCzIXH4 .mbr-text {
  color: #24262b;
}
.cid-uleekSeW3g {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleekSeW3g .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleekSeW3g input,
.cid-uleekSeW3g textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleekSeW3g .form-control:hover,
.cid-uleekSeW3g .form-control:focus {
  color: #808080 !important;
}
.cid-uleekSeW3g .btn-success {
  color: white !important;
}
.cid-uleekSeW3g img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleekSeW3g .btn {
  border-radius: 30px;
}
.cid-uleekSeW3g textarea {
  min-height: 160px !important;
}
.cid-uleekSeW3g .form-control,
.cid-uleekSeW3g .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleekSeW3g .form-control:hover,
.cid-uleekSeW3g .field-input:hover,
.cid-uleekSeW3g .form-control:focus,
.cid-uleekSeW3g .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleekSeW3g input::-webkit-input-placeholder,
.cid-uleekSeW3g textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleekSeW3g input:-moz-placeholder,
.cid-uleekSeW3g textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleekSeW3g .jq-selectbox li,
.cid-uleekSeW3g .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleekSeW3g .jq-selectbox li:hover,
.cid-uleekSeW3g .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleekSeW3g .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleekSeW3g .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleekSeW3g H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleekSeW3g img {
    width: 100%;
  }
  .cid-uleekSeW3g .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleekSeW3g .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleekSeW3g .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleekSeW3g .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleekSeW3g .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleekSeW3g .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleekSeW3g .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-uea8qcRsFF .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8qcRsFF .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uea8qcRsFF .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uea8qcRsFF .dropdown-item {
  color: #ffffff !important;
}
.cid-uea8qcRsFF .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uea8qcRsFF .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uea8qcRsFF .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uea8qcRsFF .btn-white {
  color: #e7272d !important;
}
.cid-uea8qcRsFF .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uea8qcRsFF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uea8qcRsFF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uea8qcRsFF .container {
  display: flex;
  margin: auto;
}
.cid-uea8qcRsFF .navbar.navbar-short .nav-link,
.cid-uea8qcRsFF .navbar.navbar-short .navbar-caption,
.cid-uea8qcRsFF .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uea8qcRsFF .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uea8qcRsFF .navbar-caption {
  padding-right: 3rem;
}
.cid-uea8qcRsFF .navbar.opened {
  background: #000000 !important;
}
.cid-uea8qcRsFF .nav-item:focus,
.cid-uea8qcRsFF .nav-link:focus {
  outline: none;
}
.cid-uea8qcRsFF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8qcRsFF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uea8qcRsFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uea8qcRsFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8qcRsFF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uea8qcRsFF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uea8qcRsFF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uea8qcRsFF .navbar.opened {
  transition: all 0.3s;
}
.cid-uea8qcRsFF .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uea8qcRsFF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uea8qcRsFF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uea8qcRsFF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uea8qcRsFF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uea8qcRsFF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uea8qcRsFF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uea8qcRsFF .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: 55%;
}
.cid-uea8qcRsFF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uea8qcRsFF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uea8qcRsFF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uea8qcRsFF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uea8qcRsFF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uea8qcRsFF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uea8qcRsFF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uea8qcRsFF .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: 55%;
  }
  .cid-uea8qcRsFF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uea8qcRsFF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uea8qcRsFF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uea8qcRsFF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uea8qcRsFF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uea8qcRsFF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uea8qcRsFF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uea8qcRsFF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uea8qcRsFF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uea8qcRsFF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uea8qcRsFF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uea8qcRsFF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uea8qcRsFF .dropdown-item.active,
.cid-uea8qcRsFF .dropdown-item:active {
  background-color: transparent;
}
.cid-uea8qcRsFF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uea8qcRsFF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uea8qcRsFF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uea8qcRsFF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uea8qcRsFF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uea8qcRsFF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uea8qcRsFF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uea8qcRsFF .navbar-buttons {
  text-align: center;
}
.cid-uea8qcRsFF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uea8qcRsFF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uea8qcRsFF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uea8qcRsFF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea8qcRsFF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea8qcRsFF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uea8qcRsFF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea8qcRsFF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uea8qcRsFF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uea8qcRsFF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea8qcRsFF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uea8qcRsFF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uea8qcRsFF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uea8qcRsFF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uea8qcRsFF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uea8qcRsFF .navbar {
    height: 77px;
  }
  .cid-uea8qcRsFF .navbar.opened {
    height: auto;
  }
  .cid-uea8qcRsFF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uea8qdZzd6 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uea8qdZzd6 .container,
.cid-uea8qdZzd6 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uea8qdZzd6 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-uea8qdZzd6 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uea8qdZzd6 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uea8qdZzd6 .img-item {
  overflow: hidden;
}
.cid-uea8qdZzd6 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uea8qdZzd6 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-uea8qdZzd6 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uea8qdZzd6 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uea8qdZzd6 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uea8qdZzd6 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-uea8qdZzd6 .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-uea8qdZzd6 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uea8qdZzd6 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uea8qdZzd6 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uea8qdZzd6 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uea8qdZzd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uea8qdZzd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uea8qgS4Ps {
  z-index: 1;
}
.cid-urPaF9bBVK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPaF9bBVK .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPaF9bBVK .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPaF9bBVK .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPaF9bBVK .items-row {
  row-gap: 48px;
}
.cid-urPaF9bBVK .item {
  cursor: pointer;
}
.cid-urPaF9bBVK .item:focus,
.cid-urPaF9bBVK span:focus {
  outline: none;
}
.cid-urPaF9bBVK .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPaF9bBVK .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaF9bBVK .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPaF9bBVK img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPaF9bBVK .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPaF9bBVK .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaF9bBVK .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPaF9bBVK .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPaF9bBVK .item-title {
  color: #24262b;
}
.cid-urPaF9bBVK .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPaF9bBVK .mbr-text {
  color: #24262b;
}
.cid-uleeA7oJ5M {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleeA7oJ5M .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uleeA7oJ5M input,
.cid-uleeA7oJ5M textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uleeA7oJ5M .form-control:hover,
.cid-uleeA7oJ5M .form-control:focus {
  color: #808080 !important;
}
.cid-uleeA7oJ5M .btn-success {
  color: white !important;
}
.cid-uleeA7oJ5M img {
  width: 90%;
  border-radius: 8px;
}
.cid-uleeA7oJ5M .btn {
  border-radius: 30px;
}
.cid-uleeA7oJ5M textarea {
  min-height: 160px !important;
}
.cid-uleeA7oJ5M .form-control,
.cid-uleeA7oJ5M .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uleeA7oJ5M .form-control:hover,
.cid-uleeA7oJ5M .field-input:hover,
.cid-uleeA7oJ5M .form-control:focus,
.cid-uleeA7oJ5M .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uleeA7oJ5M input::-webkit-input-placeholder,
.cid-uleeA7oJ5M textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uleeA7oJ5M input:-moz-placeholder,
.cid-uleeA7oJ5M textarea:-moz-placeholder {
  color: #808080;
}
.cid-uleeA7oJ5M .jq-selectbox li,
.cid-uleeA7oJ5M .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleeA7oJ5M .jq-selectbox li:hover,
.cid-uleeA7oJ5M .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uleeA7oJ5M .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleeA7oJ5M .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uleeA7oJ5M H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uleeA7oJ5M img {
    width: 100%;
  }
  .cid-uleeA7oJ5M .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uleeA7oJ5M .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uleeA7oJ5M .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uleeA7oJ5M .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uleeA7oJ5M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uleeA7oJ5M .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uleeA7oJ5M .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uleeACqDui {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleeACqDui H2 {
  color: #e7272d;
}
.cid-uleeACqDui .mbr-text,
.cid-uleeACqDui .mbr-section-btn {
  color: #808080;
}
.cid-uleeACqDui img {
  max-width: 500px;
  margin: auto;
}
.cid-uleeACqDui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleeACqDui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-uea8HFvZ8C .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8HFvZ8C .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uea8HFvZ8C .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uea8HFvZ8C .dropdown-item {
  color: #ffffff !important;
}
.cid-uea8HFvZ8C .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uea8HFvZ8C .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uea8HFvZ8C .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uea8HFvZ8C .btn-white {
  color: #e7272d !important;
}
.cid-uea8HFvZ8C .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uea8HFvZ8C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uea8HFvZ8C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uea8HFvZ8C .container {
  display: flex;
  margin: auto;
}
.cid-uea8HFvZ8C .navbar.navbar-short .nav-link,
.cid-uea8HFvZ8C .navbar.navbar-short .navbar-caption,
.cid-uea8HFvZ8C .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uea8HFvZ8C .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uea8HFvZ8C .navbar-caption {
  padding-right: 3rem;
}
.cid-uea8HFvZ8C .navbar.opened {
  background: #000000 !important;
}
.cid-uea8HFvZ8C .nav-item:focus,
.cid-uea8HFvZ8C .nav-link:focus {
  outline: none;
}
.cid-uea8HFvZ8C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8HFvZ8C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uea8HFvZ8C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uea8HFvZ8C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8HFvZ8C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uea8HFvZ8C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uea8HFvZ8C .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uea8HFvZ8C .navbar.opened {
  transition: all 0.3s;
}
.cid-uea8HFvZ8C .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uea8HFvZ8C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uea8HFvZ8C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uea8HFvZ8C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uea8HFvZ8C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uea8HFvZ8C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uea8HFvZ8C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uea8HFvZ8C .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: 55%;
}
.cid-uea8HFvZ8C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uea8HFvZ8C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uea8HFvZ8C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uea8HFvZ8C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uea8HFvZ8C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uea8HFvZ8C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uea8HFvZ8C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uea8HFvZ8C .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: 55%;
  }
  .cid-uea8HFvZ8C .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uea8HFvZ8C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uea8HFvZ8C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uea8HFvZ8C .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uea8HFvZ8C .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uea8HFvZ8C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uea8HFvZ8C .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uea8HFvZ8C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uea8HFvZ8C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uea8HFvZ8C .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uea8HFvZ8C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uea8HFvZ8C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uea8HFvZ8C .dropdown-item.active,
.cid-uea8HFvZ8C .dropdown-item:active {
  background-color: transparent;
}
.cid-uea8HFvZ8C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uea8HFvZ8C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uea8HFvZ8C .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uea8HFvZ8C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uea8HFvZ8C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uea8HFvZ8C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uea8HFvZ8C ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uea8HFvZ8C .navbar-buttons {
  text-align: center;
}
.cid-uea8HFvZ8C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uea8HFvZ8C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uea8HFvZ8C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uea8HFvZ8C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea8HFvZ8C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea8HFvZ8C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uea8HFvZ8C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea8HFvZ8C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uea8HFvZ8C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uea8HFvZ8C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea8HFvZ8C .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uea8HFvZ8C a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uea8HFvZ8C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uea8HFvZ8C .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uea8HFvZ8C .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uea8HFvZ8C .navbar {
    height: 77px;
  }
  .cid-uea8HFvZ8C .navbar.opened {
    height: auto;
  }
  .cid-uea8HFvZ8C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uea8HG2Lc4 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uea8HG2Lc4 .container,
.cid-uea8HG2Lc4 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uea8HG2Lc4 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-uea8HG2Lc4 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uea8HG2Lc4 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uea8HG2Lc4 .img-item {
  overflow: hidden;
}
.cid-uea8HG2Lc4 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uea8HG2Lc4 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-uea8HG2Lc4 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uea8HG2Lc4 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uea8HG2Lc4 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uea8HG2Lc4 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-uea8HG2Lc4 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uea8HG2Lc4 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uea8HG2Lc4 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uea8HG2Lc4 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uea8HG2Lc4 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uea8HG2Lc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uea8HG2Lc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uea8HHRBUi {
  z-index: 1;
}
.cid-urPaIVdlgp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPaIVdlgp .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPaIVdlgp .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPaIVdlgp .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPaIVdlgp .items-row {
  row-gap: 48px;
}
.cid-urPaIVdlgp .item {
  cursor: pointer;
}
.cid-urPaIVdlgp .item:focus,
.cid-urPaIVdlgp span:focus {
  outline: none;
}
.cid-urPaIVdlgp .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPaIVdlgp .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaIVdlgp .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPaIVdlgp img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPaIVdlgp .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPaIVdlgp .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaIVdlgp .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPaIVdlgp .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPaIVdlgp .item-title {
  color: #24262b;
}
.cid-urPaIVdlgp .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPaIVdlgp .mbr-text {
  color: #24262b;
}
.cid-uleePxamsf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uleePxamsf H2 {
  color: #e7272d;
}
.cid-uleePxamsf .mbr-text,
.cid-uleePxamsf .mbr-section-btn {
  color: #808080;
}
.cid-uleePxamsf img {
  max-width: 500px;
  margin: auto;
}
.cid-uleePxamsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleePxamsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-uea8QDc2L4 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8QDc2L4 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uea8QDc2L4 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uea8QDc2L4 .dropdown-item {
  color: #ffffff !important;
}
.cid-uea8QDc2L4 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uea8QDc2L4 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uea8QDc2L4 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uea8QDc2L4 .btn-white {
  color: #e7272d !important;
}
.cid-uea8QDc2L4 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uea8QDc2L4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uea8QDc2L4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uea8QDc2L4 .container {
  display: flex;
  margin: auto;
}
.cid-uea8QDc2L4 .navbar.navbar-short .nav-link,
.cid-uea8QDc2L4 .navbar.navbar-short .navbar-caption,
.cid-uea8QDc2L4 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uea8QDc2L4 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uea8QDc2L4 .navbar-caption {
  padding-right: 3rem;
}
.cid-uea8QDc2L4 .navbar.opened {
  background: #000000 !important;
}
.cid-uea8QDc2L4 .nav-item:focus,
.cid-uea8QDc2L4 .nav-link:focus {
  outline: none;
}
.cid-uea8QDc2L4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8QDc2L4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uea8QDc2L4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uea8QDc2L4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8QDc2L4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uea8QDc2L4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uea8QDc2L4 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uea8QDc2L4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uea8QDc2L4 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uea8QDc2L4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uea8QDc2L4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uea8QDc2L4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uea8QDc2L4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uea8QDc2L4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uea8QDc2L4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uea8QDc2L4 .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: 55%;
}
.cid-uea8QDc2L4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uea8QDc2L4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uea8QDc2L4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uea8QDc2L4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uea8QDc2L4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uea8QDc2L4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uea8QDc2L4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uea8QDc2L4 .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: 55%;
  }
  .cid-uea8QDc2L4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uea8QDc2L4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uea8QDc2L4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uea8QDc2L4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uea8QDc2L4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uea8QDc2L4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uea8QDc2L4 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uea8QDc2L4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uea8QDc2L4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uea8QDc2L4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uea8QDc2L4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uea8QDc2L4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uea8QDc2L4 .dropdown-item.active,
.cid-uea8QDc2L4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uea8QDc2L4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uea8QDc2L4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uea8QDc2L4 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uea8QDc2L4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uea8QDc2L4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uea8QDc2L4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uea8QDc2L4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uea8QDc2L4 .navbar-buttons {
  text-align: center;
}
.cid-uea8QDc2L4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uea8QDc2L4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uea8QDc2L4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uea8QDc2L4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea8QDc2L4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea8QDc2L4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uea8QDc2L4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea8QDc2L4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uea8QDc2L4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uea8QDc2L4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea8QDc2L4 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uea8QDc2L4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uea8QDc2L4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uea8QDc2L4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uea8QDc2L4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uea8QDc2L4 .navbar {
    height: 77px;
  }
  .cid-uea8QDc2L4 .navbar.opened {
    height: auto;
  }
  .cid-uea8QDc2L4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uea8QEtv0j {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uea8QEtv0j .container,
.cid-uea8QEtv0j .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uea8QEtv0j .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-uea8QEtv0j .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uea8QEtv0j .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uea8QEtv0j .img-item {
  overflow: hidden;
}
.cid-uea8QEtv0j .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uea8QEtv0j .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-uea8QEtv0j .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uea8QEtv0j .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uea8QEtv0j .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uea8QEtv0j .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-uea8QEtv0j .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uea8QEtv0j .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uea8QEtv0j .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uea8QEtv0j .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uea8QEtv0j .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uea8QEtv0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uea8QEtv0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uea8QHMcaS {
  z-index: 1;
}
.cid-urPaM669AA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPaM669AA .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPaM669AA .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPaM669AA .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPaM669AA .items-row {
  row-gap: 48px;
}
.cid-urPaM669AA .item {
  cursor: pointer;
}
.cid-urPaM669AA .item:focus,
.cid-urPaM669AA span:focus {
  outline: none;
}
.cid-urPaM669AA .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPaM669AA .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaM669AA .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPaM669AA img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPaM669AA .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPaM669AA .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaM669AA .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPaM669AA .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPaM669AA .item-title {
  color: #24262b;
}
.cid-urPaM669AA .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPaM669AA .mbr-text {
  color: #24262b;
}
.cid-ulefemNyan {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulefemNyan H2 {
  color: #e7272d;
}
.cid-ulefemNyan .mbr-text,
.cid-ulefemNyan .mbr-section-btn {
  color: #808080;
}
.cid-ulefemNyan img {
  max-width: 500px;
  margin: auto;
}
.cid-ulefemNyan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulefemNyan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulefdRh9fN {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulefdRh9fN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulefdRh9fN input,
.cid-ulefdRh9fN textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulefdRh9fN .form-control:hover,
.cid-ulefdRh9fN .form-control:focus {
  color: #808080 !important;
}
.cid-ulefdRh9fN .btn-success {
  color: white !important;
}
.cid-ulefdRh9fN img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulefdRh9fN .btn {
  border-radius: 30px;
}
.cid-ulefdRh9fN textarea {
  min-height: 160px !important;
}
.cid-ulefdRh9fN .form-control,
.cid-ulefdRh9fN .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulefdRh9fN .form-control:hover,
.cid-ulefdRh9fN .field-input:hover,
.cid-ulefdRh9fN .form-control:focus,
.cid-ulefdRh9fN .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulefdRh9fN input::-webkit-input-placeholder,
.cid-ulefdRh9fN textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulefdRh9fN input:-moz-placeholder,
.cid-ulefdRh9fN textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulefdRh9fN .jq-selectbox li,
.cid-ulefdRh9fN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulefdRh9fN .jq-selectbox li:hover,
.cid-ulefdRh9fN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulefdRh9fN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulefdRh9fN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulefdRh9fN H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulefdRh9fN img {
    width: 100%;
  }
  .cid-ulefdRh9fN .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulefdRh9fN .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulefdRh9fN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulefdRh9fN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulefdRh9fN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulefdRh9fN .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulefdRh9fN .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-uea8WrtBjq .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8WrtBjq .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uea8WrtBjq .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uea8WrtBjq .dropdown-item {
  color: #ffffff !important;
}
.cid-uea8WrtBjq .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uea8WrtBjq .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uea8WrtBjq .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uea8WrtBjq .btn-white {
  color: #e7272d !important;
}
.cid-uea8WrtBjq .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uea8WrtBjq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uea8WrtBjq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uea8WrtBjq .container {
  display: flex;
  margin: auto;
}
.cid-uea8WrtBjq .navbar.navbar-short .nav-link,
.cid-uea8WrtBjq .navbar.navbar-short .navbar-caption,
.cid-uea8WrtBjq .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uea8WrtBjq .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uea8WrtBjq .navbar-caption {
  padding-right: 3rem;
}
.cid-uea8WrtBjq .navbar.opened {
  background: #000000 !important;
}
.cid-uea8WrtBjq .nav-item:focus,
.cid-uea8WrtBjq .nav-link:focus {
  outline: none;
}
.cid-uea8WrtBjq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8WrtBjq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uea8WrtBjq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uea8WrtBjq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea8WrtBjq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uea8WrtBjq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uea8WrtBjq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uea8WrtBjq .navbar.opened {
  transition: all 0.3s;
}
.cid-uea8WrtBjq .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uea8WrtBjq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uea8WrtBjq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uea8WrtBjq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uea8WrtBjq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uea8WrtBjq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uea8WrtBjq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uea8WrtBjq .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: 55%;
}
.cid-uea8WrtBjq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uea8WrtBjq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uea8WrtBjq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uea8WrtBjq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uea8WrtBjq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uea8WrtBjq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uea8WrtBjq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uea8WrtBjq .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: 55%;
  }
  .cid-uea8WrtBjq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uea8WrtBjq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uea8WrtBjq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uea8WrtBjq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uea8WrtBjq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uea8WrtBjq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uea8WrtBjq .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uea8WrtBjq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uea8WrtBjq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uea8WrtBjq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uea8WrtBjq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uea8WrtBjq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uea8WrtBjq .dropdown-item.active,
.cid-uea8WrtBjq .dropdown-item:active {
  background-color: transparent;
}
.cid-uea8WrtBjq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uea8WrtBjq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uea8WrtBjq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uea8WrtBjq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uea8WrtBjq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uea8WrtBjq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uea8WrtBjq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uea8WrtBjq .navbar-buttons {
  text-align: center;
}
.cid-uea8WrtBjq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uea8WrtBjq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uea8WrtBjq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uea8WrtBjq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea8WrtBjq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea8WrtBjq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uea8WrtBjq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea8WrtBjq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uea8WrtBjq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uea8WrtBjq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea8WrtBjq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uea8WrtBjq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uea8WrtBjq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uea8WrtBjq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uea8WrtBjq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uea8WrtBjq .navbar {
    height: 77px;
  }
  .cid-uea8WrtBjq .navbar.opened {
    height: auto;
  }
  .cid-uea8WrtBjq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uea8Wsa5vz {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uea8Wsa5vz .container,
.cid-uea8Wsa5vz .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uea8Wsa5vz .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-uea8Wsa5vz .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uea8Wsa5vz .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uea8Wsa5vz .img-item {
  overflow: hidden;
}
.cid-uea8Wsa5vz .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uea8Wsa5vz .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-uea8Wsa5vz .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uea8Wsa5vz .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uea8Wsa5vz .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uea8Wsa5vz .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-uea8Wsa5vz .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uea8Wsa5vz .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uea8Wsa5vz .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uea8Wsa5vz .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uea8Wsa5vz .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uea8Wsa5vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uea8Wsa5vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uea8WukBtk {
  z-index: 1;
}
.cid-urPaOvvaXR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPaOvvaXR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPaOvvaXR .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPaOvvaXR .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPaOvvaXR .items-row {
  row-gap: 48px;
}
.cid-urPaOvvaXR .item {
  cursor: pointer;
}
.cid-urPaOvvaXR .item:focus,
.cid-urPaOvvaXR span:focus {
  outline: none;
}
.cid-urPaOvvaXR .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPaOvvaXR .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaOvvaXR .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPaOvvaXR img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPaOvvaXR .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPaOvvaXR .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaOvvaXR .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPaOvvaXR .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPaOvvaXR .item-title {
  color: #24262b;
}
.cid-urPaOvvaXR .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPaOvvaXR .mbr-text {
  color: #24262b;
}
.cid-ulefx689qQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulefx689qQ H2 {
  color: #e7272d;
}
.cid-ulefx689qQ .mbr-text,
.cid-ulefx689qQ .mbr-section-btn {
  color: #808080;
}
.cid-ulefx689qQ img {
  max-width: 500px;
  margin: auto;
}
.cid-ulefx689qQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulefx689qQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulefxyiSKQ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulefxyiSKQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulefxyiSKQ input,
.cid-ulefxyiSKQ textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulefxyiSKQ .form-control:hover,
.cid-ulefxyiSKQ .form-control:focus {
  color: #808080 !important;
}
.cid-ulefxyiSKQ .btn-success {
  color: white !important;
}
.cid-ulefxyiSKQ img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulefxyiSKQ .btn {
  border-radius: 30px;
}
.cid-ulefxyiSKQ textarea {
  min-height: 160px !important;
}
.cid-ulefxyiSKQ .form-control,
.cid-ulefxyiSKQ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulefxyiSKQ .form-control:hover,
.cid-ulefxyiSKQ .field-input:hover,
.cid-ulefxyiSKQ .form-control:focus,
.cid-ulefxyiSKQ .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulefxyiSKQ input::-webkit-input-placeholder,
.cid-ulefxyiSKQ textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulefxyiSKQ input:-moz-placeholder,
.cid-ulefxyiSKQ textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulefxyiSKQ .jq-selectbox li,
.cid-ulefxyiSKQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulefxyiSKQ .jq-selectbox li:hover,
.cid-ulefxyiSKQ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulefxyiSKQ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulefxyiSKQ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulefxyiSKQ H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulefxyiSKQ img {
    width: 100%;
  }
  .cid-ulefxyiSKQ .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulefxyiSKQ .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulefxyiSKQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulefxyiSKQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulefxyiSKQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulefxyiSKQ .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulefxyiSKQ .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueadpIZONx .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueadpIZONx .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueadpIZONx .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueadpIZONx .dropdown-item {
  color: #ffffff !important;
}
.cid-ueadpIZONx .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueadpIZONx .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueadpIZONx .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueadpIZONx .btn-white {
  color: #e7272d !important;
}
.cid-ueadpIZONx .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueadpIZONx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueadpIZONx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueadpIZONx .container {
  display: flex;
  margin: auto;
}
.cid-ueadpIZONx .navbar.navbar-short .nav-link,
.cid-ueadpIZONx .navbar.navbar-short .navbar-caption,
.cid-ueadpIZONx .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueadpIZONx .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueadpIZONx .navbar-caption {
  padding-right: 3rem;
}
.cid-ueadpIZONx .navbar.opened {
  background: #000000 !important;
}
.cid-ueadpIZONx .nav-item:focus,
.cid-ueadpIZONx .nav-link:focus {
  outline: none;
}
.cid-ueadpIZONx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueadpIZONx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueadpIZONx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueadpIZONx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueadpIZONx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueadpIZONx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueadpIZONx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueadpIZONx .navbar.opened {
  transition: all 0.3s;
}
.cid-ueadpIZONx .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueadpIZONx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueadpIZONx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueadpIZONx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueadpIZONx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueadpIZONx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueadpIZONx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueadpIZONx .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: 55%;
}
.cid-ueadpIZONx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueadpIZONx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueadpIZONx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueadpIZONx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueadpIZONx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueadpIZONx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueadpIZONx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueadpIZONx .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: 55%;
  }
  .cid-ueadpIZONx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueadpIZONx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueadpIZONx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueadpIZONx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueadpIZONx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueadpIZONx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueadpIZONx .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueadpIZONx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueadpIZONx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueadpIZONx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueadpIZONx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueadpIZONx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueadpIZONx .dropdown-item.active,
.cid-ueadpIZONx .dropdown-item:active {
  background-color: transparent;
}
.cid-ueadpIZONx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueadpIZONx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueadpIZONx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueadpIZONx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueadpIZONx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueadpIZONx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueadpIZONx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueadpIZONx .navbar-buttons {
  text-align: center;
}
.cid-ueadpIZONx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueadpIZONx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueadpIZONx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueadpIZONx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueadpIZONx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueadpIZONx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueadpIZONx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueadpIZONx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueadpIZONx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueadpIZONx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueadpIZONx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueadpIZONx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueadpIZONx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueadpIZONx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueadpIZONx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueadpIZONx .navbar {
    height: 77px;
  }
  .cid-ueadpIZONx .navbar.opened {
    height: auto;
  }
  .cid-ueadpIZONx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueadpJOckb {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueadpJOckb .mbr-text {
  color: #767676;
}
.cid-ueadpJOckb .card-subtitle {
  margin: 0;
}
.cid-ueadpJOckb .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-ueadpJOckb img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-ueadpJOckb .card-box {
  padding: 1rem;
}
.cid-ueadpJOckb .link {
  transition: all 0.3s;
}
.cid-ueadpJOckb .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-ueadpJOckb .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-ueadpJOckb .mbr-section-btn .btn {
  border: 0px;
}
.cid-ueadpJOckb .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-ueadpJOckb h4,
.cid-ueadpJOckb h6,
.cid-ueadpJOckb h5 {
  margin: 0;
}
.cid-ueadpJOckb .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-ueadpJOckb .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-ueadpJOckb .link-wrap:hover {
  color: #e7272d;
}
.cid-ueadpJOckb .link-wrap:hover .link {
  color: #e7272d;
}
.cid-ueadpJOckb .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-ueadpJOckb .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-ueadpJOckb .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-ueadpJOckb .icon-wrap span {
  margin-right: 8px;
}
.cid-ueadpJOckb .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-ueadpJOckb .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-ueadpJOckb .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-ueadpJOckb .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-ueadpJOckb .card:hover img {
  transform: scale(0.9);
}
.cid-ueadpJOckb .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-ueadpJOckb .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ueadpJOckb .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ueadpJOckb .row {
  justify-content: center;
}
.cid-ueadpJOckb .location,
.cid-ueadpJOckb .icon-wrap {
  color: #e7272d;
}
.cid-ueadpJOckb .link,
.cid-ueadpJOckb .link-wrap,
.cid-ueadpJOckb .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-ueadpJOckb .wrapper {
    flex-direction: column;
  }
  .cid-ueadpJOckb .icon-padding {
    padding-left: 0rem;
  }
  .cid-ueadpJOckb .card-box {
    padding: 0;
  }
}
.cid-ueadpJOckb H2 {
  color: #e7272d;
}
.cid-ueadpJOckb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueadpJOckb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueadpKB1hI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ueadpKB1hI .mbr-text {
  color: #767676;
}
.cid-ueadpKB1hI .card-subtitle {
  margin: 0;
}
.cid-ueadpKB1hI .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-ueadpKB1hI img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-ueadpKB1hI .card-box {
  padding: 1rem;
}
.cid-ueadpKB1hI .link {
  transition: all 0.3s;
}
.cid-ueadpKB1hI .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-ueadpKB1hI .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-ueadpKB1hI .mbr-section-btn .btn {
  border: 0px;
}
.cid-ueadpKB1hI .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-ueadpKB1hI h4,
.cid-ueadpKB1hI h6,
.cid-ueadpKB1hI h5 {
  margin: 0;
}
.cid-ueadpKB1hI .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-ueadpKB1hI .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-ueadpKB1hI .link-wrap:hover {
  color: #e7272d;
}
.cid-ueadpKB1hI .link-wrap:hover .link {
  color: #e7272d;
}
.cid-ueadpKB1hI .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-ueadpKB1hI .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-ueadpKB1hI .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-ueadpKB1hI .icon-wrap span {
  margin-right: 8px;
}
.cid-ueadpKB1hI .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-ueadpKB1hI .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-ueadpKB1hI .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-ueadpKB1hI .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-ueadpKB1hI .card:hover img {
  transform: scale(0.9);
}
.cid-ueadpKB1hI .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-ueadpKB1hI .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ueadpKB1hI .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ueadpKB1hI .row {
  justify-content: center;
}
.cid-ueadpKB1hI .location,
.cid-ueadpKB1hI .icon-wrap {
  color: #e7272d;
}
.cid-ueadpKB1hI .link,
.cid-ueadpKB1hI .link-wrap,
.cid-ueadpKB1hI .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-ueadpKB1hI .wrapper {
    flex-direction: column;
  }
  .cid-ueadpKB1hI .icon-padding {
    padding-left: 0rem;
  }
  .cid-ueadpKB1hI .card-box {
    padding: 0;
  }
}
.cid-ueadpKB1hI H2 {
  color: #e7272d;
}
.cid-ueadpKB1hI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueadpKB1hI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueadpLgqU0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ueadpLgqU0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ueadpLgqU0 input,
.cid-ueadpLgqU0 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ueadpLgqU0 .form-control:hover,
.cid-ueadpLgqU0 .form-control:focus {
  color: #808080 !important;
}
.cid-ueadpLgqU0 .btn-success {
  color: white !important;
}
.cid-ueadpLgqU0 img {
  width: 90%;
  border-radius: 8px;
}
.cid-ueadpLgqU0 .btn {
  border-radius: 30px;
}
.cid-ueadpLgqU0 textarea {
  min-height: 160px !important;
}
.cid-ueadpLgqU0 .form-control,
.cid-ueadpLgqU0 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ueadpLgqU0 .form-control:hover,
.cid-ueadpLgqU0 .field-input:hover,
.cid-ueadpLgqU0 .form-control:focus,
.cid-ueadpLgqU0 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ueadpLgqU0 input::-webkit-input-placeholder,
.cid-ueadpLgqU0 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ueadpLgqU0 input:-moz-placeholder,
.cid-ueadpLgqU0 textarea:-moz-placeholder {
  color: #808080;
}
.cid-ueadpLgqU0 .jq-selectbox li,
.cid-ueadpLgqU0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ueadpLgqU0 .jq-selectbox li:hover,
.cid-ueadpLgqU0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ueadpLgqU0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ueadpLgqU0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ueadpLgqU0 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ueadpLgqU0 img {
    width: 100%;
  }
  .cid-ueadpLgqU0 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ueadpLgqU0 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ueadpLgqU0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ueadpLgqU0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ueadpLgqU0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ueadpLgqU0 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ueadpLgqU0 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueaerHYsDn .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaerHYsDn .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueaerHYsDn .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueaerHYsDn .dropdown-item {
  color: #ffffff !important;
}
.cid-ueaerHYsDn .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueaerHYsDn .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueaerHYsDn .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueaerHYsDn .btn-white {
  color: #e7272d !important;
}
.cid-ueaerHYsDn .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueaerHYsDn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueaerHYsDn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueaerHYsDn .container {
  display: flex;
  margin: auto;
}
.cid-ueaerHYsDn .navbar.navbar-short .nav-link,
.cid-ueaerHYsDn .navbar.navbar-short .navbar-caption,
.cid-ueaerHYsDn .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueaerHYsDn .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueaerHYsDn .navbar-caption {
  padding-right: 3rem;
}
.cid-ueaerHYsDn .navbar.opened {
  background: #000000 !important;
}
.cid-ueaerHYsDn .nav-item:focus,
.cid-ueaerHYsDn .nav-link:focus {
  outline: none;
}
.cid-ueaerHYsDn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaerHYsDn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueaerHYsDn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueaerHYsDn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaerHYsDn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueaerHYsDn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueaerHYsDn .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueaerHYsDn .navbar.opened {
  transition: all 0.3s;
}
.cid-ueaerHYsDn .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueaerHYsDn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueaerHYsDn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueaerHYsDn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueaerHYsDn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueaerHYsDn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueaerHYsDn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueaerHYsDn .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: 55%;
}
.cid-ueaerHYsDn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueaerHYsDn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueaerHYsDn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueaerHYsDn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueaerHYsDn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueaerHYsDn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueaerHYsDn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueaerHYsDn .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: 55%;
  }
  .cid-ueaerHYsDn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueaerHYsDn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueaerHYsDn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueaerHYsDn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueaerHYsDn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueaerHYsDn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueaerHYsDn .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueaerHYsDn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueaerHYsDn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueaerHYsDn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueaerHYsDn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueaerHYsDn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueaerHYsDn .dropdown-item.active,
.cid-ueaerHYsDn .dropdown-item:active {
  background-color: transparent;
}
.cid-ueaerHYsDn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueaerHYsDn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueaerHYsDn .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueaerHYsDn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueaerHYsDn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueaerHYsDn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueaerHYsDn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueaerHYsDn .navbar-buttons {
  text-align: center;
}
.cid-ueaerHYsDn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueaerHYsDn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueaerHYsDn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueaerHYsDn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueaerHYsDn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueaerHYsDn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueaerHYsDn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueaerHYsDn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueaerHYsDn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueaerHYsDn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueaerHYsDn .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueaerHYsDn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueaerHYsDn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueaerHYsDn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueaerHYsDn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueaerHYsDn .navbar {
    height: 77px;
  }
  .cid-ueaerHYsDn .navbar.opened {
    height: auto;
  }
  .cid-ueaerHYsDn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueaerISOmw {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueaerISOmw .container,
.cid-ueaerISOmw .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueaerISOmw .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueaerISOmw .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueaerISOmw .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueaerISOmw .img-item {
  overflow: hidden;
}
.cid-ueaerISOmw .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueaerISOmw .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueaerISOmw .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueaerISOmw .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueaerISOmw .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueaerISOmw .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueaerISOmw .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueaerISOmw .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueaerISOmw .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueaerISOmw .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueaerISOmw .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueaerISOmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaerISOmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaerKt9W6 {
  z-index: 1;
}
.cid-urPad9QjoJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPad9QjoJ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPad9QjoJ .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPad9QjoJ .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPad9QjoJ .items-row {
  row-gap: 48px;
}
.cid-urPad9QjoJ .item {
  cursor: pointer;
}
.cid-urPad9QjoJ .item:focus,
.cid-urPad9QjoJ span:focus {
  outline: none;
}
.cid-urPad9QjoJ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPad9QjoJ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPad9QjoJ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPad9QjoJ img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPad9QjoJ .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPad9QjoJ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPad9QjoJ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPad9QjoJ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPad9QjoJ .item-title {
  color: #24262b;
}
.cid-urPad9QjoJ .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPad9QjoJ .mbr-text {
  color: #24262b;
}
.cid-ulebyxrOYx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulebyxrOYx H2 {
  color: #e7272d;
}
.cid-ulebyxrOYx .mbr-text,
.cid-ulebyxrOYx .mbr-section-btn {
  color: #808080;
}
.cid-ulebyxrOYx img {
  max-width: 500px;
  margin: auto;
}
.cid-ulebyxrOYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulebyxrOYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulebxR6UDI {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulebxR6UDI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulebxR6UDI input,
.cid-ulebxR6UDI textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulebxR6UDI .form-control:hover,
.cid-ulebxR6UDI .form-control:focus {
  color: #808080 !important;
}
.cid-ulebxR6UDI .btn-success {
  color: white !important;
}
.cid-ulebxR6UDI img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulebxR6UDI .btn {
  border-radius: 30px;
}
.cid-ulebxR6UDI textarea {
  min-height: 160px !important;
}
.cid-ulebxR6UDI .form-control,
.cid-ulebxR6UDI .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulebxR6UDI .form-control:hover,
.cid-ulebxR6UDI .field-input:hover,
.cid-ulebxR6UDI .form-control:focus,
.cid-ulebxR6UDI .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulebxR6UDI input::-webkit-input-placeholder,
.cid-ulebxR6UDI textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulebxR6UDI input:-moz-placeholder,
.cid-ulebxR6UDI textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulebxR6UDI .jq-selectbox li,
.cid-ulebxR6UDI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulebxR6UDI .jq-selectbox li:hover,
.cid-ulebxR6UDI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulebxR6UDI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulebxR6UDI .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulebxR6UDI H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulebxR6UDI img {
    width: 100%;
  }
  .cid-ulebxR6UDI .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulebxR6UDI .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulebxR6UDI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulebxR6UDI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulebxR6UDI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulebxR6UDI .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulebxR6UDI .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueaeCuTSWp .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaeCuTSWp .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueaeCuTSWp .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueaeCuTSWp .dropdown-item {
  color: #ffffff !important;
}
.cid-ueaeCuTSWp .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueaeCuTSWp .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueaeCuTSWp .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueaeCuTSWp .btn-white {
  color: #e7272d !important;
}
.cid-ueaeCuTSWp .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueaeCuTSWp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueaeCuTSWp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueaeCuTSWp .container {
  display: flex;
  margin: auto;
}
.cid-ueaeCuTSWp .navbar.navbar-short .nav-link,
.cid-ueaeCuTSWp .navbar.navbar-short .navbar-caption,
.cid-ueaeCuTSWp .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueaeCuTSWp .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueaeCuTSWp .navbar-caption {
  padding-right: 3rem;
}
.cid-ueaeCuTSWp .navbar.opened {
  background: #000000 !important;
}
.cid-ueaeCuTSWp .nav-item:focus,
.cid-ueaeCuTSWp .nav-link:focus {
  outline: none;
}
.cid-ueaeCuTSWp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaeCuTSWp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueaeCuTSWp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueaeCuTSWp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaeCuTSWp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueaeCuTSWp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueaeCuTSWp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueaeCuTSWp .navbar.opened {
  transition: all 0.3s;
}
.cid-ueaeCuTSWp .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueaeCuTSWp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueaeCuTSWp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueaeCuTSWp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueaeCuTSWp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueaeCuTSWp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueaeCuTSWp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueaeCuTSWp .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: 55%;
}
.cid-ueaeCuTSWp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueaeCuTSWp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueaeCuTSWp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueaeCuTSWp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueaeCuTSWp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueaeCuTSWp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueaeCuTSWp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueaeCuTSWp .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: 55%;
  }
  .cid-ueaeCuTSWp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueaeCuTSWp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueaeCuTSWp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueaeCuTSWp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueaeCuTSWp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueaeCuTSWp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueaeCuTSWp .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueaeCuTSWp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueaeCuTSWp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueaeCuTSWp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueaeCuTSWp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueaeCuTSWp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueaeCuTSWp .dropdown-item.active,
.cid-ueaeCuTSWp .dropdown-item:active {
  background-color: transparent;
}
.cid-ueaeCuTSWp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueaeCuTSWp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueaeCuTSWp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueaeCuTSWp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueaeCuTSWp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueaeCuTSWp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueaeCuTSWp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueaeCuTSWp .navbar-buttons {
  text-align: center;
}
.cid-ueaeCuTSWp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueaeCuTSWp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueaeCuTSWp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueaeCuTSWp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueaeCuTSWp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueaeCuTSWp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueaeCuTSWp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueaeCuTSWp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueaeCuTSWp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueaeCuTSWp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueaeCuTSWp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueaeCuTSWp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueaeCuTSWp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueaeCuTSWp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueaeCuTSWp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueaeCuTSWp .navbar {
    height: 77px;
  }
  .cid-ueaeCuTSWp .navbar.opened {
    height: auto;
  }
  .cid-ueaeCuTSWp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueaeCGQYLP {
  z-index: 1;
}
.cid-ulebK3C3H0 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulebK3C3H0 .container,
.cid-ulebK3C3H0 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ulebK3C3H0 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ulebK3C3H0 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ulebK3C3H0 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ulebK3C3H0 .img-item {
  overflow: hidden;
}
.cid-ulebK3C3H0 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ulebK3C3H0 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ulebK3C3H0 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ulebK3C3H0 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ulebK3C3H0 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ulebK3C3H0 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ulebK3C3H0 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ulebK3C3H0 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ulebK3C3H0 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ulebK3C3H0 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ulebK3C3H0 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ulebK3C3H0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulebK3C3H0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPaldRklQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPaldRklQ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPaldRklQ .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPaldRklQ .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPaldRklQ .items-row {
  row-gap: 48px;
}
.cid-urPaldRklQ .item {
  cursor: pointer;
}
.cid-urPaldRklQ .item:focus,
.cid-urPaldRklQ span:focus {
  outline: none;
}
.cid-urPaldRklQ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPaldRklQ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaldRklQ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPaldRklQ img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPaldRklQ .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPaldRklQ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaldRklQ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPaldRklQ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPaldRklQ .item-title {
  color: #24262b;
}
.cid-urPaldRklQ .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPaldRklQ .mbr-text {
  color: #24262b;
}
.cid-ulebMbHcdO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulebMbHcdO H2 {
  color: #e7272d;
}
.cid-ulebMbHcdO .mbr-text,
.cid-ulebMbHcdO .mbr-section-btn {
  color: #808080;
}
.cid-ulebMbHcdO img {
  max-width: 500px;
  margin: auto;
}
.cid-ulebMbHcdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulebMbHcdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulebMIhnGa {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulebMIhnGa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulebMIhnGa input,
.cid-ulebMIhnGa textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulebMIhnGa .form-control:hover,
.cid-ulebMIhnGa .form-control:focus {
  color: #808080 !important;
}
.cid-ulebMIhnGa .btn-success {
  color: white !important;
}
.cid-ulebMIhnGa img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulebMIhnGa .btn {
  border-radius: 30px;
}
.cid-ulebMIhnGa textarea {
  min-height: 160px !important;
}
.cid-ulebMIhnGa .form-control,
.cid-ulebMIhnGa .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulebMIhnGa .form-control:hover,
.cid-ulebMIhnGa .field-input:hover,
.cid-ulebMIhnGa .form-control:focus,
.cid-ulebMIhnGa .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulebMIhnGa input::-webkit-input-placeholder,
.cid-ulebMIhnGa textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulebMIhnGa input:-moz-placeholder,
.cid-ulebMIhnGa textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulebMIhnGa .jq-selectbox li,
.cid-ulebMIhnGa .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulebMIhnGa .jq-selectbox li:hover,
.cid-ulebMIhnGa .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulebMIhnGa .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulebMIhnGa .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulebMIhnGa H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulebMIhnGa img {
    width: 100%;
  }
  .cid-ulebMIhnGa .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulebMIhnGa .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulebMIhnGa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulebMIhnGa .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulebMIhnGa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulebMIhnGa .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulebMIhnGa .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueaeKwNhMt .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaeKwNhMt .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueaeKwNhMt .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueaeKwNhMt .dropdown-item {
  color: #ffffff !important;
}
.cid-ueaeKwNhMt .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueaeKwNhMt .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueaeKwNhMt .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueaeKwNhMt .btn-white {
  color: #e7272d !important;
}
.cid-ueaeKwNhMt .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueaeKwNhMt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueaeKwNhMt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueaeKwNhMt .container {
  display: flex;
  margin: auto;
}
.cid-ueaeKwNhMt .navbar.navbar-short .nav-link,
.cid-ueaeKwNhMt .navbar.navbar-short .navbar-caption,
.cid-ueaeKwNhMt .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueaeKwNhMt .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueaeKwNhMt .navbar-caption {
  padding-right: 3rem;
}
.cid-ueaeKwNhMt .navbar.opened {
  background: #000000 !important;
}
.cid-ueaeKwNhMt .nav-item:focus,
.cid-ueaeKwNhMt .nav-link:focus {
  outline: none;
}
.cid-ueaeKwNhMt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaeKwNhMt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueaeKwNhMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueaeKwNhMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaeKwNhMt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueaeKwNhMt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueaeKwNhMt .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueaeKwNhMt .navbar.opened {
  transition: all 0.3s;
}
.cid-ueaeKwNhMt .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueaeKwNhMt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueaeKwNhMt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueaeKwNhMt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueaeKwNhMt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueaeKwNhMt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueaeKwNhMt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueaeKwNhMt .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: 55%;
}
.cid-ueaeKwNhMt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueaeKwNhMt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueaeKwNhMt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueaeKwNhMt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueaeKwNhMt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueaeKwNhMt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueaeKwNhMt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueaeKwNhMt .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: 55%;
  }
  .cid-ueaeKwNhMt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueaeKwNhMt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueaeKwNhMt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueaeKwNhMt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueaeKwNhMt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueaeKwNhMt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueaeKwNhMt .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueaeKwNhMt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueaeKwNhMt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueaeKwNhMt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueaeKwNhMt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueaeKwNhMt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueaeKwNhMt .dropdown-item.active,
.cid-ueaeKwNhMt .dropdown-item:active {
  background-color: transparent;
}
.cid-ueaeKwNhMt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueaeKwNhMt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueaeKwNhMt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueaeKwNhMt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueaeKwNhMt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueaeKwNhMt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueaeKwNhMt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueaeKwNhMt .navbar-buttons {
  text-align: center;
}
.cid-ueaeKwNhMt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueaeKwNhMt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueaeKwNhMt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueaeKwNhMt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueaeKwNhMt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueaeKwNhMt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueaeKwNhMt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueaeKwNhMt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueaeKwNhMt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueaeKwNhMt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueaeKwNhMt .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueaeKwNhMt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueaeKwNhMt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueaeKwNhMt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueaeKwNhMt .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueaeKwNhMt .navbar {
    height: 77px;
  }
  .cid-ueaeKwNhMt .navbar.opened {
    height: auto;
  }
  .cid-ueaeKwNhMt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueaeKxkC4y {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueaeKxkC4y .container,
.cid-ueaeKxkC4y .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueaeKxkC4y .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueaeKxkC4y .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueaeKxkC4y .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueaeKxkC4y .img-item {
  overflow: hidden;
}
.cid-ueaeKxkC4y .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueaeKxkC4y .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueaeKxkC4y .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueaeKxkC4y .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueaeKxkC4y .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueaeKxkC4y .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueaeKxkC4y .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-ueaeKxkC4y .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueaeKxkC4y .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueaeKxkC4y .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueaeKxkC4y .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueaeKxkC4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaeKxkC4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulebVribn7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulebVribn7 H2 {
  color: #e7272d;
}
.cid-ulebVribn7 .mbr-text,
.cid-ulebVribn7 .mbr-section-btn {
  color: #808080;
}
.cid-ulebVribn7 img {
  max-width: 500px;
  margin: auto;
}
.cid-ulebVribn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulebVribn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaeKz88z3 {
  z-index: 1;
}
.cid-ulebW6MWp5 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulebW6MWp5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulebW6MWp5 input,
.cid-ulebW6MWp5 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulebW6MWp5 .form-control:hover,
.cid-ulebW6MWp5 .form-control:focus {
  color: #808080 !important;
}
.cid-ulebW6MWp5 .btn-success {
  color: white !important;
}
.cid-ulebW6MWp5 img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulebW6MWp5 .btn {
  border-radius: 30px;
}
.cid-ulebW6MWp5 textarea {
  min-height: 160px !important;
}
.cid-ulebW6MWp5 .form-control,
.cid-ulebW6MWp5 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulebW6MWp5 .form-control:hover,
.cid-ulebW6MWp5 .field-input:hover,
.cid-ulebW6MWp5 .form-control:focus,
.cid-ulebW6MWp5 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulebW6MWp5 input::-webkit-input-placeholder,
.cid-ulebW6MWp5 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulebW6MWp5 input:-moz-placeholder,
.cid-ulebW6MWp5 textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulebW6MWp5 .jq-selectbox li,
.cid-ulebW6MWp5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulebW6MWp5 .jq-selectbox li:hover,
.cid-ulebW6MWp5 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulebW6MWp5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulebW6MWp5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulebW6MWp5 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulebW6MWp5 img {
    width: 100%;
  }
  .cid-ulebW6MWp5 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulebW6MWp5 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulebW6MWp5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulebW6MWp5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulebW6MWp5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulebW6MWp5 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulebW6MWp5 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueaeTokalR .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaeTokalR .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueaeTokalR .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueaeTokalR .dropdown-item {
  color: #ffffff !important;
}
.cid-ueaeTokalR .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueaeTokalR .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueaeTokalR .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueaeTokalR .btn-white {
  color: #e7272d !important;
}
.cid-ueaeTokalR .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueaeTokalR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueaeTokalR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueaeTokalR .container {
  display: flex;
  margin: auto;
}
.cid-ueaeTokalR .navbar.navbar-short .nav-link,
.cid-ueaeTokalR .navbar.navbar-short .navbar-caption,
.cid-ueaeTokalR .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueaeTokalR .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueaeTokalR .navbar-caption {
  padding-right: 3rem;
}
.cid-ueaeTokalR .navbar.opened {
  background: #000000 !important;
}
.cid-ueaeTokalR .nav-item:focus,
.cid-ueaeTokalR .nav-link:focus {
  outline: none;
}
.cid-ueaeTokalR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaeTokalR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueaeTokalR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueaeTokalR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaeTokalR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueaeTokalR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueaeTokalR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueaeTokalR .navbar.opened {
  transition: all 0.3s;
}
.cid-ueaeTokalR .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueaeTokalR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueaeTokalR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueaeTokalR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueaeTokalR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueaeTokalR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueaeTokalR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueaeTokalR .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: 55%;
}
.cid-ueaeTokalR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueaeTokalR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueaeTokalR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueaeTokalR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueaeTokalR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueaeTokalR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueaeTokalR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueaeTokalR .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: 55%;
  }
  .cid-ueaeTokalR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueaeTokalR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueaeTokalR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueaeTokalR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueaeTokalR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueaeTokalR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueaeTokalR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueaeTokalR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueaeTokalR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueaeTokalR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueaeTokalR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueaeTokalR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueaeTokalR .dropdown-item.active,
.cid-ueaeTokalR .dropdown-item:active {
  background-color: transparent;
}
.cid-ueaeTokalR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueaeTokalR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueaeTokalR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueaeTokalR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueaeTokalR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueaeTokalR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueaeTokalR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueaeTokalR .navbar-buttons {
  text-align: center;
}
.cid-ueaeTokalR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueaeTokalR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueaeTokalR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueaeTokalR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueaeTokalR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueaeTokalR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueaeTokalR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueaeTokalR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueaeTokalR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueaeTokalR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueaeTokalR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueaeTokalR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueaeTokalR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueaeTokalR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueaeTokalR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueaeTokalR .navbar {
    height: 77px;
  }
  .cid-ueaeTokalR .navbar.opened {
    height: auto;
  }
  .cid-ueaeTokalR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueaeTp1DtU {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueaeTp1DtU .container,
.cid-ueaeTp1DtU .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueaeTp1DtU .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueaeTp1DtU .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueaeTp1DtU .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueaeTp1DtU .img-item {
  overflow: hidden;
}
.cid-ueaeTp1DtU .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueaeTp1DtU .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueaeTp1DtU .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueaeTp1DtU .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueaeTp1DtU .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueaeTp1DtU .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueaeTp1DtU .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueaeTp1DtU .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueaeTp1DtU .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueaeTp1DtU .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueaeTp1DtU .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueaeTp1DtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaeTp1DtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaeTqSOTY {
  z-index: 1;
}
.cid-urPas4GZoS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPas4GZoS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPas4GZoS .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPas4GZoS .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPas4GZoS .items-row {
  row-gap: 48px;
}
.cid-urPas4GZoS .item {
  cursor: pointer;
}
.cid-urPas4GZoS .item:focus,
.cid-urPas4GZoS span:focus {
  outline: none;
}
.cid-urPas4GZoS .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPas4GZoS .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPas4GZoS .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPas4GZoS img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPas4GZoS .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPas4GZoS .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPas4GZoS .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPas4GZoS .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPas4GZoS .item-title {
  color: #24262b;
}
.cid-urPas4GZoS .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPas4GZoS .mbr-text {
  color: #24262b;
}
.cid-ulec87dQPc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulec87dQPc H2 {
  color: #e7272d;
}
.cid-ulec87dQPc .mbr-text,
.cid-ulec87dQPc .mbr-section-btn {
  color: #808080;
}
.cid-ulec87dQPc img {
  max-width: 500px;
  margin: auto;
}
.cid-ulec87dQPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulec87dQPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulec7gxnIF {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulec7gxnIF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulec7gxnIF input,
.cid-ulec7gxnIF textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulec7gxnIF .form-control:hover,
.cid-ulec7gxnIF .form-control:focus {
  color: #808080 !important;
}
.cid-ulec7gxnIF .btn-success {
  color: white !important;
}
.cid-ulec7gxnIF img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulec7gxnIF .btn {
  border-radius: 30px;
}
.cid-ulec7gxnIF textarea {
  min-height: 160px !important;
}
.cid-ulec7gxnIF .form-control,
.cid-ulec7gxnIF .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulec7gxnIF .form-control:hover,
.cid-ulec7gxnIF .field-input:hover,
.cid-ulec7gxnIF .form-control:focus,
.cid-ulec7gxnIF .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulec7gxnIF input::-webkit-input-placeholder,
.cid-ulec7gxnIF textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulec7gxnIF input:-moz-placeholder,
.cid-ulec7gxnIF textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulec7gxnIF .jq-selectbox li,
.cid-ulec7gxnIF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulec7gxnIF .jq-selectbox li:hover,
.cid-ulec7gxnIF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulec7gxnIF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulec7gxnIF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulec7gxnIF H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulec7gxnIF img {
    width: 100%;
  }
  .cid-ulec7gxnIF .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulec7gxnIF .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulec7gxnIF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulec7gxnIF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulec7gxnIF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulec7gxnIF .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulec7gxnIF .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueagVyHjXp .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueagVyHjXp .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueagVyHjXp .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueagVyHjXp .dropdown-item {
  color: #ffffff !important;
}
.cid-ueagVyHjXp .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueagVyHjXp .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueagVyHjXp .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueagVyHjXp .btn-white {
  color: #e7272d !important;
}
.cid-ueagVyHjXp .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueagVyHjXp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueagVyHjXp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueagVyHjXp .container {
  display: flex;
  margin: auto;
}
.cid-ueagVyHjXp .navbar.navbar-short .nav-link,
.cid-ueagVyHjXp .navbar.navbar-short .navbar-caption,
.cid-ueagVyHjXp .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueagVyHjXp .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueagVyHjXp .navbar-caption {
  padding-right: 3rem;
}
.cid-ueagVyHjXp .navbar.opened {
  background: #000000 !important;
}
.cid-ueagVyHjXp .nav-item:focus,
.cid-ueagVyHjXp .nav-link:focus {
  outline: none;
}
.cid-ueagVyHjXp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueagVyHjXp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueagVyHjXp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueagVyHjXp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueagVyHjXp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueagVyHjXp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueagVyHjXp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueagVyHjXp .navbar.opened {
  transition: all 0.3s;
}
.cid-ueagVyHjXp .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueagVyHjXp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueagVyHjXp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueagVyHjXp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueagVyHjXp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueagVyHjXp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueagVyHjXp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueagVyHjXp .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: 55%;
}
.cid-ueagVyHjXp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueagVyHjXp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueagVyHjXp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueagVyHjXp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueagVyHjXp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueagVyHjXp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueagVyHjXp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueagVyHjXp .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: 55%;
  }
  .cid-ueagVyHjXp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueagVyHjXp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueagVyHjXp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueagVyHjXp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueagVyHjXp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueagVyHjXp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueagVyHjXp .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueagVyHjXp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueagVyHjXp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueagVyHjXp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueagVyHjXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueagVyHjXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueagVyHjXp .dropdown-item.active,
.cid-ueagVyHjXp .dropdown-item:active {
  background-color: transparent;
}
.cid-ueagVyHjXp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueagVyHjXp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueagVyHjXp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueagVyHjXp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueagVyHjXp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueagVyHjXp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueagVyHjXp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueagVyHjXp .navbar-buttons {
  text-align: center;
}
.cid-ueagVyHjXp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueagVyHjXp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueagVyHjXp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueagVyHjXp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueagVyHjXp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueagVyHjXp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueagVyHjXp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueagVyHjXp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueagVyHjXp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueagVyHjXp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueagVyHjXp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueagVyHjXp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueagVyHjXp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueagVyHjXp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueagVyHjXp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueagVyHjXp .navbar {
    height: 77px;
  }
  .cid-ueagVyHjXp .navbar.opened {
    height: auto;
  }
  .cid-ueagVyHjXp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uldO18ffh5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uldO18ffh5 H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-uldO18ffh5 .row {
    position: relative;
  }
  .cid-uldO18ffh5 .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-uldO18ffh5 .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-uldO18ffh5 img {
  max-width: 500px;
  margin: auto;
}
.cid-uldO18ffh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldO18ffh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uldO1ZKsEO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uldO1ZKsEO H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-uldO1ZKsEO .row {
    position: relative;
  }
  .cid-uldO1ZKsEO .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-uldO1ZKsEO .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-uldO1ZKsEO img {
  max-width: 500px;
  margin: auto;
}
.cid-uldO1ZKsEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldO1ZKsEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueagVzz7tK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ueagVzz7tK img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-ueagVzz7tK H2 {
  color: #e7272d;
}
.cid-ueagVzz7tK H1 {
  color: #000000;
}
.cid-ueagVzYSwJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ueagVzYSwJ .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ueagVzYSwJ .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ueagVzYSwJ .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ueagVzYSwJ .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ueagVzYSwJ .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ueagVzYSwJ .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ueagVzYSwJ .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueagVzYSwJ .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ueagVzYSwJ .mbr-figure {
    width: 100% !important;
  }
  .cid-ueagVzYSwJ .menu-item {
    flex-direction: column;
  }
  .cid-ueagVzYSwJ img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ueagVzYSwJ .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ueagVzYSwJ .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ueagVzYSwJ .special-label {
  color: #fff;
}
.cid-ueagVzYSwJ .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ueagVzYSwJ .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ueagVzYSwJ .menu-row {
  margin: 0;
}
.cid-ueagVzYSwJ .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ueagVzYSwJ .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ueagVzYSwJ .group-title,
.cid-ueagVzYSwJ .align-wrap {
  text-align: left;
}
.cid-ueagVzYSwJ SPAN {
  color: #e7272d;
}
.cid-ueagVzYSwJ .item-title {
  color: #808080;
}
.cid-ueagVzYSwJ H4 {
  color: #e7272d;
}
.cid-ueagVzYSwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueagVzYSwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEH44ngzx {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umEH44ngzx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-umEH44ngzx input,
.cid-umEH44ngzx textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-umEH44ngzx .form-control:hover,
.cid-umEH44ngzx .form-control:focus {
  color: #808080 !important;
}
.cid-umEH44ngzx .btn-success {
  color: white !important;
}
.cid-umEH44ngzx img {
  width: 90%;
  border-radius: 8px;
}
.cid-umEH44ngzx .btn {
  border-radius: 30px;
}
.cid-umEH44ngzx textarea {
  min-height: 160px !important;
}
.cid-umEH44ngzx .form-control,
.cid-umEH44ngzx .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umEH44ngzx .form-control:hover,
.cid-umEH44ngzx .field-input:hover,
.cid-umEH44ngzx .form-control:focus,
.cid-umEH44ngzx .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-umEH44ngzx input::-webkit-input-placeholder,
.cid-umEH44ngzx textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-umEH44ngzx input:-moz-placeholder,
.cid-umEH44ngzx textarea:-moz-placeholder {
  color: #808080;
}
.cid-umEH44ngzx .jq-selectbox li,
.cid-umEH44ngzx .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEH44ngzx .jq-selectbox li:hover,
.cid-umEH44ngzx .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEH44ngzx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEH44ngzx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEH44ngzx H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-umEH44ngzx img {
    width: 100%;
  }
  .cid-umEH44ngzx .google-map {
    margin-bottom: 2rem;
  }
}
.cid-umEH44ngzx .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-umEH44ngzx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-umEH44ngzx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-umEH44ngzx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-umEH44ngzx .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-umEH44ngzx .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueahzHviNe .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueahzHviNe .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueahzHviNe .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueahzHviNe .dropdown-item {
  color: #ffffff !important;
}
.cid-ueahzHviNe .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueahzHviNe .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueahzHviNe .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueahzHviNe .btn-white {
  color: #e7272d !important;
}
.cid-ueahzHviNe .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueahzHviNe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueahzHviNe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueahzHviNe .container {
  display: flex;
  margin: auto;
}
.cid-ueahzHviNe .navbar.navbar-short .nav-link,
.cid-ueahzHviNe .navbar.navbar-short .navbar-caption,
.cid-ueahzHviNe .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueahzHviNe .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueahzHviNe .navbar-caption {
  padding-right: 3rem;
}
.cid-ueahzHviNe .navbar.opened {
  background: #000000 !important;
}
.cid-ueahzHviNe .nav-item:focus,
.cid-ueahzHviNe .nav-link:focus {
  outline: none;
}
.cid-ueahzHviNe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueahzHviNe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueahzHviNe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueahzHviNe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueahzHviNe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueahzHviNe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueahzHviNe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueahzHviNe .navbar.opened {
  transition: all 0.3s;
}
.cid-ueahzHviNe .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueahzHviNe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueahzHviNe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueahzHviNe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueahzHviNe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueahzHviNe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueahzHviNe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueahzHviNe .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: 55%;
}
.cid-ueahzHviNe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueahzHviNe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueahzHviNe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueahzHviNe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueahzHviNe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueahzHviNe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueahzHviNe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueahzHviNe .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: 55%;
  }
  .cid-ueahzHviNe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueahzHviNe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueahzHviNe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueahzHviNe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueahzHviNe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueahzHviNe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueahzHviNe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueahzHviNe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueahzHviNe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueahzHviNe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueahzHviNe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueahzHviNe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueahzHviNe .dropdown-item.active,
.cid-ueahzHviNe .dropdown-item:active {
  background-color: transparent;
}
.cid-ueahzHviNe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueahzHviNe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueahzHviNe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueahzHviNe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueahzHviNe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueahzHviNe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueahzHviNe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueahzHviNe .navbar-buttons {
  text-align: center;
}
.cid-ueahzHviNe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueahzHviNe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueahzHviNe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueahzHviNe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueahzHviNe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueahzHviNe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueahzHviNe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueahzHviNe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueahzHviNe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueahzHviNe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueahzHviNe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueahzHviNe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueahzHviNe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueahzHviNe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueahzHviNe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueahzHviNe .navbar {
    height: 77px;
  }
  .cid-ueahzHviNe .navbar.opened {
    height: auto;
  }
  .cid-ueahzHviNe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyEg50fXG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukyEg50fXG H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ukyEg50fXG .row {
    position: relative;
  }
  .cid-ukyEg50fXG .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ukyEg50fXG .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ukyEg50fXG img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyEg50fXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyEg50fXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueahzIt1o8 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueahzIt1o8 .container,
.cid-ueahzIt1o8 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueahzIt1o8 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueahzIt1o8 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueahzIt1o8 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueahzIt1o8 .img-item {
  overflow: hidden;
}
.cid-ueahzIt1o8 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueahzIt1o8 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueahzIt1o8 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueahzIt1o8 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueahzIt1o8 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueahzIt1o8 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueahzIt1o8 .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-ueahzIt1o8 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueahzIt1o8 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueahzIt1o8 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueahzIt1o8 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueahzIt1o8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueahzIt1o8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyEcCbfKR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ukyEcCbfKR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ukyEcCbfKR .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-ukyEcCbfKR .mbr-section-subtitle {
  color: #24262b;
}
.cid-ukyEcCbfKR .items-row {
  row-gap: 48px;
}
.cid-ukyEcCbfKR .item {
  cursor: pointer;
}
.cid-ukyEcCbfKR .item:focus,
.cid-ukyEcCbfKR span:focus {
  outline: none;
}
.cid-ukyEcCbfKR .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-ukyEcCbfKR .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-ukyEcCbfKR .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-ukyEcCbfKR img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-ukyEcCbfKR .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-ukyEcCbfKR .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-ukyEcCbfKR .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-ukyEcCbfKR .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-ukyEcCbfKR .item-title {
  color: #24262b;
}
.cid-ukyEcCbfKR .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-ukyEcCbfKR .mbr-text {
  color: #24262b;
}
.cid-ukyEe7Qw9K {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyEe7Qw9K H2 {
  color: #e7272d;
}
.cid-ukyEe7Qw9K .mbr-text,
.cid-ukyEe7Qw9K .mbr-section-btn {
  color: #808080;
}
.cid-ukyEe7Qw9K img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyEe7Qw9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyEe7Qw9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueahzKg4pd {
  z-index: 1;
}
.cid-umEHdgdKq3 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umEHdgdKq3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-umEHdgdKq3 input,
.cid-umEHdgdKq3 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-umEHdgdKq3 .form-control:hover,
.cid-umEHdgdKq3 .form-control:focus {
  color: #808080 !important;
}
.cid-umEHdgdKq3 .btn-success {
  color: white !important;
}
.cid-umEHdgdKq3 img {
  width: 90%;
  border-radius: 8px;
}
.cid-umEHdgdKq3 .btn {
  border-radius: 30px;
}
.cid-umEHdgdKq3 textarea {
  min-height: 160px !important;
}
.cid-umEHdgdKq3 .form-control,
.cid-umEHdgdKq3 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umEHdgdKq3 .form-control:hover,
.cid-umEHdgdKq3 .field-input:hover,
.cid-umEHdgdKq3 .form-control:focus,
.cid-umEHdgdKq3 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-umEHdgdKq3 input::-webkit-input-placeholder,
.cid-umEHdgdKq3 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-umEHdgdKq3 input:-moz-placeholder,
.cid-umEHdgdKq3 textarea:-moz-placeholder {
  color: #808080;
}
.cid-umEHdgdKq3 .jq-selectbox li,
.cid-umEHdgdKq3 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEHdgdKq3 .jq-selectbox li:hover,
.cid-umEHdgdKq3 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEHdgdKq3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEHdgdKq3 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEHdgdKq3 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-umEHdgdKq3 img {
    width: 100%;
  }
  .cid-umEHdgdKq3 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-umEHdgdKq3 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-umEHdgdKq3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-umEHdgdKq3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-umEHdgdKq3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-umEHdgdKq3 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-umEHdgdKq3 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueajh7o6p2 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueajh7o6p2 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueajh7o6p2 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueajh7o6p2 .dropdown-item {
  color: #ffffff !important;
}
.cid-ueajh7o6p2 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueajh7o6p2 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueajh7o6p2 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueajh7o6p2 .btn-white {
  color: #e7272d !important;
}
.cid-ueajh7o6p2 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueajh7o6p2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueajh7o6p2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueajh7o6p2 .container {
  display: flex;
  margin: auto;
}
.cid-ueajh7o6p2 .navbar.navbar-short .nav-link,
.cid-ueajh7o6p2 .navbar.navbar-short .navbar-caption,
.cid-ueajh7o6p2 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueajh7o6p2 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueajh7o6p2 .navbar-caption {
  padding-right: 3rem;
}
.cid-ueajh7o6p2 .navbar.opened {
  background: #000000 !important;
}
.cid-ueajh7o6p2 .nav-item:focus,
.cid-ueajh7o6p2 .nav-link:focus {
  outline: none;
}
.cid-ueajh7o6p2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueajh7o6p2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueajh7o6p2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueajh7o6p2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueajh7o6p2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueajh7o6p2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueajh7o6p2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueajh7o6p2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ueajh7o6p2 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueajh7o6p2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueajh7o6p2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueajh7o6p2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueajh7o6p2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueajh7o6p2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueajh7o6p2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueajh7o6p2 .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: 55%;
}
.cid-ueajh7o6p2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueajh7o6p2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueajh7o6p2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueajh7o6p2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueajh7o6p2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueajh7o6p2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueajh7o6p2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueajh7o6p2 .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: 55%;
  }
  .cid-ueajh7o6p2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueajh7o6p2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueajh7o6p2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueajh7o6p2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueajh7o6p2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueajh7o6p2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueajh7o6p2 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueajh7o6p2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueajh7o6p2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueajh7o6p2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueajh7o6p2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueajh7o6p2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueajh7o6p2 .dropdown-item.active,
.cid-ueajh7o6p2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ueajh7o6p2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueajh7o6p2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueajh7o6p2 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueajh7o6p2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueajh7o6p2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueajh7o6p2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueajh7o6p2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueajh7o6p2 .navbar-buttons {
  text-align: center;
}
.cid-ueajh7o6p2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueajh7o6p2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueajh7o6p2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueajh7o6p2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueajh7o6p2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueajh7o6p2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueajh7o6p2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueajh7o6p2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueajh7o6p2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueajh7o6p2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueajh7o6p2 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueajh7o6p2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueajh7o6p2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueajh7o6p2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueajh7o6p2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueajh7o6p2 .navbar {
    height: 77px;
  }
  .cid-ueajh7o6p2 .navbar.opened {
    height: auto;
  }
  .cid-ueajh7o6p2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyFvMeBTs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukyFvMeBTs H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ukyFvMeBTs .row {
    position: relative;
  }
  .cid-ukyFvMeBTs .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ukyFvMeBTs .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ukyFvMeBTs img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyFvMeBTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyFvMeBTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueajh7VjGU {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueajh7VjGU .container,
.cid-ueajh7VjGU .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueajh7VjGU .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueajh7VjGU .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueajh7VjGU .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueajh7VjGU .img-item {
  overflow: hidden;
}
.cid-ueajh7VjGU .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueajh7VjGU .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueajh7VjGU .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueajh7VjGU .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueajh7VjGU .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueajh7VjGU .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueajh7VjGU .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueajh7VjGU .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueajh7VjGU .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueajh7VjGU .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueajh7VjGU .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueajh7VjGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueajh7VjGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyFxEiRWc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ukyFxEiRWc .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ukyFxEiRWc .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-ukyFxEiRWc .mbr-section-subtitle {
  color: #24262b;
}
.cid-ukyFxEiRWc .items-row {
  row-gap: 48px;
}
.cid-ukyFxEiRWc .item {
  cursor: pointer;
}
.cid-ukyFxEiRWc .item:focus,
.cid-ukyFxEiRWc span:focus {
  outline: none;
}
.cid-ukyFxEiRWc .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-ukyFxEiRWc .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-ukyFxEiRWc .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-ukyFxEiRWc img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-ukyFxEiRWc .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-ukyFxEiRWc .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-ukyFxEiRWc .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-ukyFxEiRWc .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-ukyFxEiRWc .item-title {
  color: #24262b;
}
.cid-ukyFxEiRWc .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-ukyFxEiRWc .mbr-text {
  color: #24262b;
}
.cid-ukyFzyVm3u {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyFzyVm3u H2 {
  color: #e7272d;
}
.cid-ukyFzyVm3u .mbr-text,
.cid-ukyFzyVm3u .mbr-section-btn {
  color: #808080;
}
.cid-ukyFzyVm3u img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyFzyVm3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyFzyVm3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyFz2NjnK {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyFz2NjnK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ukyFz2NjnK input,
.cid-ukyFz2NjnK textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ukyFz2NjnK .form-control:hover,
.cid-ukyFz2NjnK .form-control:focus {
  color: #808080 !important;
}
.cid-ukyFz2NjnK .btn-success {
  color: white !important;
}
.cid-ukyFz2NjnK img {
  width: 90%;
  border-radius: 8px;
}
.cid-ukyFz2NjnK .btn {
  border-radius: 30px;
}
.cid-ukyFz2NjnK textarea {
  min-height: 160px !important;
}
.cid-ukyFz2NjnK .form-control,
.cid-ukyFz2NjnK .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ukyFz2NjnK .form-control:hover,
.cid-ukyFz2NjnK .field-input:hover,
.cid-ukyFz2NjnK .form-control:focus,
.cid-ukyFz2NjnK .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ukyFz2NjnK input::-webkit-input-placeholder,
.cid-ukyFz2NjnK textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ukyFz2NjnK input:-moz-placeholder,
.cid-ukyFz2NjnK textarea:-moz-placeholder {
  color: #808080;
}
.cid-ukyFz2NjnK .jq-selectbox li,
.cid-ukyFz2NjnK .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyFz2NjnK .jq-selectbox li:hover,
.cid-ukyFz2NjnK .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyFz2NjnK .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyFz2NjnK .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyFz2NjnK H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ukyFz2NjnK img {
    width: 100%;
  }
  .cid-ukyFz2NjnK .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ukyFz2NjnK .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ukyFz2NjnK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukyFz2NjnK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukyFz2NjnK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukyFz2NjnK .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ukyFz2NjnK .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ueajh9nLHo {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueajyRF9jw .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueajyRF9jw .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueajyRF9jw .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueajyRF9jw .dropdown-item {
  color: #ffffff !important;
}
.cid-ueajyRF9jw .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueajyRF9jw .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueajyRF9jw .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueajyRF9jw .btn-white {
  color: #e7272d !important;
}
.cid-ueajyRF9jw .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueajyRF9jw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueajyRF9jw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueajyRF9jw .container {
  display: flex;
  margin: auto;
}
.cid-ueajyRF9jw .navbar.navbar-short .nav-link,
.cid-ueajyRF9jw .navbar.navbar-short .navbar-caption,
.cid-ueajyRF9jw .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueajyRF9jw .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueajyRF9jw .navbar-caption {
  padding-right: 3rem;
}
.cid-ueajyRF9jw .navbar.opened {
  background: #000000 !important;
}
.cid-ueajyRF9jw .nav-item:focus,
.cid-ueajyRF9jw .nav-link:focus {
  outline: none;
}
.cid-ueajyRF9jw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueajyRF9jw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueajyRF9jw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueajyRF9jw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueajyRF9jw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueajyRF9jw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueajyRF9jw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueajyRF9jw .navbar.opened {
  transition: all 0.3s;
}
.cid-ueajyRF9jw .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueajyRF9jw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueajyRF9jw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueajyRF9jw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueajyRF9jw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueajyRF9jw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueajyRF9jw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueajyRF9jw .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: 55%;
}
.cid-ueajyRF9jw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueajyRF9jw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueajyRF9jw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueajyRF9jw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueajyRF9jw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueajyRF9jw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueajyRF9jw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueajyRF9jw .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: 55%;
  }
  .cid-ueajyRF9jw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueajyRF9jw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueajyRF9jw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueajyRF9jw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueajyRF9jw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueajyRF9jw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueajyRF9jw .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueajyRF9jw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueajyRF9jw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueajyRF9jw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueajyRF9jw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueajyRF9jw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueajyRF9jw .dropdown-item.active,
.cid-ueajyRF9jw .dropdown-item:active {
  background-color: transparent;
}
.cid-ueajyRF9jw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueajyRF9jw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueajyRF9jw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueajyRF9jw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueajyRF9jw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueajyRF9jw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueajyRF9jw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueajyRF9jw .navbar-buttons {
  text-align: center;
}
.cid-ueajyRF9jw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueajyRF9jw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueajyRF9jw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueajyRF9jw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueajyRF9jw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueajyRF9jw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueajyRF9jw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueajyRF9jw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueajyRF9jw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueajyRF9jw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueajyRF9jw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueajyRF9jw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueajyRF9jw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueajyRF9jw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueajyRF9jw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueajyRF9jw .navbar {
    height: 77px;
  }
  .cid-ueajyRF9jw .navbar.opened {
    height: auto;
  }
  .cid-ueajyRF9jw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyFVK353H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukyFVK353H H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ukyFVK353H .row {
    position: relative;
  }
  .cid-ukyFVK353H .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ukyFVK353H .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ukyFVK353H img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyFVK353H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyFVK353H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyFWBvFEI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukyFWBvFEI H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ukyFWBvFEI .row {
    position: relative;
  }
  .cid-ukyFWBvFEI .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ukyFWBvFEI .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ukyFWBvFEI img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyFWBvFEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyFWBvFEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueajySpP0T {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueajySpP0T .container,
.cid-ueajySpP0T .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueajySpP0T .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueajySpP0T .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueajySpP0T .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueajySpP0T .img-item {
  overflow: hidden;
}
.cid-ueajySpP0T .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueajySpP0T .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueajySpP0T .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueajySpP0T .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueajySpP0T .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueajySpP0T .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueajySpP0T .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueajySpP0T .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueajySpP0T .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueajySpP0T .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueajySpP0T .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueajySpP0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueajySpP0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueajyTTBGl {
  z-index: 1;
}
.cid-urP8gKXreS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urP8gKXreS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urP8gKXreS .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urP8gKXreS .mbr-section-subtitle {
  color: #24262b;
}
.cid-urP8gKXreS .items-row {
  row-gap: 48px;
}
.cid-urP8gKXreS .item {
  cursor: pointer;
}
.cid-urP8gKXreS .item:focus,
.cid-urP8gKXreS span:focus {
  outline: none;
}
.cid-urP8gKXreS .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urP8gKXreS .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8gKXreS .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urP8gKXreS img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urP8gKXreS .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urP8gKXreS .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8gKXreS .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urP8gKXreS .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urP8gKXreS .item-title {
  color: #24262b;
}
.cid-urP8gKXreS .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urP8gKXreS .mbr-text {
  color: #24262b;
}
.cid-ukyFYqcinJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyFYqcinJ H2 {
  color: #e7272d;
}
.cid-ukyFYqcinJ .mbr-text,
.cid-ukyFYqcinJ .mbr-section-btn {
  color: #808080;
}
.cid-ukyFYqcinJ img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyFYqcinJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyFYqcinJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyFXrybm8 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyFXrybm8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ukyFXrybm8 input,
.cid-ukyFXrybm8 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ukyFXrybm8 .form-control:hover,
.cid-ukyFXrybm8 .form-control:focus {
  color: #808080 !important;
}
.cid-ukyFXrybm8 .btn-success {
  color: white !important;
}
.cid-ukyFXrybm8 img {
  width: 90%;
  border-radius: 8px;
}
.cid-ukyFXrybm8 .btn {
  border-radius: 30px;
}
.cid-ukyFXrybm8 textarea {
  min-height: 160px !important;
}
.cid-ukyFXrybm8 .form-control,
.cid-ukyFXrybm8 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ukyFXrybm8 .form-control:hover,
.cid-ukyFXrybm8 .field-input:hover,
.cid-ukyFXrybm8 .form-control:focus,
.cid-ukyFXrybm8 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ukyFXrybm8 input::-webkit-input-placeholder,
.cid-ukyFXrybm8 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ukyFXrybm8 input:-moz-placeholder,
.cid-ukyFXrybm8 textarea:-moz-placeholder {
  color: #808080;
}
.cid-ukyFXrybm8 .jq-selectbox li,
.cid-ukyFXrybm8 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyFXrybm8 .jq-selectbox li:hover,
.cid-ukyFXrybm8 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyFXrybm8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyFXrybm8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyFXrybm8 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ukyFXrybm8 img {
    width: 100%;
  }
  .cid-ukyFXrybm8 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ukyFXrybm8 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ukyFXrybm8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukyFXrybm8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukyFXrybm8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukyFXrybm8 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ukyFXrybm8 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueak4KDcx7 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueak4KDcx7 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueak4KDcx7 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueak4KDcx7 .dropdown-item {
  color: #ffffff !important;
}
.cid-ueak4KDcx7 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueak4KDcx7 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueak4KDcx7 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueak4KDcx7 .btn-white {
  color: #e7272d !important;
}
.cid-ueak4KDcx7 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueak4KDcx7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueak4KDcx7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueak4KDcx7 .container {
  display: flex;
  margin: auto;
}
.cid-ueak4KDcx7 .navbar.navbar-short .nav-link,
.cid-ueak4KDcx7 .navbar.navbar-short .navbar-caption,
.cid-ueak4KDcx7 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueak4KDcx7 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueak4KDcx7 .navbar-caption {
  padding-right: 3rem;
}
.cid-ueak4KDcx7 .navbar.opened {
  background: #000000 !important;
}
.cid-ueak4KDcx7 .nav-item:focus,
.cid-ueak4KDcx7 .nav-link:focus {
  outline: none;
}
.cid-ueak4KDcx7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueak4KDcx7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueak4KDcx7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueak4KDcx7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueak4KDcx7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueak4KDcx7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueak4KDcx7 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueak4KDcx7 .navbar.opened {
  transition: all 0.3s;
}
.cid-ueak4KDcx7 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueak4KDcx7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueak4KDcx7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueak4KDcx7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueak4KDcx7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueak4KDcx7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueak4KDcx7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueak4KDcx7 .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: 55%;
}
.cid-ueak4KDcx7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueak4KDcx7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueak4KDcx7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueak4KDcx7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueak4KDcx7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueak4KDcx7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueak4KDcx7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueak4KDcx7 .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: 55%;
  }
  .cid-ueak4KDcx7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueak4KDcx7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueak4KDcx7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueak4KDcx7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueak4KDcx7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueak4KDcx7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueak4KDcx7 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueak4KDcx7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueak4KDcx7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueak4KDcx7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueak4KDcx7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueak4KDcx7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueak4KDcx7 .dropdown-item.active,
.cid-ueak4KDcx7 .dropdown-item:active {
  background-color: transparent;
}
.cid-ueak4KDcx7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueak4KDcx7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueak4KDcx7 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueak4KDcx7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueak4KDcx7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueak4KDcx7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueak4KDcx7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueak4KDcx7 .navbar-buttons {
  text-align: center;
}
.cid-ueak4KDcx7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueak4KDcx7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueak4KDcx7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueak4KDcx7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueak4KDcx7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueak4KDcx7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueak4KDcx7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueak4KDcx7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueak4KDcx7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueak4KDcx7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueak4KDcx7 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueak4KDcx7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueak4KDcx7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueak4KDcx7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueak4KDcx7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueak4KDcx7 .navbar {
    height: 77px;
  }
  .cid-ueak4KDcx7 .navbar.opened {
    height: auto;
  }
  .cid-ueak4KDcx7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uldRCXtPpW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uldRCXtPpW H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-uldRCXtPpW .row {
    position: relative;
  }
  .cid-uldRCXtPpW .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-uldRCXtPpW .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-uldRCXtPpW img {
  max-width: 500px;
  margin: auto;
}
.cid-uldRCXtPpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldRCXtPpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueak4LkiqP {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueak4LkiqP .container,
.cid-ueak4LkiqP .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueak4LkiqP .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueak4LkiqP .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueak4LkiqP .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueak4LkiqP .img-item {
  overflow: hidden;
}
.cid-ueak4LkiqP .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueak4LkiqP .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueak4LkiqP .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueak4LkiqP .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueak4LkiqP .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueak4LkiqP .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueak4LkiqP .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueak4LkiqP .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueak4LkiqP .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueak4LkiqP .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueak4LkiqP .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueak4LkiqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueak4LkiqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueak4NJptL {
  z-index: 1;
}
.cid-urP8n3tICt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urP8n3tICt .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urP8n3tICt .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urP8n3tICt .mbr-section-subtitle {
  color: #24262b;
}
.cid-urP8n3tICt .items-row {
  row-gap: 48px;
}
.cid-urP8n3tICt .item {
  cursor: pointer;
}
.cid-urP8n3tICt .item:focus,
.cid-urP8n3tICt span:focus {
  outline: none;
}
.cid-urP8n3tICt .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urP8n3tICt .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8n3tICt .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urP8n3tICt img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urP8n3tICt .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urP8n3tICt .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8n3tICt .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urP8n3tICt .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urP8n3tICt .item-title {
  color: #24262b;
}
.cid-urP8n3tICt .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urP8n3tICt .mbr-text {
  color: #24262b;
}
.cid-uldRArCHQM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uldRArCHQM H2 {
  color: #e7272d;
}
.cid-uldRArCHQM .mbr-text,
.cid-uldRArCHQM .mbr-section-btn {
  color: #808080;
}
.cid-uldRArCHQM img {
  max-width: 500px;
  margin: auto;
}
.cid-uldRArCHQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldRArCHQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uldRBtBY92 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uldRBtBY92 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uldRBtBY92 input,
.cid-uldRBtBY92 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uldRBtBY92 .form-control:hover,
.cid-uldRBtBY92 .form-control:focus {
  color: #808080 !important;
}
.cid-uldRBtBY92 .btn-success {
  color: white !important;
}
.cid-uldRBtBY92 img {
  width: 90%;
  border-radius: 8px;
}
.cid-uldRBtBY92 .btn {
  border-radius: 30px;
}
.cid-uldRBtBY92 textarea {
  min-height: 160px !important;
}
.cid-uldRBtBY92 .form-control,
.cid-uldRBtBY92 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uldRBtBY92 .form-control:hover,
.cid-uldRBtBY92 .field-input:hover,
.cid-uldRBtBY92 .form-control:focus,
.cid-uldRBtBY92 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uldRBtBY92 input::-webkit-input-placeholder,
.cid-uldRBtBY92 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uldRBtBY92 input:-moz-placeholder,
.cid-uldRBtBY92 textarea:-moz-placeholder {
  color: #808080;
}
.cid-uldRBtBY92 .jq-selectbox li,
.cid-uldRBtBY92 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uldRBtBY92 .jq-selectbox li:hover,
.cid-uldRBtBY92 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uldRBtBY92 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uldRBtBY92 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uldRBtBY92 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uldRBtBY92 img {
    width: 100%;
  }
  .cid-uldRBtBY92 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uldRBtBY92 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uldRBtBY92 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uldRBtBY92 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uldRBtBY92 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uldRBtBY92 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uldRBtBY92 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueakr5fGAT .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueakr5fGAT .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueakr5fGAT .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueakr5fGAT .dropdown-item {
  color: #ffffff !important;
}
.cid-ueakr5fGAT .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueakr5fGAT .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueakr5fGAT .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueakr5fGAT .btn-white {
  color: #e7272d !important;
}
.cid-ueakr5fGAT .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueakr5fGAT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueakr5fGAT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueakr5fGAT .container {
  display: flex;
  margin: auto;
}
.cid-ueakr5fGAT .navbar.navbar-short .nav-link,
.cid-ueakr5fGAT .navbar.navbar-short .navbar-caption,
.cid-ueakr5fGAT .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueakr5fGAT .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueakr5fGAT .navbar-caption {
  padding-right: 3rem;
}
.cid-ueakr5fGAT .navbar.opened {
  background: #000000 !important;
}
.cid-ueakr5fGAT .nav-item:focus,
.cid-ueakr5fGAT .nav-link:focus {
  outline: none;
}
.cid-ueakr5fGAT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueakr5fGAT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueakr5fGAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueakr5fGAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueakr5fGAT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueakr5fGAT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueakr5fGAT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueakr5fGAT .navbar.opened {
  transition: all 0.3s;
}
.cid-ueakr5fGAT .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueakr5fGAT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueakr5fGAT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueakr5fGAT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueakr5fGAT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueakr5fGAT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueakr5fGAT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueakr5fGAT .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: 55%;
}
.cid-ueakr5fGAT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueakr5fGAT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueakr5fGAT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueakr5fGAT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueakr5fGAT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueakr5fGAT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueakr5fGAT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueakr5fGAT .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: 55%;
  }
  .cid-ueakr5fGAT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueakr5fGAT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueakr5fGAT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueakr5fGAT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueakr5fGAT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueakr5fGAT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueakr5fGAT .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueakr5fGAT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueakr5fGAT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueakr5fGAT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueakr5fGAT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueakr5fGAT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueakr5fGAT .dropdown-item.active,
.cid-ueakr5fGAT .dropdown-item:active {
  background-color: transparent;
}
.cid-ueakr5fGAT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueakr5fGAT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueakr5fGAT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueakr5fGAT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueakr5fGAT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueakr5fGAT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueakr5fGAT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueakr5fGAT .navbar-buttons {
  text-align: center;
}
.cid-ueakr5fGAT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueakr5fGAT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueakr5fGAT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueakr5fGAT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueakr5fGAT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueakr5fGAT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueakr5fGAT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueakr5fGAT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueakr5fGAT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueakr5fGAT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueakr5fGAT .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueakr5fGAT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueakr5fGAT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueakr5fGAT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueakr5fGAT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueakr5fGAT .navbar {
    height: 77px;
  }
  .cid-ueakr5fGAT .navbar.opened {
    height: auto;
  }
  .cid-ueakr5fGAT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uldS7DeEgt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uldS7DeEgt H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-uldS7DeEgt .row {
    position: relative;
  }
  .cid-uldS7DeEgt .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-uldS7DeEgt .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-uldS7DeEgt img {
  max-width: 500px;
  margin: auto;
}
.cid-uldS7DeEgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldS7DeEgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueakr5LZsk {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueakr5LZsk .container,
.cid-ueakr5LZsk .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueakr5LZsk .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueakr5LZsk .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueakr5LZsk .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueakr5LZsk .img-item {
  overflow: hidden;
}
.cid-ueakr5LZsk .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueakr5LZsk .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueakr5LZsk .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueakr5LZsk .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueakr5LZsk .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueakr5LZsk .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueakr5LZsk .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueakr5LZsk .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueakr5LZsk .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueakr5LZsk .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueakr5LZsk .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueakr5LZsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueakr5LZsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueakr7pfpC {
  z-index: 1;
}
.cid-urP8sXVqfe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urP8sXVqfe .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urP8sXVqfe .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urP8sXVqfe .mbr-section-subtitle {
  color: #24262b;
}
.cid-urP8sXVqfe .items-row {
  row-gap: 48px;
}
.cid-urP8sXVqfe .item {
  cursor: pointer;
}
.cid-urP8sXVqfe .item:focus,
.cid-urP8sXVqfe span:focus {
  outline: none;
}
.cid-urP8sXVqfe .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urP8sXVqfe .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8sXVqfe .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urP8sXVqfe img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urP8sXVqfe .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urP8sXVqfe .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8sXVqfe .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urP8sXVqfe .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urP8sXVqfe .item-title {
  color: #24262b;
}
.cid-urP8sXVqfe .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urP8sXVqfe .mbr-text {
  color: #24262b;
}
.cid-uldS9qpFnp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uldS9qpFnp H2 {
  color: #e7272d;
}
.cid-uldS9qpFnp .mbr-text,
.cid-uldS9qpFnp .mbr-section-btn {
  color: #808080;
}
.cid-uldS9qpFnp img {
  max-width: 500px;
  margin: auto;
}
.cid-uldS9qpFnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldS9qpFnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uldSdvpqaH {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uldSdvpqaH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uldSdvpqaH input,
.cid-uldSdvpqaH textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uldSdvpqaH .form-control:hover,
.cid-uldSdvpqaH .form-control:focus {
  color: #808080 !important;
}
.cid-uldSdvpqaH .btn-success {
  color: white !important;
}
.cid-uldSdvpqaH img {
  width: 90%;
  border-radius: 8px;
}
.cid-uldSdvpqaH .btn {
  border-radius: 30px;
}
.cid-uldSdvpqaH textarea {
  min-height: 160px !important;
}
.cid-uldSdvpqaH .form-control,
.cid-uldSdvpqaH .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uldSdvpqaH .form-control:hover,
.cid-uldSdvpqaH .field-input:hover,
.cid-uldSdvpqaH .form-control:focus,
.cid-uldSdvpqaH .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uldSdvpqaH input::-webkit-input-placeholder,
.cid-uldSdvpqaH textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uldSdvpqaH input:-moz-placeholder,
.cid-uldSdvpqaH textarea:-moz-placeholder {
  color: #808080;
}
.cid-uldSdvpqaH .jq-selectbox li,
.cid-uldSdvpqaH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uldSdvpqaH .jq-selectbox li:hover,
.cid-uldSdvpqaH .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uldSdvpqaH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uldSdvpqaH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uldSdvpqaH H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uldSdvpqaH img {
    width: 100%;
  }
  .cid-uldSdvpqaH .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uldSdvpqaH .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uldSdvpqaH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uldSdvpqaH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uldSdvpqaH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uldSdvpqaH .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uldSdvpqaH .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueakJ7Wq2w .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueakJ7Wq2w .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueakJ7Wq2w .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueakJ7Wq2w .dropdown-item {
  color: #ffffff !important;
}
.cid-ueakJ7Wq2w .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueakJ7Wq2w .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueakJ7Wq2w .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueakJ7Wq2w .btn-white {
  color: #e7272d !important;
}
.cid-ueakJ7Wq2w .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueakJ7Wq2w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueakJ7Wq2w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueakJ7Wq2w .container {
  display: flex;
  margin: auto;
}
.cid-ueakJ7Wq2w .navbar.navbar-short .nav-link,
.cid-ueakJ7Wq2w .navbar.navbar-short .navbar-caption,
.cid-ueakJ7Wq2w .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueakJ7Wq2w .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueakJ7Wq2w .navbar-caption {
  padding-right: 3rem;
}
.cid-ueakJ7Wq2w .navbar.opened {
  background: #000000 !important;
}
.cid-ueakJ7Wq2w .nav-item:focus,
.cid-ueakJ7Wq2w .nav-link:focus {
  outline: none;
}
.cid-ueakJ7Wq2w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueakJ7Wq2w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueakJ7Wq2w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueakJ7Wq2w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueakJ7Wq2w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueakJ7Wq2w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueakJ7Wq2w .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueakJ7Wq2w .navbar.opened {
  transition: all 0.3s;
}
.cid-ueakJ7Wq2w .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueakJ7Wq2w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueakJ7Wq2w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueakJ7Wq2w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueakJ7Wq2w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueakJ7Wq2w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueakJ7Wq2w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueakJ7Wq2w .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: 55%;
}
.cid-ueakJ7Wq2w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueakJ7Wq2w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueakJ7Wq2w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueakJ7Wq2w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueakJ7Wq2w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueakJ7Wq2w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueakJ7Wq2w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueakJ7Wq2w .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: 55%;
  }
  .cid-ueakJ7Wq2w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueakJ7Wq2w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueakJ7Wq2w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueakJ7Wq2w .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueakJ7Wq2w .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueakJ7Wq2w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueakJ7Wq2w .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueakJ7Wq2w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueakJ7Wq2w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueakJ7Wq2w .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueakJ7Wq2w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueakJ7Wq2w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueakJ7Wq2w .dropdown-item.active,
.cid-ueakJ7Wq2w .dropdown-item:active {
  background-color: transparent;
}
.cid-ueakJ7Wq2w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueakJ7Wq2w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueakJ7Wq2w .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueakJ7Wq2w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueakJ7Wq2w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueakJ7Wq2w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueakJ7Wq2w ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueakJ7Wq2w .navbar-buttons {
  text-align: center;
}
.cid-ueakJ7Wq2w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueakJ7Wq2w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueakJ7Wq2w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueakJ7Wq2w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueakJ7Wq2w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueakJ7Wq2w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueakJ7Wq2w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueakJ7Wq2w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueakJ7Wq2w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueakJ7Wq2w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueakJ7Wq2w .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueakJ7Wq2w a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueakJ7Wq2w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueakJ7Wq2w .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueakJ7Wq2w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueakJ7Wq2w .navbar {
    height: 77px;
  }
  .cid-ueakJ7Wq2w .navbar.opened {
    height: auto;
  }
  .cid-ueakJ7Wq2w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyIrRy4Hj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukyIrRy4Hj H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ukyIrRy4Hj .row {
    position: relative;
  }
  .cid-ukyIrRy4Hj .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ukyIrRy4Hj .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ukyIrRy4Hj img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyIrRy4Hj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyIrRy4Hj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueakJ90Hbk {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueakJ90Hbk .container,
.cid-ueakJ90Hbk .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueakJ90Hbk .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueakJ90Hbk .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueakJ90Hbk .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueakJ90Hbk .img-item {
  overflow: hidden;
}
.cid-ueakJ90Hbk .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueakJ90Hbk .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueakJ90Hbk .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueakJ90Hbk .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueakJ90Hbk .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueakJ90Hbk .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueakJ90Hbk .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueakJ90Hbk .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueakJ90Hbk .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueakJ90Hbk .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueakJ90Hbk .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueakJ90Hbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueakJ90Hbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueakJbkDnR {
  z-index: 1;
}
.cid-urP8xmebCY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urP8xmebCY .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urP8xmebCY .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urP8xmebCY .mbr-section-subtitle {
  color: #24262b;
}
.cid-urP8xmebCY .items-row {
  row-gap: 48px;
}
.cid-urP8xmebCY .item {
  cursor: pointer;
}
.cid-urP8xmebCY .item:focus,
.cid-urP8xmebCY span:focus {
  outline: none;
}
.cid-urP8xmebCY .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urP8xmebCY .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8xmebCY .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urP8xmebCY img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urP8xmebCY .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urP8xmebCY .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8xmebCY .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urP8xmebCY .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urP8xmebCY .item-title {
  color: #24262b;
}
.cid-urP8xmebCY .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urP8xmebCY .mbr-text {
  color: #24262b;
}
.cid-ukyIqcAreB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyIqcAreB H2 {
  color: #e7272d;
}
.cid-ukyIqcAreB .mbr-text,
.cid-ukyIqcAreB .mbr-section-btn {
  color: #808080;
}
.cid-ukyIqcAreB img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyIqcAreB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyIqcAreB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyIqNqjMQ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyIqNqjMQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ukyIqNqjMQ input,
.cid-ukyIqNqjMQ textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ukyIqNqjMQ .form-control:hover,
.cid-ukyIqNqjMQ .form-control:focus {
  color: #808080 !important;
}
.cid-ukyIqNqjMQ .btn-success {
  color: white !important;
}
.cid-ukyIqNqjMQ img {
  width: 90%;
  border-radius: 8px;
}
.cid-ukyIqNqjMQ .btn {
  border-radius: 30px;
}
.cid-ukyIqNqjMQ textarea {
  min-height: 160px !important;
}
.cid-ukyIqNqjMQ .form-control,
.cid-ukyIqNqjMQ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ukyIqNqjMQ .form-control:hover,
.cid-ukyIqNqjMQ .field-input:hover,
.cid-ukyIqNqjMQ .form-control:focus,
.cid-ukyIqNqjMQ .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ukyIqNqjMQ input::-webkit-input-placeholder,
.cid-ukyIqNqjMQ textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ukyIqNqjMQ input:-moz-placeholder,
.cid-ukyIqNqjMQ textarea:-moz-placeholder {
  color: #808080;
}
.cid-ukyIqNqjMQ .jq-selectbox li,
.cid-ukyIqNqjMQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyIqNqjMQ .jq-selectbox li:hover,
.cid-ukyIqNqjMQ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyIqNqjMQ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyIqNqjMQ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyIqNqjMQ H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ukyIqNqjMQ img {
    width: 100%;
  }
  .cid-ukyIqNqjMQ .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ukyIqNqjMQ .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ukyIqNqjMQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukyIqNqjMQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukyIqNqjMQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukyIqNqjMQ .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ukyIqNqjMQ .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueal6pL8DL .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueal6pL8DL .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueal6pL8DL .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueal6pL8DL .dropdown-item {
  color: #ffffff !important;
}
.cid-ueal6pL8DL .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueal6pL8DL .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueal6pL8DL .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueal6pL8DL .btn-white {
  color: #e7272d !important;
}
.cid-ueal6pL8DL .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueal6pL8DL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueal6pL8DL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueal6pL8DL .container {
  display: flex;
  margin: auto;
}
.cid-ueal6pL8DL .navbar.navbar-short .nav-link,
.cid-ueal6pL8DL .navbar.navbar-short .navbar-caption,
.cid-ueal6pL8DL .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueal6pL8DL .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueal6pL8DL .navbar-caption {
  padding-right: 3rem;
}
.cid-ueal6pL8DL .navbar.opened {
  background: #000000 !important;
}
.cid-ueal6pL8DL .nav-item:focus,
.cid-ueal6pL8DL .nav-link:focus {
  outline: none;
}
.cid-ueal6pL8DL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueal6pL8DL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueal6pL8DL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueal6pL8DL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueal6pL8DL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueal6pL8DL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueal6pL8DL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueal6pL8DL .navbar.opened {
  transition: all 0.3s;
}
.cid-ueal6pL8DL .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueal6pL8DL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueal6pL8DL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueal6pL8DL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueal6pL8DL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueal6pL8DL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueal6pL8DL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueal6pL8DL .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: 55%;
}
.cid-ueal6pL8DL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueal6pL8DL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueal6pL8DL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueal6pL8DL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueal6pL8DL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueal6pL8DL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueal6pL8DL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueal6pL8DL .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: 55%;
  }
  .cid-ueal6pL8DL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueal6pL8DL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueal6pL8DL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueal6pL8DL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueal6pL8DL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueal6pL8DL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueal6pL8DL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueal6pL8DL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueal6pL8DL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueal6pL8DL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueal6pL8DL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueal6pL8DL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueal6pL8DL .dropdown-item.active,
.cid-ueal6pL8DL .dropdown-item:active {
  background-color: transparent;
}
.cid-ueal6pL8DL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueal6pL8DL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueal6pL8DL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueal6pL8DL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueal6pL8DL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueal6pL8DL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueal6pL8DL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueal6pL8DL .navbar-buttons {
  text-align: center;
}
.cid-ueal6pL8DL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueal6pL8DL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueal6pL8DL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueal6pL8DL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueal6pL8DL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueal6pL8DL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueal6pL8DL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueal6pL8DL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueal6pL8DL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueal6pL8DL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueal6pL8DL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueal6pL8DL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueal6pL8DL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueal6pL8DL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueal6pL8DL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueal6pL8DL .navbar {
    height: 77px;
  }
  .cid-ueal6pL8DL .navbar.opened {
    height: auto;
  }
  .cid-ueal6pL8DL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uldTd30szL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uldTd30szL H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-uldTd30szL .row {
    position: relative;
  }
  .cid-uldTd30szL .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-uldTd30szL .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-uldTd30szL img {
  max-width: 500px;
  margin: auto;
}
.cid-uldTd30szL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldTd30szL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueal6qu7qW {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueal6qu7qW .container,
.cid-ueal6qu7qW .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueal6qu7qW .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueal6qu7qW .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueal6qu7qW .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueal6qu7qW .img-item {
  overflow: hidden;
}
.cid-ueal6qu7qW .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueal6qu7qW .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueal6qu7qW .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueal6qu7qW .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueal6qu7qW .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueal6qu7qW .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueal6qu7qW .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueal6qu7qW .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueal6qu7qW .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueal6qu7qW .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueal6qu7qW .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueal6qu7qW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueal6qu7qW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueal6rYi0b {
  z-index: 1;
}
.cid-urP8Fx0uw4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urP8Fx0uw4 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urP8Fx0uw4 .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urP8Fx0uw4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-urP8Fx0uw4 .items-row {
  row-gap: 48px;
}
.cid-urP8Fx0uw4 .item {
  cursor: pointer;
}
.cid-urP8Fx0uw4 .item:focus,
.cid-urP8Fx0uw4 span:focus {
  outline: none;
}
.cid-urP8Fx0uw4 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urP8Fx0uw4 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8Fx0uw4 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urP8Fx0uw4 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urP8Fx0uw4 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urP8Fx0uw4 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8Fx0uw4 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urP8Fx0uw4 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urP8Fx0uw4 .item-title {
  color: #24262b;
}
.cid-urP8Fx0uw4 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urP8Fx0uw4 .mbr-text {
  color: #24262b;
}
.cid-uldTbeVOyt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uldTbeVOyt H2 {
  color: #e7272d;
}
.cid-uldTbeVOyt .mbr-text,
.cid-uldTbeVOyt .mbr-section-btn {
  color: #808080;
}
.cid-uldTbeVOyt img {
  max-width: 500px;
  margin: auto;
}
.cid-uldTbeVOyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldTbeVOyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-uealyBESbt .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uealyBESbt .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uealyBESbt .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uealyBESbt .dropdown-item {
  color: #ffffff !important;
}
.cid-uealyBESbt .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uealyBESbt .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uealyBESbt .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uealyBESbt .btn-white {
  color: #e7272d !important;
}
.cid-uealyBESbt .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uealyBESbt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uealyBESbt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uealyBESbt .container {
  display: flex;
  margin: auto;
}
.cid-uealyBESbt .navbar.navbar-short .nav-link,
.cid-uealyBESbt .navbar.navbar-short .navbar-caption,
.cid-uealyBESbt .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uealyBESbt .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uealyBESbt .navbar-caption {
  padding-right: 3rem;
}
.cid-uealyBESbt .navbar.opened {
  background: #000000 !important;
}
.cid-uealyBESbt .nav-item:focus,
.cid-uealyBESbt .nav-link:focus {
  outline: none;
}
.cid-uealyBESbt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uealyBESbt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uealyBESbt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uealyBESbt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uealyBESbt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uealyBESbt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uealyBESbt .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uealyBESbt .navbar.opened {
  transition: all 0.3s;
}
.cid-uealyBESbt .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uealyBESbt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uealyBESbt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uealyBESbt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uealyBESbt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uealyBESbt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uealyBESbt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uealyBESbt .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: 55%;
}
.cid-uealyBESbt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uealyBESbt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uealyBESbt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uealyBESbt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uealyBESbt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uealyBESbt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uealyBESbt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uealyBESbt .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: 55%;
  }
  .cid-uealyBESbt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uealyBESbt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uealyBESbt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uealyBESbt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uealyBESbt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uealyBESbt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uealyBESbt .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uealyBESbt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uealyBESbt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uealyBESbt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uealyBESbt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uealyBESbt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uealyBESbt .dropdown-item.active,
.cid-uealyBESbt .dropdown-item:active {
  background-color: transparent;
}
.cid-uealyBESbt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uealyBESbt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uealyBESbt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uealyBESbt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uealyBESbt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uealyBESbt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uealyBESbt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uealyBESbt .navbar-buttons {
  text-align: center;
}
.cid-uealyBESbt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uealyBESbt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uealyBESbt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uealyBESbt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uealyBESbt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uealyBESbt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uealyBESbt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uealyBESbt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uealyBESbt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uealyBESbt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uealyBESbt .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uealyBESbt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uealyBESbt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uealyBESbt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uealyBESbt .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uealyBESbt .navbar {
    height: 77px;
  }
  .cid-uealyBESbt .navbar.opened {
    height: auto;
  }
  .cid-uealyBESbt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyJft6CVD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukyJft6CVD H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ukyJft6CVD .row {
    position: relative;
  }
  .cid-ukyJft6CVD .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ukyJft6CVD .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ukyJft6CVD img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyJft6CVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyJft6CVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uealyDFM72 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uealyDFM72 .container,
.cid-uealyDFM72 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uealyDFM72 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-uealyDFM72 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uealyDFM72 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uealyDFM72 .img-item {
  overflow: hidden;
}
.cid-uealyDFM72 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uealyDFM72 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-uealyDFM72 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uealyDFM72 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uealyDFM72 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}
.cid-uealyDFM72 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-uealyDFM72 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uealyDFM72 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uealyDFM72 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uealyDFM72 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uealyDFM72 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uealyDFM72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uealyDFM72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uealyGnNxe {
  z-index: 1;
}
.cid-urP8LOunEb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urP8LOunEb .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urP8LOunEb .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urP8LOunEb .mbr-section-subtitle {
  color: #24262b;
}
.cid-urP8LOunEb .items-row {
  row-gap: 48px;
}
.cid-urP8LOunEb .item {
  cursor: pointer;
}
.cid-urP8LOunEb .item:focus,
.cid-urP8LOunEb span:focus {
  outline: none;
}
.cid-urP8LOunEb .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urP8LOunEb .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8LOunEb .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urP8LOunEb img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urP8LOunEb .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urP8LOunEb .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8LOunEb .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urP8LOunEb .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urP8LOunEb .item-title {
  color: #24262b;
}
.cid-urP8LOunEb .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urP8LOunEb .mbr-text {
  color: #24262b;
}
.cid-ukyJetutEj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyJetutEj H2 {
  color: #e7272d;
}
.cid-ukyJetutEj .mbr-text,
.cid-ukyJetutEj .mbr-section-btn {
  color: #808080;
}
.cid-ukyJetutEj img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyJetutEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyJetutEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyJdWFUNP {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyJdWFUNP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ukyJdWFUNP input,
.cid-ukyJdWFUNP textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ukyJdWFUNP .form-control:hover,
.cid-ukyJdWFUNP .form-control:focus {
  color: #808080 !important;
}
.cid-ukyJdWFUNP .btn-success {
  color: white !important;
}
.cid-ukyJdWFUNP img {
  width: 90%;
  border-radius: 8px;
}
.cid-ukyJdWFUNP .btn {
  border-radius: 30px;
}
.cid-ukyJdWFUNP textarea {
  min-height: 160px !important;
}
.cid-ukyJdWFUNP .form-control,
.cid-ukyJdWFUNP .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ukyJdWFUNP .form-control:hover,
.cid-ukyJdWFUNP .field-input:hover,
.cid-ukyJdWFUNP .form-control:focus,
.cid-ukyJdWFUNP .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ukyJdWFUNP input::-webkit-input-placeholder,
.cid-ukyJdWFUNP textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ukyJdWFUNP input:-moz-placeholder,
.cid-ukyJdWFUNP textarea:-moz-placeholder {
  color: #808080;
}
.cid-ukyJdWFUNP .jq-selectbox li,
.cid-ukyJdWFUNP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyJdWFUNP .jq-selectbox li:hover,
.cid-ukyJdWFUNP .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyJdWFUNP .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyJdWFUNP .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyJdWFUNP H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ukyJdWFUNP img {
    width: 100%;
  }
  .cid-ukyJdWFUNP .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ukyJdWFUNP .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ukyJdWFUNP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukyJdWFUNP .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukyJdWFUNP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukyJdWFUNP .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ukyJdWFUNP .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueam9WDdOH .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueam9WDdOH .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueam9WDdOH .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueam9WDdOH .dropdown-item {
  color: #ffffff !important;
}
.cid-ueam9WDdOH .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueam9WDdOH .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueam9WDdOH .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueam9WDdOH .btn-white {
  color: #e7272d !important;
}
.cid-ueam9WDdOH .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueam9WDdOH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueam9WDdOH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueam9WDdOH .container {
  display: flex;
  margin: auto;
}
.cid-ueam9WDdOH .navbar.navbar-short .nav-link,
.cid-ueam9WDdOH .navbar.navbar-short .navbar-caption,
.cid-ueam9WDdOH .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueam9WDdOH .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueam9WDdOH .navbar-caption {
  padding-right: 3rem;
}
.cid-ueam9WDdOH .navbar.opened {
  background: #000000 !important;
}
.cid-ueam9WDdOH .nav-item:focus,
.cid-ueam9WDdOH .nav-link:focus {
  outline: none;
}
.cid-ueam9WDdOH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueam9WDdOH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueam9WDdOH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueam9WDdOH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueam9WDdOH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueam9WDdOH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueam9WDdOH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueam9WDdOH .navbar.opened {
  transition: all 0.3s;
}
.cid-ueam9WDdOH .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueam9WDdOH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueam9WDdOH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueam9WDdOH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueam9WDdOH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueam9WDdOH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueam9WDdOH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueam9WDdOH .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: 55%;
}
.cid-ueam9WDdOH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueam9WDdOH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueam9WDdOH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueam9WDdOH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueam9WDdOH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueam9WDdOH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueam9WDdOH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueam9WDdOH .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: 55%;
  }
  .cid-ueam9WDdOH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueam9WDdOH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueam9WDdOH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueam9WDdOH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueam9WDdOH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueam9WDdOH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueam9WDdOH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueam9WDdOH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueam9WDdOH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueam9WDdOH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueam9WDdOH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueam9WDdOH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueam9WDdOH .dropdown-item.active,
.cid-ueam9WDdOH .dropdown-item:active {
  background-color: transparent;
}
.cid-ueam9WDdOH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueam9WDdOH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueam9WDdOH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueam9WDdOH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueam9WDdOH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueam9WDdOH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueam9WDdOH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueam9WDdOH .navbar-buttons {
  text-align: center;
}
.cid-ueam9WDdOH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueam9WDdOH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueam9WDdOH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueam9WDdOH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueam9WDdOH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueam9WDdOH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueam9WDdOH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueam9WDdOH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueam9WDdOH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueam9WDdOH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueam9WDdOH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueam9WDdOH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueam9WDdOH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueam9WDdOH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueam9WDdOH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueam9WDdOH .navbar {
    height: 77px;
  }
  .cid-ueam9WDdOH .navbar.opened {
    height: auto;
  }
  .cid-ueam9WDdOH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyJR8RDi1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukyJR8RDi1 H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ukyJR8RDi1 .row {
    position: relative;
  }
  .cid-ukyJR8RDi1 .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ukyJR8RDi1 .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ukyJR8RDi1 img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyJR8RDi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyJR8RDi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueam9XgPTT {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueam9XgPTT .container,
.cid-ueam9XgPTT .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueam9XgPTT .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueam9XgPTT .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueam9XgPTT .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueam9XgPTT .img-item {
  overflow: hidden;
}
.cid-ueam9XgPTT .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueam9XgPTT .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueam9XgPTT .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueam9XgPTT .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueam9XgPTT .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}
.cid-ueam9XgPTT .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueam9XgPTT .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueam9XgPTT .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueam9XgPTT .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueam9XgPTT .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueam9XgPTT .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueam9XgPTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueam9XgPTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueam9Z1whN {
  z-index: 1;
}
.cid-urP8P07jRO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urP8P07jRO .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urP8P07jRO .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urP8P07jRO .mbr-section-subtitle {
  color: #24262b;
}
.cid-urP8P07jRO .items-row {
  row-gap: 48px;
}
.cid-urP8P07jRO .item {
  cursor: pointer;
}
.cid-urP8P07jRO .item:focus,
.cid-urP8P07jRO span:focus {
  outline: none;
}
.cid-urP8P07jRO .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urP8P07jRO .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8P07jRO .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urP8P07jRO img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urP8P07jRO .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urP8P07jRO .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8P07jRO .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urP8P07jRO .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urP8P07jRO .item-title {
  color: #24262b;
}
.cid-urP8P07jRO .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urP8P07jRO .mbr-text {
  color: #24262b;
}
.cid-ukyJNYZBfE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyJNYZBfE H2 {
  color: #e7272d;
}
.cid-ukyJNYZBfE .mbr-text,
.cid-ukyJNYZBfE .mbr-section-btn {
  color: #808080;
}
.cid-ukyJNYZBfE img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyJNYZBfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyJNYZBfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyJQ1cJi0 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyJQ1cJi0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ukyJQ1cJi0 input,
.cid-ukyJQ1cJi0 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ukyJQ1cJi0 .form-control:hover,
.cid-ukyJQ1cJi0 .form-control:focus {
  color: #808080 !important;
}
.cid-ukyJQ1cJi0 .btn-success {
  color: white !important;
}
.cid-ukyJQ1cJi0 img {
  width: 90%;
  border-radius: 8px;
}
.cid-ukyJQ1cJi0 .btn {
  border-radius: 30px;
}
.cid-ukyJQ1cJi0 textarea {
  min-height: 160px !important;
}
.cid-ukyJQ1cJi0 .form-control,
.cid-ukyJQ1cJi0 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ukyJQ1cJi0 .form-control:hover,
.cid-ukyJQ1cJi0 .field-input:hover,
.cid-ukyJQ1cJi0 .form-control:focus,
.cid-ukyJQ1cJi0 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ukyJQ1cJi0 input::-webkit-input-placeholder,
.cid-ukyJQ1cJi0 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ukyJQ1cJi0 input:-moz-placeholder,
.cid-ukyJQ1cJi0 textarea:-moz-placeholder {
  color: #808080;
}
.cid-ukyJQ1cJi0 .jq-selectbox li,
.cid-ukyJQ1cJi0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyJQ1cJi0 .jq-selectbox li:hover,
.cid-ukyJQ1cJi0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyJQ1cJi0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyJQ1cJi0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyJQ1cJi0 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ukyJQ1cJi0 img {
    width: 100%;
  }
  .cid-ukyJQ1cJi0 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ukyJQ1cJi0 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ukyJQ1cJi0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukyJQ1cJi0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukyJQ1cJi0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukyJQ1cJi0 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ukyJQ1cJi0 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueamFGTCEe .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueamFGTCEe .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueamFGTCEe .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueamFGTCEe .dropdown-item {
  color: #ffffff !important;
}
.cid-ueamFGTCEe .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueamFGTCEe .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueamFGTCEe .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueamFGTCEe .btn-white {
  color: #e7272d !important;
}
.cid-ueamFGTCEe .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueamFGTCEe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueamFGTCEe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueamFGTCEe .container {
  display: flex;
  margin: auto;
}
.cid-ueamFGTCEe .navbar.navbar-short .nav-link,
.cid-ueamFGTCEe .navbar.navbar-short .navbar-caption,
.cid-ueamFGTCEe .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueamFGTCEe .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueamFGTCEe .navbar-caption {
  padding-right: 3rem;
}
.cid-ueamFGTCEe .navbar.opened {
  background: #000000 !important;
}
.cid-ueamFGTCEe .nav-item:focus,
.cid-ueamFGTCEe .nav-link:focus {
  outline: none;
}
.cid-ueamFGTCEe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueamFGTCEe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueamFGTCEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueamFGTCEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueamFGTCEe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueamFGTCEe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueamFGTCEe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueamFGTCEe .navbar.opened {
  transition: all 0.3s;
}
.cid-ueamFGTCEe .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueamFGTCEe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueamFGTCEe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueamFGTCEe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueamFGTCEe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueamFGTCEe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueamFGTCEe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueamFGTCEe .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: 55%;
}
.cid-ueamFGTCEe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueamFGTCEe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueamFGTCEe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueamFGTCEe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueamFGTCEe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueamFGTCEe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueamFGTCEe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueamFGTCEe .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: 55%;
  }
  .cid-ueamFGTCEe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueamFGTCEe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueamFGTCEe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueamFGTCEe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueamFGTCEe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueamFGTCEe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueamFGTCEe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueamFGTCEe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueamFGTCEe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueamFGTCEe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueamFGTCEe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueamFGTCEe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueamFGTCEe .dropdown-item.active,
.cid-ueamFGTCEe .dropdown-item:active {
  background-color: transparent;
}
.cid-ueamFGTCEe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueamFGTCEe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueamFGTCEe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueamFGTCEe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueamFGTCEe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueamFGTCEe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueamFGTCEe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueamFGTCEe .navbar-buttons {
  text-align: center;
}
.cid-ueamFGTCEe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueamFGTCEe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueamFGTCEe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueamFGTCEe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueamFGTCEe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueamFGTCEe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueamFGTCEe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueamFGTCEe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueamFGTCEe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueamFGTCEe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueamFGTCEe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueamFGTCEe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueamFGTCEe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueamFGTCEe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueamFGTCEe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueamFGTCEe .navbar {
    height: 77px;
  }
  .cid-ueamFGTCEe .navbar.opened {
    height: auto;
  }
  .cid-ueamFGTCEe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyOXnA0RA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukyOXnA0RA H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ukyOXnA0RA .row {
    position: relative;
  }
  .cid-ukyOXnA0RA .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ukyOXnA0RA .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ukyOXnA0RA img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyOXnA0RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyOXnA0RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueamFHEnQo {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueamFHEnQo .container,
.cid-ueamFHEnQo .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueamFHEnQo .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueamFHEnQo .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueamFHEnQo .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueamFHEnQo .img-item {
  overflow: hidden;
}
.cid-ueamFHEnQo .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueamFHEnQo .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueamFHEnQo .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueamFHEnQo .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueamFHEnQo .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueamFHEnQo .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueamFHEnQo .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueamFHEnQo .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueamFHEnQo .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueamFHEnQo .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueamFHEnQo .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueamFHEnQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueamFHEnQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueamFJv9sd {
  z-index: 1;
}
.cid-urP8SsFLOf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urP8SsFLOf .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urP8SsFLOf .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urP8SsFLOf .mbr-section-subtitle {
  color: #24262b;
}
.cid-urP8SsFLOf .items-row {
  row-gap: 48px;
}
.cid-urP8SsFLOf .item {
  cursor: pointer;
}
.cid-urP8SsFLOf .item:focus,
.cid-urP8SsFLOf span:focus {
  outline: none;
}
.cid-urP8SsFLOf .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urP8SsFLOf .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8SsFLOf .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urP8SsFLOf img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urP8SsFLOf .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urP8SsFLOf .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8SsFLOf .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urP8SsFLOf .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urP8SsFLOf .item-title {
  color: #24262b;
}
.cid-urP8SsFLOf .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urP8SsFLOf .mbr-text {
  color: #24262b;
}
.cid-ukyP0iv8oe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyP0iv8oe H2 {
  color: #e7272d;
}
.cid-ukyP0iv8oe .mbr-text,
.cid-ukyP0iv8oe .mbr-section-btn {
  color: #808080;
}
.cid-ukyP0iv8oe img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyP0iv8oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyP0iv8oe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyOZdwOmD {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyOZdwOmD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ukyOZdwOmD input,
.cid-ukyOZdwOmD textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ukyOZdwOmD .form-control:hover,
.cid-ukyOZdwOmD .form-control:focus {
  color: #808080 !important;
}
.cid-ukyOZdwOmD .btn-success {
  color: white !important;
}
.cid-ukyOZdwOmD img {
  width: 90%;
  border-radius: 8px;
}
.cid-ukyOZdwOmD .btn {
  border-radius: 30px;
}
.cid-ukyOZdwOmD textarea {
  min-height: 160px !important;
}
.cid-ukyOZdwOmD .form-control,
.cid-ukyOZdwOmD .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ukyOZdwOmD .form-control:hover,
.cid-ukyOZdwOmD .field-input:hover,
.cid-ukyOZdwOmD .form-control:focus,
.cid-ukyOZdwOmD .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ukyOZdwOmD input::-webkit-input-placeholder,
.cid-ukyOZdwOmD textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ukyOZdwOmD input:-moz-placeholder,
.cid-ukyOZdwOmD textarea:-moz-placeholder {
  color: #808080;
}
.cid-ukyOZdwOmD .jq-selectbox li,
.cid-ukyOZdwOmD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyOZdwOmD .jq-selectbox li:hover,
.cid-ukyOZdwOmD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyOZdwOmD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyOZdwOmD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyOZdwOmD H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ukyOZdwOmD img {
    width: 100%;
  }
  .cid-ukyOZdwOmD .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ukyOZdwOmD .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ukyOZdwOmD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukyOZdwOmD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukyOZdwOmD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukyOZdwOmD .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ukyOZdwOmD .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueankjI47X .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueankjI47X .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueankjI47X .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueankjI47X .dropdown-item {
  color: #ffffff !important;
}
.cid-ueankjI47X .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueankjI47X .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueankjI47X .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueankjI47X .btn-white {
  color: #e7272d !important;
}
.cid-ueankjI47X .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueankjI47X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueankjI47X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueankjI47X .container {
  display: flex;
  margin: auto;
}
.cid-ueankjI47X .navbar.navbar-short .nav-link,
.cid-ueankjI47X .navbar.navbar-short .navbar-caption,
.cid-ueankjI47X .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueankjI47X .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueankjI47X .navbar-caption {
  padding-right: 3rem;
}
.cid-ueankjI47X .navbar.opened {
  background: #000000 !important;
}
.cid-ueankjI47X .nav-item:focus,
.cid-ueankjI47X .nav-link:focus {
  outline: none;
}
.cid-ueankjI47X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueankjI47X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueankjI47X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueankjI47X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueankjI47X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueankjI47X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueankjI47X .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueankjI47X .navbar.opened {
  transition: all 0.3s;
}
.cid-ueankjI47X .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueankjI47X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueankjI47X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueankjI47X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueankjI47X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueankjI47X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueankjI47X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueankjI47X .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: 55%;
}
.cid-ueankjI47X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueankjI47X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueankjI47X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueankjI47X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueankjI47X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueankjI47X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueankjI47X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueankjI47X .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: 55%;
  }
  .cid-ueankjI47X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueankjI47X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueankjI47X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueankjI47X .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueankjI47X .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueankjI47X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueankjI47X .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueankjI47X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueankjI47X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueankjI47X .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueankjI47X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueankjI47X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueankjI47X .dropdown-item.active,
.cid-ueankjI47X .dropdown-item:active {
  background-color: transparent;
}
.cid-ueankjI47X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueankjI47X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueankjI47X .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueankjI47X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueankjI47X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueankjI47X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueankjI47X ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueankjI47X .navbar-buttons {
  text-align: center;
}
.cid-ueankjI47X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueankjI47X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueankjI47X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueankjI47X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueankjI47X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueankjI47X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueankjI47X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueankjI47X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueankjI47X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueankjI47X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueankjI47X .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueankjI47X a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueankjI47X .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueankjI47X .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueankjI47X .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueankjI47X .navbar {
    height: 77px;
  }
  .cid-ueankjI47X .navbar.opened {
    height: auto;
  }
  .cid-ueankjI47X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyPkmjSHl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukyPkmjSHl H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ukyPkmjSHl .row {
    position: relative;
  }
  .cid-ukyPkmjSHl .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ukyPkmjSHl .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ukyPkmjSHl img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyPkmjSHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyPkmjSHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueankksT6R {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueankksT6R .container,
.cid-ueankksT6R .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueankksT6R .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueankksT6R .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueankksT6R .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueankksT6R .img-item {
  overflow: hidden;
}
.cid-ueankksT6R .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueankksT6R .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueankksT6R .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueankksT6R .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueankksT6R .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueankksT6R .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueankksT6R .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueankksT6R .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueankksT6R .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueankksT6R .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueankksT6R .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueankksT6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueankksT6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueankmc3Uw {
  z-index: 1;
}
.cid-urP8VwmmhL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urP8VwmmhL .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urP8VwmmhL .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urP8VwmmhL .mbr-section-subtitle {
  color: #24262b;
}
.cid-urP8VwmmhL .items-row {
  row-gap: 48px;
}
.cid-urP8VwmmhL .item {
  cursor: pointer;
}
.cid-urP8VwmmhL .item:focus,
.cid-urP8VwmmhL span:focus {
  outline: none;
}
.cid-urP8VwmmhL .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urP8VwmmhL .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8VwmmhL .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urP8VwmmhL img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urP8VwmmhL .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urP8VwmmhL .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8VwmmhL .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urP8VwmmhL .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urP8VwmmhL .item-title {
  color: #24262b;
}
.cid-urP8VwmmhL .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urP8VwmmhL .mbr-text {
  color: #24262b;
}
.cid-ukyPiJhL6A {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyPiJhL6A H2 {
  color: #e7272d;
}
.cid-ukyPiJhL6A .mbr-text,
.cid-ukyPiJhL6A .mbr-section-btn {
  color: #808080;
}
.cid-ukyPiJhL6A img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyPiJhL6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyPiJhL6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyPj4YZut {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyPj4YZut .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ukyPj4YZut input,
.cid-ukyPj4YZut textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ukyPj4YZut .form-control:hover,
.cid-ukyPj4YZut .form-control:focus {
  color: #808080 !important;
}
.cid-ukyPj4YZut .btn-success {
  color: white !important;
}
.cid-ukyPj4YZut img {
  width: 90%;
  border-radius: 8px;
}
.cid-ukyPj4YZut .btn {
  border-radius: 30px;
}
.cid-ukyPj4YZut textarea {
  min-height: 160px !important;
}
.cid-ukyPj4YZut .form-control,
.cid-ukyPj4YZut .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ukyPj4YZut .form-control:hover,
.cid-ukyPj4YZut .field-input:hover,
.cid-ukyPj4YZut .form-control:focus,
.cid-ukyPj4YZut .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ukyPj4YZut input::-webkit-input-placeholder,
.cid-ukyPj4YZut textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ukyPj4YZut input:-moz-placeholder,
.cid-ukyPj4YZut textarea:-moz-placeholder {
  color: #808080;
}
.cid-ukyPj4YZut .jq-selectbox li,
.cid-ukyPj4YZut .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyPj4YZut .jq-selectbox li:hover,
.cid-ukyPj4YZut .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyPj4YZut .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyPj4YZut .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyPj4YZut H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ukyPj4YZut img {
    width: 100%;
  }
  .cid-ukyPj4YZut .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ukyPj4YZut .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ukyPj4YZut .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukyPj4YZut .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukyPj4YZut .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukyPj4YZut .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ukyPj4YZut .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueanXN6G61 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueanXN6G61 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueanXN6G61 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueanXN6G61 .dropdown-item {
  color: #ffffff !important;
}
.cid-ueanXN6G61 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueanXN6G61 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueanXN6G61 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueanXN6G61 .btn-white {
  color: #e7272d !important;
}
.cid-ueanXN6G61 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueanXN6G61 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueanXN6G61 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueanXN6G61 .container {
  display: flex;
  margin: auto;
}
.cid-ueanXN6G61 .navbar.navbar-short .nav-link,
.cid-ueanXN6G61 .navbar.navbar-short .navbar-caption,
.cid-ueanXN6G61 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueanXN6G61 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueanXN6G61 .navbar-caption {
  padding-right: 3rem;
}
.cid-ueanXN6G61 .navbar.opened {
  background: #000000 !important;
}
.cid-ueanXN6G61 .nav-item:focus,
.cid-ueanXN6G61 .nav-link:focus {
  outline: none;
}
.cid-ueanXN6G61 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueanXN6G61 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueanXN6G61 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueanXN6G61 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueanXN6G61 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueanXN6G61 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueanXN6G61 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueanXN6G61 .navbar.opened {
  transition: all 0.3s;
}
.cid-ueanXN6G61 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueanXN6G61 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueanXN6G61 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueanXN6G61 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueanXN6G61 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueanXN6G61 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueanXN6G61 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueanXN6G61 .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: 55%;
}
.cid-ueanXN6G61 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueanXN6G61 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueanXN6G61 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueanXN6G61 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueanXN6G61 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueanXN6G61 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueanXN6G61 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueanXN6G61 .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: 55%;
  }
  .cid-ueanXN6G61 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueanXN6G61 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueanXN6G61 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueanXN6G61 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueanXN6G61 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueanXN6G61 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueanXN6G61 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueanXN6G61 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueanXN6G61 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueanXN6G61 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueanXN6G61 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueanXN6G61 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueanXN6G61 .dropdown-item.active,
.cid-ueanXN6G61 .dropdown-item:active {
  background-color: transparent;
}
.cid-ueanXN6G61 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueanXN6G61 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueanXN6G61 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueanXN6G61 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueanXN6G61 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueanXN6G61 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueanXN6G61 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueanXN6G61 .navbar-buttons {
  text-align: center;
}
.cid-ueanXN6G61 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueanXN6G61 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueanXN6G61 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueanXN6G61 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueanXN6G61 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueanXN6G61 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueanXN6G61 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueanXN6G61 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueanXN6G61 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueanXN6G61 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueanXN6G61 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueanXN6G61 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueanXN6G61 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueanXN6G61 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueanXN6G61 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueanXN6G61 .navbar {
    height: 77px;
  }
  .cid-ueanXN6G61 .navbar.opened {
    height: auto;
  }
  .cid-ueanXN6G61 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueanXNQOAR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-ueanXNQOAR img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-ueanXNQOAR H2 {
  color: #e7272d;
}
.cid-ueanXODQEv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ueanXODQEv .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-ueanXODQEv .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-ueanXODQEv .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-ueanXODQEv .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-ueanXODQEv .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-ueanXODQEv .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ueanXODQEv .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ueanXODQEv .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-ueanXODQEv .mbr-figure {
    width: 100% !important;
  }
  .cid-ueanXODQEv .menu-item {
    flex-direction: column;
  }
  .cid-ueanXODQEv img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-ueanXODQEv .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ueanXODQEv .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-ueanXODQEv .special-label {
  color: #fff;
}
.cid-ueanXODQEv .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-ueanXODQEv .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ueanXODQEv .menu-row {
  margin: 0;
}
.cid-ueanXODQEv .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-ueanXODQEv .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-ueanXODQEv .group-title,
.cid-ueanXODQEv .align-wrap {
  text-align: left;
}
.cid-ueanXODQEv SPAN {
  color: #e7272d;
}
.cid-ueanXODQEv .item-title {
  color: #808080;
}
.cid-ueanXODQEv H4 {
  color: #e7272d;
}
.cid-ueanXODQEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueanXODQEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEH8wc8xP {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umEH8wc8xP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-umEH8wc8xP input,
.cid-umEH8wc8xP textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-umEH8wc8xP .form-control:hover,
.cid-umEH8wc8xP .form-control:focus {
  color: #808080 !important;
}
.cid-umEH8wc8xP .btn-success {
  color: white !important;
}
.cid-umEH8wc8xP img {
  width: 90%;
  border-radius: 8px;
}
.cid-umEH8wc8xP .btn {
  border-radius: 30px;
}
.cid-umEH8wc8xP textarea {
  min-height: 160px !important;
}
.cid-umEH8wc8xP .form-control,
.cid-umEH8wc8xP .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umEH8wc8xP .form-control:hover,
.cid-umEH8wc8xP .field-input:hover,
.cid-umEH8wc8xP .form-control:focus,
.cid-umEH8wc8xP .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-umEH8wc8xP input::-webkit-input-placeholder,
.cid-umEH8wc8xP textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-umEH8wc8xP input:-moz-placeholder,
.cid-umEH8wc8xP textarea:-moz-placeholder {
  color: #808080;
}
.cid-umEH8wc8xP .jq-selectbox li,
.cid-umEH8wc8xP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEH8wc8xP .jq-selectbox li:hover,
.cid-umEH8wc8xP .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEH8wc8xP .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEH8wc8xP .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEH8wc8xP H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-umEH8wc8xP img {
    width: 100%;
  }
  .cid-umEH8wc8xP .google-map {
    margin-bottom: 2rem;
  }
}
.cid-umEH8wc8xP .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-umEH8wc8xP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-umEH8wc8xP .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-umEH8wc8xP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-umEH8wc8xP .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-umEH8wc8xP .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueao4FxFOL .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueao4FxFOL .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueao4FxFOL .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueao4FxFOL .dropdown-item {
  color: #ffffff !important;
}
.cid-ueao4FxFOL .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueao4FxFOL .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueao4FxFOL .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueao4FxFOL .btn-white {
  color: #e7272d !important;
}
.cid-ueao4FxFOL .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueao4FxFOL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueao4FxFOL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueao4FxFOL .container {
  display: flex;
  margin: auto;
}
.cid-ueao4FxFOL .navbar.navbar-short .nav-link,
.cid-ueao4FxFOL .navbar.navbar-short .navbar-caption,
.cid-ueao4FxFOL .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueao4FxFOL .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueao4FxFOL .navbar-caption {
  padding-right: 3rem;
}
.cid-ueao4FxFOL .navbar.opened {
  background: #000000 !important;
}
.cid-ueao4FxFOL .nav-item:focus,
.cid-ueao4FxFOL .nav-link:focus {
  outline: none;
}
.cid-ueao4FxFOL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueao4FxFOL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueao4FxFOL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueao4FxFOL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueao4FxFOL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueao4FxFOL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueao4FxFOL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueao4FxFOL .navbar.opened {
  transition: all 0.3s;
}
.cid-ueao4FxFOL .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueao4FxFOL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueao4FxFOL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueao4FxFOL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueao4FxFOL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueao4FxFOL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueao4FxFOL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueao4FxFOL .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: 55%;
}
.cid-ueao4FxFOL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueao4FxFOL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueao4FxFOL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueao4FxFOL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueao4FxFOL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueao4FxFOL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueao4FxFOL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueao4FxFOL .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: 55%;
  }
  .cid-ueao4FxFOL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueao4FxFOL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueao4FxFOL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueao4FxFOL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueao4FxFOL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueao4FxFOL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueao4FxFOL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueao4FxFOL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueao4FxFOL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueao4FxFOL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueao4FxFOL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueao4FxFOL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueao4FxFOL .dropdown-item.active,
.cid-ueao4FxFOL .dropdown-item:active {
  background-color: transparent;
}
.cid-ueao4FxFOL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueao4FxFOL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueao4FxFOL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueao4FxFOL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueao4FxFOL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueao4FxFOL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueao4FxFOL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueao4FxFOL .navbar-buttons {
  text-align: center;
}
.cid-ueao4FxFOL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueao4FxFOL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueao4FxFOL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueao4FxFOL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueao4FxFOL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueao4FxFOL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueao4FxFOL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueao4FxFOL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueao4FxFOL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueao4FxFOL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueao4FxFOL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueao4FxFOL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueao4FxFOL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueao4FxFOL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueao4FxFOL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueao4FxFOL .navbar {
    height: 77px;
  }
  .cid-ueao4FxFOL .navbar.opened {
    height: auto;
  }
  .cid-ueao4FxFOL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyPENX0JJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukyPENX0JJ H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ukyPENX0JJ .row {
    position: relative;
  }
  .cid-ukyPENX0JJ .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ukyPENX0JJ .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ukyPENX0JJ img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyPENX0JJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyPENX0JJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueao4I5Nx0 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueao4I5Nx0 .container,
.cid-ueao4I5Nx0 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueao4I5Nx0 .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueao4I5Nx0 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueao4I5Nx0 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueao4I5Nx0 .img-item {
  overflow: hidden;
}
.cid-ueao4I5Nx0 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueao4I5Nx0 .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueao4I5Nx0 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueao4I5Nx0 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueao4I5Nx0 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueao4I5Nx0 .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueao4I5Nx0 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueao4I5Nx0 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueao4I5Nx0 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueao4I5Nx0 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueao4I5Nx0 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueao4I5Nx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueao4I5Nx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueao4JnqRe {
  z-index: 1;
}
.cid-urP8Z8ANTc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urP8Z8ANTc .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urP8Z8ANTc .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urP8Z8ANTc .mbr-section-subtitle {
  color: #24262b;
}
.cid-urP8Z8ANTc .items-row {
  row-gap: 48px;
}
.cid-urP8Z8ANTc .item {
  cursor: pointer;
}
.cid-urP8Z8ANTc .item:focus,
.cid-urP8Z8ANTc span:focus {
  outline: none;
}
.cid-urP8Z8ANTc .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urP8Z8ANTc .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8Z8ANTc .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urP8Z8ANTc img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urP8Z8ANTc .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urP8Z8ANTc .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP8Z8ANTc .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urP8Z8ANTc .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urP8Z8ANTc .item-title {
  color: #24262b;
}
.cid-urP8Z8ANTc .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urP8Z8ANTc .mbr-text {
  color: #24262b;
}
.cid-ukyPHXjypC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyPHXjypC H2 {
  color: #e7272d;
}
.cid-ukyPHXjypC .mbr-text,
.cid-ukyPHXjypC .mbr-section-btn {
  color: #808080;
}
.cid-ukyPHXjypC img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyPHXjypC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyPHXjypC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyPDsUAWb {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyPDsUAWb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ukyPDsUAWb input,
.cid-ukyPDsUAWb textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ukyPDsUAWb .form-control:hover,
.cid-ukyPDsUAWb .form-control:focus {
  color: #808080 !important;
}
.cid-ukyPDsUAWb .btn-success {
  color: white !important;
}
.cid-ukyPDsUAWb img {
  width: 90%;
  border-radius: 8px;
}
.cid-ukyPDsUAWb .btn {
  border-radius: 30px;
}
.cid-ukyPDsUAWb textarea {
  min-height: 160px !important;
}
.cid-ukyPDsUAWb .form-control,
.cid-ukyPDsUAWb .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ukyPDsUAWb .form-control:hover,
.cid-ukyPDsUAWb .field-input:hover,
.cid-ukyPDsUAWb .form-control:focus,
.cid-ukyPDsUAWb .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ukyPDsUAWb input::-webkit-input-placeholder,
.cid-ukyPDsUAWb textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ukyPDsUAWb input:-moz-placeholder,
.cid-ukyPDsUAWb textarea:-moz-placeholder {
  color: #808080;
}
.cid-ukyPDsUAWb .jq-selectbox li,
.cid-ukyPDsUAWb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyPDsUAWb .jq-selectbox li:hover,
.cid-ukyPDsUAWb .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyPDsUAWb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyPDsUAWb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyPDsUAWb H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ukyPDsUAWb img {
    width: 100%;
  }
  .cid-ukyPDsUAWb .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ukyPDsUAWb .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ukyPDsUAWb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukyPDsUAWb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukyPDsUAWb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukyPDsUAWb .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ukyPDsUAWb .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueaoDFujxh .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaoDFujxh .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueaoDFujxh .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueaoDFujxh .dropdown-item {
  color: #ffffff !important;
}
.cid-ueaoDFujxh .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueaoDFujxh .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueaoDFujxh .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueaoDFujxh .btn-white {
  color: #e7272d !important;
}
.cid-ueaoDFujxh .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueaoDFujxh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueaoDFujxh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueaoDFujxh .container {
  display: flex;
  margin: auto;
}
.cid-ueaoDFujxh .navbar.navbar-short .nav-link,
.cid-ueaoDFujxh .navbar.navbar-short .navbar-caption,
.cid-ueaoDFujxh .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueaoDFujxh .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueaoDFujxh .navbar-caption {
  padding-right: 3rem;
}
.cid-ueaoDFujxh .navbar.opened {
  background: #000000 !important;
}
.cid-ueaoDFujxh .nav-item:focus,
.cid-ueaoDFujxh .nav-link:focus {
  outline: none;
}
.cid-ueaoDFujxh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaoDFujxh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueaoDFujxh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueaoDFujxh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaoDFujxh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueaoDFujxh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueaoDFujxh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueaoDFujxh .navbar.opened {
  transition: all 0.3s;
}
.cid-ueaoDFujxh .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueaoDFujxh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueaoDFujxh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueaoDFujxh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueaoDFujxh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueaoDFujxh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueaoDFujxh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueaoDFujxh .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: 55%;
}
.cid-ueaoDFujxh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueaoDFujxh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueaoDFujxh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueaoDFujxh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueaoDFujxh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueaoDFujxh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueaoDFujxh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueaoDFujxh .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: 55%;
  }
  .cid-ueaoDFujxh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueaoDFujxh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueaoDFujxh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueaoDFujxh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueaoDFujxh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueaoDFujxh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueaoDFujxh .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueaoDFujxh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueaoDFujxh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueaoDFujxh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueaoDFujxh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueaoDFujxh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueaoDFujxh .dropdown-item.active,
.cid-ueaoDFujxh .dropdown-item:active {
  background-color: transparent;
}
.cid-ueaoDFujxh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueaoDFujxh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueaoDFujxh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueaoDFujxh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueaoDFujxh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueaoDFujxh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueaoDFujxh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueaoDFujxh .navbar-buttons {
  text-align: center;
}
.cid-ueaoDFujxh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueaoDFujxh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueaoDFujxh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueaoDFujxh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueaoDFujxh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueaoDFujxh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueaoDFujxh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueaoDFujxh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueaoDFujxh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueaoDFujxh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueaoDFujxh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueaoDFujxh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueaoDFujxh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueaoDFujxh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueaoDFujxh .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueaoDFujxh .navbar {
    height: 77px;
  }
  .cid-ueaoDFujxh .navbar.opened {
    height: auto;
  }
  .cid-ueaoDFujxh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyQ789qNq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukyQ789qNq H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ukyQ789qNq .row {
    position: relative;
  }
  .cid-ukyQ789qNq .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ukyQ789qNq .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ukyQ789qNq img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyQ789qNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyQ789qNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaoDGaexd {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueaoDGaexd .container,
.cid-ueaoDGaexd .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueaoDGaexd .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueaoDGaexd .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueaoDGaexd .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueaoDGaexd .img-item {
  overflow: hidden;
}
.cid-ueaoDGaexd .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueaoDGaexd .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueaoDGaexd .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueaoDGaexd .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueaoDGaexd .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueaoDGaexd .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueaoDGaexd .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueaoDGaexd .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueaoDGaexd .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueaoDGaexd .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueaoDGaexd .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueaoDGaexd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaoDGaexd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaoDHw7Tv {
  z-index: 1;
}
.cid-urP94EPm4V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urP94EPm4V .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urP94EPm4V .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urP94EPm4V .mbr-section-subtitle {
  color: #24262b;
}
.cid-urP94EPm4V .items-row {
  row-gap: 48px;
}
.cid-urP94EPm4V .item {
  cursor: pointer;
}
.cid-urP94EPm4V .item:focus,
.cid-urP94EPm4V span:focus {
  outline: none;
}
.cid-urP94EPm4V .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urP94EPm4V .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP94EPm4V .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urP94EPm4V img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urP94EPm4V .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urP94EPm4V .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP94EPm4V .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urP94EPm4V .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urP94EPm4V .item-title {
  color: #24262b;
}
.cid-urP94EPm4V .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urP94EPm4V .mbr-text {
  color: #24262b;
}
.cid-ukyQ5mcUon {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyQ5mcUon .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ukyQ5mcUon input,
.cid-ukyQ5mcUon textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ukyQ5mcUon .form-control:hover,
.cid-ukyQ5mcUon .form-control:focus {
  color: #808080 !important;
}
.cid-ukyQ5mcUon .btn-success {
  color: white !important;
}
.cid-ukyQ5mcUon img {
  width: 90%;
  border-radius: 8px;
}
.cid-ukyQ5mcUon .btn {
  border-radius: 30px;
}
.cid-ukyQ5mcUon textarea {
  min-height: 160px !important;
}
.cid-ukyQ5mcUon .form-control,
.cid-ukyQ5mcUon .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ukyQ5mcUon .form-control:hover,
.cid-ukyQ5mcUon .field-input:hover,
.cid-ukyQ5mcUon .form-control:focus,
.cid-ukyQ5mcUon .field-input:focus {
  background-color: #ffffff;
  border-color: #fb3636;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ukyQ5mcUon input::-webkit-input-placeholder,
.cid-ukyQ5mcUon textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ukyQ5mcUon input:-moz-placeholder,
.cid-ukyQ5mcUon textarea:-moz-placeholder {
  color: #808080;
}
.cid-ukyQ5mcUon .jq-selectbox li,
.cid-ukyQ5mcUon .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyQ5mcUon .jq-selectbox li:hover,
.cid-ukyQ5mcUon .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyQ5mcUon .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyQ5mcUon .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyQ5mcUon H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ukyQ5mcUon img {
    width: 100%;
  }
  .cid-ukyQ5mcUon .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ukyQ5mcUon .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ukyQ5mcUon .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukyQ5mcUon .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukyQ5mcUon .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukyQ5mcUon .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ukyQ5mcUon .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ukyQ5Z3Uf8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyQ5Z3Uf8 H2 {
  color: #e7272d;
}
.cid-ukyQ5Z3Uf8 .mbr-text,
.cid-ukyQ5Z3Uf8 .mbr-section-btn {
  color: #808080;
}
.cid-ukyQ5Z3Uf8 img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyQ5Z3Uf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyQ5Z3Uf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ud9iT64Bjk .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9iT64Bjk .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ud9iT64Bjk .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ud9iT64Bjk .dropdown-item {
  color: #ffffff !important;
}
.cid-ud9iT64Bjk .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ud9iT64Bjk .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ud9iT64Bjk .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ud9iT64Bjk .btn-white {
  color: #e7272d !important;
}
.cid-ud9iT64Bjk .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ud9iT64Bjk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud9iT64Bjk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud9iT64Bjk .container {
  display: flex;
  margin: auto;
}
.cid-ud9iT64Bjk .navbar.navbar-short .nav-link,
.cid-ud9iT64Bjk .navbar.navbar-short .navbar-caption,
.cid-ud9iT64Bjk .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ud9iT64Bjk .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ud9iT64Bjk .navbar-caption {
  padding-right: 3rem;
}
.cid-ud9iT64Bjk .navbar.opened {
  background: #000000 !important;
}
.cid-ud9iT64Bjk .nav-item:focus,
.cid-ud9iT64Bjk .nav-link:focus {
  outline: none;
}
.cid-ud9iT64Bjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9iT64Bjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud9iT64Bjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud9iT64Bjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud9iT64Bjk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud9iT64Bjk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud9iT64Bjk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ud9iT64Bjk .navbar.opened {
  transition: all 0.3s;
}
.cid-ud9iT64Bjk .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ud9iT64Bjk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud9iT64Bjk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud9iT64Bjk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud9iT64Bjk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ud9iT64Bjk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud9iT64Bjk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud9iT64Bjk .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: 55%;
}
.cid-ud9iT64Bjk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud9iT64Bjk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud9iT64Bjk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud9iT64Bjk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud9iT64Bjk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud9iT64Bjk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud9iT64Bjk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud9iT64Bjk .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: 55%;
  }
  .cid-ud9iT64Bjk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud9iT64Bjk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud9iT64Bjk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud9iT64Bjk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud9iT64Bjk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ud9iT64Bjk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud9iT64Bjk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ud9iT64Bjk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud9iT64Bjk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud9iT64Bjk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud9iT64Bjk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud9iT64Bjk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud9iT64Bjk .dropdown-item.active,
.cid-ud9iT64Bjk .dropdown-item:active {
  background-color: transparent;
}
.cid-ud9iT64Bjk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud9iT64Bjk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud9iT64Bjk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud9iT64Bjk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ud9iT64Bjk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud9iT64Bjk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud9iT64Bjk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ud9iT64Bjk .navbar-buttons {
  text-align: center;
}
.cid-ud9iT64Bjk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud9iT64Bjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ud9iT64Bjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud9iT64Bjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9iT64Bjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud9iT64Bjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud9iT64Bjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9iT64Bjk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud9iT64Bjk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud9iT64Bjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud9iT64Bjk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ud9iT64Bjk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud9iT64Bjk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud9iT64Bjk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ud9iT64Bjk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud9iT64Bjk .navbar {
    height: 77px;
  }
  .cid-ud9iT64Bjk .navbar.opened {
    height: auto;
  }
  .cid-ud9iT64Bjk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud9iT6OYOx {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ud9iT6OYOx .mbr-text {
  color: #767676;
}
.cid-ud9iT6OYOx .card-subtitle {
  margin: 0;
}
.cid-ud9iT6OYOx .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-ud9iT6OYOx img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-ud9iT6OYOx .card-box {
  padding: 1rem;
}
.cid-ud9iT6OYOx .link {
  transition: all 0.3s;
}
.cid-ud9iT6OYOx .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-ud9iT6OYOx .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-ud9iT6OYOx .mbr-section-btn .btn {
  border: 0px;
}
.cid-ud9iT6OYOx .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-ud9iT6OYOx h4,
.cid-ud9iT6OYOx h6,
.cid-ud9iT6OYOx h5 {
  margin: 0;
}
.cid-ud9iT6OYOx .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-ud9iT6OYOx .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-ud9iT6OYOx .link-wrap:hover {
  color: #e7272d;
}
.cid-ud9iT6OYOx .link-wrap:hover .link {
  color: #e7272d;
}
.cid-ud9iT6OYOx .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-ud9iT6OYOx .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-ud9iT6OYOx .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-ud9iT6OYOx .icon-wrap span {
  margin-right: 8px;
}
.cid-ud9iT6OYOx .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-ud9iT6OYOx .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-ud9iT6OYOx .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-ud9iT6OYOx .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-ud9iT6OYOx .card:hover img {
  transform: scale(0.9);
}
.cid-ud9iT6OYOx .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-ud9iT6OYOx .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ud9iT6OYOx .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ud9iT6OYOx .row {
  justify-content: center;
}
.cid-ud9iT6OYOx .location,
.cid-ud9iT6OYOx .icon-wrap {
  color: #e7272d;
}
.cid-ud9iT6OYOx .link,
.cid-ud9iT6OYOx .link-wrap,
.cid-ud9iT6OYOx .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-ud9iT6OYOx .wrapper {
    flex-direction: column;
  }
  .cid-ud9iT6OYOx .icon-padding {
    padding-left: 0rem;
  }
  .cid-ud9iT6OYOx .card-box {
    padding: 0;
  }
}
.cid-ud9iT6OYOx H2 {
  color: #e7272d;
}
.cid-ud9iT6OYOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9iT6OYOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9ksrQbFb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ud9ksrQbFb .mbr-text {
  color: #767676;
}
.cid-ud9ksrQbFb .card-subtitle {
  margin: 0;
}
.cid-ud9ksrQbFb .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-ud9ksrQbFb img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-ud9ksrQbFb .card-box {
  padding: 1rem;
}
.cid-ud9ksrQbFb .link {
  transition: all 0.3s;
}
.cid-ud9ksrQbFb .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-ud9ksrQbFb .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-ud9ksrQbFb .mbr-section-btn .btn {
  border: 0px;
}
.cid-ud9ksrQbFb .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-ud9ksrQbFb h4,
.cid-ud9ksrQbFb h6,
.cid-ud9ksrQbFb h5 {
  margin: 0;
}
.cid-ud9ksrQbFb .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-ud9ksrQbFb .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-ud9ksrQbFb .link-wrap:hover {
  color: #e7272d;
}
.cid-ud9ksrQbFb .link-wrap:hover .link {
  color: #e7272d;
}
.cid-ud9ksrQbFb .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-ud9ksrQbFb .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-ud9ksrQbFb .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-ud9ksrQbFb .icon-wrap span {
  margin-right: 8px;
}
.cid-ud9ksrQbFb .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-ud9ksrQbFb .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-ud9ksrQbFb .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-ud9ksrQbFb .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-ud9ksrQbFb .card:hover img {
  transform: scale(0.9);
}
.cid-ud9ksrQbFb .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-ud9ksrQbFb .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ud9ksrQbFb .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ud9ksrQbFb .row {
  justify-content: center;
}
.cid-ud9ksrQbFb .location,
.cid-ud9ksrQbFb .icon-wrap {
  color: #e7272d;
}
.cid-ud9ksrQbFb .link,
.cid-ud9ksrQbFb .link-wrap,
.cid-ud9ksrQbFb .link-align {
  color: #fb3636;
}
@media (max-width: 992px) {
  .cid-ud9ksrQbFb .wrapper {
    flex-direction: column;
  }
  .cid-ud9ksrQbFb .icon-padding {
    padding-left: 0rem;
  }
  .cid-ud9ksrQbFb .card-box {
    padding: 0;
  }
}
.cid-ud9ksrQbFb H2 {
  color: #e7272d;
}
.cid-ud9ksrQbFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9ksrQbFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9iT8mxVJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ud9iT8mxVJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ud9iT8mxVJ input,
.cid-ud9iT8mxVJ textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ud9iT8mxVJ .form-control:hover,
.cid-ud9iT8mxVJ .form-control:focus {
  color: #808080 !important;
}
.cid-ud9iT8mxVJ .btn-success {
  color: white !important;
}
.cid-ud9iT8mxVJ img {
  width: 90%;
  border-radius: 8px;
}
.cid-ud9iT8mxVJ .btn {
  border-radius: 30px;
}
.cid-ud9iT8mxVJ textarea {
  min-height: 160px !important;
}
.cid-ud9iT8mxVJ .form-control,
.cid-ud9iT8mxVJ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ud9iT8mxVJ .form-control:hover,
.cid-ud9iT8mxVJ .field-input:hover,
.cid-ud9iT8mxVJ .form-control:focus,
.cid-ud9iT8mxVJ .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ud9iT8mxVJ input::-webkit-input-placeholder,
.cid-ud9iT8mxVJ textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ud9iT8mxVJ input:-moz-placeholder,
.cid-ud9iT8mxVJ textarea:-moz-placeholder {
  color: #808080;
}
.cid-ud9iT8mxVJ .jq-selectbox li,
.cid-ud9iT8mxVJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ud9iT8mxVJ .jq-selectbox li:hover,
.cid-ud9iT8mxVJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ud9iT8mxVJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ud9iT8mxVJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ud9iT8mxVJ H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ud9iT8mxVJ img {
    width: 100%;
  }
  .cid-ud9iT8mxVJ .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ud9iT8mxVJ .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ud9iT8mxVJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ud9iT8mxVJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ud9iT8mxVJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ud9iT8mxVJ .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ud9iT8mxVJ .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-uebDj2tjoe .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uebDj2tjoe .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uebDj2tjoe .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uebDj2tjoe .dropdown-item {
  color: #ffffff !important;
}
.cid-uebDj2tjoe .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uebDj2tjoe .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uebDj2tjoe .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uebDj2tjoe .btn-white {
  color: #e7272d !important;
}
.cid-uebDj2tjoe .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uebDj2tjoe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uebDj2tjoe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uebDj2tjoe .container {
  display: flex;
  margin: auto;
}
.cid-uebDj2tjoe .navbar.navbar-short .nav-link,
.cid-uebDj2tjoe .navbar.navbar-short .navbar-caption,
.cid-uebDj2tjoe .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uebDj2tjoe .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uebDj2tjoe .navbar-caption {
  padding-right: 3rem;
}
.cid-uebDj2tjoe .navbar.opened {
  background: #000000 !important;
}
.cid-uebDj2tjoe .nav-item:focus,
.cid-uebDj2tjoe .nav-link:focus {
  outline: none;
}
.cid-uebDj2tjoe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uebDj2tjoe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uebDj2tjoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uebDj2tjoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uebDj2tjoe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uebDj2tjoe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uebDj2tjoe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uebDj2tjoe .navbar.opened {
  transition: all 0.3s;
}
.cid-uebDj2tjoe .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uebDj2tjoe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uebDj2tjoe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uebDj2tjoe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uebDj2tjoe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uebDj2tjoe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uebDj2tjoe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uebDj2tjoe .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: 55%;
}
.cid-uebDj2tjoe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uebDj2tjoe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uebDj2tjoe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uebDj2tjoe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uebDj2tjoe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uebDj2tjoe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uebDj2tjoe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uebDj2tjoe .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: 55%;
  }
  .cid-uebDj2tjoe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uebDj2tjoe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uebDj2tjoe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uebDj2tjoe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uebDj2tjoe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uebDj2tjoe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uebDj2tjoe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uebDj2tjoe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uebDj2tjoe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uebDj2tjoe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uebDj2tjoe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uebDj2tjoe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uebDj2tjoe .dropdown-item.active,
.cid-uebDj2tjoe .dropdown-item:active {
  background-color: transparent;
}
.cid-uebDj2tjoe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uebDj2tjoe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uebDj2tjoe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uebDj2tjoe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uebDj2tjoe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uebDj2tjoe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uebDj2tjoe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uebDj2tjoe .navbar-buttons {
  text-align: center;
}
.cid-uebDj2tjoe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uebDj2tjoe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uebDj2tjoe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uebDj2tjoe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uebDj2tjoe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uebDj2tjoe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uebDj2tjoe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uebDj2tjoe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uebDj2tjoe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uebDj2tjoe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uebDj2tjoe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uebDj2tjoe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uebDj2tjoe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uebDj2tjoe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uebDj2tjoe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uebDj2tjoe .navbar {
    height: 77px;
  }
  .cid-uebDj2tjoe .navbar.opened {
    height: auto;
  }
  .cid-uebDj2tjoe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uebDj2R6za {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uebDj2R6za .mbr-text {
  color: #767676;
}
.cid-uebDj2R6za .card-subtitle {
  margin: 0;
}
.cid-uebDj2R6za .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-uebDj2R6za img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-uebDj2R6za .card-box {
  padding: 1rem;
}
.cid-uebDj2R6za .link {
  transition: all 0.3s;
}
.cid-uebDj2R6za .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-uebDj2R6za .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-uebDj2R6za .mbr-section-btn .btn {
  border: 0px;
}
.cid-uebDj2R6za .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-uebDj2R6za h4,
.cid-uebDj2R6za h6,
.cid-uebDj2R6za h5 {
  margin: 0;
}
.cid-uebDj2R6za .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-uebDj2R6za .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-uebDj2R6za .link-wrap:hover {
  color: #e7272d;
}
.cid-uebDj2R6za .link-wrap:hover .link {
  color: #e7272d;
}
.cid-uebDj2R6za .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-uebDj2R6za .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-uebDj2R6za .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-uebDj2R6za .icon-wrap span {
  margin-right: 8px;
}
.cid-uebDj2R6za .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-uebDj2R6za .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-uebDj2R6za .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-uebDj2R6za .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-uebDj2R6za .card:hover img {
  transform: scale(1.1);
}
.cid-uebDj2R6za .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-uebDj2R6za .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uebDj2R6za .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uebDj2R6za .row {
  justify-content: center;
}
.cid-uebDj2R6za .location,
.cid-uebDj2R6za .icon-wrap {
  color: #e7272d;
}
.cid-uebDj2R6za .link,
.cid-uebDj2R6za .link-wrap,
.cid-uebDj2R6za .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-uebDj2R6za .wrapper {
    flex-direction: column;
  }
  .cid-uebDj2R6za .icon-padding {
    padding-left: 0rem;
  }
  .cid-uebDj2R6za .card-box {
    padding: 0;
  }
}
.cid-uebDj2R6za H2 {
  color: #e7272d;
}
.cid-uebDj2R6za .mbr-fallback-image.disabled {
  display: none;
}
.cid-uebDj2R6za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uebDj3rjWQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uebDj3rjWQ .mbr-text {
  color: #767676;
}
.cid-uebDj3rjWQ .card-subtitle {
  margin: 0;
}
.cid-uebDj3rjWQ .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-uebDj3rjWQ img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-uebDj3rjWQ .card-box {
  padding: 1rem;
}
.cid-uebDj3rjWQ .link {
  transition: all 0.3s;
}
.cid-uebDj3rjWQ .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-uebDj3rjWQ .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-uebDj3rjWQ .mbr-section-btn .btn {
  border: 0px;
}
.cid-uebDj3rjWQ .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-uebDj3rjWQ h4,
.cid-uebDj3rjWQ h6,
.cid-uebDj3rjWQ h5 {
  margin: 0;
}
.cid-uebDj3rjWQ .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-uebDj3rjWQ .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-uebDj3rjWQ .link-wrap:hover {
  color: #e7272d;
}
.cid-uebDj3rjWQ .link-wrap:hover .link {
  color: #e7272d;
}
.cid-uebDj3rjWQ .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-uebDj3rjWQ .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-uebDj3rjWQ .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-uebDj3rjWQ .icon-wrap span {
  margin-right: 8px;
}
.cid-uebDj3rjWQ .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-uebDj3rjWQ .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-uebDj3rjWQ .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-uebDj3rjWQ .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-uebDj3rjWQ .card:hover img {
  transform: scale(1.1);
}
.cid-uebDj3rjWQ .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-uebDj3rjWQ .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uebDj3rjWQ .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uebDj3rjWQ .row {
  justify-content: center;
}
.cid-uebDj3rjWQ .location,
.cid-uebDj3rjWQ .icon-wrap {
  color: #e7272d;
}
.cid-uebDj3rjWQ .link,
.cid-uebDj3rjWQ .link-wrap,
.cid-uebDj3rjWQ .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-uebDj3rjWQ .wrapper {
    flex-direction: column;
  }
  .cid-uebDj3rjWQ .icon-padding {
    padding-left: 0rem;
  }
  .cid-uebDj3rjWQ .card-box {
    padding: 0;
  }
}
.cid-uebDj3rjWQ H2 {
  color: #e7272d;
}
.cid-uebDj3rjWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uebDj3rjWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEGPlxVm6 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umEGPlxVm6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-umEGPlxVm6 input,
.cid-umEGPlxVm6 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-umEGPlxVm6 .form-control:hover,
.cid-umEGPlxVm6 .form-control:focus {
  color: #808080 !important;
}
.cid-umEGPlxVm6 .btn-success {
  color: white !important;
}
.cid-umEGPlxVm6 img {
  width: 90%;
  border-radius: 8px;
}
.cid-umEGPlxVm6 .btn {
  border-radius: 30px;
}
.cid-umEGPlxVm6 textarea {
  min-height: 160px !important;
}
.cid-umEGPlxVm6 .form-control,
.cid-umEGPlxVm6 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umEGPlxVm6 .form-control:hover,
.cid-umEGPlxVm6 .field-input:hover,
.cid-umEGPlxVm6 .form-control:focus,
.cid-umEGPlxVm6 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-umEGPlxVm6 input::-webkit-input-placeholder,
.cid-umEGPlxVm6 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-umEGPlxVm6 input:-moz-placeholder,
.cid-umEGPlxVm6 textarea:-moz-placeholder {
  color: #808080;
}
.cid-umEGPlxVm6 .jq-selectbox li,
.cid-umEGPlxVm6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEGPlxVm6 .jq-selectbox li:hover,
.cid-umEGPlxVm6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEGPlxVm6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEGPlxVm6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEGPlxVm6 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-umEGPlxVm6 img {
    width: 100%;
  }
  .cid-umEGPlxVm6 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-umEGPlxVm6 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-umEGPlxVm6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-umEGPlxVm6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-umEGPlxVm6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-umEGPlxVm6 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-umEGPlxVm6 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-uebB6ueW3t .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uebB6ueW3t .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uebB6ueW3t .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uebB6ueW3t .dropdown-item {
  color: #ffffff !important;
}
.cid-uebB6ueW3t .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uebB6ueW3t .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uebB6ueW3t .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uebB6ueW3t .btn-white {
  color: #e7272d !important;
}
.cid-uebB6ueW3t .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uebB6ueW3t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uebB6ueW3t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uebB6ueW3t .container {
  display: flex;
  margin: auto;
}
.cid-uebB6ueW3t .navbar.navbar-short .nav-link,
.cid-uebB6ueW3t .navbar.navbar-short .navbar-caption,
.cid-uebB6ueW3t .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uebB6ueW3t .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uebB6ueW3t .navbar-caption {
  padding-right: 3rem;
}
.cid-uebB6ueW3t .navbar.opened {
  background: #000000 !important;
}
.cid-uebB6ueW3t .nav-item:focus,
.cid-uebB6ueW3t .nav-link:focus {
  outline: none;
}
.cid-uebB6ueW3t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uebB6ueW3t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uebB6ueW3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uebB6ueW3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uebB6ueW3t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uebB6ueW3t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uebB6ueW3t .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uebB6ueW3t .navbar.opened {
  transition: all 0.3s;
}
.cid-uebB6ueW3t .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uebB6ueW3t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uebB6ueW3t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uebB6ueW3t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uebB6ueW3t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uebB6ueW3t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uebB6ueW3t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uebB6ueW3t .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: 55%;
}
.cid-uebB6ueW3t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uebB6ueW3t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uebB6ueW3t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uebB6ueW3t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uebB6ueW3t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uebB6ueW3t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uebB6ueW3t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uebB6ueW3t .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: 55%;
  }
  .cid-uebB6ueW3t .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uebB6ueW3t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uebB6ueW3t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uebB6ueW3t .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uebB6ueW3t .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uebB6ueW3t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uebB6ueW3t .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uebB6ueW3t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uebB6ueW3t .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uebB6ueW3t .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uebB6ueW3t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uebB6ueW3t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uebB6ueW3t .dropdown-item.active,
.cid-uebB6ueW3t .dropdown-item:active {
  background-color: transparent;
}
.cid-uebB6ueW3t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uebB6ueW3t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uebB6ueW3t .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uebB6ueW3t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uebB6ueW3t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uebB6ueW3t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uebB6ueW3t ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uebB6ueW3t .navbar-buttons {
  text-align: center;
}
.cid-uebB6ueW3t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uebB6ueW3t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uebB6ueW3t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uebB6ueW3t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uebB6ueW3t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uebB6ueW3t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uebB6ueW3t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uebB6ueW3t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uebB6ueW3t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uebB6ueW3t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uebB6ueW3t .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uebB6ueW3t a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uebB6ueW3t .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uebB6ueW3t .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uebB6ueW3t .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uebB6ueW3t .navbar {
    height: 77px;
  }
  .cid-uebB6ueW3t .navbar.opened {
    height: auto;
  }
  .cid-uebB6ueW3t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uldMWptRfI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uldMWptRfI H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-uldMWptRfI .row {
    position: relative;
  }
  .cid-uldMWptRfI .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-uldMWptRfI .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-uldMWptRfI img {
  max-width: 500px;
  margin: auto;
}
.cid-uldMWptRfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldMWptRfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uebCdCtWmc {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uebCdCtWmc::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-uebCdCtWmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uebCdCtWmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uebCdCtWmc .container {
    padding: 0 16px;
  }
}
.cid-uebCdCtWmc .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uebCdCtWmc .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uebCdCtWmc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uebCdCtWmc .mbr-section-title {
  color: #f1634f;
}
.cid-uebCdCtWmc .mbr-text {
  color: #000000;
}
.cid-umEGIk4UvG {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umEGIk4UvG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-umEGIk4UvG input,
.cid-umEGIk4UvG textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-umEGIk4UvG .form-control:hover,
.cid-umEGIk4UvG .form-control:focus {
  color: #808080 !important;
}
.cid-umEGIk4UvG .btn-success {
  color: white !important;
}
.cid-umEGIk4UvG img {
  width: 90%;
  border-radius: 8px;
}
.cid-umEGIk4UvG .btn {
  border-radius: 30px;
}
.cid-umEGIk4UvG textarea {
  min-height: 160px !important;
}
.cid-umEGIk4UvG .form-control,
.cid-umEGIk4UvG .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umEGIk4UvG .form-control:hover,
.cid-umEGIk4UvG .field-input:hover,
.cid-umEGIk4UvG .form-control:focus,
.cid-umEGIk4UvG .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-umEGIk4UvG input::-webkit-input-placeholder,
.cid-umEGIk4UvG textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-umEGIk4UvG input:-moz-placeholder,
.cid-umEGIk4UvG textarea:-moz-placeholder {
  color: #808080;
}
.cid-umEGIk4UvG .jq-selectbox li,
.cid-umEGIk4UvG .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEGIk4UvG .jq-selectbox li:hover,
.cid-umEGIk4UvG .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEGIk4UvG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEGIk4UvG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEGIk4UvG H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-umEGIk4UvG img {
    width: 100%;
  }
  .cid-umEGIk4UvG .google-map {
    margin-bottom: 2rem;
  }
}
.cid-umEGIk4UvG .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-umEGIk4UvG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-umEGIk4UvG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-umEGIk4UvG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-umEGIk4UvG .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-umEGIk4UvG .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-uebCxnLleB .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uebCxnLleB .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uebCxnLleB .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uebCxnLleB .dropdown-item {
  color: #ffffff !important;
}
.cid-uebCxnLleB .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uebCxnLleB .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uebCxnLleB .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uebCxnLleB .btn-white {
  color: #e7272d !important;
}
.cid-uebCxnLleB .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uebCxnLleB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uebCxnLleB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uebCxnLleB .container {
  display: flex;
  margin: auto;
}
.cid-uebCxnLleB .navbar.navbar-short .nav-link,
.cid-uebCxnLleB .navbar.navbar-short .navbar-caption,
.cid-uebCxnLleB .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uebCxnLleB .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uebCxnLleB .navbar-caption {
  padding-right: 3rem;
}
.cid-uebCxnLleB .navbar.opened {
  background: #000000 !important;
}
.cid-uebCxnLleB .nav-item:focus,
.cid-uebCxnLleB .nav-link:focus {
  outline: none;
}
.cid-uebCxnLleB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uebCxnLleB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uebCxnLleB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uebCxnLleB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uebCxnLleB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uebCxnLleB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uebCxnLleB .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uebCxnLleB .navbar.opened {
  transition: all 0.3s;
}
.cid-uebCxnLleB .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uebCxnLleB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uebCxnLleB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uebCxnLleB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uebCxnLleB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uebCxnLleB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uebCxnLleB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uebCxnLleB .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: 55%;
}
.cid-uebCxnLleB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uebCxnLleB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uebCxnLleB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uebCxnLleB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uebCxnLleB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uebCxnLleB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uebCxnLleB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uebCxnLleB .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: 55%;
  }
  .cid-uebCxnLleB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uebCxnLleB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uebCxnLleB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uebCxnLleB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uebCxnLleB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uebCxnLleB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uebCxnLleB .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uebCxnLleB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uebCxnLleB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uebCxnLleB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uebCxnLleB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uebCxnLleB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uebCxnLleB .dropdown-item.active,
.cid-uebCxnLleB .dropdown-item:active {
  background-color: transparent;
}
.cid-uebCxnLleB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uebCxnLleB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uebCxnLleB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uebCxnLleB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uebCxnLleB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uebCxnLleB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uebCxnLleB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uebCxnLleB .navbar-buttons {
  text-align: center;
}
.cid-uebCxnLleB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uebCxnLleB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uebCxnLleB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uebCxnLleB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uebCxnLleB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uebCxnLleB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uebCxnLleB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uebCxnLleB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uebCxnLleB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uebCxnLleB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uebCxnLleB .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uebCxnLleB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uebCxnLleB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uebCxnLleB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uebCxnLleB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uebCxnLleB .navbar {
    height: 77px;
  }
  .cid-uebCxnLleB .navbar.opened {
    height: auto;
  }
  .cid-uebCxnLleB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uebCxo8xJW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uebCxo8xJW::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-uebCxo8xJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uebCxo8xJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uebCxo8xJW .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uebCxo8xJW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uebCxo8xJW .container {
    padding: 0 16px;
  }
}
.cid-uebCxo8xJW .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uebCxo8xJW .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uebCxo8xJW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uebCxo8xJW .mbr-section-title {
  color: #f1634f;
  text-align: left;
}
.cid-uebCxo8xJW .mbr-text {
  color: #000000;
}
.cid-uebCxo8xJW .mbr-text,
.cid-uebCxo8xJW .icon-wrapper {
  text-align: left;
}
.cid-umEGLQuQp8 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umEGLQuQp8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-umEGLQuQp8 input,
.cid-umEGLQuQp8 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-umEGLQuQp8 .form-control:hover,
.cid-umEGLQuQp8 .form-control:focus {
  color: #808080 !important;
}
.cid-umEGLQuQp8 .btn-success {
  color: white !important;
}
.cid-umEGLQuQp8 img {
  width: 90%;
  border-radius: 8px;
}
.cid-umEGLQuQp8 .btn {
  border-radius: 30px;
}
.cid-umEGLQuQp8 textarea {
  min-height: 160px !important;
}
.cid-umEGLQuQp8 .form-control,
.cid-umEGLQuQp8 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umEGLQuQp8 .form-control:hover,
.cid-umEGLQuQp8 .field-input:hover,
.cid-umEGLQuQp8 .form-control:focus,
.cid-umEGLQuQp8 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-umEGLQuQp8 input::-webkit-input-placeholder,
.cid-umEGLQuQp8 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-umEGLQuQp8 input:-moz-placeholder,
.cid-umEGLQuQp8 textarea:-moz-placeholder {
  color: #808080;
}
.cid-umEGLQuQp8 .jq-selectbox li,
.cid-umEGLQuQp8 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEGLQuQp8 .jq-selectbox li:hover,
.cid-umEGLQuQp8 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-umEGLQuQp8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEGLQuQp8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-umEGLQuQp8 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-umEGLQuQp8 img {
    width: 100%;
  }
  .cid-umEGLQuQp8 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-umEGLQuQp8 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-umEGLQuQp8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-umEGLQuQp8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-umEGLQuQp8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-umEGLQuQp8 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-umEGLQuQp8 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-uebGwmRriT .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uebGwmRriT .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uebGwmRriT .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uebGwmRriT .dropdown-item {
  color: #ffffff !important;
}
.cid-uebGwmRriT .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uebGwmRriT .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uebGwmRriT .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uebGwmRriT .btn-white {
  color: #e7272d !important;
}
.cid-uebGwmRriT .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uebGwmRriT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uebGwmRriT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uebGwmRriT .container {
  display: flex;
  margin: auto;
}
.cid-uebGwmRriT .navbar.navbar-short .nav-link,
.cid-uebGwmRriT .navbar.navbar-short .navbar-caption,
.cid-uebGwmRriT .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uebGwmRriT .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uebGwmRriT .navbar-caption {
  padding-right: 3rem;
}
.cid-uebGwmRriT .navbar.opened {
  background: #000000 !important;
}
.cid-uebGwmRriT .nav-item:focus,
.cid-uebGwmRriT .nav-link:focus {
  outline: none;
}
.cid-uebGwmRriT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uebGwmRriT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uebGwmRriT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uebGwmRriT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uebGwmRriT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uebGwmRriT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uebGwmRriT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uebGwmRriT .navbar.opened {
  transition: all 0.3s;
}
.cid-uebGwmRriT .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uebGwmRriT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uebGwmRriT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uebGwmRriT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uebGwmRriT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uebGwmRriT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uebGwmRriT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uebGwmRriT .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: 55%;
}
.cid-uebGwmRriT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uebGwmRriT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uebGwmRriT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uebGwmRriT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uebGwmRriT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uebGwmRriT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uebGwmRriT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uebGwmRriT .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: 55%;
  }
  .cid-uebGwmRriT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uebGwmRriT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uebGwmRriT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uebGwmRriT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uebGwmRriT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uebGwmRriT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uebGwmRriT .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uebGwmRriT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uebGwmRriT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uebGwmRriT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uebGwmRriT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uebGwmRriT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uebGwmRriT .dropdown-item.active,
.cid-uebGwmRriT .dropdown-item:active {
  background-color: transparent;
}
.cid-uebGwmRriT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uebGwmRriT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uebGwmRriT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uebGwmRriT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uebGwmRriT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uebGwmRriT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uebGwmRriT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uebGwmRriT .navbar-buttons {
  text-align: center;
}
.cid-uebGwmRriT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uebGwmRriT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uebGwmRriT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uebGwmRriT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uebGwmRriT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uebGwmRriT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uebGwmRriT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uebGwmRriT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uebGwmRriT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uebGwmRriT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uebGwmRriT .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uebGwmRriT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uebGwmRriT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uebGwmRriT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uebGwmRriT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uebGwmRriT .navbar {
    height: 77px;
  }
  .cid-uebGwmRriT .navbar.opened {
    height: auto;
  }
  .cid-uebGwmRriT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uebGwnadAd {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uebGwnadAd .container,
.cid-uebGwnadAd .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uebGwnadAd .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-uebGwnadAd .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uebGwnadAd .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uebGwnadAd .img-item {
  overflow: hidden;
}
.cid-uebGwnadAd .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uebGwnadAd .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-uebGwnadAd .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uebGwnadAd .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uebGwnadAd .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uebGwnadAd .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-uebGwnadAd .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uebGwnadAd .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uebGwnadAd .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uebGwnadAd .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uebGwnadAd .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uebGwnadAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uebGwnadAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uebGwno9ey {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uebGwno9ey .card {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uebGwno9ey .card:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uebGwno9ey .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uebGwno9ey .mbr-flex {
  justify-content: center;
}
.cid-uebGwno9ey .mbr-flex {
  justify-content: center;
}
.cid-uebGwno9ey .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-uebGwno9ey img,
.cid-uebGwno9ey .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-uebGwno9ey .item:focus,
.cid-uebGwno9ey span:focus {
  outline: none;
}
.cid-uebGwno9ey .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uebGwno9ey .card1 {
  background: #a8d741;
}
.cid-uebGwno9ey .card2 {
  background: #43c7d3;
}
.cid-uebGwno9ey .card3 {
  background: #ffcc01;
}
.cid-uebGwno9ey .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uebGwno9ey .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uebGwno9ey .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uebGwno9ey .mbr-section-title {
  color: #232323;
}
.cid-uebGwno9ey .item-title1 {
  color: #ffffff;
}
.cid-uebGwno9ey .mbr-text,
.cid-uebGwno9ey .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-uebGwno9ey .item-subtitle {
  color: #121212;
}
.cid-uebGwno9ey .item-title2 {
  color: #121212;
}
.cid-uebGwno9ey .price {
  color: #121212;
}
.cid-uebGwnR8Nr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uebGwnR8Nr .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uebGwnR8Nr .row-bg {
    padding: 1rem 0;
  }
}
.cid-uebGwnR8Nr .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uebGwnR8Nr .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-uebGwnR8Nr img,
.cid-uebGwnR8Nr .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uebGwnR8Nr .item:focus,
.cid-uebGwnR8Nr span:focus {
  outline: none;
}
.cid-uebGwnR8Nr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uebGwnR8Nr .card1 {
  background: #ffcc01;
}
.cid-uebGwnR8Nr .card2 {
  background: #eeeeee;
}
.cid-uebGwnR8Nr .card3 {
  background: #a8d741;
}
.cid-uebGwnR8Nr .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uebGwnR8Nr .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uebGwnR8Nr .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uebGwnR8Nr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uebGwnR8Nr .mbr-section-title {
  color: #232323;
}
.cid-uebGwnR8Nr .item-title1 {
  color: #ffffff;
}
.cid-uebGwnR8Nr .mbr-text,
.cid-uebGwnR8Nr .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-uebGwnR8Nr .item-subtitle {
  text-align: center;
  color: #121212;
}
.cid-uebGwnR8Nr .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-uebGwnR8Nr .price {
  color: #121212;
}
.cid-uebGwo7m1D {
  background-color: #ffffff;
}
.cid-uebGwo7m1D H2 {
  color: #e7272d;
}
.cid-uebGwo7m1D .mbr-text,
.cid-uebGwo7m1D .mbr-section-btn {
  color: #808080;
}
.cid-uebGwo7m1D img {
  max-width: 500px;
  margin: auto;
}
.cid-uebGwo7m1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uebGwo7m1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uebGwolTOj {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-taHZD5DNdz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taHZD5DNdz .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-taHZD5DNdz .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-taHZD5DNdz .dropdown-item {
  color: #ffffff !important;
}
.cid-taHZD5DNdz .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-taHZD5DNdz .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-taHZD5DNdz .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-taHZD5DNdz .btn-white {
  color: #e7272d !important;
}
.cid-taHZD5DNdz .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-taHZD5DNdz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHZD5DNdz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHZD5DNdz .container {
  display: flex;
  margin: auto;
}
.cid-taHZD5DNdz .navbar.navbar-short .nav-link,
.cid-taHZD5DNdz .navbar.navbar-short .navbar-caption,
.cid-taHZD5DNdz .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-taHZD5DNdz .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-taHZD5DNdz .navbar-caption {
  padding-right: 3rem;
}
.cid-taHZD5DNdz .navbar.opened {
  background: #000000 !important;
}
.cid-taHZD5DNdz .nav-item:focus,
.cid-taHZD5DNdz .nav-link:focus {
  outline: none;
}
.cid-taHZD5DNdz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taHZD5DNdz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHZD5DNdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-taHZD5DNdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-taHZD5DNdz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHZD5DNdz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHZD5DNdz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-taHZD5DNdz .navbar.opened {
  transition: all 0.3s;
}
.cid-taHZD5DNdz .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-taHZD5DNdz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHZD5DNdz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHZD5DNdz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHZD5DNdz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-taHZD5DNdz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHZD5DNdz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHZD5DNdz .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: 55%;
}
.cid-taHZD5DNdz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHZD5DNdz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHZD5DNdz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHZD5DNdz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHZD5DNdz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHZD5DNdz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHZD5DNdz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHZD5DNdz .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: 55%;
  }
  .cid-taHZD5DNdz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-taHZD5DNdz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHZD5DNdz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHZD5DNdz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taHZD5DNdz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-taHZD5DNdz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHZD5DNdz .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-taHZD5DNdz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-taHZD5DNdz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-taHZD5DNdz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taHZD5DNdz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHZD5DNdz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHZD5DNdz .dropdown-item.active,
.cid-taHZD5DNdz .dropdown-item:active {
  background-color: transparent;
}
.cid-taHZD5DNdz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHZD5DNdz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHZD5DNdz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHZD5DNdz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-taHZD5DNdz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHZD5DNdz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHZD5DNdz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taHZD5DNdz .navbar-buttons {
  text-align: center;
}
.cid-taHZD5DNdz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taHZD5DNdz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taHZD5DNdz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHZD5DNdz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHZD5DNdz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHZD5DNdz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHZD5DNdz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-taHZD5DNdz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-taHZD5DNdz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taHZD5DNdz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-taHZD5DNdz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taHZD5DNdz .navbar {
    height: 77px;
  }
  .cid-taHZD5DNdz .navbar.opened {
    height: auto;
  }
  .cid-taHZD5DNdz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulZ3WHBwve {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulZ3WHBwve .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulZ3WHBwve input,
.cid-ulZ3WHBwve textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulZ3WHBwve .form-control:hover,
.cid-ulZ3WHBwve .form-control:focus {
  color: #808080 !important;
}
.cid-ulZ3WHBwve .btn-success {
  color: white !important;
}
.cid-ulZ3WHBwve img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulZ3WHBwve .btn {
  border-radius: 30px;
}
.cid-ulZ3WHBwve textarea {
  min-height: 160px !important;
}
.cid-ulZ3WHBwve .form-control,
.cid-ulZ3WHBwve .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulZ3WHBwve .form-control:hover,
.cid-ulZ3WHBwve .field-input:hover,
.cid-ulZ3WHBwve .form-control:focus,
.cid-ulZ3WHBwve .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulZ3WHBwve input::-webkit-input-placeholder,
.cid-ulZ3WHBwve textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulZ3WHBwve input:-moz-placeholder,
.cid-ulZ3WHBwve textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulZ3WHBwve .jq-selectbox li,
.cid-ulZ3WHBwve .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulZ3WHBwve .jq-selectbox li:hover,
.cid-ulZ3WHBwve .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulZ3WHBwve .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulZ3WHBwve .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulZ3WHBwve H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulZ3WHBwve img {
    width: 100%;
  }
  .cid-ulZ3WHBwve .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulZ3WHBwve .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulZ3WHBwve .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulZ3WHBwve .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulZ3WHBwve .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulZ3WHBwve .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulZ3WHBwve .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ue55DcyLL1 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55DcyLL1 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ue55DcyLL1 .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ue55DcyLL1 .dropdown-item {
  color: #ffffff !important;
}
.cid-ue55DcyLL1 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ue55DcyLL1 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ue55DcyLL1 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ue55DcyLL1 .btn-white {
  color: #e7272d !important;
}
.cid-ue55DcyLL1 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ue55DcyLL1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue55DcyLL1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue55DcyLL1 .container {
  display: flex;
  margin: auto;
}
.cid-ue55DcyLL1 .navbar.navbar-short .nav-link,
.cid-ue55DcyLL1 .navbar.navbar-short .navbar-caption,
.cid-ue55DcyLL1 .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ue55DcyLL1 .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ue55DcyLL1 .navbar-caption {
  padding-right: 3rem;
}
.cid-ue55DcyLL1 .navbar.opened {
  background: #000000 !important;
}
.cid-ue55DcyLL1 .nav-item:focus,
.cid-ue55DcyLL1 .nav-link:focus {
  outline: none;
}
.cid-ue55DcyLL1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55DcyLL1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue55DcyLL1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue55DcyLL1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ue55DcyLL1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue55DcyLL1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue55DcyLL1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ue55DcyLL1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ue55DcyLL1 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ue55DcyLL1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue55DcyLL1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue55DcyLL1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue55DcyLL1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ue55DcyLL1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue55DcyLL1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue55DcyLL1 .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: 55%;
}
.cid-ue55DcyLL1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue55DcyLL1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue55DcyLL1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue55DcyLL1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue55DcyLL1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue55DcyLL1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue55DcyLL1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue55DcyLL1 .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: 55%;
  }
  .cid-ue55DcyLL1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue55DcyLL1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue55DcyLL1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue55DcyLL1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue55DcyLL1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue55DcyLL1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue55DcyLL1 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ue55DcyLL1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue55DcyLL1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue55DcyLL1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue55DcyLL1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue55DcyLL1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue55DcyLL1 .dropdown-item.active,
.cid-ue55DcyLL1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ue55DcyLL1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue55DcyLL1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue55DcyLL1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue55DcyLL1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ue55DcyLL1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue55DcyLL1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue55DcyLL1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue55DcyLL1 .navbar-buttons {
  text-align: center;
}
.cid-ue55DcyLL1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue55DcyLL1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ue55DcyLL1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue55DcyLL1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue55DcyLL1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue55DcyLL1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue55DcyLL1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue55DcyLL1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue55DcyLL1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue55DcyLL1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue55DcyLL1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ue55DcyLL1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue55DcyLL1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue55DcyLL1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ue55DcyLL1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue55DcyLL1 .navbar {
    height: 77px;
  }
  .cid-ue55DcyLL1 .navbar.opened {
    height: auto;
  }
  .cid-ue55DcyLL1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue55DdBhHG {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ue55DdBhHG .container,
.cid-ue55DdBhHG .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ue55DdBhHG .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ue55DdBhHG .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ue55DdBhHG .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ue55DdBhHG .img-item {
  overflow: hidden;
}
.cid-ue55DdBhHG .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ue55DdBhHG .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ue55DdBhHG .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ue55DdBhHG .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ue55DdBhHG .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ue55DdBhHG .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ue55DdBhHG .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ue55DdBhHG .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ue55DdBhHG .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ue55DdBhHG .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ue55DdBhHG .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ue55DdBhHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue55DdBhHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPbgBrtOJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPbgBrtOJ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPbgBrtOJ .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPbgBrtOJ .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPbgBrtOJ .items-row {
  row-gap: 48px;
}
.cid-urPbgBrtOJ .item {
  cursor: pointer;
}
.cid-urPbgBrtOJ .item:focus,
.cid-urPbgBrtOJ span:focus {
  outline: none;
}
.cid-urPbgBrtOJ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPbgBrtOJ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbgBrtOJ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPbgBrtOJ img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPbgBrtOJ .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPbgBrtOJ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPbgBrtOJ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPbgBrtOJ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPbgBrtOJ .item-title {
  color: #24262b;
}
.cid-urPbgBrtOJ .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPbgBrtOJ .mbr-text {
  color: #24262b;
}
.cid-ulehI92CFu {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulehI92CFu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulehI92CFu input,
.cid-ulehI92CFu textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulehI92CFu .form-control:hover,
.cid-ulehI92CFu .form-control:focus {
  color: #808080 !important;
}
.cid-ulehI92CFu .btn-success {
  color: white !important;
}
.cid-ulehI92CFu img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulehI92CFu .btn {
  border-radius: 30px;
}
.cid-ulehI92CFu textarea {
  min-height: 160px !important;
}
.cid-ulehI92CFu .form-control,
.cid-ulehI92CFu .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulehI92CFu .form-control:hover,
.cid-ulehI92CFu .field-input:hover,
.cid-ulehI92CFu .form-control:focus,
.cid-ulehI92CFu .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulehI92CFu input::-webkit-input-placeholder,
.cid-ulehI92CFu textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulehI92CFu input:-moz-placeholder,
.cid-ulehI92CFu textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulehI92CFu .jq-selectbox li,
.cid-ulehI92CFu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulehI92CFu .jq-selectbox li:hover,
.cid-ulehI92CFu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulehI92CFu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulehI92CFu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulehI92CFu H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulehI92CFu img {
    width: 100%;
  }
  .cid-ulehI92CFu .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulehI92CFu .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulehI92CFu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulehI92CFu .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulehI92CFu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulehI92CFu .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulehI92CFu .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ue55DgE4jx {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-uzpnpnCVKp .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzpnpnCVKp .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uzpnpnCVKp .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uzpnpnCVKp .dropdown-item {
  color: #ffffff !important;
}
.cid-uzpnpnCVKp .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uzpnpnCVKp .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uzpnpnCVKp .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uzpnpnCVKp .btn-white {
  color: #e7272d !important;
}
.cid-uzpnpnCVKp .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uzpnpnCVKp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzpnpnCVKp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzpnpnCVKp .container {
  display: flex;
  margin: auto;
}
.cid-uzpnpnCVKp .navbar.navbar-short .nav-link,
.cid-uzpnpnCVKp .navbar.navbar-short .navbar-caption,
.cid-uzpnpnCVKp .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uzpnpnCVKp .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uzpnpnCVKp .navbar-caption {
  padding-right: 3rem;
}
.cid-uzpnpnCVKp .navbar.opened {
  background: #000000 !important;
}
.cid-uzpnpnCVKp .nav-item:focus,
.cid-uzpnpnCVKp .nav-link:focus {
  outline: none;
}
.cid-uzpnpnCVKp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzpnpnCVKp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzpnpnCVKp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzpnpnCVKp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzpnpnCVKp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzpnpnCVKp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzpnpnCVKp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uzpnpnCVKp .navbar.opened {
  transition: all 0.3s;
}
.cid-uzpnpnCVKp .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uzpnpnCVKp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzpnpnCVKp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzpnpnCVKp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzpnpnCVKp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uzpnpnCVKp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzpnpnCVKp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzpnpnCVKp .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: 55%;
}
.cid-uzpnpnCVKp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzpnpnCVKp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzpnpnCVKp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzpnpnCVKp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzpnpnCVKp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzpnpnCVKp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzpnpnCVKp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzpnpnCVKp .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: 55%;
  }
  .cid-uzpnpnCVKp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uzpnpnCVKp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzpnpnCVKp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzpnpnCVKp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzpnpnCVKp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uzpnpnCVKp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzpnpnCVKp .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uzpnpnCVKp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uzpnpnCVKp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzpnpnCVKp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzpnpnCVKp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzpnpnCVKp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzpnpnCVKp .dropdown-item.active,
.cid-uzpnpnCVKp .dropdown-item:active {
  background-color: transparent;
}
.cid-uzpnpnCVKp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzpnpnCVKp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzpnpnCVKp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzpnpnCVKp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uzpnpnCVKp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzpnpnCVKp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzpnpnCVKp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzpnpnCVKp .navbar-buttons {
  text-align: center;
}
.cid-uzpnpnCVKp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzpnpnCVKp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uzpnpnCVKp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzpnpnCVKp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzpnpnCVKp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzpnpnCVKp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzpnpnCVKp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzpnpnCVKp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzpnpnCVKp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzpnpnCVKp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzpnpnCVKp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uzpnpnCVKp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uzpnpnCVKp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzpnpnCVKp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uzpnpnCVKp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzpnpnCVKp .navbar {
    height: 77px;
  }
  .cid-uzpnpnCVKp .navbar.opened {
    height: auto;
  }
  .cid-uzpnpnCVKp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzpnpojg9G {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzpnpojg9G .container,
.cid-uzpnpojg9G .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uzpnpojg9G .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-uzpnpojg9G .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uzpnpojg9G .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uzpnpojg9G .img-item {
  overflow: hidden;
}
.cid-uzpnpojg9G .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uzpnpojg9G .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-uzpnpojg9G .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uzpnpojg9G .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uzpnpojg9G .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uzpnpojg9G .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-uzpnpojg9G .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uzpnpojg9G .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uzpnpojg9G .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uzpnpojg9G .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uzpnpojg9G .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uzpnpojg9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzpnpojg9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzpnppKbEU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzpnppKbEU .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uzpnppKbEU .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-uzpnppKbEU .mbr-section-subtitle {
  color: #24262b;
}
.cid-uzpnppKbEU .items-row {
  row-gap: 48px;
}
.cid-uzpnppKbEU .item {
  cursor: pointer;
}
.cid-uzpnppKbEU .item:focus,
.cid-uzpnppKbEU span:focus {
  outline: none;
}
.cid-uzpnppKbEU .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uzpnppKbEU .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uzpnppKbEU .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uzpnppKbEU img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-uzpnppKbEU .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uzpnppKbEU .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uzpnppKbEU .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-uzpnppKbEU .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-uzpnppKbEU .item-title {
  color: #24262b;
}
.cid-uzpnppKbEU .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-uzpnppKbEU .mbr-text {
  color: #24262b;
}
.cid-uzpnpqPW9D {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uzpnpqPW9D .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uzpnpqPW9D input,
.cid-uzpnpqPW9D textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-uzpnpqPW9D .form-control:hover,
.cid-uzpnpqPW9D .form-control:focus {
  color: #808080 !important;
}
.cid-uzpnpqPW9D .btn-success {
  color: white !important;
}
.cid-uzpnpqPW9D img {
  width: 90%;
  border-radius: 8px;
}
.cid-uzpnpqPW9D .btn {
  border-radius: 30px;
}
.cid-uzpnpqPW9D textarea {
  min-height: 160px !important;
}
.cid-uzpnpqPW9D .form-control,
.cid-uzpnpqPW9D .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uzpnpqPW9D .form-control:hover,
.cid-uzpnpqPW9D .field-input:hover,
.cid-uzpnpqPW9D .form-control:focus,
.cid-uzpnpqPW9D .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uzpnpqPW9D input::-webkit-input-placeholder,
.cid-uzpnpqPW9D textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uzpnpqPW9D input:-moz-placeholder,
.cid-uzpnpqPW9D textarea:-moz-placeholder {
  color: #808080;
}
.cid-uzpnpqPW9D .jq-selectbox li,
.cid-uzpnpqPW9D .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uzpnpqPW9D .jq-selectbox li:hover,
.cid-uzpnpqPW9D .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uzpnpqPW9D .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uzpnpqPW9D .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uzpnpqPW9D H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uzpnpqPW9D img {
    width: 100%;
  }
  .cid-uzpnpqPW9D .google-map {
    margin-bottom: 2rem;
  }
}
.cid-uzpnpqPW9D .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-uzpnpqPW9D .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzpnpqPW9D .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzpnpqPW9D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzpnpqPW9D .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-uzpnpqPW9D .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uzpnpreMAA {
  z-index: 1;
}
.cid-uzpnprYf1H {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-uzpnprYf1H .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uzpnprYf1H .row {
  border-bottom: 1px solid #e7272d;
}
.cid-uzpnprYf1H H2 {
  color: #e7272d;
}
.cid-uzpnprYf1H .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uzpnprYf1H .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uzpnprYf1H .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-uzpnprYf1H .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-uzpnprYf1H .col-lg-12 {
  overflow: hidden;
}
.cid-uzpnprYf1H H4 {
  color: #fbbe36;
}
.cid-uzpnprYf1H .mbr-text,
.cid-uzpnprYf1H .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uzpnprYf1H .logo-wrap:before {
    content: none;
  }
  .cid-uzpnprYf1H .logo-wrap:after {
    content: none;
  }
}
.cid-uea97czywG .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea97czywG .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uea97czywG .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-uea97czywG .dropdown-item {
  color: #ffffff !important;
}
.cid-uea97czywG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uea97czywG .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uea97czywG .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-uea97czywG .btn-white {
  color: #e7272d !important;
}
.cid-uea97czywG .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-uea97czywG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uea97czywG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uea97czywG .container {
  display: flex;
  margin: auto;
}
.cid-uea97czywG .navbar.navbar-short .nav-link,
.cid-uea97czywG .navbar.navbar-short .navbar-caption,
.cid-uea97czywG .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-uea97czywG .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-uea97czywG .navbar-caption {
  padding-right: 3rem;
}
.cid-uea97czywG .navbar.opened {
  background: #000000 !important;
}
.cid-uea97czywG .nav-item:focus,
.cid-uea97czywG .nav-link:focus {
  outline: none;
}
.cid-uea97czywG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea97czywG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uea97czywG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uea97czywG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uea97czywG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uea97czywG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uea97czywG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-uea97czywG .navbar.opened {
  transition: all 0.3s;
}
.cid-uea97czywG .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uea97czywG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uea97czywG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uea97czywG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uea97czywG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uea97czywG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uea97czywG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uea97czywG .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: 55%;
}
.cid-uea97czywG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uea97czywG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uea97czywG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uea97czywG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uea97czywG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uea97czywG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uea97czywG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uea97czywG .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: 55%;
  }
  .cid-uea97czywG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uea97czywG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uea97czywG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uea97czywG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uea97czywG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uea97czywG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uea97czywG .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uea97czywG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uea97czywG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uea97czywG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uea97czywG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uea97czywG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uea97czywG .dropdown-item.active,
.cid-uea97czywG .dropdown-item:active {
  background-color: transparent;
}
.cid-uea97czywG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uea97czywG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uea97czywG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uea97czywG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uea97czywG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uea97czywG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uea97czywG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uea97czywG .navbar-buttons {
  text-align: center;
}
.cid-uea97czywG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uea97czywG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-uea97czywG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uea97czywG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea97czywG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uea97czywG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uea97czywG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea97czywG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uea97czywG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uea97czywG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uea97czywG .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uea97czywG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uea97czywG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uea97czywG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uea97czywG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uea97czywG .navbar {
    height: 77px;
  }
  .cid-uea97czywG .navbar.opened {
    height: auto;
  }
  .cid-uea97czywG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uea97doY6T {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uea97doY6T .container,
.cid-uea97doY6T .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uea97doY6T .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-uea97doY6T .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uea97doY6T .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uea97doY6T .img-item {
  overflow: hidden;
}
.cid-uea97doY6T .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uea97doY6T .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-uea97doY6T .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uea97doY6T .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uea97doY6T .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uea97doY6T .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-uea97doY6T .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uea97doY6T .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uea97doY6T .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uea97doY6T .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uea97doY6T .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uea97doY6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uea97doY6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPaR2QOHL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urPaR2QOHL .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urPaR2QOHL .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urPaR2QOHL .mbr-section-subtitle {
  color: #24262b;
}
.cid-urPaR2QOHL .items-row {
  row-gap: 48px;
}
.cid-urPaR2QOHL .item {
  cursor: pointer;
}
.cid-urPaR2QOHL .item:focus,
.cid-urPaR2QOHL span:focus {
  outline: none;
}
.cid-urPaR2QOHL .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urPaR2QOHL .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaR2QOHL .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urPaR2QOHL img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urPaR2QOHL .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urPaR2QOHL .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urPaR2QOHL .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urPaR2QOHL .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urPaR2QOHL .item-title {
  color: #24262b;
}
.cid-urPaR2QOHL .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urPaR2QOHL .mbr-text {
  color: #24262b;
}
.cid-ulefSNlvUV {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulefSNlvUV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ulefSNlvUV input,
.cid-ulefSNlvUV textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ulefSNlvUV .form-control:hover,
.cid-ulefSNlvUV .form-control:focus {
  color: #808080 !important;
}
.cid-ulefSNlvUV .btn-success {
  color: white !important;
}
.cid-ulefSNlvUV img {
  width: 90%;
  border-radius: 8px;
}
.cid-ulefSNlvUV .btn {
  border-radius: 30px;
}
.cid-ulefSNlvUV textarea {
  min-height: 160px !important;
}
.cid-ulefSNlvUV .form-control,
.cid-ulefSNlvUV .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulefSNlvUV .form-control:hover,
.cid-ulefSNlvUV .field-input:hover,
.cid-ulefSNlvUV .form-control:focus,
.cid-ulefSNlvUV .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulefSNlvUV input::-webkit-input-placeholder,
.cid-ulefSNlvUV textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ulefSNlvUV input:-moz-placeholder,
.cid-ulefSNlvUV textarea:-moz-placeholder {
  color: #808080;
}
.cid-ulefSNlvUV .jq-selectbox li,
.cid-ulefSNlvUV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulefSNlvUV .jq-selectbox li:hover,
.cid-ulefSNlvUV .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulefSNlvUV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulefSNlvUV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ulefSNlvUV H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ulefSNlvUV img {
    width: 100%;
  }
  .cid-ulefSNlvUV .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ulefSNlvUV .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulefSNlvUV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulefSNlvUV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulefSNlvUV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulefSNlvUV .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ulefSNlvUV .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uea97fOfaU {
  z-index: 1;
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
.cid-ueaixoD2Su .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaixoD2Su .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-ueaixoD2Su .dropdown-menu {
  padding: 0;
  background: #0e0e0e !important;
}
.cid-ueaixoD2Su .dropdown-item {
  color: #ffffff !important;
}
.cid-ueaixoD2Su .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ueaixoD2Su .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-ueaixoD2Su .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-ueaixoD2Su .btn-white {
  color: #e7272d !important;
}
.cid-ueaixoD2Su .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-ueaixoD2Su .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueaixoD2Su .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueaixoD2Su .container {
  display: flex;
  margin: auto;
}
.cid-ueaixoD2Su .navbar.navbar-short .nav-link,
.cid-ueaixoD2Su .navbar.navbar-short .navbar-caption,
.cid-ueaixoD2Su .navbar.navbar-short .mbr-iconfont {
  color: #0e0e0e !important;
  border-color: #0e0e0e;
}
.cid-ueaixoD2Su .navbar.navbar-short .hamburger span {
  background: #0e0e0e !important;
}
.cid-ueaixoD2Su .navbar-caption {
  padding-right: 3rem;
}
.cid-ueaixoD2Su .navbar.opened {
  background: #000000 !important;
}
.cid-ueaixoD2Su .nav-item:focus,
.cid-ueaixoD2Su .nav-link:focus {
  outline: none;
}
.cid-ueaixoD2Su .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaixoD2Su .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueaixoD2Su .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ueaixoD2Su .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ueaixoD2Su .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueaixoD2Su .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueaixoD2Su .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-ueaixoD2Su .navbar.opened {
  transition: all 0.3s;
}
.cid-ueaixoD2Su .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-ueaixoD2Su .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueaixoD2Su .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueaixoD2Su .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueaixoD2Su .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueaixoD2Su .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueaixoD2Su .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueaixoD2Su .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: 55%;
}
.cid-ueaixoD2Su .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueaixoD2Su .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueaixoD2Su .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueaixoD2Su .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueaixoD2Su .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueaixoD2Su .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueaixoD2Su .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueaixoD2Su .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: 55%;
  }
  .cid-ueaixoD2Su .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ueaixoD2Su .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueaixoD2Su .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueaixoD2Su .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueaixoD2Su .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ueaixoD2Su .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueaixoD2Su .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ueaixoD2Su .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueaixoD2Su .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueaixoD2Su .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueaixoD2Su .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueaixoD2Su .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueaixoD2Su .dropdown-item.active,
.cid-ueaixoD2Su .dropdown-item:active {
  background-color: transparent;
}
.cid-ueaixoD2Su .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueaixoD2Su .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueaixoD2Su .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueaixoD2Su .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ueaixoD2Su .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueaixoD2Su .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueaixoD2Su ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ueaixoD2Su .navbar-buttons {
  text-align: center;
}
.cid-ueaixoD2Su button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueaixoD2Su button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7272d;
}
.cid-ueaixoD2Su button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueaixoD2Su button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueaixoD2Su button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueaixoD2Su button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueaixoD2Su nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueaixoD2Su nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueaixoD2Su nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueaixoD2Su nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueaixoD2Su .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ueaixoD2Su a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ueaixoD2Su .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueaixoD2Su .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ueaixoD2Su .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueaixoD2Su .navbar {
    height: 77px;
  }
  .cid-ueaixoD2Su .navbar.opened {
    height: auto;
  }
  .cid-ueaixoD2Su .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyFdR5ZRO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukyFdR5ZRO H2 {
  color: #e7272d;
}
@media (min-width: 992px) {
  .cid-ukyFdR5ZRO .row {
    position: relative;
  }
  .cid-ukyFdR5ZRO .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-ukyFdR5ZRO .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-ukyFdR5ZRO img {
  max-width: 500px;
  margin: auto;
}
.cid-ukyFdR5ZRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyFdR5ZRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaixpaw4q {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueaixpaw4q .container,
.cid-ueaixpaw4q .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-ueaixpaw4q .row {
  align-items: center;
  max-width: 500px;
  width: 500px;
}
.cid-ueaixpaw4q .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-ueaixpaw4q .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-ueaixpaw4q .img-item {
  overflow: hidden;
}
.cid-ueaixpaw4q .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-ueaixpaw4q .img-item:hover img {
  transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
}
.cid-ueaixpaw4q .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ueaixpaw4q .text-container {
  display: flex;
  flex-direction: column;
}
.cid-ueaixpaw4q .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ueaixpaw4q .mbr-text a:not(.btn):hover {
  color: #e7272d !important;
  background-image: none !important;
}
.cid-ueaixpaw4q .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueaixpaw4q .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-ueaixpaw4q .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-ueaixpaw4q .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-ueaixpaw4q .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-ueaixpaw4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaixpaw4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaixs2xsB {
  z-index: 1;
}
.cid-urP7vR2imP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urP7vR2imP .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urP7vR2imP .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-urP7vR2imP .mbr-section-subtitle {
  color: #24262b;
}
.cid-urP7vR2imP .items-row {
  row-gap: 48px;
}
.cid-urP7vR2imP .item {
  cursor: pointer;
}
.cid-urP7vR2imP .item:focus,
.cid-urP7vR2imP span:focus {
  outline: none;
}
.cid-urP7vR2imP .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-urP7vR2imP .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP7vR2imP .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-urP7vR2imP img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-urP7vR2imP .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-urP7vR2imP .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-urP7vR2imP .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-urP7vR2imP .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-urP7vR2imP .item-title {
  color: #24262b;
}
.cid-urP7vR2imP .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-urP7vR2imP .mbr-text {
  color: #24262b;
}
.cid-ukyFg1Is57 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukyFg1Is57 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-ukyFg1Is57 input,
.cid-ukyFg1Is57 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-ukyFg1Is57 .form-control:hover,
.cid-ukyFg1Is57 .form-control:focus {
  color: #808080 !important;
}
.cid-ukyFg1Is57 .btn-success {
  color: white !important;
}
.cid-ukyFg1Is57 img {
  width: 90%;
  border-radius: 8px;
}
.cid-ukyFg1Is57 .btn {
  border-radius: 30px;
}
.cid-ukyFg1Is57 textarea {
  min-height: 160px !important;
}
.cid-ukyFg1Is57 .form-control,
.cid-ukyFg1Is57 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ukyFg1Is57 .form-control:hover,
.cid-ukyFg1Is57 .field-input:hover,
.cid-ukyFg1Is57 .form-control:focus,
.cid-ukyFg1Is57 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ukyFg1Is57 input::-webkit-input-placeholder,
.cid-ukyFg1Is57 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-ukyFg1Is57 input:-moz-placeholder,
.cid-ukyFg1Is57 textarea:-moz-placeholder {
  color: #808080;
}
.cid-ukyFg1Is57 .jq-selectbox li,
.cid-ukyFg1Is57 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyFg1Is57 .jq-selectbox li:hover,
.cid-ukyFg1Is57 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ukyFg1Is57 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyFg1Is57 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ukyFg1Is57 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-ukyFg1Is57 img {
    width: 100%;
  }
  .cid-ukyFg1Is57 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-ukyFg1Is57 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ukyFg1Is57 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukyFg1Is57 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukyFg1Is57 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukyFg1Is57 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-ukyFg1Is57 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-ugHomRozjL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #000000);
}
.cid-ugHomRozjL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-ugHomRozjL .row {
  border-bottom: 1px solid #e7272d;
}
.cid-ugHomRozjL H2 {
  color: #e7272d;
}
.cid-ugHomRozjL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-ugHomRozjL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-ugHomRozjL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #e7272d;
}
.cid-ugHomRozjL .col-lg-12 {
  overflow: hidden;
}
.cid-ugHomRozjL H4 {
  color: #fbbe36;
}
.cid-ugHomRozjL .mbr-text,
.cid-ugHomRozjL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ugHomRozjL .logo-wrap:before {
    content: none;
  }
  .cid-ugHomRozjL .logo-wrap:after {
    content: none;
  }
}
