.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display;
}
.display-1 {
  font-family: 'Young Serif', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Young Serif', serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Gabarito', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Young Serif', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #53ca20 !important;
}
.bg-success {
  background-color: #fcefcf !important;
}
.bg-info {
  background-color: #fffaf5 !important;
}
.bg-warning {
  background-color: #ecf4f6 !important;
}
.bg-danger {
  background-color: #fee3d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #53ca20 !important;
  border-color: #53ca20 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6ee03d !important;
  border-color: #6ee03d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6ee03d !important;
  border-color: #6ee03d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
}
.btn-info,
.btn-info:active {
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
  color: #f57a00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #f57a00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
  color: #c08c0c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #c08c0c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
  color: #498a9a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #498a9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
  color: #d23d06 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #d23d06 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #53ca20;
  color: #53ca20;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #347f14 !important;
  background-color: transparent !important;
  border-color: #347f14 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #53ca20 !important;
  border-color: #53ca20 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #63cfbf;
  color: #63cfbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #34a897 !important;
  background-color: transparent !important;
  border-color: #34a897 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fffaf5;
  color: #fffaf5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffcf9e !important;
  background-color: transparent !important;
  border-color: #ffcf9e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #f57a00 !important;
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fcefcf;
  color: #fcefcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f7d47d !important;
  background-color: transparent !important;
  border-color: #f7d47d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #c08c0c !important;
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf4f6;
  color: #ecf4f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1d2da !important;
  background-color: transparent !important;
  border-color: #b1d2da !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #498a9a !important;
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fee3d9;
  color: #fee3d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fca585 !important;
  background-color: transparent !important;
  border-color: #fca585 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #d23d06 !important;
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #53ca20 !important;
}
.text-secondary {
  color: #63cfbf !important;
}
.text-success {
  color: #fcefcf !important;
}
.text-info {
  color: #fffaf5 !important;
}
.text-warning {
  color: #ecf4f6 !important;
}
.text-danger {
  color: #fee3d9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2f7212 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #309c8c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f6cf6f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc78f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7ccd5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fb9a76 !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: #53ca20;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fffaf5;
}
.alert-warning {
  background-color: #ecf4f6;
}
.alert-danger {
  background-color: #fee3d9;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #53ca20;
  border-color: #53ca20;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #53ca20;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1f5c1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #53ca20 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #53ca20;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #53ca20;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #53ca20;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #53ca20;
  border-bottom-color: #53ca20;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #53ca20 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #63cfbf !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='%2353ca20' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #53ca20 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: translate(0);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #53ca20;
  pointer-events: none;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #53ca20 !important;
}
.cid-tV6FpH11Xv {
  background-color: transparent;
}
.cid-tV6FpH11Xv .navbar-dropdown {
  background-color: #202353 !important;
  padding: 0;
}
.cid-tV6FpH11Xv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #202353 !important;
  background: #202353;
}
.cid-tV6FpH11Xv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV6FpH11Xv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tV6FpH11Xv .menu_box .navbar.opened,
  .cid-tV6FpH11Xv .menu_box .navbar-collapse {
    background-color: #202353 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tV6FpH11Xv .navbar-dropdown {
  position: relative !important;
}
.cid-tV6FpH11Xv .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tV6FpH11Xv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tV6FpH11Xv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-tV6FpH11Xv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tV6FpH11Xv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tV6FpH11Xv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tV6FpH11Xv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tV6FpH11Xv .offcanvas-body .mbr-text,
  .cid-tV6FpH11Xv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tV6FpH11Xv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tV6FpH11Xv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tV6FpH11Xv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tV6FpH11Xv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV6FpH11Xv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tV6FpH11Xv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tV6FpH11Xv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tV6FpH11Xv .lg_brand {
    margin: 0 1rem;
  }
  .cid-tV6FpH11Xv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tV6FpH11Xv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tV6FpH11Xv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .nav-item {
    margin: 0 !important;
  }
}
.cid-tV6FpH11Xv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tV6FpH11Xv .nav-item .nav-link:hover,
.cid-tV6FpH11Xv .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-tV6FpH11Xv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tV6FpH11Xv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV6FpH11Xv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tV6FpH11Xv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tV6FpH11Xv .offcanvas_box {
    display: none;
  }
}
.cid-tV6FpH11Xv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tV6FpH11Xv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tV6FpH11Xv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tV6FpH11Xv .container {
  display: flex;
  margin: auto;
}
.cid-tV6FpH11Xv .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-tV6FpH11Xv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tV6FpH11Xv .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #53ca20;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-tV6FpH11Xv .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-tV6FpH11Xv .iconfont-wrapper:hover .mbr-iconfont,
.cid-tV6FpH11Xv .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-tV6FpH11Xv .iconfont-wrapper:hover::before,
.cid-tV6FpH11Xv .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV6FpH11Xv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .navbar-nav {
    margin: 0;
  }
}
.cid-tV6FpH11Xv .dropdown-menu,
.cid-tV6FpH11Xv .navbar.opened {
  background-color: false !important;
}
.cid-tV6FpH11Xv .nav-item:focus,
.cid-tV6FpH11Xv .nav-link:focus {
  outline: none;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV6FpH11Xv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV6FpH11Xv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV6FpH11Xv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV6FpH11Xv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tV6FpH11Xv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tV6FpH11Xv .navbar.opened {
  transition: all 0.3s;
}
.cid-tV6FpH11Xv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tV6FpH11Xv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tV6FpH11Xv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tV6FpH11Xv .navbar.collapsed {
  justify-content: center;
}
.cid-tV6FpH11Xv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV6FpH11Xv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV6FpH11Xv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV6FpH11Xv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV6FpH11Xv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV6FpH11Xv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tV6FpH11Xv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tV6FpH11Xv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tV6FpH11Xv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tV6FpH11Xv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV6FpH11Xv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tV6FpH11Xv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV6FpH11Xv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tV6FpH11Xv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tV6FpH11Xv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tV6FpH11Xv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tV6FpH11Xv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV6FpH11Xv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tV6FpH11Xv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV6FpH11Xv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV6FpH11Xv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV6FpH11Xv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV6FpH11Xv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tV6FpH11Xv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV6FpH11Xv .dropdown-item.active,
.cid-tV6FpH11Xv .dropdown-item:active {
  background-color: transparent;
}
.cid-tV6FpH11Xv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tV6FpH11Xv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV6FpH11Xv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV6FpH11Xv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV6FpH11Xv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tV6FpH11Xv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV6FpH11Xv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #202353;
  background: #63cfbf;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV6FpH11Xv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV6FpH11Xv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV6FpH11Xv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tV6FpH11Xv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV6FpH11Xv .navbar {
    height: 70px;
  }
  .cid-tV6FpH11Xv .navbar.opened {
    height: auto;
  }
  .cid-tV6FpH11Xv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV6FpH11Xv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tV6FpH11Xv .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tV6FpH11Xv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tV6FpH11Xv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tV6FpH11Xv .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tV6FpH11Xv .navbar-caption:hover {
  color: #53ca20;
}
@media (min-width: 992px) {
  .cid-tV6FpH11Xv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tV6FpH11Xv .text_widget {
  margin-bottom: 32px;
}
.cid-tV6FpH11Xv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tV6FpH11Xv .text_widget a:hover,
.cid-tV6FpH11Xv .text_widget a:focus {
  opacity: .8;
}
.cid-tV6FpH11Xv .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tV6FpH11Xv .navbar-caption {
  color: #000000;
}
.cid-tV6FpH11Xv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6FpH11Xv .mbr-section-subtitle,
.cid-tV6FpH11Xv .text_widget,
.cid-tV6FpH11Xv .mbr-section-btn {
  text-align: center;
}
.cid-tV6FpH11Xv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tV6Fqa53Ye {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-133136424-1920x1280.jpg");
}
.cid-tV6Fqa53Ye .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Fqa53Ye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Fqa53Ye .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6Fqa53Ye .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Fqa53Ye .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Fqa53Ye .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Fqa53Ye .container {
    padding: 0 16px;
  }
}
.cid-tV6Fqa53Ye .content-wrapper {
  margin-bottom: 20%;
}
.cid-tV6Fqa53Ye .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6Fqa53Ye .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6Fqa53Ye .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-tV6Fqa53Ye .mbr-section-title {
  color: #000000;
}
.cid-tV6Fqa53Ye .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6Fqa53Ye .mbr-section-title,
.cid-tV6Fqa53Ye .mbr-section-btn {
  text-align: center;
}
.cid-v3WmbCNLsr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3WmbCNLsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WmbCNLsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3WmbCNLsr .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3WmbCNLsr .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-v3WmbCNLsr .card {
  justify-content: center;
}
.cid-v3WmbCNLsr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3WmbCNLsr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3WmbCNLsr .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3WmbCNLsr .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-v3WmbCNLsr .list-wrapper .list .item-wrap:hover,
.cid-v3WmbCNLsr .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v3WmbCNLsr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3WmbCNLsr .mbr-section-title {
  color: #000000;
}
.cid-v3WmbCNLsr .list {
  color: #000000;
}
.cid-tV6FSJ5qt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tV6FSJ5qt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6FSJ5qt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6FSJ5qt2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6FSJ5qt2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FSJ5qt2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6FSJ5qt2 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FSJ5qt2 .container {
    padding: 0 16px;
  }
}
.cid-tV6FSJ5qt2 .row {
  justify-content: center;
}
.cid-tV6FSJ5qt2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-tV6FSJ5qt2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6FSJ5qt2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6FSJ5qt2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6FSJ5qt2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV6FSJ5qt2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3VXyoNNHm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VXyoNNHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VXyoNNHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VXyoNNHm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VXyoNNHm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VXyoNNHm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VXyoNNHm .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VXyoNNHm .container {
    padding: 0 16px;
  }
}
.cid-v3VXyoNNHm .row {
  justify-content: center;
}
.cid-v3VXyoNNHm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3VXyoNNHm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3VXyoNNHm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VXyoNNHm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3VXyoNNHm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3VXyoNNHm .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-tV6G1qVI9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tV6G1qVI9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6G1qVI9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6G1qVI9j .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G1qVI9j .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G1qVI9j .container {
    padding: 0 16px;
  }
}
.cid-tV6G1qVI9j .row {
  justify-content: center;
}
.cid-tV6G1qVI9j .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .card {
    flex-direction: column;
  }
}
.cid-tV6G1qVI9j .image-wrapper {
  width: 45%;
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .image-wrapper {
    width: 100%;
  }
}
.cid-tV6G1qVI9j .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .image-wrapper img {
    height: 350px;
  }
}
.cid-tV6G1qVI9j .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .title-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tV6G1qVI9j .title-wrapper .title-wrap .date-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .title-wrapper .title-wrap .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6G1qVI9j .title-wrapper .title-wrap .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tV6G1qVI9j .title-wrapper .title-wrap .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-tV6G1qVI9j .title-wrapper .title-wrap .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tV6G1qVI9j .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6G1qVI9j .mbr-section-title {
  color: #000000;
}
.cid-tV6G1qVI9j .mbr-tag {
  color: #000000;
}
.cid-tV6G1qVI9j .mbr-date {
  color: #000000;
}
.cid-v3VUWTaJI7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VUWTaJI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VUWTaJI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VUWTaJI7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VUWTaJI7 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VUWTaJI7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VUWTaJI7 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VUWTaJI7 .container {
    padding: 0 16px;
  }
}
.cid-v3VUWTaJI7 .row {
  justify-content: center;
}
.cid-v3VUWTaJI7 .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3VUWTaJI7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v3VUWTaJI7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VUWTaJI7 .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #202353;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-v3VUWTaJI7 .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-v3VUWTaJI7 .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-v3VUWTaJI7 .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-v3VUWTaJI7 .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v3VUWTaJI7 .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v3VUWTaJI7 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-v3VUWTaJI7 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-v3VUWTaJI7 .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v3VUWTaJI7 .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3VUWTaJI7 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v3VUWTaJI7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3VUWTaJI7 .card-title {
  color: #000000;
}
.cid-v3VUWTaJI7 .card-text {
  color: #ffffff;
}
.cid-v3VUWTaJI7 .card-title,
.cid-v3VUWTaJI7 .icon-wrapper,
.cid-v3VUWTaJI7 .link-wrapper {
  color: #ffffff;
}
.cid-v3VXO3Y3ry {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3VXO3Y3ry .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VXO3Y3ry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VXO3Y3ry .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VXO3Y3ry .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VXO3Y3ry .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VXO3Y3ry .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VXO3Y3ry .container {
    padding: 0 16px;
  }
}
.cid-v3VXO3Y3ry .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3VXO3Y3ry .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VXO3Y3ry .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-v3VXO3Y3ry .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3VXO3Y3ry .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-v3VXO3Y3ry .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3VXO3Y3ry .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v3VXO3Y3ry .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VXO3Y3ry .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v3VXO3Y3ry .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3VXO3Y3ry .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3VXO3Y3ry .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-v3VXO3Y3ry .mbr-section-title {
  color: #000000;
}
.cid-v3VXO3Y3ry .mbr-text {
  color: #000000;
}
.cid-v3VXO3Y3ry .mbr-name {
  color: #000000;
}
.cid-tV6FrHVaNO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tV6FrHVaNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6FrHVaNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6FrHVaNO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6FrHVaNO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FrHVaNO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6FrHVaNO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FrHVaNO .container {
    padding: 0 16px;
  }
}
.cid-tV6FrHVaNO .row {
  justify-content: center;
}
.cid-tV6FrHVaNO .card-main {
  padding-right: 25px;
}
@media (max-width: 992px) {
  .cid-tV6FrHVaNO .card-main {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tV6FrHVaNO .card-main a:hover .image-wrapper .image-wrap img,
.cid-tV6FrHVaNO .card-main a:focus .image-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tV6FrHVaNO .card-main a:hover .mbr-section-title,
.cid-tV6FrHVaNO .card-main a:focus .mbr-section-title {
  text-decoration-color: #000000;
}
.cid-tV6FrHVaNO .card-main a .image-wrapper {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-tV6FrHVaNO .card-main a .image-wrapper .image-wrap {
  overflow: hidden;
  border-radius: 1rem !important;
}
.cid-tV6FrHVaNO .card-main a .image-wrapper .image-wrap img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tV6FrHVaNO .card-main a .image-wrapper .image-wrap img {
    height: 400px;
  }
}
.cid-tV6FrHVaNO .card-main a .date-wrapper {
  margin-bottom: 10px;
}
.cid-tV6FrHVaNO .card-main a .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tV6FrHVaNO .card-main a .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-tV6FrHVaNO .card-main a .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tV6FrHVaNO .card-main a .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-tV6FrHVaNO .cards-wrapper .item {
  margin-bottom: 2rem;
}
.cid-tV6FrHVaNO .cards-wrapper .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-tV6FrHVaNO .cards-wrapper .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-tV6FrHVaNO .cards-wrapper .item a:focus .item-wrapper .item-content .card-title,
.cid-tV6FrHVaNO .cards-wrapper .item a:hover .item-wrapper .item-content .card-title {
  text-decoration-color: #000000;
}
.cid-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-img .image-wrap img {
  height: 350px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-content .date-wrapper {
  margin-bottom: 10px;
}
.cid-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-tV6FrHVaNO .mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV6FrHVaNO .mbr-section-btn .border-wrap {
  height: 1px;
  background-color: #000000;
  width: 100%;
}
.cid-tV6FrHVaNO .mbr-section-btn .btn {
  margin: 10px 80px;
  min-width: 200px;
}
@media (max-width: 992px) {
  .cid-tV6FrHVaNO .mbr-section-btn .btn {
    margin: 10px;
  }
}
.cid-tV6FrHVaNO .mbr-section-title {
  color: #000000;
}
.cid-tV6FrHVaNO .mbr-tag {
  color: #000000;
}
.cid-tV6FrHVaNO .mbr-date {
  color: #000000;
}
.cid-tV6FrHVaNO .card-title {
  color: #000000;
}
.cid-tV6FZMHoXJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tV6FZMHoXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6FZMHoXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6FZMHoXJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6FZMHoXJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FZMHoXJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6FZMHoXJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FZMHoXJ .container {
    padding: 0 16px;
  }
}
.cid-tV6FZMHoXJ .row {
  justify-content: center;
}
.cid-tV6FZMHoXJ .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tV6FZMHoXJ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV6FZMHoXJ .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tV6FZMHoXJ .card {
    flex-direction: column;
  }
}
.cid-tV6FZMHoXJ .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tV6FZMHoXJ .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tV6FZMHoXJ .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6FZMHoXJ .image-wrapper img {
    height: 350px;
  }
}
.cid-tV6FZMHoXJ .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tV6FZMHoXJ .content-wrapper {
    width: 100%;
  }
}
.cid-tV6FZMHoXJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6FZMHoXJ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6FZMHoXJ .mbr-section-subtitle {
  color: #000000;
}
.cid-tV6FZMHoXJ .mbr-text {
  color: #000000;
}
.cid-v3VWm21C4W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VWm21C4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VWm21C4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VWm21C4W .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VWm21C4W .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VWm21C4W .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VWm21C4W .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VWm21C4W .container {
    padding: 0 16px;
  }
}
.cid-v3VWm21C4W .row {
  justify-content: center;
}
.cid-v3VWm21C4W .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3VWm21C4W .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v3VWm21C4W .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VWm21C4W .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-v3VWm21C4W .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v3VWm21C4W .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VWm21C4W .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3VWm21C4W .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-v3VWm21C4W .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-v3VWm21C4W .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-v3VWm21C4W .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3VWm21C4W .border-wrapper {
  height: 1px;
  background-color: #000000;
  margin-bottom: 50px;
}
.cid-v3VWm21C4W .border-wrap {
  height: 1px;
  background-color: #000000;
}
.cid-v3VWm21C4W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3VWm21C4W .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3VWm21C4W .card-title {
  color: #000000;
}
.cid-v3VWm21C4W .card-text {
  color: #000000;
}
.cid-v3VWm21C4W .card-title,
.cid-v3VWm21C4W .icon-wrapper,
.cid-v3VWm21C4W .link-wrapper {
  text-align: center;
}
.cid-v3VXXrCQ9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3VXXrCQ9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VXXrCQ9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VXXrCQ9H .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VXXrCQ9H .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VXXrCQ9H .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VXXrCQ9H .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VXXrCQ9H .container {
    padding: 0 16px;
  }
}
.cid-v3VXXrCQ9H .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3VXXrCQ9H .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VXXrCQ9H .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-v3VXXrCQ9H .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3VXXrCQ9H .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-v3VXXrCQ9H .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3VXXrCQ9H .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v3VXXrCQ9H .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VXXrCQ9H .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v3VXXrCQ9H .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3VXXrCQ9H .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3VXXrCQ9H .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-v3VXXrCQ9H .mbr-section-title {
  color: #000000;
}
.cid-v3VXXrCQ9H .mbr-text {
  color: #000000;
}
.cid-v3VXXrCQ9H .mbr-name {
  color: #000000;
}
.cid-v3VTHyleK1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VTHyleK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VTHyleK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VTHyleK1 .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v3VTHyleK1 .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-v3VTHyleK1 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3VTHyleK1 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3VTHyleK1 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VTHyleK1 .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #f7f7f7;
  border: none;
  margin-top: 16px;
}
.cid-v3VTHyleK1 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3VTHyleK1 .panel-group .card {
    margin-top: 20px;
  }
  .cid-v3VTHyleK1 .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v3VTHyleK1 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3VTHyleK1 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-v3VTHyleK1 .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-v3VTHyleK1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3VTHyleK1 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}
