body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #dd1515 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #dd1515 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dd1515 !important;
  border-color: #dd1515 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8e0d0d !important;
  border-color: #8e0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8e0d0d !important;
  border-color: #8e0d0d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dd1515 !important;
  border-color: #dd1515 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8e0d0d !important;
  border-color: #8e0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e0d0d !important;
  border-color: #8e0d0d !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dd1515 !important;
  border-color: #dd1515 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8e0d0d !important;
  border-color: #8e0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8e0d0d !important;
  border-color: #8e0d0d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dd1515;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8e0d0d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dd1515 !important;
  border-color: #dd1515 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dd1515;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8e0d0d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dd1515 !important;
  border-color: #dd1515 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dd1515;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8e0d0d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dd1515 !important;
  border-color: #dd1515 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #dd1515 !important;
}
.text-secondary {
  color: #dd1515 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #dd1515 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #800c0c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #800c0c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #800c0c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #dd1515;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #dd1515;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dd1515;
  border-color: #dd1515;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #dd1515;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9c5c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9c5c5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #dd1515 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #dd1515;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dd1515;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dd1515;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dd1515;
  border-bottom-color: #dd1515;
}
.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: #dd1515 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #dd1515 !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='%23dd1515' %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-tMnTRGsGDI .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tMnTRGsGDI .navbar-fixed-top {
  padding-top: 0;
}
.cid-tMnTRGsGDI .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tMnTRGsGDI .collapse {
  justify-content: space-between !important;
}
.cid-tMnTRGsGDI .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-tMnTRGsGDI .mbr-iconfont {
  cursor: pointer;
}
.cid-tMnTRGsGDI .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-tMnTRGsGDI .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #dd1515;
  border-radius: 50%;
}
.cid-tMnTRGsGDI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tMnTRGsGDI .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-tMnTRGsGDI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMnTRGsGDI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tMnTRGsGDI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMnTRGsGDI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMnTRGsGDI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tMnTRGsGDI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMnTRGsGDI .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-tMnTRGsGDI .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-tMnTRGsGDI .dropdown-item,
.cid-tMnTRGsGDI .nav-link,
.cid-tMnTRGsGDI .brand-name {
  font-style: normal;
}
.cid-tMnTRGsGDI .dropdown-item:hover,
.cid-tMnTRGsGDI .nav-link:hover,
.cid-tMnTRGsGDI .brand-name:hover {
  color: #dd1515 !important;
}
.cid-tMnTRGsGDI .dropdown-menu {
  background-color: #ffffff;
}
.cid-tMnTRGsGDI .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tMnTRGsGDI .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tMnTRGsGDI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tMnTRGsGDI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-tMnTRGsGDI .content-text {
  margin-bottom: 0;
}
.cid-tMnTRGsGDI .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tMnTRGsGDI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd1515;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tMnTRGsGDI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tMnTRGsGDI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tMnTRGsGDI .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMnTRGsGDI .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMnTRGsGDI .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tMnTRGsGDI .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMnTRGsGDI .nav-dropdown .link {
  font-weight: 400;
}
.cid-tMnTRGsGDI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tMnTRGsGDI .content-right-side {
  text-align: center;
}
.cid-tMnTRGsGDI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tMnTRGsGDI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tMnTRGsGDI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-tMnTRGsGDI .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-tMnTRGsGDI .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-tMnTRGsGDI .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMnTRGsGDI .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tMnTRGsGDI .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tMnTRGsGDI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tMnTRGsGDI .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tMnTRGsGDI .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tMnTRGsGDI .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-tMnTRGsGDI .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMnTRGsGDI .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tMnTRGsGDI .navbar {
    display: block;
    padding: 0;
  }
  .cid-tMnTRGsGDI .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMnTRGsGDI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tMnTRGsGDI .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tMnTRGsGDI .navbar-toggler {
    display: none;
  }
}
.cid-tMnTRGsGDI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tMnTRGsGDI .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMnTRGsGDI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tMnTRGsGDI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tMnTRGsGDI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMnTRGsGDI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMnTRGsGDI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMnTRGsGDI .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tMnTRGsGDI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMnTRGsGDI .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-tMnTRGsGDI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMnTRGsGDI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMnTRGsGDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMnTRGsGDI .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-tMnTRGsGDI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMnTRGsGDI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMnTRGsGDI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tMnTRGsGDI .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tMnTRGsGDI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMnTRGsGDI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMnTRGsGDI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMnTRGsGDI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMnTRGsGDI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-tMnTRGsGDI button.navbar-toggler:focus {
  outline: none;
}
.cid-tMnTRGsGDI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dd1515;
}
.cid-tMnTRGsGDI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMnTRGsGDI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMnTRGsGDI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMnTRGsGDI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMnTRGsGDI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMnTRGsGDI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMnTRGsGDI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMnTRGsGDI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMnTRGsGDI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMnTRGsGDI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMnTRGsGDI .collapsed .btn {
  display: flex;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse.collapsing,
.cid-tMnTRGsGDI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMnTRGsGDI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMnTRGsGDI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMnTRGsGDI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMnTRGsGDI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMnTRGsGDI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tMnTRGsGDI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMnTRGsGDI .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMnTRGsGDI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tMnTRGsGDI .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tMnTRGsGDI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tMnTRGsGDI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMnTRGsGDI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMnTRGsGDI .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tMnTRGsGDI .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tMnTRGsGDI .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tMnTRGsGDI .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tMnTRGsGDI .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMnTRGsGDI .navbar-collapse.collapsing,
  .cid-tMnTRGsGDI .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMnTRGsGDI .navbar-collapse.collapsing .navbar-nav,
  .cid-tMnTRGsGDI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMnTRGsGDI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMnTRGsGDI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMnTRGsGDI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMnTRGsGDI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMnTRGsGDI .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMnTRGsGDI .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tMnTRGsGDI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMnTRGsGDI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMnTRGsGDI img {
    height: 3.8rem !important;
  }
  .cid-tMnTRGsGDI .btn {
    display: flex;
  }
  .cid-tMnTRGsGDI button.navbar-toggler {
    display: block;
  }
  .cid-tMnTRGsGDI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tMnTRGsGDI .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMnTRGsGDI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tMnTRGsGDI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMnTRGsGDI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMnTRGsGDI .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tMnTRGsGDI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tMnTRGsGDI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tMnTRGsGDI .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tMnTRGsGDI .nav-link:focus {
  outline: none;
}
.cid-tMnTRGsGDI .navbar-toggler {
  position: relative;
}
.cid-tMnTRGsGDI .dropdown-item.active,
.cid-tMnTRGsGDI .dropdown-item:active {
  color: initial;
}
.cid-tMnTRGsGDI .widget-title,
.cid-tMnTRGsGDI .widget-icon {
  color: #ffffff;
}
.cid-tMnTRGsGDI .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-tMnTRGsGDI .menu-logo {
    display: none;
  }
  .cid-tMnTRGsGDI .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-tMnTRGsGDI .nav-item:before {
    content: none;
  }
  .cid-tMnTRGsGDI .navbar {
    padding: 0;
  }
  .cid-tMnTRGsGDI .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMnTRGsGDI button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tMntNPWQxg {
  display: flex;
  background-image: url("../../../assets/images/img-342.webp");
}
.cid-tMntNPWQxg .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tMntNPWQxg .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tMntNPWQxg {
    align-items: flex-end;
  }
  .cid-tMntNPWQxg .row {
    justify-content: flex-start;
  }
  .cid-tMntNPWQxg .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tMntNPWQxg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tMntNPWQxg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMntNPWQxg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMntNPWQxg .content-wrap {
    width: 100%;
  }
}
.cid-tMntQzT2wb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-tMntQzT2wb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMntQzT2wb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tMntQzT2wb .container {
    max-width: 1400px;
  }
}
.cid-tMntQzT2wb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #dd1515;
  margin-bottom: 2rem;
}
.cid-tMntQzT2wb .card-wrapper {
  margin-top: 3rem;
}
.cid-tMntQzT2wb .row {
  justify-content: center;
}
.cid-tMnFJgpZG8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tMnFJgpZG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMnFJgpZG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMnFJgpZG8 .col-title {
  margin-bottom: 2.5rem;
}
.cid-tMnFJgpZG8 .mbr-section-title {
  color: #dd1515;
}
.cid-tMnFJgpZG8 .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-tMnFJgpZG8 .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tMnFJgpZG8 .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 96px;
}
.cid-tMnFJgpZG8 .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tMnFJgpZG8 .mbr-section-btn {
  margin-top: 46px;
}
.cid-tMnFJgpZG8 .bg-img {
  position: absolute;
  width: 100%;
  background-color: #fef9ee;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.cid-tMnJIAzAVe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tMnJIAzAVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMnJIAzAVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMnJIAzAVe .col-title {
  margin-bottom: 2.5rem;
}
.cid-tMnJIAzAVe .mbr-section-title {
  color: #75083A;
}
.cid-tMnJIAzAVe .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-tMnJIAzAVe .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tMnJIAzAVe .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 96px;
}
.cid-tMnJIAzAVe .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tMnJIAzAVe .mbr-section-btn {
  margin-top: 46px;
}
.cid-tMnJIAzAVe .bg-img {
  position: absolute;
  width: 100%;
  background-color: #fef9ee;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.cid-tMVnLxc5TF {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tMVnLxc5TF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVnLxc5TF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMVnLxc5TF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMVnLxc5TF .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tMVnLxc5TF .mbr-section-title {
  color: #dd1515;
}
.cid-tMnu1RKMip {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-tMnu1RKMip img,
.cid-tMnu1RKMip .item-img {
  width: 100%;
}
.cid-tMnu1RKMip .item:focus,
.cid-tMnu1RKMip span:focus {
  outline: none;
}
.cid-tMnu1RKMip .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tMnu1RKMip .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #dd1515;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tMnu1RKMip .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tMnu1RKMip .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMnu1RKMip .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tMnu1RKMip .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tMnu1RKMip .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMnu1RKMip .mbr-section-title {
  color: #232323;
}
.cid-tMnu1RKMip .mbr-text,
.cid-tMnu1RKMip .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tMnu1RKMip .item-title {
  text-align: left;
  color: #000000;
}
.cid-tMnu1RKMip .item-subtitle {
  text-align: left;
}
.cid-tMnPXXqIQ9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMnPXXqIQ9 img,
.cid-tMnPXXqIQ9 .item-img {
  width: 100%;
}
.cid-tMnPXXqIQ9 .item:focus,
.cid-tMnPXXqIQ9 span:focus {
  outline: none;
}
.cid-tMnPXXqIQ9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tMnPXXqIQ9 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tMnPXXqIQ9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tMnPXXqIQ9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMnPXXqIQ9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tMnPXXqIQ9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tMnPXXqIQ9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMnPXXqIQ9 .mbr-section-title {
  color: #000000;
}
.cid-tMnPXXqIQ9 .mbr-text,
.cid-tMnPXXqIQ9 .mbr-section-btn {
  text-align: center;
}
.cid-tMnPXXqIQ9 .item-title {
  text-align: center;
}
.cid-tMnPXXqIQ9 .item-subtitle {
  text-align: left;
}
.cid-tMwXkFWWcT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
}
.cid-tMwXkFWWcT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMwXkFWWcT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tMwXkFWWcT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tMwXkFWWcT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMnSQtnrWA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMnSQtnrWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMnSQtnrWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMnSQtnrWA .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMnSQtnrWA .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tMnSQtnrWA .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tMnSQtnrWA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tMnSQtnrWA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tMnSQtnrWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMnSQtnrWA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tMnSQtnrWA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMnSQtnrWA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tMnSQtnrWA .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tMnSQtnrWA .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tMnSQtnrWA .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tMnSQtnrWA .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tMnSQtnrWA .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tMnSQtnrWA .list li:hover {
  color: #dd1515 !important;
}
.cid-tMnSQtnrWA .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tMnSQtnrWA .list a:hover {
  color: #dd1515 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tMnSQtnrWA .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tMnSQtnrWA .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tMnSQtnrWA .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tMnSQtnrWA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tMnSQtnrWA .soc-item {
    padding: 10px;
  }
}
.cid-tMnSQtnrWA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tMnSQtnrWA .soc-item:hover .mbr-iconfont {
  color: #dd1515 !important;
}
.cid-tMnSQtnrWA .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tMnSQtnrWA .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tMnSQtnrWA .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tMnSQtnrWA .border-item {
  width: 100%;
  height: 1px;
  background-color: #dd1515;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tMnSQtnrWA .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tMnSQtnrWA .copyright {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tMnSQtnrWA .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tMnSQtnrWA .copyright {
    margin-top: 1.5rem;
  }
}
.cid-tMorOotDQq .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tMorOotDQq .navbar-fixed-top {
  padding-top: 0;
}
.cid-tMorOotDQq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tMorOotDQq .collapse {
  justify-content: space-between !important;
}
.cid-tMorOotDQq .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-tMorOotDQq .mbr-iconfont {
  cursor: pointer;
}
.cid-tMorOotDQq .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-tMorOotDQq .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #dd1515;
  border-radius: 50%;
}
.cid-tMorOotDQq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tMorOotDQq .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-tMorOotDQq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMorOotDQq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tMorOotDQq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMorOotDQq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMorOotDQq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tMorOotDQq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMorOotDQq .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-tMorOotDQq .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-tMorOotDQq .dropdown-item,
.cid-tMorOotDQq .nav-link,
.cid-tMorOotDQq .brand-name {
  font-style: normal;
}
.cid-tMorOotDQq .dropdown-item:hover,
.cid-tMorOotDQq .nav-link:hover,
.cid-tMorOotDQq .brand-name:hover {
  color: #dd1515 !important;
}
.cid-tMorOotDQq .dropdown-menu {
  background-color: #ffffff;
}
.cid-tMorOotDQq .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tMorOotDQq .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tMorOotDQq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tMorOotDQq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-tMorOotDQq .content-text {
  margin-bottom: 0;
}
.cid-tMorOotDQq .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tMorOotDQq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd1515;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tMorOotDQq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tMorOotDQq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tMorOotDQq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMorOotDQq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMorOotDQq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tMorOotDQq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMorOotDQq .nav-dropdown .link {
  font-weight: 400;
}
.cid-tMorOotDQq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tMorOotDQq .content-right-side {
  text-align: center;
}
.cid-tMorOotDQq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tMorOotDQq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tMorOotDQq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-tMorOotDQq .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-tMorOotDQq .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-tMorOotDQq .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMorOotDQq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tMorOotDQq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tMorOotDQq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tMorOotDQq .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tMorOotDQq .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tMorOotDQq .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-tMorOotDQq .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMorOotDQq .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tMorOotDQq .navbar {
    display: block;
    padding: 0;
  }
  .cid-tMorOotDQq .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMorOotDQq .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tMorOotDQq .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tMorOotDQq .navbar-toggler {
    display: none;
  }
}
.cid-tMorOotDQq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tMorOotDQq .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMorOotDQq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tMorOotDQq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tMorOotDQq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMorOotDQq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMorOotDQq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMorOotDQq .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tMorOotDQq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMorOotDQq .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-tMorOotDQq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMorOotDQq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMorOotDQq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMorOotDQq .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-tMorOotDQq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMorOotDQq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMorOotDQq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tMorOotDQq .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tMorOotDQq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMorOotDQq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMorOotDQq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMorOotDQq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMorOotDQq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-tMorOotDQq button.navbar-toggler:focus {
  outline: none;
}
.cid-tMorOotDQq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dd1515;
}
.cid-tMorOotDQq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMorOotDQq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMorOotDQq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMorOotDQq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMorOotDQq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMorOotDQq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMorOotDQq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMorOotDQq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMorOotDQq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMorOotDQq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMorOotDQq .collapsed .btn {
  display: flex;
}
.cid-tMorOotDQq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMorOotDQq .collapsed .navbar-collapse.collapsing,
.cid-tMorOotDQq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMorOotDQq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMorOotDQq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMorOotDQq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMorOotDQq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMorOotDQq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMorOotDQq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMorOotDQq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMorOotDQq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tMorOotDQq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMorOotDQq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tMorOotDQq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMorOotDQq .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMorOotDQq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tMorOotDQq .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tMorOotDQq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tMorOotDQq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMorOotDQq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMorOotDQq .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tMorOotDQq .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tMorOotDQq .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tMorOotDQq .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tMorOotDQq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMorOotDQq .navbar-collapse.collapsing,
  .cid-tMorOotDQq .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMorOotDQq .navbar-collapse.collapsing .navbar-nav,
  .cid-tMorOotDQq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMorOotDQq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMorOotDQq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMorOotDQq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMorOotDQq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMorOotDQq .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMorOotDQq .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tMorOotDQq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMorOotDQq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMorOotDQq img {
    height: 3.8rem !important;
  }
  .cid-tMorOotDQq .btn {
    display: flex;
  }
  .cid-tMorOotDQq button.navbar-toggler {
    display: block;
  }
  .cid-tMorOotDQq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tMorOotDQq .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMorOotDQq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tMorOotDQq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMorOotDQq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMorOotDQq .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tMorOotDQq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tMorOotDQq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tMorOotDQq .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tMorOotDQq .nav-link:focus {
  outline: none;
}
.cid-tMorOotDQq .navbar-toggler {
  position: relative;
}
.cid-tMorOotDQq .dropdown-item.active,
.cid-tMorOotDQq .dropdown-item:active {
  color: initial;
}
.cid-tMorOotDQq .widget-title,
.cid-tMorOotDQq .widget-icon {
  color: #ffffff;
}
.cid-tMorOotDQq .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-tMorOotDQq .menu-logo {
    display: none;
  }
  .cid-tMorOotDQq .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-tMorOotDQq .nav-item:before {
    content: none;
  }
  .cid-tMorOotDQq .navbar {
    padding: 0;
  }
  .cid-tMorOotDQq .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMorOotDQq button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tMorOrcpTY {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/flyer-truck.webp");
}
.cid-tMorOrcpTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMorOrcpTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tMorOrcpTY .col-content {
    text-align: center;
  }
}
.cid-tMorOrcpTY .label-container {
  margin-bottom: 16px;
}
.cid-tMorOrcpTY .label-text {
  color: #24262b;
}
.cid-tMorOrcpTY .label-text-2 {
  color: #24262b;
}
.cid-tMorOrcpTY .mbr-section-title {
  color: #ffffff;
}
.cid-tMorOrcpTY .text-container {
  margin-top: 24px;
}
.cid-tMorOrcpTY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMorOrcpTY .mbr-text {
  color: #b79b6c;
}
.cid-tMorOrcpTY .mbr-section-btn {
  margin-top: 28px;
}
.cid-tMorOt6N91 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-tMorOt6N91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMorOt6N91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMorOt6N91 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tMorOt6N91 .row {
    flex-wrap: wrap;
  }
}
.cid-tMorOt6N91 .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tMorOt6N91 .col-text {
    width: 100%;
  }
}
.cid-tMorOt6N91 .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tMorOt6N91 .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tMorOt6N91 .text-wrapper {
    padding: 0;
  }
}
.cid-tMorOt6N91 .mbr-section-title {
  color: #dd1515;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tMorOt6N91 .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tMorOt6N91 .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tMorOt6N91 .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tMorOt6N91 .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tMorOt6N91 .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tMorOt6N91 .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tMorOt6N91 .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tMorOt6N91 .mbr-text {
    max-width: 100%;
  }
}
.cid-tMorOt6N91 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tMorOt6N91 .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tMorOt6N91 .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tMorOt6N91 .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tMorOt6N91 .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tMorOt6N91 .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tMorOt6N91 .image-wrapper {
    width: 100%;
  }
}
.cid-tMorOt6N91 .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tMorOt6N91 .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tMorOuLgyc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMorOuLgyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMorOuLgyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMorOuLgyc .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tMorOuLgyc .row {
    flex-wrap: wrap;
  }
}
.cid-tMorOuLgyc .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tMorOuLgyc .col-text {
    width: 100%;
  }
}
.cid-tMorOuLgyc .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tMorOuLgyc .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tMorOuLgyc .text-wrapper {
    padding: 0;
  }
}
.cid-tMorOuLgyc .mbr-section-title {
  color: #dd1515;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tMorOuLgyc .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tMorOuLgyc .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tMorOuLgyc .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tMorOuLgyc .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tMorOuLgyc .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tMorOuLgyc .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tMorOuLgyc .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tMorOuLgyc .mbr-text {
    max-width: 100%;
  }
}
.cid-tMorOuLgyc .mbr-section-btn {
  margin-top: 20px;
}
.cid-tMorOuLgyc .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tMorOuLgyc .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tMorOuLgyc .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tMorOuLgyc .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tMorOuLgyc .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tMorOuLgyc .image-wrapper {
    width: 100%;
  }
}
.cid-tMorOuLgyc .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tMorOuLgyc .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tMPmaS4D84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-tMPmaS4D84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPmaS4D84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMPmaS4D84 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tMPmaS4D84 .row {
    flex-wrap: wrap;
  }
}
.cid-tMPmaS4D84 .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tMPmaS4D84 .col-text {
    width: 100%;
  }
}
.cid-tMPmaS4D84 .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tMPmaS4D84 .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tMPmaS4D84 .text-wrapper {
    padding: 0;
  }
}
.cid-tMPmaS4D84 .mbr-section-title {
  color: #dd1515;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tMPmaS4D84 .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tMPmaS4D84 .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tMPmaS4D84 .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tMPmaS4D84 .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tMPmaS4D84 .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tMPmaS4D84 .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tMPmaS4D84 .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tMPmaS4D84 .mbr-text {
    max-width: 100%;
  }
}
.cid-tMPmaS4D84 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tMPmaS4D84 .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tMPmaS4D84 .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tMPmaS4D84 .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tMPmaS4D84 .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tMPmaS4D84 .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tMPmaS4D84 .image-wrapper {
    width: 100%;
  }
}
.cid-tMPmaS4D84 .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tMPmaS4D84 .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tMorOwrUxi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tMorOwrUxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMorOwrUxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMorOwrUxi .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tMorOwrUxi .row {
    flex-wrap: wrap;
  }
}
.cid-tMorOwrUxi .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tMorOwrUxi .col-text {
    width: 100%;
  }
}
.cid-tMorOwrUxi .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tMorOwrUxi .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tMorOwrUxi .text-wrapper {
    padding: 0;
  }
}
.cid-tMorOwrUxi .mbr-section-title {
  color: #dd1515;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tMorOwrUxi .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tMorOwrUxi .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tMorOwrUxi .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tMorOwrUxi .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tMorOwrUxi .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tMorOwrUxi .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tMorOwrUxi .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tMorOwrUxi .mbr-text {
    max-width: 100%;
  }
}
.cid-tMorOwrUxi .mbr-section-btn {
  margin-top: 20px;
}
.cid-tMorOwrUxi .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tMorOwrUxi .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tMorOwrUxi .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tMorOwrUxi .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tMorOwrUxi .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tMorOwrUxi .image-wrapper {
    width: 100%;
  }
}
.cid-tMorOwrUxi .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tMorOwrUxi .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tMPmOpINLK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMPmOpINLK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMPmOpINLK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tMPmOpINLK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tMPmOpINLK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMorOy6bpH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMorOy6bpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMorOy6bpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMorOy6bpH .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMorOy6bpH .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tMorOy6bpH .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tMorOy6bpH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tMorOy6bpH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tMorOy6bpH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMorOy6bpH .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tMorOy6bpH .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMorOy6bpH .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tMorOy6bpH .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tMorOy6bpH .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tMorOy6bpH .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tMorOy6bpH .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tMorOy6bpH .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tMorOy6bpH .list li:hover {
  color: #dd1515 !important;
}
.cid-tMorOy6bpH .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tMorOy6bpH .list a:hover {
  color: #dd1515 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tMorOy6bpH .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tMorOy6bpH .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tMorOy6bpH .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tMorOy6bpH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tMorOy6bpH .soc-item {
    padding: 10px;
  }
}
.cid-tMorOy6bpH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tMorOy6bpH .soc-item:hover .mbr-iconfont {
  color: #dd1515 !important;
}
.cid-tMorOy6bpH .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tMorOy6bpH .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tMorOy6bpH .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tMorOy6bpH .border-item {
  width: 100%;
  height: 1px;
  background-color: #dd1515;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tMorOy6bpH .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tMorOy6bpH .copyright {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tMorOy6bpH .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tMorOy6bpH .copyright {
    margin-top: 1.5rem;
  }
}
.cid-tMnTRGsGDI .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tMnTRGsGDI .navbar-fixed-top {
  padding-top: 0;
}
.cid-tMnTRGsGDI .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tMnTRGsGDI .collapse {
  justify-content: space-between !important;
}
.cid-tMnTRGsGDI .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-tMnTRGsGDI .mbr-iconfont {
  cursor: pointer;
}
.cid-tMnTRGsGDI .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-tMnTRGsGDI .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #dd1515;
  border-radius: 50%;
}
.cid-tMnTRGsGDI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tMnTRGsGDI .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-tMnTRGsGDI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMnTRGsGDI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tMnTRGsGDI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMnTRGsGDI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMnTRGsGDI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tMnTRGsGDI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMnTRGsGDI .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-tMnTRGsGDI .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-tMnTRGsGDI .dropdown-item,
.cid-tMnTRGsGDI .nav-link,
.cid-tMnTRGsGDI .brand-name {
  font-style: normal;
}
.cid-tMnTRGsGDI .dropdown-item:hover,
.cid-tMnTRGsGDI .nav-link:hover,
.cid-tMnTRGsGDI .brand-name:hover {
  color: #dd1515 !important;
}
.cid-tMnTRGsGDI .dropdown-menu {
  background-color: #ffffff;
}
.cid-tMnTRGsGDI .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tMnTRGsGDI .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tMnTRGsGDI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tMnTRGsGDI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-tMnTRGsGDI .content-text {
  margin-bottom: 0;
}
.cid-tMnTRGsGDI .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tMnTRGsGDI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd1515;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tMnTRGsGDI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tMnTRGsGDI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tMnTRGsGDI .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMnTRGsGDI .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMnTRGsGDI .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tMnTRGsGDI .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMnTRGsGDI .nav-dropdown .link {
  font-weight: 400;
}
.cid-tMnTRGsGDI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tMnTRGsGDI .content-right-side {
  text-align: center;
}
.cid-tMnTRGsGDI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tMnTRGsGDI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tMnTRGsGDI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-tMnTRGsGDI .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-tMnTRGsGDI .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-tMnTRGsGDI .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMnTRGsGDI .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tMnTRGsGDI .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tMnTRGsGDI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tMnTRGsGDI .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tMnTRGsGDI .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tMnTRGsGDI .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-tMnTRGsGDI .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMnTRGsGDI .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tMnTRGsGDI .navbar {
    display: block;
    padding: 0;
  }
  .cid-tMnTRGsGDI .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMnTRGsGDI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tMnTRGsGDI .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tMnTRGsGDI .navbar-toggler {
    display: none;
  }
}
.cid-tMnTRGsGDI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tMnTRGsGDI .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMnTRGsGDI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tMnTRGsGDI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tMnTRGsGDI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMnTRGsGDI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMnTRGsGDI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMnTRGsGDI .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tMnTRGsGDI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMnTRGsGDI .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-tMnTRGsGDI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMnTRGsGDI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMnTRGsGDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMnTRGsGDI .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-tMnTRGsGDI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMnTRGsGDI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMnTRGsGDI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tMnTRGsGDI .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tMnTRGsGDI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMnTRGsGDI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMnTRGsGDI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMnTRGsGDI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMnTRGsGDI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-tMnTRGsGDI button.navbar-toggler:focus {
  outline: none;
}
.cid-tMnTRGsGDI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dd1515;
}
.cid-tMnTRGsGDI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMnTRGsGDI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMnTRGsGDI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMnTRGsGDI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMnTRGsGDI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMnTRGsGDI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMnTRGsGDI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMnTRGsGDI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMnTRGsGDI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMnTRGsGDI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMnTRGsGDI .collapsed .btn {
  display: flex;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse.collapsing,
.cid-tMnTRGsGDI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMnTRGsGDI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMnTRGsGDI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMnTRGsGDI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMnTRGsGDI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tMnTRGsGDI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMnTRGsGDI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tMnTRGsGDI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMnTRGsGDI .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMnTRGsGDI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tMnTRGsGDI .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tMnTRGsGDI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tMnTRGsGDI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMnTRGsGDI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMnTRGsGDI .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tMnTRGsGDI .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tMnTRGsGDI .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tMnTRGsGDI .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tMnTRGsGDI .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMnTRGsGDI .navbar-collapse.collapsing,
  .cid-tMnTRGsGDI .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMnTRGsGDI .navbar-collapse.collapsing .navbar-nav,
  .cid-tMnTRGsGDI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMnTRGsGDI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMnTRGsGDI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMnTRGsGDI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMnTRGsGDI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMnTRGsGDI .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMnTRGsGDI .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tMnTRGsGDI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMnTRGsGDI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMnTRGsGDI img {
    height: 3.8rem !important;
  }
  .cid-tMnTRGsGDI .btn {
    display: flex;
  }
  .cid-tMnTRGsGDI button.navbar-toggler {
    display: block;
  }
  .cid-tMnTRGsGDI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tMnTRGsGDI .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMnTRGsGDI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tMnTRGsGDI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMnTRGsGDI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMnTRGsGDI .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tMnTRGsGDI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tMnTRGsGDI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tMnTRGsGDI .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tMnTRGsGDI .nav-link:focus {
  outline: none;
}
.cid-tMnTRGsGDI .navbar-toggler {
  position: relative;
}
.cid-tMnTRGsGDI .dropdown-item.active,
.cid-tMnTRGsGDI .dropdown-item:active {
  color: initial;
}
.cid-tMnTRGsGDI .widget-title,
.cid-tMnTRGsGDI .widget-icon {
  color: #ffffff;
}
.cid-tMnTRGsGDI .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-tMnTRGsGDI .menu-logo {
    display: none;
  }
  .cid-tMnTRGsGDI .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-tMnTRGsGDI .nav-item:before {
    content: none;
  }
  .cid-tMnTRGsGDI .navbar {
    padding: 0;
  }
  .cid-tMnTRGsGDI .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMnTRGsGDI button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tMonrp4R1g {
  background-image: url("../../../assets/images/img-344.webp");
}
.cid-tMonrp4R1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMonrp4R1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tMonrp4R1g .col-content {
    text-align: center;
  }
}
.cid-tMonrp4R1g .label-container {
  margin-bottom: 16px;
}
.cid-tMonrp4R1g .label-text {
  color: #24262b;
}
.cid-tMonrp4R1g .label-text-2 {
  color: #24262b;
}
.cid-tMonrp4R1g .mbr-section-title {
  color: #ffffff;
}
.cid-tMonrp4R1g .text-container {
  margin-top: 24px;
}
.cid-tMonrp4R1g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMonrp4R1g .mbr-text {
  color: #b79b6c;
}
.cid-tMonrp4R1g .mbr-section-btn {
  margin-top: 28px;
}
.cid-tMomCZVndh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMomCZVndh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMomCZVndh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMomCZVndh .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tMomCZVndh .row {
    flex-wrap: wrap;
  }
}
.cid-tMomCZVndh .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tMomCZVndh .col-text {
    width: 100%;
  }
}
.cid-tMomCZVndh .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tMomCZVndh .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tMomCZVndh .text-wrapper {
    padding: 0;
  }
}
.cid-tMomCZVndh .mbr-section-title {
  color: #dd1515;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tMomCZVndh .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tMomCZVndh .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tMomCZVndh .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tMomCZVndh .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tMomCZVndh .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tMomCZVndh .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tMomCZVndh .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tMomCZVndh .mbr-text {
    max-width: 100%;
  }
}
.cid-tMomCZVndh .mbr-section-btn {
  margin-top: 20px;
}
.cid-tMomCZVndh .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tMomCZVndh .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tMomCZVndh .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tMomCZVndh .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tMomCZVndh .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tMomCZVndh .image-wrapper {
    width: 100%;
  }
}
.cid-tMomCZVndh .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tMomCZVndh .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tMop9kkzU1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-tMop9kkzU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMop9kkzU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMop9kkzU1 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tMop9kkzU1 .row {
    flex-wrap: wrap;
  }
}
.cid-tMop9kkzU1 .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tMop9kkzU1 .col-text {
    width: 100%;
  }
}
.cid-tMop9kkzU1 .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tMop9kkzU1 .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tMop9kkzU1 .text-wrapper {
    padding: 0;
  }
}
.cid-tMop9kkzU1 .mbr-section-title {
  color: #dd1515;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tMop9kkzU1 .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tMop9kkzU1 .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tMop9kkzU1 .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tMop9kkzU1 .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tMop9kkzU1 .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tMop9kkzU1 .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tMop9kkzU1 .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tMop9kkzU1 .mbr-text {
    max-width: 100%;
  }
}
.cid-tMop9kkzU1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tMop9kkzU1 .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tMop9kkzU1 .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tMop9kkzU1 .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tMop9kkzU1 .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tMop9kkzU1 .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tMop9kkzU1 .image-wrapper {
    width: 100%;
  }
}
.cid-tMop9kkzU1 .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tMop9kkzU1 .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tMPq4HEZTa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMPq4HEZTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPq4HEZTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMPq4HEZTa .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tMPq4HEZTa .row {
    flex-wrap: wrap;
  }
}
.cid-tMPq4HEZTa .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tMPq4HEZTa .col-text {
    width: 100%;
  }
}
.cid-tMPq4HEZTa .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tMPq4HEZTa .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tMPq4HEZTa .text-wrapper {
    padding: 0;
  }
}
.cid-tMPq4HEZTa .mbr-section-title {
  color: #dd1515;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tMPq4HEZTa .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tMPq4HEZTa .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tMPq4HEZTa .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tMPq4HEZTa .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tMPq4HEZTa .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tMPq4HEZTa .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tMPq4HEZTa .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tMPq4HEZTa .mbr-text {
    max-width: 100%;
  }
}
.cid-tMPq4HEZTa .mbr-section-btn {
  margin-top: 20px;
}
.cid-tMPq4HEZTa .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tMPq4HEZTa .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tMPq4HEZTa .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tMPq4HEZTa .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tMPq4HEZTa .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tMPq4HEZTa .image-wrapper {
    width: 100%;
  }
}
.cid-tMPq4HEZTa .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tMPq4HEZTa .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tMop8uYZ9L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-tMop8uYZ9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMop8uYZ9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMop8uYZ9L .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tMop8uYZ9L .row {
    flex-wrap: wrap;
  }
}
.cid-tMop8uYZ9L .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tMop8uYZ9L .col-text {
    width: 100%;
  }
}
.cid-tMop8uYZ9L .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tMop8uYZ9L .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tMop8uYZ9L .text-wrapper {
    padding: 0;
  }
}
.cid-tMop8uYZ9L .mbr-section-title {
  color: #dd1515;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tMop8uYZ9L .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tMop8uYZ9L .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tMop8uYZ9L .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tMop8uYZ9L .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tMop8uYZ9L .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tMop8uYZ9L .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tMop8uYZ9L .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tMop8uYZ9L .mbr-text {
    max-width: 100%;
  }
}
.cid-tMop8uYZ9L .mbr-section-btn {
  margin-top: 20px;
}
.cid-tMop8uYZ9L .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tMop8uYZ9L .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tMop8uYZ9L .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tMop8uYZ9L .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tMop8uYZ9L .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tMop8uYZ9L .image-wrapper {
    width: 100%;
  }
}
.cid-tMop8uYZ9L .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tMop8uYZ9L .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tMPqHxP2tc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMPqHxP2tc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMPqHxP2tc form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tMPqHxP2tc form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tMPqHxP2tc form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMnSQtnrWA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMnSQtnrWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMnSQtnrWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMnSQtnrWA .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMnSQtnrWA .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tMnSQtnrWA .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tMnSQtnrWA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tMnSQtnrWA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tMnSQtnrWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMnSQtnrWA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tMnSQtnrWA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMnSQtnrWA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tMnSQtnrWA .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tMnSQtnrWA .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tMnSQtnrWA .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tMnSQtnrWA .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tMnSQtnrWA .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tMnSQtnrWA .list li:hover {
  color: #dd1515 !important;
}
.cid-tMnSQtnrWA .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tMnSQtnrWA .list a:hover {
  color: #dd1515 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tMnSQtnrWA .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tMnSQtnrWA .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tMnSQtnrWA .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tMnSQtnrWA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tMnSQtnrWA .soc-item {
    padding: 10px;
  }
}
.cid-tMnSQtnrWA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tMnSQtnrWA .soc-item:hover .mbr-iconfont {
  color: #dd1515 !important;
}
.cid-tMnSQtnrWA .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tMnSQtnrWA .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tMnSQtnrWA .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tMnSQtnrWA .border-item {
  width: 100%;
  height: 1px;
  background-color: #dd1515;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tMnSQtnrWA .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tMnSQtnrWA .copyright {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tMnSQtnrWA .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tMnSQtnrWA .copyright {
    margin-top: 1.5rem;
  }
}
.cid-tMPrsTNlvk .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tMPrsTNlvk .navbar-fixed-top {
  padding-top: 0;
}
.cid-tMPrsTNlvk .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tMPrsTNlvk .collapse {
  justify-content: space-between !important;
}
.cid-tMPrsTNlvk .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-tMPrsTNlvk .mbr-iconfont {
  cursor: pointer;
}
.cid-tMPrsTNlvk .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-tMPrsTNlvk .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #dd1515;
  border-radius: 50%;
}
.cid-tMPrsTNlvk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tMPrsTNlvk .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-tMPrsTNlvk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPrsTNlvk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tMPrsTNlvk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMPrsTNlvk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMPrsTNlvk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tMPrsTNlvk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMPrsTNlvk .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-tMPrsTNlvk .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-tMPrsTNlvk .dropdown-item,
.cid-tMPrsTNlvk .nav-link,
.cid-tMPrsTNlvk .brand-name {
  font-style: normal;
}
.cid-tMPrsTNlvk .dropdown-item:hover,
.cid-tMPrsTNlvk .nav-link:hover,
.cid-tMPrsTNlvk .brand-name:hover {
  color: #dd1515 !important;
}
.cid-tMPrsTNlvk .dropdown-menu {
  background-color: #ffffff;
}
.cid-tMPrsTNlvk .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tMPrsTNlvk .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tMPrsTNlvk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tMPrsTNlvk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-tMPrsTNlvk .content-text {
  margin-bottom: 0;
}
.cid-tMPrsTNlvk .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tMPrsTNlvk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd1515;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tMPrsTNlvk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tMPrsTNlvk .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tMPrsTNlvk .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMPrsTNlvk .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMPrsTNlvk .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tMPrsTNlvk .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPrsTNlvk .nav-dropdown .link {
  font-weight: 400;
}
.cid-tMPrsTNlvk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tMPrsTNlvk .content-right-side {
  text-align: center;
}
.cid-tMPrsTNlvk .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tMPrsTNlvk .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tMPrsTNlvk .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-tMPrsTNlvk .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-tMPrsTNlvk .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-tMPrsTNlvk .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPrsTNlvk .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tMPrsTNlvk .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tMPrsTNlvk .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tMPrsTNlvk .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tMPrsTNlvk .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tMPrsTNlvk .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-tMPrsTNlvk .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMPrsTNlvk .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tMPrsTNlvk .navbar {
    display: block;
    padding: 0;
  }
  .cid-tMPrsTNlvk .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMPrsTNlvk .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tMPrsTNlvk .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tMPrsTNlvk .navbar-toggler {
    display: none;
  }
}
.cid-tMPrsTNlvk .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tMPrsTNlvk .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMPrsTNlvk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tMPrsTNlvk .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tMPrsTNlvk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMPrsTNlvk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPrsTNlvk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMPrsTNlvk .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tMPrsTNlvk .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMPrsTNlvk .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-tMPrsTNlvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMPrsTNlvk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPrsTNlvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPrsTNlvk .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-tMPrsTNlvk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMPrsTNlvk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPrsTNlvk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tMPrsTNlvk .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tMPrsTNlvk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMPrsTNlvk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMPrsTNlvk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMPrsTNlvk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMPrsTNlvk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-tMPrsTNlvk button.navbar-toggler:focus {
  outline: none;
}
.cid-tMPrsTNlvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dd1515;
}
.cid-tMPrsTNlvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMPrsTNlvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMPrsTNlvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMPrsTNlvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMPrsTNlvk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMPrsTNlvk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMPrsTNlvk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMPrsTNlvk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMPrsTNlvk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPrsTNlvk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPrsTNlvk .collapsed .btn {
  display: flex;
}
.cid-tMPrsTNlvk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMPrsTNlvk .collapsed .navbar-collapse.collapsing,
.cid-tMPrsTNlvk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMPrsTNlvk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMPrsTNlvk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMPrsTNlvk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMPrsTNlvk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMPrsTNlvk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMPrsTNlvk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMPrsTNlvk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMPrsTNlvk .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tMPrsTNlvk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMPrsTNlvk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tMPrsTNlvk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMPrsTNlvk .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMPrsTNlvk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tMPrsTNlvk .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tMPrsTNlvk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tMPrsTNlvk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMPrsTNlvk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMPrsTNlvk .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tMPrsTNlvk .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tMPrsTNlvk .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tMPrsTNlvk .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tMPrsTNlvk .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMPrsTNlvk .navbar-collapse.collapsing,
  .cid-tMPrsTNlvk .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMPrsTNlvk .navbar-collapse.collapsing .navbar-nav,
  .cid-tMPrsTNlvk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMPrsTNlvk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMPrsTNlvk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMPrsTNlvk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMPrsTNlvk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMPrsTNlvk .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMPrsTNlvk .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tMPrsTNlvk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMPrsTNlvk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMPrsTNlvk img {
    height: 3.8rem !important;
  }
  .cid-tMPrsTNlvk .btn {
    display: flex;
  }
  .cid-tMPrsTNlvk button.navbar-toggler {
    display: block;
  }
  .cid-tMPrsTNlvk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tMPrsTNlvk .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMPrsTNlvk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tMPrsTNlvk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMPrsTNlvk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMPrsTNlvk .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tMPrsTNlvk .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tMPrsTNlvk .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tMPrsTNlvk .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tMPrsTNlvk .nav-link:focus {
  outline: none;
}
.cid-tMPrsTNlvk .navbar-toggler {
  position: relative;
}
.cid-tMPrsTNlvk .dropdown-item.active,
.cid-tMPrsTNlvk .dropdown-item:active {
  color: initial;
}
.cid-tMPrsTNlvk .widget-title,
.cid-tMPrsTNlvk .widget-icon {
  color: #ffffff;
}
.cid-tMPrsTNlvk .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-tMPrsTNlvk .menu-logo {
    display: none;
  }
  .cid-tMPrsTNlvk .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-tMPrsTNlvk .nav-item:before {
    content: none;
  }
  .cid-tMPrsTNlvk .navbar {
    padding: 0;
  }
  .cid-tMPrsTNlvk .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMPrsTNlvk button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tMPrsUCy3s {
  background-image: url("../../../assets/images/img-344.webp");
}
.cid-tMPrsUCy3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPrsUCy3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tMPrsUCy3s .col-content {
    text-align: center;
  }
}
.cid-tMPrsUCy3s .label-container {
  margin-bottom: 16px;
}
.cid-tMPrsUCy3s .label-text {
  color: #24262b;
}
.cid-tMPrsUCy3s .label-text-2 {
  color: #24262b;
}
.cid-tMPrsUCy3s .mbr-section-title {
  color: #ffffff;
}
.cid-tMPrsUCy3s .text-container {
  margin-top: 24px;
}
.cid-tMPrsUCy3s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMPrsUCy3s .mbr-text {
  color: #b79b6c;
}
.cid-tMPrsUCy3s .mbr-section-btn {
  margin-top: 28px;
}
.cid-tMPsQWLjdl {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tMPsQWLjdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPsQWLjdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMPsQWLjdl img {
  object-fit: cover;
}
.cid-tMPsQWLjdl .link {
  text-decoration: underline;
}
.cid-tMPsQWLjdl .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tMPsQWLjdl .tag-wrapper {
    justify-content: center;
  }
}
.cid-tMPsQWLjdl .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tMPsQWLjdl .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tMPsQWLjdl .tag1 {
  background: #dd1515;
}
.cid-tMPsQWLjdl .tag2 {
  background: #000000;
}
.cid-tMPsQWLjdl .tag3 {
  background: #4479d9;
}
.cid-tMPsQWLjdl .tag4 {
  background: #ff9966;
}
.cid-tMPsQWLjdl .tag5 {
  background: #30c7bf;
}
.cid-tMPsQWLjdl .mbr-section-title {
  color: #00004c;
  text-align: center;
}
.cid-tMPuewPx2b {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-tMPuewPx2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPuewPx2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMPuewPx2b .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #dd1515;
  margin-left: 1rem;
}
.cid-tMPuewPx2b .panel-group {
  border: none;
}
.cid-tMPuewPx2b .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMPuewPx2b .panel-body,
.cid-tMPuewPx2b .card-header {
  padding: 1rem 0;
}
.cid-tMPuewPx2b .panel-title-edit {
  color: #000000;
}
.cid-tMPuewPx2b .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMUBdLzOLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-tMUBdLzOLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUBdLzOLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUBdLzOLu .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #dd1515;
  margin-left: 1rem;
}
.cid-tMUBdLzOLu .panel-group {
  border: none;
}
.cid-tMUBdLzOLu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMUBdLzOLu .panel-body,
.cid-tMUBdLzOLu .card-header {
  padding: 1rem 0;
}
.cid-tMUBdLzOLu .panel-title-edit {
  color: #000000;
}
.cid-tMUBdLzOLu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMUD3LgSyI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
}
.cid-tMUD3LgSyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUD3LgSyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUD3LgSyI .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #dd1515;
  margin-left: 1rem;
}
.cid-tMUD3LgSyI .panel-group {
  border: none;
}
.cid-tMUD3LgSyI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMUD3LgSyI .panel-body,
.cid-tMUD3LgSyI .card-header {
  padding: 1rem 0;
}
.cid-tMUD3LgSyI .panel-title-edit {
  color: #000000;
}
.cid-tMUD3LgSyI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNbYjKxiZi {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNbYjKxiZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbYjKxiZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbYjKxiZi .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #dd1515;
  margin-left: 1rem;
}
.cid-tNbYjKxiZi .panel-group {
  border: none;
}
.cid-tNbYjKxiZi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNbYjKxiZi .panel-body,
.cid-tNbYjKxiZi .card-header {
  padding: 1rem 0;
}
.cid-tNbYjKxiZi .panel-title-edit {
  color: #000000;
}
.cid-tNbYjKxiZi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNbYoKcGxP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNbYoKcGxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbYoKcGxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbYoKcGxP .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #dd1515;
  margin-left: 1rem;
}
.cid-tNbYoKcGxP .panel-group {
  border: none;
}
.cid-tNbYoKcGxP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNbYoKcGxP .panel-body,
.cid-tNbYoKcGxP .card-header {
  padding: 1rem 0;
}
.cid-tNbYoKcGxP .panel-title-edit {
  color: #000000;
}
.cid-tNbYoKcGxP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tMPrsYdKfg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMPrsYdKfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMPrsYdKfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMPrsYdKfg .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMPrsYdKfg .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tMPrsYdKfg .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tMPrsYdKfg .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tMPrsYdKfg .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tMPrsYdKfg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMPrsYdKfg .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tMPrsYdKfg .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMPrsYdKfg .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tMPrsYdKfg .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tMPrsYdKfg .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tMPrsYdKfg .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tMPrsYdKfg .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tMPrsYdKfg .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tMPrsYdKfg .list li:hover {
  color: #dd1515 !important;
}
.cid-tMPrsYdKfg .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tMPrsYdKfg .list a:hover {
  color: #dd1515 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tMPrsYdKfg .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tMPrsYdKfg .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tMPrsYdKfg .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tMPrsYdKfg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tMPrsYdKfg .soc-item {
    padding: 10px;
  }
}
.cid-tMPrsYdKfg .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tMPrsYdKfg .soc-item:hover .mbr-iconfont {
  color: #dd1515 !important;
}
.cid-tMPrsYdKfg .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tMPrsYdKfg .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tMPrsYdKfg .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tMPrsYdKfg .border-item {
  width: 100%;
  height: 1px;
  background-color: #dd1515;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPrsYdKfg .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tMPrsYdKfg .copyright {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tMPrsYdKfg .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tMPrsYdKfg .copyright {
    margin-top: 1.5rem;
  }
}