.cid-v3VTHyleK1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}
.cid-v3VTHyleK1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-v3VTHyleK1 .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3VTHyleK1 .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}
.cid-v3VTHyleK1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3VTHyleK1 .mbr-label {
  color: #be0000;
}
.cid-v3VTHyleK1 .mbr-section-title {
  color: #000000;
}
.cid-v3VTHyleK1 .mbr-text,
.cid-v3VTHyleK1 .text-wrapper {
  color: #6c7179;
}
.cid-v3VTHyleK1 .panel-title-edit {
  color: #000000;
}
.cid-v3VTHyleK1 .panel-text {
  color: #6c7179;
}
.cid-tV6G3DuAy9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-tV6G3DuAy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6G3DuAy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6G3DuAy9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6G3DuAy9 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G3DuAy9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G3DuAy9 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G3DuAy9 .container {
    padding: 0 16px;
  }
}
.cid-tV6G3DuAy9 .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6G3DuAy9 .google-map iframe {
    height: 350px;
  }
}
.cid-tV6G5h04ar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tV6G5h04ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6G5h04ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6G5h04ar .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G5h04ar .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G5h04ar .container {
    padding: 0 16px;
  }
}
.cid-tV6G5h04ar .row {
  justify-content: center;
}
.cid-tV6G5h04ar .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6G5h04ar .title-wrapper {
  margin-bottom: 32px;
}
.cid-tV6G5h04ar .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tV6G5h04ar .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-tV6G5h04ar .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-tV6G5h04ar .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-tV6G5h04ar .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6G5h04ar .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-tV6G5h04ar .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-tV6G5h04ar .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .lists-wrapper {
    margin: 0;
  }
}
.cid-tV6G5h04ar .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .item {
    margin-bottom: 32px;
  }
}
.cid-tV6G5h04ar .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}
.cid-tV6G5h04ar .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tV6G5h04ar .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-tV6G5h04ar .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6G5h04ar .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-tV6G5h04ar .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-tV6G5h04ar .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-tV6G5h04ar .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-tV6G5h04ar .mbr-section-title {
  color: #000000;
}
.cid-tV6G5h04ar .card-title {
  color: #000000;
}
.cid-tV6G5h04ar .list {
  color: #000000;
}
.cid-tV6G5h04ar .mbr-soc {
  color: #000000;
}
.cid-v3VYLYG7dz {
  background-color: transparent;
}
.cid-v3VYLYG7dz .navbar-dropdown {
  background-color: #202353 !important;
  padding: 0;
}
.cid-v3VYLYG7dz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #202353 !important;
  background: #202353;
}
.cid-v3VYLYG7dz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3VYLYG7dz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3VYLYG7dz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3VYLYG7dz .menu_box .navbar.opened,
  .cid-v3VYLYG7dz .menu_box .navbar-collapse {
    background-color: #202353 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3VYLYG7dz .navbar-dropdown {
  position: relative !important;
}
.cid-v3VYLYG7dz .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-v3VYLYG7dz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3VYLYG7dz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3VYLYG7dz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v3VYLYG7dz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v3VYLYG7dz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-v3VYLYG7dz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3VYLYG7dz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3VYLYG7dz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3VYLYG7dz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v3VYLYG7dz .offcanvas-body .mbr-text,
  .cid-v3VYLYG7dz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v3VYLYG7dz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v3VYLYG7dz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3VYLYG7dz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v3VYLYG7dz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3VYLYG7dz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3VYLYG7dz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3VYLYG7dz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3VYLYG7dz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3VYLYG7dz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3VYLYG7dz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3VYLYG7dz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3VYLYG7dz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v3VYLYG7dz .lg_brand {
    margin: 0 1rem;
  }
  .cid-v3VYLYG7dz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v3VYLYG7dz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3VYLYG7dz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3VYLYG7dz .nav-item {
    margin: 0 !important;
  }
}
.cid-v3VYLYG7dz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-v3VYLYG7dz .nav-item .nav-link:hover,
.cid-v3VYLYG7dz .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-v3VYLYG7dz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3VYLYG7dz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3VYLYG7dz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3VYLYG7dz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3VYLYG7dz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3VYLYG7dz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3VYLYG7dz .offcanvas_box {
    display: none;
  }
}
.cid-v3VYLYG7dz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3VYLYG7dz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3VYLYG7dz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3VYLYG7dz .container {
  display: flex;
  margin: auto;
}
.cid-v3VYLYG7dz .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-v3VYLYG7dz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3VYLYG7dz .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #53ca20;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3VYLYG7dz .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3VYLYG7dz .iconfont-wrapper:hover .mbr-iconfont,
.cid-v3VYLYG7dz .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3VYLYG7dz .iconfont-wrapper:hover::before,
.cid-v3VYLYG7dz .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3VYLYG7dz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3VYLYG7dz .navbar-nav {
    margin: 0;
  }
}
.cid-v3VYLYG7dz .dropdown-menu,
.cid-v3VYLYG7dz .navbar.opened {
  background-color: false !important;
}
.cid-v3VYLYG7dz .nav-item:focus,
.cid-v3VYLYG7dz .nav-link:focus {
  outline: none;
}
.cid-v3VYLYG7dz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3VYLYG7dz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3VYLYG7dz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3VYLYG7dz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3VYLYG7dz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3VYLYG7dz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3VYLYG7dz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3VYLYG7dz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3VYLYG7dz .navbar.opened {
  transition: all 0.3s;
}
.cid-v3VYLYG7dz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3VYLYG7dz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v3VYLYG7dz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v3VYLYG7dz .navbar.collapsed {
  justify-content: center;
}
.cid-v3VYLYG7dz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3VYLYG7dz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3VYLYG7dz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3VYLYG7dz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3VYLYG7dz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3VYLYG7dz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3VYLYG7dz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3VYLYG7dz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3VYLYG7dz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v3VYLYG7dz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3VYLYG7dz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3VYLYG7dz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3VYLYG7dz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3VYLYG7dz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3VYLYG7dz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3VYLYG7dz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3VYLYG7dz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3VYLYG7dz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3VYLYG7dz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3VYLYG7dz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3VYLYG7dz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3VYLYG7dz .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3VYLYG7dz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3VYLYG7dz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3VYLYG7dz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3VYLYG7dz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3VYLYG7dz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3VYLYG7dz .dropdown-item.active,
.cid-v3VYLYG7dz .dropdown-item:active {
  background-color: transparent;
}
.cid-v3VYLYG7dz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-v3VYLYG7dz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3VYLYG7dz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3VYLYG7dz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3VYLYG7dz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3VYLYG7dz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3VYLYG7dz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #202353;
  background: #63cfbf;
}
.cid-v3VYLYG7dz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3VYLYG7dz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3VYLYG7dz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3VYLYG7dz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3VYLYG7dz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3VYLYG7dz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3VYLYG7dz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3VYLYG7dz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3VYLYG7dz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3VYLYG7dz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3VYLYG7dz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3VYLYG7dz .navbar {
    height: 70px;
  }
  .cid-v3VYLYG7dz .navbar.opened {
    height: auto;
  }
  .cid-v3VYLYG7dz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3VYLYG7dz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v3VYLYG7dz .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-v3VYLYG7dz .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v3VYLYG7dz .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v3VYLYG7dz .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v3VYLYG7dz .navbar-caption:hover {
  color: #53ca20;
}
@media (min-width: 992px) {
  .cid-v3VYLYG7dz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3VYLYG7dz .text_widget {
  margin-bottom: 32px;
}
.cid-v3VYLYG7dz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3VYLYG7dz .text_widget a:hover,
.cid-v3VYLYG7dz .text_widget a:focus {
  opacity: .8;
}
.cid-v3VYLYG7dz .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-v3VYLYG7dz .navbar-caption {
  color: #000000;
}
.cid-v3VYLYG7dz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3VYLYG7dz .mbr-section-subtitle,
.cid-v3VYLYG7dz .text_widget,
.cid-v3VYLYG7dz .mbr-section-btn {
  text-align: center;
}
.cid-v3VYLYG7dz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3VYLZHMSs {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/car-locksmith-bg-1840x970.jpg");
}
.cid-v3VYLZHMSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYLZHMSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYLZHMSs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VYLZHMSs .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYLZHMSs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYLZHMSs .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYLZHMSs .container {
    padding: 0 16px;
  }
}
.cid-v3VYLZHMSs .content-wrapper {
  margin-bottom: 20%;
}
.cid-v3VYLZHMSs .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3VYLZHMSs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VYLZHMSs .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v3VYLZHMSs .mbr-section-title {
  color: #000000;
}
.cid-v3VYLZHMSs .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3VYLZHMSs .mbr-section-title,
.cid-v3VYLZHMSs .mbr-section-btn {
  text-align: center;
}
.cid-v3WmCPV28O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3WmCPV28O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WmCPV28O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3WmCPV28O .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3WmCPV28O .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-v3WmCPV28O .card {
  justify-content: center;
}
.cid-v3WmCPV28O .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3WmCPV28O .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3WmCPV28O .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3WmCPV28O .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-v3WmCPV28O .list-wrapper .list .item-wrap:hover,
.cid-v3WmCPV28O .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v3WmCPV28O .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3WmCPV28O .mbr-section-title {
  color: #000000;
}
.cid-v3WmCPV28O .list {
  color: #000000;
}
.cid-v3VYM067wk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VYM067wk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYM067wk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYM067wk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VYM067wk .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM067wk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM067wk .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM067wk .container {
    padding: 0 16px;
  }
}
.cid-v3VYM067wk .row {
  justify-content: center;
}
.cid-v3VYM067wk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3VYM067wk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3VYM067wk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VYM067wk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3VYM067wk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3VYM067wk .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3VYM0xwg3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VYM0xwg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYM0xwg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYM0xwg3 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VYM0xwg3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM0xwg3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM0xwg3 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM0xwg3 .container {
    padding: 0 16px;
  }
}
.cid-v3VYM0xwg3 .row {
  justify-content: center;
}
.cid-v3VYM0xwg3 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3VYM0xwg3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3VYM0xwg3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VYM0xwg3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3VYM0xwg3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3VYM0xwg3 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3VYM0TJ10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3VYM0TJ10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYM0TJ10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYM0TJ10 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VYM0TJ10 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM0TJ10 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM0TJ10 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM0TJ10 .container {
    padding: 0 16px;
  }
}
.cid-v3VYM0TJ10 .row {
  justify-content: center;
}
.cid-v3VYM0TJ10 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3VYM0TJ10 .card {
    flex-direction: column;
  }
}
.cid-v3VYM0TJ10 .image-wrapper {
  width: 45%;
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v3VYM0TJ10 .image-wrapper {
    width: 100%;
  }
}
.cid-v3VYM0TJ10 .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3VYM0TJ10 .image-wrapper img {
    height: 350px;
  }
}
.cid-v3VYM0TJ10 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v3VYM0TJ10 .title-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v3VYM0TJ10 .title-wrapper .title-wrap .date-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3VYM0TJ10 .title-wrapper .title-wrap .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3VYM0TJ10 .title-wrapper .title-wrap .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v3VYM0TJ10 .title-wrapper .title-wrap .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-v3VYM0TJ10 .title-wrapper .title-wrap .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-v3VYM0TJ10 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VYM0TJ10 .mbr-section-title {
  color: #000000;
}
.cid-v3VYM0TJ10 .mbr-tag {
  color: #000000;
}
.cid-v3VYM0TJ10 .mbr-date {
  color: #000000;
}
.cid-v3VYM1p3YV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VYM1p3YV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYM1p3YV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYM1p3YV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VYM1p3YV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM1p3YV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM1p3YV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM1p3YV .container {
    padding: 0 16px;
  }
}
.cid-v3VYM1p3YV .row {
  justify-content: center;
}
.cid-v3VYM1p3YV .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3VYM1p3YV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v3VYM1p3YV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VYM1p3YV .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #202353;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-v3VYM1p3YV .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-v3VYM1p3YV .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-v3VYM1p3YV .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-v3VYM1p3YV .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM1p3YV .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v3VYM1p3YV .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-v3VYM1p3YV .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-v3VYM1p3YV .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v3VYM1p3YV .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3VYM1p3YV .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v3VYM1p3YV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3VYM1p3YV .card-title {
  color: #000000;
}
.cid-v3VYM1p3YV .card-text {
  color: #ffffff;
}
.cid-v3VYM1p3YV .card-title,
.cid-v3VYM1p3YV .icon-wrapper,
.cid-v3VYM1p3YV .link-wrapper {
  color: #ffffff;
}
.cid-v3VYM1UBRs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3VYM1UBRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYM1UBRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYM1UBRs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VYM1UBRs .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM1UBRs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM1UBRs .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM1UBRs .container {
    padding: 0 16px;
  }
}
.cid-v3VYM1UBRs .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3VYM1UBRs .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM1UBRs .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM1UBRs .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3VYM1UBRs .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-v3VYM1UBRs .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3VYM1UBRs .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v3VYM1UBRs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VYM1UBRs .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v3VYM1UBRs .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3VYM1UBRs .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3VYM1UBRs .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-v3VYM1UBRs .mbr-section-title {
  color: #000000;
}
.cid-v3VYM1UBRs .mbr-text {
  color: #000000;
}
.cid-v3VYM1UBRs .mbr-name {
  color: #000000;
}
.cid-v3VYM2ltSf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VYM2ltSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYM2ltSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYM2ltSf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VYM2ltSf .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM2ltSf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM2ltSf .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM2ltSf .container {
    padding: 0 16px;
  }
}
.cid-v3VYM2ltSf .row {
  justify-content: center;
}
.cid-v3VYM2ltSf .card-main {
  padding-right: 25px;
}
@media (max-width: 992px) {
  .cid-v3VYM2ltSf .card-main {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v3VYM2ltSf .card-main a:hover .image-wrapper .image-wrap img,
.cid-v3VYM2ltSf .card-main a:focus .image-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-v3VYM2ltSf .card-main a:hover .mbr-section-title,
.cid-v3VYM2ltSf .card-main a:focus .mbr-section-title {
  text-decoration-color: #000000;
}
.cid-v3VYM2ltSf .card-main a .image-wrapper {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-v3VYM2ltSf .card-main a .image-wrapper .image-wrap {
  overflow: hidden;
  border-radius: 1rem !important;
}
.cid-v3VYM2ltSf .card-main a .image-wrapper .image-wrap img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3VYM2ltSf .card-main a .image-wrapper .image-wrap img {
    height: 400px;
  }
}
.cid-v3VYM2ltSf .card-main a .date-wrapper {
  margin-bottom: 10px;
}
.cid-v3VYM2ltSf .card-main a .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v3VYM2ltSf .card-main a .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-v3VYM2ltSf .card-main a .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-v3VYM2ltSf .card-main a .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v3VYM2ltSf .cards-wrapper .item {
  margin-bottom: 2rem;
}
.cid-v3VYM2ltSf .cards-wrapper .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-v3VYM2ltSf .cards-wrapper .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-v3VYM2ltSf .cards-wrapper .item a:focus .item-wrapper .item-content .card-title,
.cid-v3VYM2ltSf .cards-wrapper .item a:hover .item-wrapper .item-content .card-title {
  text-decoration-color: #000000;
}
.cid-v3VYM2ltSf .cards-wrapper .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-v3VYM2ltSf .cards-wrapper .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-v3VYM2ltSf .cards-wrapper .item a .item-wrapper .item-img .image-wrap img {
  height: 350px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-v3VYM2ltSf .cards-wrapper .item a .item-wrapper .item-content .date-wrapper {
  margin-bottom: 10px;
}
.cid-v3VYM2ltSf .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v3VYM2ltSf .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-v3VYM2ltSf .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-v3VYM2ltSf .cards-wrapper .item a .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v3VYM2ltSf .mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3VYM2ltSf .mbr-section-btn .border-wrap {
  height: 1px;
  background-color: #000000;
  width: 100%;
}
.cid-v3VYM2ltSf .mbr-section-btn .btn {
  margin: 10px 80px;
  min-width: 200px;
}
@media (max-width: 992px) {
  .cid-v3VYM2ltSf .mbr-section-btn .btn {
    margin: 10px;
  }
}
.cid-v3VYM2ltSf .mbr-section-title {
  color: #000000;
}
.cid-v3VYM2ltSf .mbr-tag {
  color: #000000;
}
.cid-v3VYM2ltSf .mbr-date {
  color: #000000;
}
.cid-v3VYM2ltSf .card-title {
  color: #000000;
}
.cid-v3VYM35H0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3VYM35H0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYM35H0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYM35H0H .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VYM35H0H .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM35H0H .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM35H0H .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM35H0H .container {
    padding: 0 16px;
  }
}
.cid-v3VYM35H0H .row {
  justify-content: center;
}
.cid-v3VYM35H0H .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3VYM35H0H .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3VYM35H0H .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3VYM35H0H .card {
    flex-direction: column;
  }
}
.cid-v3VYM35H0H .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v3VYM35H0H .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v3VYM35H0H .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3VYM35H0H .image-wrapper img {
    height: 350px;
  }
}
.cid-v3VYM35H0H .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v3VYM35H0H .content-wrapper {
    width: 100%;
  }
}
.cid-v3VYM35H0H .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3VYM35H0H .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v3VYM35H0H .mbr-section-subtitle {
  color: #000000;
}
.cid-v3VYM35H0H .mbr-text {
  color: #000000;
}
.cid-v3VYM4byHn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VYM4byHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYM4byHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYM4byHn .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VYM4byHn .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM4byHn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM4byHn .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM4byHn .container {
    padding: 0 16px;
  }
}
.cid-v3VYM4byHn .row {
  justify-content: center;
}
.cid-v3VYM4byHn .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3VYM4byHn .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v3VYM4byHn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VYM4byHn .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-v3VYM4byHn .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v3VYM4byHn .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM4byHn .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3VYM4byHn .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-v3VYM4byHn .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-v3VYM4byHn .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-v3VYM4byHn .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3VYM4byHn .border-wrapper {
  height: 1px;
  background-color: #000000;
  margin-bottom: 50px;
}
.cid-v3VYM4byHn .border-wrap {
  height: 1px;
  background-color: #000000;
}
.cid-v3VYM4byHn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3VYM4byHn .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3VYM4byHn .card-title {
  color: #000000;
}
.cid-v3VYM4byHn .card-text {
  color: #000000;
}
.cid-v3VYM4byHn .card-title,
.cid-v3VYM4byHn .icon-wrapper,
.cid-v3VYM4byHn .link-wrapper {
  text-align: center;
}
.cid-v3VYM7TSMt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3VYM7TSMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYM7TSMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYM7TSMt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VYM7TSMt .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM7TSMt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM7TSMt .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYM7TSMt .container {
    padding: 0 16px;
  }
}
.cid-v3VYM7TSMt .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3VYM7TSMt .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM7TSMt .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYM7TSMt .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3VYM7TSMt .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-v3VYM7TSMt .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3VYM7TSMt .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v3VYM7TSMt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VYM7TSMt .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v3VYM7TSMt .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3VYM7TSMt .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3VYM7TSMt .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-v3VYM7TSMt .mbr-section-title {
  color: #000000;
}
.cid-v3VYM7TSMt .mbr-text {
  color: #000000;
}
.cid-v3VYM7TSMt .mbr-name {
  color: #000000;
}
.cid-v3VYMaGKCB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VYMaGKCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYMaGKCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYMaGKCB .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v3VYMaGKCB .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-v3VYMaGKCB .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3VYMaGKCB .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3VYMaGKCB .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VYMaGKCB .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #f7f7f7;
  border: none;
  margin-top: 16px;
}
.cid-v3VYMaGKCB .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3VYMaGKCB .panel-group .card {
    margin-top: 20px;
  }
  .cid-v3VYMaGKCB .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v3VYMaGKCB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3VYMaGKCB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-v3VYMaGKCB .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-v3VYMaGKCB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3VYMaGKCB .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}
.cid-v3VYMaGKCB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}
.cid-v3VYMaGKCB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-v3VYMaGKCB .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3VYMaGKCB .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}
.cid-v3VYMaGKCB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3VYMaGKCB .mbr-label {
  color: #be0000;
}
.cid-v3VYMaGKCB .mbr-section-title {
  color: #000000;
}
.cid-v3VYMaGKCB .mbr-text,
.cid-v3VYMaGKCB .text-wrapper {
  color: #6c7179;
}
.cid-v3VYMaGKCB .panel-title-edit {
  color: #000000;
}
.cid-v3VYMaGKCB .panel-text {
  color: #6c7179;
}
.cid-v3WCekjYME {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3WCekjYME .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WCekjYME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3WCekjYME .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3WCekjYME .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3WCekjYME .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3WCekjYME .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3WCekjYME .container {
    padding: 0 16px;
  }
}
.cid-v3WCekjYME .row {
  justify-content: center;
}
.cid-v3WCekjYME .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3WCekjYME .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3WCekjYME .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3WCekjYME .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-v3WCekjYME .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-v3WCekjYME .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v3WCekjYME .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-v3WCekjYME .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3WCekjYME .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v3WCekjYME .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v3WCekjYME .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-v3WCekjYME .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3WCekjYME .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-v3WCekjYME .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3WCekjYME .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3WCekjYME .panel-title {
  color: #000000;
}
.cid-v3WCekjYME .panel-text {
  color: #000000;
}
.cid-v3VYMdpdZC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3VYMdpdZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYMdpdZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYMdpdZC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VYMdpdZC .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYMdpdZC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYMdpdZC .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYMdpdZC .container {
    padding: 0 16px;
  }
}
.cid-v3VYMdpdZC .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3VYMdpdZC .google-map iframe {
    height: 350px;
  }
}
.cid-v3VYMfdnZS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VYMfdnZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VYMfdnZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VYMfdnZS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VYMfdnZS .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYMfdnZS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYMfdnZS .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VYMfdnZS .container {
    padding: 0 16px;
  }
}
.cid-v3VYMfdnZS .row {
  justify-content: center;
}
.cid-v3VYMfdnZS .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3VYMfdnZS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3VYMfdnZS .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3VYMfdnZS .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v3VYMfdnZS .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v3VYMfdnZS .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v3VYMfdnZS .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v3VYMfdnZS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VYMfdnZS .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3VYMfdnZS .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3VYMfdnZS .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3VYMfdnZS .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-v3VYMfdnZS .lists-wrapper {
    margin: 0;
  }
}
.cid-v3VYMfdnZS .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3VYMfdnZS .item {
    margin-bottom: 32px;
  }
}
.cid-v3VYMfdnZS .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}
.cid-v3VYMfdnZS .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v3VYMfdnZS .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3VYMfdnZS .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3VYMfdnZS .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3VYMfdnZS .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v3VYMfdnZS .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v3VYMfdnZS .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v3VYMfdnZS .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v3VYMfdnZS .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v3VYMfdnZS .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v3VYMfdnZS .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v3VYMfdnZS .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3VYMfdnZS .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3VYMfdnZS .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v3VYMfdnZS .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3VYMfdnZS .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v3VYMfdnZS .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3VYMfdnZS .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v3VYMfdnZS .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-v3VYMfdnZS .mbr-section-title {
  color: #000000;
}
.cid-v3VYMfdnZS .card-title {
  color: #000000;
}
.cid-v3VYMfdnZS .list {
  color: #000000;
}
.cid-v3VYMfdnZS .mbr-soc {
  color: #000000;
}
.cid-v3VZrlJDal {
  background-color: transparent;
}
.cid-v3VZrlJDal .navbar-dropdown {
  background-color: #202353 !important;
  padding: 0;
}
.cid-v3VZrlJDal .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #202353 !important;
  background: #202353;
}
.cid-v3VZrlJDal .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3VZrlJDal .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3VZrlJDal .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3VZrlJDal .menu_box .navbar.opened,
  .cid-v3VZrlJDal .menu_box .navbar-collapse {
    background-color: #202353 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3VZrlJDal .navbar-dropdown {
  position: relative !important;
}
.cid-v3VZrlJDal .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-v3VZrlJDal .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3VZrlJDal .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3VZrlJDal .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v3VZrlJDal .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v3VZrlJDal .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-v3VZrlJDal .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3VZrlJDal .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3VZrlJDal .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3VZrlJDal .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v3VZrlJDal .offcanvas-body .mbr-text,
  .cid-v3VZrlJDal .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v3VZrlJDal .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v3VZrlJDal .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3VZrlJDal .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v3VZrlJDal .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3VZrlJDal .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3VZrlJDal .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3VZrlJDal .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3VZrlJDal ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3VZrlJDal .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3VZrlJDal .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3VZrlJDal .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3VZrlJDal li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v3VZrlJDal .lg_brand {
    margin: 0 1rem;
  }
  .cid-v3VZrlJDal .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v3VZrlJDal .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3VZrlJDal .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3VZrlJDal .nav-item {
    margin: 0 !important;
  }
}
.cid-v3VZrlJDal .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-v3VZrlJDal .nav-item .nav-link:hover,
.cid-v3VZrlJDal .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-v3VZrlJDal .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3VZrlJDal .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3VZrlJDal .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3VZrlJDal .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3VZrlJDal .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3VZrlJDal .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3VZrlJDal .offcanvas_box {
    display: none;
  }
}
.cid-v3VZrlJDal .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3VZrlJDal .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3VZrlJDal .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3VZrlJDal .container {
  display: flex;
  margin: auto;
}
.cid-v3VZrlJDal .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-v3VZrlJDal .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3VZrlJDal .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #53ca20;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3VZrlJDal .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3VZrlJDal .iconfont-wrapper:hover .mbr-iconfont,
.cid-v3VZrlJDal .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3VZrlJDal .iconfont-wrapper:hover::before,
.cid-v3VZrlJDal .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3VZrlJDal .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3VZrlJDal .navbar-nav {
    margin: 0;
  }
}
.cid-v3VZrlJDal .dropdown-menu,
.cid-v3VZrlJDal .navbar.opened {
  background-color: false !important;
}
.cid-v3VZrlJDal .nav-item:focus,
.cid-v3VZrlJDal .nav-link:focus {
  outline: none;
}
.cid-v3VZrlJDal .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3VZrlJDal .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3VZrlJDal .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3VZrlJDal .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3VZrlJDal .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3VZrlJDal .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3VZrlJDal .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3VZrlJDal .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3VZrlJDal .navbar.opened {
  transition: all 0.3s;
}
.cid-v3VZrlJDal .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3VZrlJDal .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v3VZrlJDal .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v3VZrlJDal .navbar.collapsed {
  justify-content: center;
}
.cid-v3VZrlJDal .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3VZrlJDal .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3VZrlJDal .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3VZrlJDal .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3VZrlJDal .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3VZrlJDal .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3VZrlJDal .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3VZrlJDal .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3VZrlJDal .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v3VZrlJDal .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3VZrlJDal .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3VZrlJDal .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3VZrlJDal .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3VZrlJDal .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3VZrlJDal .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3VZrlJDal .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3VZrlJDal .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3VZrlJDal .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3VZrlJDal .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3VZrlJDal .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3VZrlJDal .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3VZrlJDal .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3VZrlJDal .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3VZrlJDal .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3VZrlJDal .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3VZrlJDal .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3VZrlJDal .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3VZrlJDal .dropdown-item.active,
.cid-v3VZrlJDal .dropdown-item:active {
  background-color: transparent;
}
.cid-v3VZrlJDal .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-v3VZrlJDal .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3VZrlJDal .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3VZrlJDal .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3VZrlJDal ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3VZrlJDal .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3VZrlJDal button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #202353;
  background: #63cfbf;
}
.cid-v3VZrlJDal button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3VZrlJDal button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3VZrlJDal button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3VZrlJDal button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3VZrlJDal button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3VZrlJDal nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3VZrlJDal nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3VZrlJDal nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3VZrlJDal nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3VZrlJDal a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3VZrlJDal .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3VZrlJDal .navbar {
    height: 70px;
  }
  .cid-v3VZrlJDal .navbar.opened {
    height: auto;
  }
  .cid-v3VZrlJDal .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3VZrlJDal .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v3VZrlJDal .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-v3VZrlJDal .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v3VZrlJDal .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v3VZrlJDal .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v3VZrlJDal .navbar-caption:hover {
  color: #53ca20;
}
@media (min-width: 992px) {
  .cid-v3VZrlJDal .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3VZrlJDal .text_widget {
  margin-bottom: 32px;
}
.cid-v3VZrlJDal .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3VZrlJDal .text_widget a:hover,
.cid-v3VZrlJDal .text_widget a:focus {
  opacity: .8;
}
.cid-v3VZrlJDal .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-v3VZrlJDal .navbar-caption {
  color: #000000;
}
.cid-v3VZrlJDal .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3VZrlJDal .mbr-section-subtitle,
.cid-v3VZrlJDal .text_widget,
.cid-v3VZrlJDal .mbr-section-btn {
  text-align: center;
}
.cid-v3VZrlJDal a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3VZrmQxHz {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/all-pro-locksmiths-blog-lost-your-car-keys-heres-how-an-auto-locksmith-can-help-1000x562.jpg");
}
.cid-v3VZrmQxHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZrmQxHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZrmQxHz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VZrmQxHz .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrmQxHz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrmQxHz .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrmQxHz .container {
    padding: 0 16px;
  }
}
.cid-v3VZrmQxHz .content-wrapper {
  margin-bottom: 20%;
}
.cid-v3VZrmQxHz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3VZrmQxHz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VZrmQxHz .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v3VZrmQxHz .mbr-section-title {
  color: #000000;
}
.cid-v3VZrmQxHz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3VZrmQxHz .mbr-section-title,
.cid-v3VZrmQxHz .mbr-section-btn {
  text-align: center;
}
.cid-v3WmV8Pd2n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3WmV8Pd2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WmV8Pd2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3WmV8Pd2n .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3WmV8Pd2n .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-v3WmV8Pd2n .card {
  justify-content: center;
}
.cid-v3WmV8Pd2n .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3WmV8Pd2n .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3WmV8Pd2n .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3WmV8Pd2n .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-v3WmV8Pd2n .list-wrapper .list .item-wrap:hover,
.cid-v3WmV8Pd2n .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v3WmV8Pd2n .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3WmV8Pd2n .mbr-section-title {
  color: #000000;
}
.cid-v3WmV8Pd2n .list {
  color: #000000;
}
.cid-v3VZrnkZX4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VZrnkZX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZrnkZX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZrnkZX4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VZrnkZX4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrnkZX4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrnkZX4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrnkZX4 .container {
    padding: 0 16px;
  }
}
.cid-v3VZrnkZX4 .row {
  justify-content: center;
}
.cid-v3VZrnkZX4 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3VZrnkZX4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3VZrnkZX4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VZrnkZX4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3VZrnkZX4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3VZrnkZX4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3VZrnYr9W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VZrnYr9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZrnYr9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZrnYr9W .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VZrnYr9W .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrnYr9W .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrnYr9W .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrnYr9W .container {
    padding: 0 16px;
  }
}
.cid-v3VZrnYr9W .row {
  justify-content: center;
}
.cid-v3VZrnYr9W .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3VZrnYr9W .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3VZrnYr9W .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VZrnYr9W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3VZrnYr9W .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3VZrnYr9W .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3VZrolfdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3VZrolfdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZrolfdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZrolfdp .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VZrolfdp .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrolfdp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrolfdp .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrolfdp .container {
    padding: 0 16px;
  }
}
.cid-v3VZrolfdp .row {
  justify-content: center;
}
.cid-v3VZrolfdp .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3VZrolfdp .card {
    flex-direction: column;
  }
}
.cid-v3VZrolfdp .image-wrapper {
  width: 45%;
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v3VZrolfdp .image-wrapper {
    width: 100%;
  }
}
.cid-v3VZrolfdp .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3VZrolfdp .image-wrapper img {
    height: 350px;
  }
}
.cid-v3VZrolfdp .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v3VZrolfdp .title-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v3VZrolfdp .title-wrapper .title-wrap .date-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3VZrolfdp .title-wrapper .title-wrap .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3VZrolfdp .title-wrapper .title-wrap .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v3VZrolfdp .title-wrapper .title-wrap .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-v3VZrolfdp .title-wrapper .title-wrap .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-v3VZrolfdp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VZrolfdp .mbr-section-title {
  color: #000000;
}
.cid-v3VZrolfdp .mbr-tag {
  color: #000000;
}
.cid-v3VZrolfdp .mbr-date {
  color: #000000;
}
.cid-v3VZroOEF5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VZroOEF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZroOEF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZroOEF5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VZroOEF5 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZroOEF5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZroOEF5 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZroOEF5 .container {
    padding: 0 16px;
  }
}
.cid-v3VZroOEF5 .row {
  justify-content: center;
}
.cid-v3VZroOEF5 .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3VZroOEF5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v3VZroOEF5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VZroOEF5 .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #202353;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-v3VZroOEF5 .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-v3VZroOEF5 .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-v3VZroOEF5 .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-v3VZroOEF5 .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v3VZroOEF5 .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v3VZroOEF5 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-v3VZroOEF5 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-v3VZroOEF5 .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v3VZroOEF5 .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3VZroOEF5 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v3VZroOEF5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3VZroOEF5 .card-title {
  color: #000000;
}
.cid-v3VZroOEF5 .card-text {
  color: #ffffff;
}
.cid-v3VZroOEF5 .card-title,
.cid-v3VZroOEF5 .icon-wrapper,
.cid-v3VZroOEF5 .link-wrapper {
  color: #ffffff;
}
.cid-v3VZrpggNp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3VZrpggNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZrpggNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZrpggNp .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VZrpggNp .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrpggNp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrpggNp .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrpggNp .container {
    padding: 0 16px;
  }
}
.cid-v3VZrpggNp .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3VZrpggNp .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrpggNp .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrpggNp .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3VZrpggNp .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-v3VZrpggNp .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3VZrpggNp .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v3VZrpggNp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VZrpggNp .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v3VZrpggNp .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3VZrpggNp .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3VZrpggNp .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-v3VZrpggNp .mbr-section-title {
  color: #000000;
}
.cid-v3VZrpggNp .mbr-text {
  color: #000000;
}
.cid-v3VZrpggNp .mbr-name {
  color: #000000;
}
.cid-v3VZrpHXxm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VZrpHXxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZrpHXxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZrpHXxm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VZrpHXxm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrpHXxm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrpHXxm .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrpHXxm .container {
    padding: 0 16px;
  }
}
.cid-v3VZrpHXxm .row {
  justify-content: center;
}
.cid-v3VZrpHXxm .card-main {
  padding-right: 25px;
}
@media (max-width: 992px) {
  .cid-v3VZrpHXxm .card-main {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v3VZrpHXxm .card-main a:hover .image-wrapper .image-wrap img,
.cid-v3VZrpHXxm .card-main a:focus .image-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-v3VZrpHXxm .card-main a:hover .mbr-section-title,
.cid-v3VZrpHXxm .card-main a:focus .mbr-section-title {
  text-decoration-color: #000000;
}
.cid-v3VZrpHXxm .card-main a .image-wrapper {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-v3VZrpHXxm .card-main a .image-wrapper .image-wrap {
  overflow: hidden;
  border-radius: 1rem !important;
}
.cid-v3VZrpHXxm .card-main a .image-wrapper .image-wrap img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3VZrpHXxm .card-main a .image-wrapper .image-wrap img {
    height: 400px;
  }
}
.cid-v3VZrpHXxm .card-main a .date-wrapper {
  margin-bottom: 10px;
}
.cid-v3VZrpHXxm .card-main a .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v3VZrpHXxm .card-main a .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-v3VZrpHXxm .card-main a .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-v3VZrpHXxm .card-main a .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v3VZrpHXxm .cards-wrapper .item {
  margin-bottom: 2rem;
}
.cid-v3VZrpHXxm .cards-wrapper .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-v3VZrpHXxm .cards-wrapper .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-v3VZrpHXxm .cards-wrapper .item a:focus .item-wrapper .item-content .card-title,
.cid-v3VZrpHXxm .cards-wrapper .item a:hover .item-wrapper .item-content .card-title {
  text-decoration-color: #000000;
}
.cid-v3VZrpHXxm .cards-wrapper .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-v3VZrpHXxm .cards-wrapper .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-v3VZrpHXxm .cards-wrapper .item a .item-wrapper .item-img .image-wrap img {
  height: 350px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-v3VZrpHXxm .cards-wrapper .item a .item-wrapper .item-content .date-wrapper {
  margin-bottom: 10px;
}
.cid-v3VZrpHXxm .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v3VZrpHXxm .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-v3VZrpHXxm .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-v3VZrpHXxm .cards-wrapper .item a .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v3VZrpHXxm .mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3VZrpHXxm .mbr-section-btn .border-wrap {
  height: 1px;
  background-color: #000000;
  width: 100%;
}
.cid-v3VZrpHXxm .mbr-section-btn .btn {
  margin: 10px 80px;
  min-width: 200px;
}
@media (max-width: 992px) {
  .cid-v3VZrpHXxm .mbr-section-btn .btn {
    margin: 10px;
  }
}
.cid-v3VZrpHXxm .mbr-section-title {
  color: #000000;
}
.cid-v3VZrpHXxm .mbr-tag {
  color: #000000;
}
.cid-v3VZrpHXxm .mbr-date {
  color: #000000;
}
.cid-v3VZrpHXxm .card-title {
  color: #000000;
}
.cid-v3VZrqgWPt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3VZrqgWPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZrqgWPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZrqgWPt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VZrqgWPt .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrqgWPt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrqgWPt .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrqgWPt .container {
    padding: 0 16px;
  }
}
.cid-v3VZrqgWPt .row {
  justify-content: center;
}
.cid-v3VZrqgWPt .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3VZrqgWPt .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3VZrqgWPt .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3VZrqgWPt .card {
    flex-direction: column;
  }
}
.cid-v3VZrqgWPt .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v3VZrqgWPt .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v3VZrqgWPt .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3VZrqgWPt .image-wrapper img {
    height: 350px;
  }
}
.cid-v3VZrqgWPt .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v3VZrqgWPt .content-wrapper {
    width: 100%;
  }
}
.cid-v3VZrqgWPt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3VZrqgWPt .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v3VZrqgWPt .mbr-section-subtitle {
  color: #000000;
}
.cid-v3VZrqgWPt .mbr-text {
  color: #000000;
}
.cid-v3VZrqMpwD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VZrqMpwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZrqMpwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZrqMpwD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VZrqMpwD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrqMpwD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrqMpwD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrqMpwD .container {
    padding: 0 16px;
  }
}
.cid-v3VZrqMpwD .row {
  justify-content: center;
}
.cid-v3VZrqMpwD .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3VZrqMpwD .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v3VZrqMpwD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VZrqMpwD .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-v3VZrqMpwD .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v3VZrqMpwD .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrqMpwD .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3VZrqMpwD .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-v3VZrqMpwD .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-v3VZrqMpwD .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-v3VZrqMpwD .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3VZrqMpwD .border-wrapper {
  height: 1px;
  background-color: #000000;
  margin-bottom: 50px;
}
.cid-v3VZrqMpwD .border-wrap {
  height: 1px;
  background-color: #000000;
}
.cid-v3VZrqMpwD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3VZrqMpwD .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3VZrqMpwD .card-title {
  color: #000000;
}
.cid-v3VZrqMpwD .card-text {
  color: #000000;
}
.cid-v3VZrqMpwD .card-title,
.cid-v3VZrqMpwD .icon-wrapper,
.cid-v3VZrqMpwD .link-wrapper {
  text-align: center;
}
.cid-v3VZrrSa8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3VZrrSa8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZrrSa8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZrrSa8G .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VZrrSa8G .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrrSa8G .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrrSa8G .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrrSa8G .container {
    padding: 0 16px;
  }
}
.cid-v3VZrrSa8G .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3VZrrSa8G .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrrSa8G .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrrSa8G .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3VZrrSa8G .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-v3VZrrSa8G .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3VZrrSa8G .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v3VZrrSa8G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VZrrSa8G .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v3VZrrSa8G .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3VZrrSa8G .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3VZrrSa8G .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-v3VZrrSa8G .mbr-section-title {
  color: #000000;
}
.cid-v3VZrrSa8G .mbr-text {
  color: #000000;
}
.cid-v3VZrrSa8G .mbr-name {
  color: #000000;
}
.cid-v3VZrtr6fD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VZrtr6fD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZrtr6fD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZrtr6fD .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v3VZrtr6fD .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-v3VZrtr6fD .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3VZrtr6fD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3VZrtr6fD .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VZrtr6fD .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #f7f7f7;
  border: none;
  margin-top: 16px;
}
.cid-v3VZrtr6fD .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3VZrtr6fD .panel-group .card {
    margin-top: 20px;
  }
  .cid-v3VZrtr6fD .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v3VZrtr6fD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3VZrtr6fD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-v3VZrtr6fD .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-v3VZrtr6fD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3VZrtr6fD .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}
.cid-v3VZrtr6fD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}
.cid-v3VZrtr6fD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-v3VZrtr6fD .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3VZrtr6fD .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}
.cid-v3VZrtr6fD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3VZrtr6fD .mbr-label {
  color: #be0000;
}
.cid-v3VZrtr6fD .mbr-section-title {
  color: #000000;
}
.cid-v3VZrtr6fD .mbr-text,
.cid-v3VZrtr6fD .text-wrapper {
  color: #6c7179;
}
.cid-v3VZrtr6fD .panel-title-edit {
  color: #000000;
}
.cid-v3VZrtr6fD .panel-text {
  color: #6c7179;
}
.cid-v3WCz5O3eG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3WCz5O3eG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WCz5O3eG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3WCz5O3eG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3WCz5O3eG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3WCz5O3eG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3WCz5O3eG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3WCz5O3eG .container {
    padding: 0 16px;
  }
}
.cid-v3WCz5O3eG .row {
  justify-content: center;
}
.cid-v3WCz5O3eG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3WCz5O3eG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3WCz5O3eG .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3WCz5O3eG .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-v3WCz5O3eG .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-v3WCz5O3eG .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v3WCz5O3eG .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-v3WCz5O3eG .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3WCz5O3eG .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v3WCz5O3eG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v3WCz5O3eG .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-v3WCz5O3eG .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3WCz5O3eG .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-v3WCz5O3eG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3WCz5O3eG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3WCz5O3eG .panel-title {
  color: #000000;
}
.cid-v3WCz5O3eG .panel-text {
  color: #000000;
}
.cid-v3VZrvXnJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3VZrvXnJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZrvXnJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZrvXnJh .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VZrvXnJh .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrvXnJh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrvXnJh .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrvXnJh .container {
    padding: 0 16px;
  }
}
.cid-v3VZrvXnJh .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3VZrvXnJh .google-map iframe {
    height: 350px;
  }
}
.cid-v3VZrxPVqT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VZrxPVqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VZrxPVqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VZrxPVqT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VZrxPVqT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrxPVqT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrxPVqT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VZrxPVqT .container {
    padding: 0 16px;
  }
}
.cid-v3VZrxPVqT .row {
  justify-content: center;
}
.cid-v3VZrxPVqT .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3VZrxPVqT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3VZrxPVqT .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3VZrxPVqT .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v3VZrxPVqT .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v3VZrxPVqT .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v3VZrxPVqT .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v3VZrxPVqT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VZrxPVqT .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3VZrxPVqT .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3VZrxPVqT .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3VZrxPVqT .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-v3VZrxPVqT .lists-wrapper {
    margin: 0;
  }
}
.cid-v3VZrxPVqT .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3VZrxPVqT .item {
    margin-bottom: 32px;
  }
}
.cid-v3VZrxPVqT .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}
.cid-v3VZrxPVqT .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v3VZrxPVqT .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3VZrxPVqT .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3VZrxPVqT .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3VZrxPVqT .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v3VZrxPVqT .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v3VZrxPVqT .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrxPVqT .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v3VZrxPVqT .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v3VZrxPVqT .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v3VZrxPVqT .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v3VZrxPVqT .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3VZrxPVqT .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3VZrxPVqT .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v3VZrxPVqT .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3VZrxPVqT .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v3VZrxPVqT .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3VZrxPVqT .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v3VZrxPVqT .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-v3VZrxPVqT .mbr-section-title {
  color: #000000;
}
.cid-v3VZrxPVqT .card-title {
  color: #000000;
}
.cid-v3VZrxPVqT .list {
  color: #000000;
}
.cid-v3VZrxPVqT .mbr-soc {
  color: #000000;
}
.cid-v3W0eGxgkk {
  background-color: transparent;
}
.cid-v3W0eGxgkk .navbar-dropdown {
  background-color: #202353 !important;
  padding: 0;
}
.cid-v3W0eGxgkk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #202353 !important;
  background: #202353;
}
.cid-v3W0eGxgkk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3W0eGxgkk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3W0eGxgkk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3W0eGxgkk .menu_box .navbar.opened,
  .cid-v3W0eGxgkk .menu_box .navbar-collapse {
    background-color: #202353 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3W0eGxgkk .navbar-dropdown {
  position: relative !important;
}
.cid-v3W0eGxgkk .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-v3W0eGxgkk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3W0eGxgkk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3W0eGxgkk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v3W0eGxgkk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v3W0eGxgkk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-v3W0eGxgkk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3W0eGxgkk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3W0eGxgkk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3W0eGxgkk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v3W0eGxgkk .offcanvas-body .mbr-text,
  .cid-v3W0eGxgkk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v3W0eGxgkk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v3W0eGxgkk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3W0eGxgkk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v3W0eGxgkk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3W0eGxgkk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3W0eGxgkk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3W0eGxgkk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3W0eGxgkk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3W0eGxgkk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3W0eGxgkk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3W0eGxgkk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3W0eGxgkk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v3W0eGxgkk .lg_brand {
    margin: 0 1rem;
  }
  .cid-v3W0eGxgkk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v3W0eGxgkk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3W0eGxgkk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3W0eGxgkk .nav-item {
    margin: 0 !important;
  }
}
.cid-v3W0eGxgkk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-v3W0eGxgkk .nav-item .nav-link:hover,
.cid-v3W0eGxgkk .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-v3W0eGxgkk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3W0eGxgkk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3W0eGxgkk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3W0eGxgkk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3W0eGxgkk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3W0eGxgkk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3W0eGxgkk .offcanvas_box {
    display: none;
  }
}
.cid-v3W0eGxgkk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3W0eGxgkk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3W0eGxgkk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3W0eGxgkk .container {
  display: flex;
  margin: auto;
}
.cid-v3W0eGxgkk .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-v3W0eGxgkk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3W0eGxgkk .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #53ca20;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3W0eGxgkk .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3W0eGxgkk .iconfont-wrapper:hover .mbr-iconfont,
.cid-v3W0eGxgkk .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3W0eGxgkk .iconfont-wrapper:hover::before,
.cid-v3W0eGxgkk .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3W0eGxgkk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3W0eGxgkk .navbar-nav {
    margin: 0;
  }
}
.cid-v3W0eGxgkk .dropdown-menu,
.cid-v3W0eGxgkk .navbar.opened {
  background-color: false !important;
}
.cid-v3W0eGxgkk .nav-item:focus,
.cid-v3W0eGxgkk .nav-link:focus {
  outline: none;
}
.cid-v3W0eGxgkk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3W0eGxgkk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3W0eGxgkk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3W0eGxgkk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3W0eGxgkk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3W0eGxgkk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3W0eGxgkk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3W0eGxgkk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3W0eGxgkk .navbar.opened {
  transition: all 0.3s;
}
.cid-v3W0eGxgkk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3W0eGxgkk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v3W0eGxgkk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v3W0eGxgkk .navbar.collapsed {
  justify-content: center;
}
.cid-v3W0eGxgkk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3W0eGxgkk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3W0eGxgkk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3W0eGxgkk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3W0eGxgkk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3W0eGxgkk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3W0eGxgkk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3W0eGxgkk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3W0eGxgkk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v3W0eGxgkk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3W0eGxgkk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3W0eGxgkk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3W0eGxgkk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3W0eGxgkk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3W0eGxgkk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3W0eGxgkk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3W0eGxgkk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3W0eGxgkk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3W0eGxgkk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3W0eGxgkk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3W0eGxgkk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3W0eGxgkk .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3W0eGxgkk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3W0eGxgkk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3W0eGxgkk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3W0eGxgkk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3W0eGxgkk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3W0eGxgkk .dropdown-item.active,
.cid-v3W0eGxgkk .dropdown-item:active {
  background-color: transparent;
}
.cid-v3W0eGxgkk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-v3W0eGxgkk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3W0eGxgkk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3W0eGxgkk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3W0eGxgkk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3W0eGxgkk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3W0eGxgkk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #202353;
  background: #63cfbf;
}
.cid-v3W0eGxgkk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3W0eGxgkk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3W0eGxgkk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3W0eGxgkk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3W0eGxgkk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3W0eGxgkk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3W0eGxgkk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3W0eGxgkk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3W0eGxgkk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3W0eGxgkk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3W0eGxgkk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3W0eGxgkk .navbar {
    height: 70px;
  }
  .cid-v3W0eGxgkk .navbar.opened {
    height: auto;
  }
  .cid-v3W0eGxgkk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3W0eGxgkk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v3W0eGxgkk .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-v3W0eGxgkk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v3W0eGxgkk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v3W0eGxgkk .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v3W0eGxgkk .navbar-caption:hover {
  color: #53ca20;
}
@media (min-width: 992px) {
  .cid-v3W0eGxgkk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3W0eGxgkk .text_widget {
  margin-bottom: 32px;
}
.cid-v3W0eGxgkk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3W0eGxgkk .text_widget a:hover,
.cid-v3W0eGxgkk .text_widget a:focus {
  opacity: .8;
}
.cid-v3W0eGxgkk .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-v3W0eGxgkk .navbar-caption {
  color: #000000;
}
.cid-v3W0eGxgkk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3W0eGxgkk .mbr-section-subtitle,
.cid-v3W0eGxgkk .text_widget,
.cid-v3W0eGxgkk .mbr-section-btn {
  text-align: center;
}
.cid-v3W0eGxgkk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3W0eHvvEJ {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vauxhaul-key.webp");
}
.cid-v3W0eHvvEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0eHvvEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0eHvvEJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0eHvvEJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eHvvEJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eHvvEJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eHvvEJ .container {
    padding: 0 16px;
  }
}
.cid-v3W0eHvvEJ .content-wrapper {
  margin-bottom: 20%;
}
.cid-v3W0eHvvEJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3W0eHvvEJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3W0eHvvEJ .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v3W0eHvvEJ .mbr-section-title {
  color: #000000;
}
.cid-v3W0eHvvEJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3W0eHvvEJ .mbr-section-title,
.cid-v3W0eHvvEJ .mbr-section-btn {
  text-align: center;
}
.cid-v3WndbtC27 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3WndbtC27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WndbtC27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3WndbtC27 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3WndbtC27 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-v3WndbtC27 .card {
  justify-content: center;
}
.cid-v3WndbtC27 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3WndbtC27 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3WndbtC27 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3WndbtC27 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-v3WndbtC27 .list-wrapper .list .item-wrap:hover,
.cid-v3WndbtC27 .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v3WndbtC27 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3WndbtC27 .mbr-section-title {
  color: #000000;
}
.cid-v3WndbtC27 .list {
  color: #000000;
}
.cid-v3W0eHZbVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3W0eHZbVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0eHZbVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0eHZbVS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0eHZbVS .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eHZbVS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eHZbVS .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eHZbVS .container {
    padding: 0 16px;
  }
}
.cid-v3W0eHZbVS .row {
  justify-content: center;
}
.cid-v3W0eHZbVS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3W0eHZbVS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3W0eHZbVS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3W0eHZbVS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3W0eHZbVS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3W0eHZbVS .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3W0eIsOQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3W0eIsOQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0eIsOQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0eIsOQV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0eIsOQV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eIsOQV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eIsOQV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eIsOQV .container {
    padding: 0 16px;
  }
}
.cid-v3W0eIsOQV .row {
  justify-content: center;
}
.cid-v3W0eIsOQV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3W0eIsOQV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3W0eIsOQV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3W0eIsOQV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3W0eIsOQV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3W0eIsOQV .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3W0eISL97 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3W0eISL97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0eISL97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0eISL97 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0eISL97 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eISL97 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eISL97 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eISL97 .container {
    padding: 0 16px;
  }
}
.cid-v3W0eISL97 .row {
  justify-content: center;
}
.cid-v3W0eISL97 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3W0eISL97 .card {
    flex-direction: column;
  }
}
.cid-v3W0eISL97 .image-wrapper {
  width: 45%;
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v3W0eISL97 .image-wrapper {
    width: 100%;
  }
}
.cid-v3W0eISL97 .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3W0eISL97 .image-wrapper img {
    height: 350px;
  }
}
.cid-v3W0eISL97 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v3W0eISL97 .title-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v3W0eISL97 .title-wrapper .title-wrap .date-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3W0eISL97 .title-wrapper .title-wrap .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3W0eISL97 .title-wrapper .title-wrap .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v3W0eISL97 .title-wrapper .title-wrap .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-v3W0eISL97 .title-wrapper .title-wrap .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-v3W0eISL97 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3W0eISL97 .mbr-section-title {
  color: #000000;
}
.cid-v3W0eISL97 .mbr-tag {
  color: #000000;
}
.cid-v3W0eISL97 .mbr-date {
  color: #000000;
}
.cid-v3W0eJlXBk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3W0eJlXBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0eJlXBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0eJlXBk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0eJlXBk .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eJlXBk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eJlXBk .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eJlXBk .container {
    padding: 0 16px;
  }
}
.cid-v3W0eJlXBk .row {
  justify-content: center;
}
.cid-v3W0eJlXBk .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3W0eJlXBk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v3W0eJlXBk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3W0eJlXBk .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #202353;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-v3W0eJlXBk .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-v3W0eJlXBk .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-v3W0eJlXBk .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-v3W0eJlXBk .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eJlXBk .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v3W0eJlXBk .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-v3W0eJlXBk .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-v3W0eJlXBk .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v3W0eJlXBk .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3W0eJlXBk .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v3W0eJlXBk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3W0eJlXBk .card-title {
  color: #000000;
}
.cid-v3W0eJlXBk .card-text {
  color: #ffffff;
}
.cid-v3W0eJlXBk .card-title,
.cid-v3W0eJlXBk .icon-wrapper,
.cid-v3W0eJlXBk .link-wrapper {
  color: #ffffff;
}
.cid-v3W0eJP2lA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3W0eJP2lA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0eJP2lA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0eJP2lA .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0eJP2lA .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eJP2lA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eJP2lA .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eJP2lA .container {
    padding: 0 16px;
  }
}
.cid-v3W0eJP2lA .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3W0eJP2lA .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eJP2lA .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eJP2lA .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3W0eJP2lA .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-v3W0eJP2lA .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3W0eJP2lA .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v3W0eJP2lA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3W0eJP2lA .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v3W0eJP2lA .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3W0eJP2lA .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3W0eJP2lA .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-v3W0eJP2lA .mbr-section-title {
  color: #000000;
}
.cid-v3W0eJP2lA .mbr-text {
  color: #000000;
}
.cid-v3W0eJP2lA .mbr-name {
  color: #000000;
}
.cid-v3W0eKjvJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3W0eKjvJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0eKjvJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0eKjvJl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0eKjvJl .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eKjvJl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eKjvJl .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eKjvJl .container {
    padding: 0 16px;
  }
}
.cid-v3W0eKjvJl .row {
  justify-content: center;
}
.cid-v3W0eKjvJl .card-main {
  padding-right: 25px;
}
@media (max-width: 992px) {
  .cid-v3W0eKjvJl .card-main {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v3W0eKjvJl .card-main a:hover .image-wrapper .image-wrap img,
.cid-v3W0eKjvJl .card-main a:focus .image-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-v3W0eKjvJl .card-main a:hover .mbr-section-title,
.cid-v3W0eKjvJl .card-main a:focus .mbr-section-title {
  text-decoration-color: #000000;
}
.cid-v3W0eKjvJl .card-main a .image-wrapper {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-v3W0eKjvJl .card-main a .image-wrapper .image-wrap {
  overflow: hidden;
  border-radius: 1rem !important;
}
.cid-v3W0eKjvJl .card-main a .image-wrapper .image-wrap img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3W0eKjvJl .card-main a .image-wrapper .image-wrap img {
    height: 400px;
  }
}
.cid-v3W0eKjvJl .card-main a .date-wrapper {
  margin-bottom: 10px;
}
.cid-v3W0eKjvJl .card-main a .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v3W0eKjvJl .card-main a .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-v3W0eKjvJl .card-main a .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-v3W0eKjvJl .card-main a .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v3W0eKjvJl .cards-wrapper .item {
  margin-bottom: 2rem;
}
.cid-v3W0eKjvJl .cards-wrapper .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-v3W0eKjvJl .cards-wrapper .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-v3W0eKjvJl .cards-wrapper .item a:focus .item-wrapper .item-content .card-title,
.cid-v3W0eKjvJl .cards-wrapper .item a:hover .item-wrapper .item-content .card-title {
  text-decoration-color: #000000;
}
.cid-v3W0eKjvJl .cards-wrapper .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-v3W0eKjvJl .cards-wrapper .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-v3W0eKjvJl .cards-wrapper .item a .item-wrapper .item-img .image-wrap img {
  height: 350px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-v3W0eKjvJl .cards-wrapper .item a .item-wrapper .item-content .date-wrapper {
  margin-bottom: 10px;
}
.cid-v3W0eKjvJl .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v3W0eKjvJl .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-v3W0eKjvJl .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-v3W0eKjvJl .cards-wrapper .item a .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v3W0eKjvJl .mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3W0eKjvJl .mbr-section-btn .border-wrap {
  height: 1px;
  background-color: #000000;
  width: 100%;
}
.cid-v3W0eKjvJl .mbr-section-btn .btn {
  margin: 10px 80px;
  min-width: 200px;
}
@media (max-width: 992px) {
  .cid-v3W0eKjvJl .mbr-section-btn .btn {
    margin: 10px;
  }
}
.cid-v3W0eKjvJl .mbr-section-title {
  color: #000000;
}
.cid-v3W0eKjvJl .mbr-tag {
  color: #000000;
}
.cid-v3W0eKjvJl .mbr-date {
  color: #000000;
}
.cid-v3W0eKjvJl .card-title {
  color: #000000;
}
.cid-v3W0eKPSuf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3W0eKPSuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0eKPSuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0eKPSuf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0eKPSuf .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eKPSuf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eKPSuf .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eKPSuf .container {
    padding: 0 16px;
  }
}
.cid-v3W0eKPSuf .row {
  justify-content: center;
}
.cid-v3W0eKPSuf .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3W0eKPSuf .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3W0eKPSuf .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3W0eKPSuf .card {
    flex-direction: column;
  }
}
.cid-v3W0eKPSuf .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v3W0eKPSuf .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v3W0eKPSuf .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3W0eKPSuf .image-wrapper img {
    height: 350px;
  }
}
.cid-v3W0eKPSuf .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v3W0eKPSuf .content-wrapper {
    width: 100%;
  }
}
.cid-v3W0eKPSuf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3W0eKPSuf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v3W0eKPSuf .mbr-section-subtitle {
  color: #000000;
}
.cid-v3W0eKPSuf .mbr-text {
  color: #000000;
}
.cid-v3W0eLiYYa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3W0eLiYYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0eLiYYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0eLiYYa .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0eLiYYa .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eLiYYa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eLiYYa .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eLiYYa .container {
    padding: 0 16px;
  }
}
.cid-v3W0eLiYYa .row {
  justify-content: center;
}
.cid-v3W0eLiYYa .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3W0eLiYYa .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v3W0eLiYYa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3W0eLiYYa .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-v3W0eLiYYa .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v3W0eLiYYa .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eLiYYa .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3W0eLiYYa .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-v3W0eLiYYa .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-v3W0eLiYYa .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-v3W0eLiYYa .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3W0eLiYYa .border-wrapper {
  height: 1px;
  background-color: #000000;
  margin-bottom: 50px;
}
.cid-v3W0eLiYYa .border-wrap {
  height: 1px;
  background-color: #000000;
}
.cid-v3W0eLiYYa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3W0eLiYYa .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3W0eLiYYa .card-title {
  color: #000000;
}
.cid-v3W0eLiYYa .card-text {
  color: #000000;
}
.cid-v3W0eLiYYa .card-title,
.cid-v3W0eLiYYa .icon-wrapper,
.cid-v3W0eLiYYa .link-wrapper {
  text-align: center;
}
.cid-v3W0eLXBWV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3W0eLXBWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0eLXBWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0eLXBWV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0eLXBWV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eLXBWV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eLXBWV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eLXBWV .container {
    padding: 0 16px;
  }
}
.cid-v3W0eLXBWV .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3W0eLXBWV .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eLXBWV .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eLXBWV .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3W0eLXBWV .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-v3W0eLXBWV .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3W0eLXBWV .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v3W0eLXBWV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3W0eLXBWV .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v3W0eLXBWV .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3W0eLXBWV .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3W0eLXBWV .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-v3W0eLXBWV .mbr-section-title {
  color: #000000;
}
.cid-v3W0eLXBWV .mbr-text {
  color: #000000;
}
.cid-v3W0eLXBWV .mbr-name {
  color: #000000;
}
.cid-v3W0eN6nOJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3W0eN6nOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0eN6nOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0eN6nOJ .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v3W0eN6nOJ .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-v3W0eN6nOJ .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3W0eN6nOJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3W0eN6nOJ .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3W0eN6nOJ .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #f7f7f7;
  border: none;
  margin-top: 16px;
}
.cid-v3W0eN6nOJ .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3W0eN6nOJ .panel-group .card {
    margin-top: 20px;
  }
  .cid-v3W0eN6nOJ .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v3W0eN6nOJ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3W0eN6nOJ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-v3W0eN6nOJ .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-v3W0eN6nOJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3W0eN6nOJ .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}
.cid-v3W0eN6nOJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}
.cid-v3W0eN6nOJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-v3W0eN6nOJ .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3W0eN6nOJ .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}
.cid-v3W0eN6nOJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3W0eN6nOJ .mbr-label {
  color: #be0000;
}
.cid-v3W0eN6nOJ .mbr-section-title {
  color: #000000;
}
.cid-v3W0eN6nOJ .mbr-text,
.cid-v3W0eN6nOJ .text-wrapper {
  color: #6c7179;
}
.cid-v3W0eN6nOJ .panel-title-edit {
  color: #000000;
}
.cid-v3W0eN6nOJ .panel-text {
  color: #6c7179;
}
.cid-v3WCTVo1hS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3WCTVo1hS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WCTVo1hS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3WCTVo1hS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3WCTVo1hS .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3WCTVo1hS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3WCTVo1hS .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3WCTVo1hS .container {
    padding: 0 16px;
  }
}
.cid-v3WCTVo1hS .row {
  justify-content: center;
}
.cid-v3WCTVo1hS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3WCTVo1hS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3WCTVo1hS .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3WCTVo1hS .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-v3WCTVo1hS .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-v3WCTVo1hS .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v3WCTVo1hS .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-v3WCTVo1hS .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3WCTVo1hS .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v3WCTVo1hS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v3WCTVo1hS .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-v3WCTVo1hS .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3WCTVo1hS .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-v3WCTVo1hS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3WCTVo1hS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3WCTVo1hS .panel-title {
  color: #000000;
}
.cid-v3WCTVo1hS .panel-text {
  color: #000000;
}
.cid-v3W0ePBkSY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3W0ePBkSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0ePBkSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0ePBkSY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0ePBkSY .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0ePBkSY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0ePBkSY .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0ePBkSY .container {
    padding: 0 16px;
  }
}
.cid-v3W0ePBkSY .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3W0ePBkSY .google-map iframe {
    height: 350px;
  }
}
.cid-v3W0eQXXku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3W0eQXXku .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0eQXXku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0eQXXku .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0eQXXku .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eQXXku .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eQXXku .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0eQXXku .container {
    padding: 0 16px;
  }
}
.cid-v3W0eQXXku .row {
  justify-content: center;
}
.cid-v3W0eQXXku .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3W0eQXXku .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3W0eQXXku .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3W0eQXXku .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v3W0eQXXku .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v3W0eQXXku .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v3W0eQXXku .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v3W0eQXXku .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3W0eQXXku .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3W0eQXXku .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3W0eQXXku .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3W0eQXXku .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-v3W0eQXXku .lists-wrapper {
    margin: 0;
  }
}
.cid-v3W0eQXXku .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3W0eQXXku .item {
    margin-bottom: 32px;
  }
}
.cid-v3W0eQXXku .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}
.cid-v3W0eQXXku .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v3W0eQXXku .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3W0eQXXku .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3W0eQXXku .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3W0eQXXku .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v3W0eQXXku .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v3W0eQXXku .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eQXXku .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v3W0eQXXku .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v3W0eQXXku .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0eQXXku .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v3W0eQXXku .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3W0eQXXku .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3W0eQXXku .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v3W0eQXXku .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3W0eQXXku .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v3W0eQXXku .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3W0eQXXku .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v3W0eQXXku .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-v3W0eQXXku .mbr-section-title {
  color: #000000;
}
.cid-v3W0eQXXku .card-title {
  color: #000000;
}
.cid-v3W0eQXXku .list {
  color: #000000;
}
.cid-v3W0eQXXku .mbr-soc {
  color: #000000;
}
.cid-v3W0Nhb3FE {
  background-color: transparent;
}
.cid-v3W0Nhb3FE .navbar-dropdown {
  background-color: #202353 !important;
  padding: 0;
}
.cid-v3W0Nhb3FE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #202353 !important;
  background: #202353;
}
.cid-v3W0Nhb3FE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3W0Nhb3FE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3W0Nhb3FE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3W0Nhb3FE .menu_box .navbar.opened,
  .cid-v3W0Nhb3FE .menu_box .navbar-collapse {
    background-color: #202353 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3W0Nhb3FE .navbar-dropdown {
  position: relative !important;
}
.cid-v3W0Nhb3FE .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-v3W0Nhb3FE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3W0Nhb3FE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3W0Nhb3FE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v3W0Nhb3FE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v3W0Nhb3FE .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-v3W0Nhb3FE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3W0Nhb3FE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3W0Nhb3FE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3W0Nhb3FE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v3W0Nhb3FE .offcanvas-body .mbr-text,
  .cid-v3W0Nhb3FE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v3W0Nhb3FE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v3W0Nhb3FE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3W0Nhb3FE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v3W0Nhb3FE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3W0Nhb3FE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3W0Nhb3FE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3W0Nhb3FE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3W0Nhb3FE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3W0Nhb3FE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3W0Nhb3FE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3W0Nhb3FE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3W0Nhb3FE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v3W0Nhb3FE .lg_brand {
    margin: 0 1rem;
  }
  .cid-v3W0Nhb3FE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v3W0Nhb3FE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3W0Nhb3FE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3W0Nhb3FE .nav-item {
    margin: 0 !important;
  }
}
.cid-v3W0Nhb3FE .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-v3W0Nhb3FE .nav-item .nav-link:hover,
.cid-v3W0Nhb3FE .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-v3W0Nhb3FE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3W0Nhb3FE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3W0Nhb3FE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3W0Nhb3FE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3W0Nhb3FE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3W0Nhb3FE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3W0Nhb3FE .offcanvas_box {
    display: none;
  }
}
.cid-v3W0Nhb3FE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3W0Nhb3FE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3W0Nhb3FE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3W0Nhb3FE .container {
  display: flex;
  margin: auto;
}
.cid-v3W0Nhb3FE .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-v3W0Nhb3FE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3W0Nhb3FE .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #53ca20;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3W0Nhb3FE .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3W0Nhb3FE .iconfont-wrapper:hover .mbr-iconfont,
.cid-v3W0Nhb3FE .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3W0Nhb3FE .iconfont-wrapper:hover::before,
.cid-v3W0Nhb3FE .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3W0Nhb3FE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3W0Nhb3FE .navbar-nav {
    margin: 0;
  }
}
.cid-v3W0Nhb3FE .dropdown-menu,
.cid-v3W0Nhb3FE .navbar.opened {
  background-color: false !important;
}
.cid-v3W0Nhb3FE .nav-item:focus,
.cid-v3W0Nhb3FE .nav-link:focus {
  outline: none;
}
.cid-v3W0Nhb3FE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3W0Nhb3FE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3W0Nhb3FE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3W0Nhb3FE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3W0Nhb3FE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3W0Nhb3FE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3W0Nhb3FE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3W0Nhb3FE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3W0Nhb3FE .navbar.opened {
  transition: all 0.3s;
}
.cid-v3W0Nhb3FE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3W0Nhb3FE .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v3W0Nhb3FE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v3W0Nhb3FE .navbar.collapsed {
  justify-content: center;
}
.cid-v3W0Nhb3FE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3W0Nhb3FE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3W0Nhb3FE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3W0Nhb3FE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3W0Nhb3FE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3W0Nhb3FE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3W0Nhb3FE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3W0Nhb3FE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3W0Nhb3FE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v3W0Nhb3FE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3W0Nhb3FE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3W0Nhb3FE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3W0Nhb3FE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3W0Nhb3FE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3W0Nhb3FE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3W0Nhb3FE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3W0Nhb3FE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3W0Nhb3FE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3W0Nhb3FE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3W0Nhb3FE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3W0Nhb3FE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3W0Nhb3FE .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3W0Nhb3FE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3W0Nhb3FE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3W0Nhb3FE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3W0Nhb3FE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3W0Nhb3FE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3W0Nhb3FE .dropdown-item.active,
.cid-v3W0Nhb3FE .dropdown-item:active {
  background-color: transparent;
}
.cid-v3W0Nhb3FE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-v3W0Nhb3FE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3W0Nhb3FE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3W0Nhb3FE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3W0Nhb3FE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3W0Nhb3FE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3W0Nhb3FE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #202353;
  background: #63cfbf;
}
.cid-v3W0Nhb3FE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3W0Nhb3FE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3W0Nhb3FE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3W0Nhb3FE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3W0Nhb3FE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3W0Nhb3FE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3W0Nhb3FE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3W0Nhb3FE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3W0Nhb3FE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3W0Nhb3FE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3W0Nhb3FE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3W0Nhb3FE .navbar {
    height: 70px;
  }
  .cid-v3W0Nhb3FE .navbar.opened {
    height: auto;
  }
  .cid-v3W0Nhb3FE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3W0Nhb3FE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v3W0Nhb3FE .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-v3W0Nhb3FE .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v3W0Nhb3FE .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v3W0Nhb3FE .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v3W0Nhb3FE .navbar-caption:hover {
  color: #53ca20;
}
@media (min-width: 992px) {
  .cid-v3W0Nhb3FE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3W0Nhb3FE .text_widget {
  margin-bottom: 32px;
}
.cid-v3W0Nhb3FE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3W0Nhb3FE .text_widget a:hover,
.cid-v3W0Nhb3FE .text_widget a:focus {
  opacity: .8;
}
.cid-v3W0Nhb3FE .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-v3W0Nhb3FE .navbar-caption {
  color: #000000;
}
.cid-v3W0Nhb3FE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3W0Nhb3FE .mbr-section-subtitle,
.cid-v3W0Nhb3FE .text_widget,
.cid-v3W0Nhb3FE .mbr-section-btn {
  text-align: center;
}
.cid-v3W0Nhb3FE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3W0NhYTG0 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/remote-transponder-key-replacement-1034x761.jpg");
}
.cid-v3W0NhYTG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0NhYTG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0NhYTG0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0NhYTG0 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0NhYTG0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0NhYTG0 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0NhYTG0 .container {
    padding: 0 16px;
  }
}
.cid-v3W0NhYTG0 .content-wrapper {
  margin-bottom: 20%;
}
.cid-v3W0NhYTG0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3W0NhYTG0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3W0NhYTG0 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v3W0NhYTG0 .mbr-section-title {
  color: #000000;
}
.cid-v3W0NhYTG0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3W0NhYTG0 .mbr-section-title,
.cid-v3W0NhYTG0 .mbr-section-btn {
  text-align: center;
}
.cid-v3W0NishbD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3W0NishbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0NishbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0NishbD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0NishbD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0NishbD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0NishbD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0NishbD .container {
    padding: 0 16px;
  }
}
.cid-v3W0NishbD .row {
  justify-content: center;
}
.cid-v3W0NishbD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3W0NishbD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3W0NishbD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3W0NishbD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3W0NishbD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3W0NishbD .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3W0Nnjeha {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3W0Nnjeha .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0Nnjeha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0Nnjeha .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0Nnjeha .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0Nnjeha .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0Nnjeha .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0Nnjeha .container {
    padding: 0 16px;
  }
}
.cid-v3W0Nnjeha .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3W0Nnjeha .google-map iframe {
    height: 350px;
  }
}
.cid-v3W0NnL3uV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3W0NnL3uV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0NnL3uV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0NnL3uV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0NnL3uV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0NnL3uV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0NnL3uV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0NnL3uV .container {
    padding: 0 16px;
  }
}
.cid-v3W0NnL3uV .row {
  justify-content: center;
}
.cid-v3W0NnL3uV .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3W0NnL3uV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3W0NnL3uV .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3W0NnL3uV .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v3W0NnL3uV .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v3W0NnL3uV .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v3W0NnL3uV .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v3W0NnL3uV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3W0NnL3uV .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3W0NnL3uV .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3W0NnL3uV .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3W0NnL3uV .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-v3W0NnL3uV .lists-wrapper {
    margin: 0;
  }
}
.cid-v3W0NnL3uV .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3W0NnL3uV .item {
    margin-bottom: 32px;
  }
}
.cid-v3W0NnL3uV .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}
.cid-v3W0NnL3uV .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v3W0NnL3uV .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3W0NnL3uV .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3W0NnL3uV .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3W0NnL3uV .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v3W0NnL3uV .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v3W0NnL3uV .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v3W0NnL3uV .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v3W0NnL3uV .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v3W0NnL3uV .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0NnL3uV .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v3W0NnL3uV .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3W0NnL3uV .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3W0NnL3uV .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v3W0NnL3uV .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3W0NnL3uV .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v3W0NnL3uV .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3W0NnL3uV .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v3W0NnL3uV .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-v3W0NnL3uV .mbr-section-title {
  color: #000000;
}
.cid-v3W0NnL3uV .card-title {
  color: #000000;
}
.cid-v3W0NnL3uV .list {
  color: #000000;
}
.cid-v3W0NnL3uV .mbr-soc {
  color: #000000;
}
.cid-v3W0YClj1h {
  background-color: transparent;
}
.cid-v3W0YClj1h .navbar-dropdown {
  background-color: #202353 !important;
  padding: 0;
}
.cid-v3W0YClj1h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #202353 !important;
  background: #202353;
}
.cid-v3W0YClj1h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3W0YClj1h .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v3W0YClj1h .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v3W0YClj1h .menu_box .navbar.opened,
  .cid-v3W0YClj1h .menu_box .navbar-collapse {
    background-color: #202353 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v3W0YClj1h .navbar-dropdown {
  position: relative !important;
}
.cid-v3W0YClj1h .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-v3W0YClj1h .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3W0YClj1h .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v3W0YClj1h .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v3W0YClj1h .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v3W0YClj1h .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-v3W0YClj1h .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v3W0YClj1h .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v3W0YClj1h .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v3W0YClj1h .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v3W0YClj1h .offcanvas-body .mbr-text,
  .cid-v3W0YClj1h .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v3W0YClj1h .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v3W0YClj1h .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v3W0YClj1h .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-v3W0YClj1h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v3W0YClj1h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v3W0YClj1h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v3W0YClj1h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v3W0YClj1h ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v3W0YClj1h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3W0YClj1h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v3W0YClj1h .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v3W0YClj1h li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v3W0YClj1h .lg_brand {
    margin: 0 1rem;
  }
  .cid-v3W0YClj1h .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v3W0YClj1h .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v3W0YClj1h .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3W0YClj1h .nav-item {
    margin: 0 !important;
  }
}
.cid-v3W0YClj1h .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-v3W0YClj1h .nav-item .nav-link:hover,
.cid-v3W0YClj1h .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-v3W0YClj1h .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v3W0YClj1h .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v3W0YClj1h .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v3W0YClj1h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v3W0YClj1h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v3W0YClj1h .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v3W0YClj1h .offcanvas_box {
    display: none;
  }
}
.cid-v3W0YClj1h .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v3W0YClj1h .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v3W0YClj1h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v3W0YClj1h .container {
  display: flex;
  margin: auto;
}
.cid-v3W0YClj1h .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-v3W0YClj1h .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v3W0YClj1h .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #53ca20;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3W0YClj1h .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3W0YClj1h .iconfont-wrapper:hover .mbr-iconfont,
.cid-v3W0YClj1h .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3W0YClj1h .iconfont-wrapper:hover::before,
.cid-v3W0YClj1h .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3W0YClj1h .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v3W0YClj1h .navbar-nav {
    margin: 0;
  }
}
.cid-v3W0YClj1h .dropdown-menu,
.cid-v3W0YClj1h .navbar.opened {
  background-color: false !important;
}
.cid-v3W0YClj1h .nav-item:focus,
.cid-v3W0YClj1h .nav-link:focus {
  outline: none;
}
.cid-v3W0YClj1h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3W0YClj1h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3W0YClj1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3W0YClj1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3W0YClj1h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3W0YClj1h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3W0YClj1h .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v3W0YClj1h .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v3W0YClj1h .navbar.opened {
  transition: all 0.3s;
}
.cid-v3W0YClj1h .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v3W0YClj1h .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v3W0YClj1h .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v3W0YClj1h .navbar.collapsed {
  justify-content: center;
}
.cid-v3W0YClj1h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3W0YClj1h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3W0YClj1h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3W0YClj1h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3W0YClj1h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3W0YClj1h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v3W0YClj1h .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3W0YClj1h .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v3W0YClj1h .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v3W0YClj1h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3W0YClj1h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3W0YClj1h .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v3W0YClj1h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3W0YClj1h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v3W0YClj1h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3W0YClj1h .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v3W0YClj1h .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v3W0YClj1h .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v3W0YClj1h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v3W0YClj1h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3W0YClj1h .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v3W0YClj1h .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3W0YClj1h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3W0YClj1h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3W0YClj1h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3W0YClj1h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3W0YClj1h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3W0YClj1h .dropdown-item.active,
.cid-v3W0YClj1h .dropdown-item:active {
  background-color: transparent;
}
.cid-v3W0YClj1h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-v3W0YClj1h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3W0YClj1h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3W0YClj1h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3W0YClj1h ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3W0YClj1h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3W0YClj1h button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #202353;
  background: #63cfbf;
}
.cid-v3W0YClj1h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3W0YClj1h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3W0YClj1h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3W0YClj1h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3W0YClj1h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3W0YClj1h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3W0YClj1h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3W0YClj1h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3W0YClj1h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3W0YClj1h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3W0YClj1h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3W0YClj1h .navbar {
    height: 70px;
  }
  .cid-v3W0YClj1h .navbar.opened {
    height: auto;
  }
  .cid-v3W0YClj1h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3W0YClj1h .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v3W0YClj1h .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-v3W0YClj1h .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v3W0YClj1h .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v3W0YClj1h .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v3W0YClj1h .navbar-caption:hover {
  color: #53ca20;
}
@media (min-width: 992px) {
  .cid-v3W0YClj1h .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v3W0YClj1h .text_widget {
  margin-bottom: 32px;
}
.cid-v3W0YClj1h .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v3W0YClj1h .text_widget a:hover,
.cid-v3W0YClj1h .text_widget a:focus {
  opacity: .8;
}
.cid-v3W0YClj1h .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-v3W0YClj1h .navbar-caption {
  color: #000000;
}
.cid-v3W0YClj1h .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3W0YClj1h .mbr-section-subtitle,
.cid-v3W0YClj1h .text_widget,
.cid-v3W0YClj1h .mbr-section-btn {
  text-align: center;
}
.cid-v3W0YClj1h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3W0YD2cdo {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/locksmith-for-a-car-1500x1000.png");
}
.cid-v3W0YD2cdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0YD2cdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0YD2cdo .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0YD2cdo .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0YD2cdo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0YD2cdo .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0YD2cdo .container {
    padding: 0 16px;
  }
}
.cid-v3W0YD2cdo .content-wrapper {
  margin-bottom: 20%;
}
.cid-v3W0YD2cdo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3W0YD2cdo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3W0YD2cdo .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v3W0YD2cdo .mbr-section-title {
  color: #000000;
}
.cid-v3W0YD2cdo .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3W0YD2cdo .mbr-section-title,
.cid-v3W0YD2cdo .mbr-section-btn {
  text-align: center;
}
.cid-v3W0YDpd1C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3W0YDpd1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0YDpd1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0YDpd1C .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0YDpd1C .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0YDpd1C .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0YDpd1C .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0YDpd1C .container {
    padding: 0 16px;
  }
}
.cid-v3W0YDpd1C .row {
  justify-content: center;
}
.cid-v3W0YDpd1C .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3W0YDpd1C .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3W0YDpd1C .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3W0YDpd1C .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3W0YDpd1C .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3W0YDpd1C .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3W0YDR7AF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202353;
}
.cid-v3W0YDR7AF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0YDR7AF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0YDR7AF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0YDR7AF .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0YDR7AF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0YDR7AF .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0YDR7AF .container {
    padding: 0 16px;
  }
}
.cid-v3W0YDR7AF .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3W0YDR7AF .google-map iframe {
    height: 350px;
  }
}
.cid-v3W0YEjdYR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3W0YEjdYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3W0YEjdYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3W0YEjdYR .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3W0YEjdYR .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0YEjdYR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0YEjdYR .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3W0YEjdYR .container {
    padding: 0 16px;
  }
}
.cid-v3W0YEjdYR .row {
  justify-content: center;
}
.cid-v3W0YEjdYR .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3W0YEjdYR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3W0YEjdYR .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3W0YEjdYR .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v3W0YEjdYR .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v3W0YEjdYR .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v3W0YEjdYR .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v3W0YEjdYR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3W0YEjdYR .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3W0YEjdYR .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3W0YEjdYR .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3W0YEjdYR .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-v3W0YEjdYR .lists-wrapper {
    margin: 0;
  }
}
.cid-v3W0YEjdYR .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3W0YEjdYR .item {
    margin-bottom: 32px;
  }
}
.cid-v3W0YEjdYR .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}
.cid-v3W0YEjdYR .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v3W0YEjdYR .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3W0YEjdYR .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3W0YEjdYR .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3W0YEjdYR .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v3W0YEjdYR .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v3W0YEjdYR .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v3W0YEjdYR .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v3W0YEjdYR .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v3W0YEjdYR .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v3W0YEjdYR .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v3W0YEjdYR .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3W0YEjdYR .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3W0YEjdYR .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v3W0YEjdYR .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3W0YEjdYR .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v3W0YEjdYR .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3W0YEjdYR .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v3W0YEjdYR .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-v3W0YEjdYR .mbr-section-title {
  color: #000000;
}
.cid-v3W0YEjdYR .card-title {
  color: #000000;
}
.cid-v3W0YEjdYR .list {
  color: #000000;
}
.cid-v3W0YEjdYR .mbr-soc {
  color: #000000;
}
