.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #dc5400 !important;
}
.bg-success {
  background-color: #2e96ff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #dcb300 !important;
}
.bg-danger {
  background-color: #dc5400 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #dc5400, #dc5400 65%, #ff8b43) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #0844ff, #0844ff 65%, #6e91ff) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0844ff !important;
  border-color: #0844ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3b6bff !important;
  border-color: #3b6bff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b6bff !important;
  border-color: #3b6bff !important;
}
.btn-info {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(90deg, #2e96ff, #2e96ff 65%, #94c9ff) !important;
}
.btn-success,
.btn-success:active {
  background-color: #2e96ff !important;
  border-color: #2e96ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #61b0ff !important;
  border-color: #61b0ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #61b0ff !important;
  border-color: #61b0ff !important;
}
.btn-warning {
  background: linear-gradient(90deg, #dcb300, #dcb300 65%, #ffdc43) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #dc5400, #dc5400 65%, #ff8b43) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !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: #dc5400;
  color: #dc5400;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #853300 !important;
  background-color: transparent !important;
  border-color: #853300 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0844ff;
  color: #0844ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #002bb0 !important;
  background-color: transparent !important;
  border-color: #002bb0 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0844ff !important;
  border-color: #0844ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2e96ff;
  color: #2e96ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #006bd6 !important;
  background-color: transparent !important;
  border-color: #006bd6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2e96ff !important;
  border-color: #2e96ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcb300;
  color: #dcb300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #856c00 !important;
  background-color: transparent !important;
  border-color: #856c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dc5400;
  color: #dc5400;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #853300 !important;
  background-color: transparent !important;
  border-color: #853300 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc5400 !important;
  border-color: #dc5400 !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: #dc5400 !important;
}
.text-secondary {
  color: #0844ff !important;
}
.text-success {
  color: #2e96ff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #dcb300 !important;
}
.text-danger {
  color: #dc5400 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #762d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0027a1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0063c7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #766000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #762d00 !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: #dc5400;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #dcb300;
}
.alert-danger {
  background-color: #dc5400;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dc5400;
  border-color: #dc5400;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dc5400;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcaa9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fafcff;
}
.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: #ffefa9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcaa9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #dc5400 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #dc5400;
}
/* 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: #dc5400;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dc5400;
}
.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: #dc5400;
  border-bottom-color: #dc5400;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #dc5400 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0844ff !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='%23dc5400' %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: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.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(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.mbr-figure {
  border-radius: 24px !important;
}
.icon-wrap {
  border-radius: 16px;
}
.item-number img {
  border-radius: 16px !important;
}
.item-number {
  border-radius: 16px;
}
.form-control {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
}
.cid-uK3ePfMFyD {
  background-color: transparent;
}
.cid-uK3ePfMFyD .navbar-dropdown {
  background-color: #d9d8da !important;
  padding: 0;
}
.cid-uK3ePfMFyD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d9d8da !important;
  background: #d9d8da;
}
.cid-uK3ePfMFyD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK3ePfMFyD .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uK3ePfMFyD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uK3ePfMFyD .navbar.opened {
  transition: all 0.3s;
}
.cid-uK3ePfMFyD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uK3ePfMFyD .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uK3ePfMFyD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK3ePfMFyD .navbar.collapsed {
  justify-content: center;
}
.cid-uK3ePfMFyD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK3ePfMFyD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uK3ePfMFyD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK3ePfMFyD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK3ePfMFyD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK3ePfMFyD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uK3ePfMFyD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uK3ePfMFyD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uK3ePfMFyD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uK3ePfMFyD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK3ePfMFyD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK3ePfMFyD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uK3ePfMFyD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK3ePfMFyD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uK3ePfMFyD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK3ePfMFyD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uK3ePfMFyD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uK3ePfMFyD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uK3ePfMFyD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uK3ePfMFyD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK3ePfMFyD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uK3ePfMFyD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uK3ePfMFyD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uK3ePfMFyD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uK3ePfMFyD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uK3ePfMFyD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uK3ePfMFyD .menu_box .navbar.opened,
  .cid-uK3ePfMFyD .menu_box .navbar-collapse {
    background-color: #d9d8da !important;
    transition: all 0s ease 0s;
  }
}
.cid-uK3ePfMFyD .navbar-dropdown {
  position: relative !important;
}
.cid-uK3ePfMFyD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uK3ePfMFyD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uK3ePfMFyD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uK3ePfMFyD .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uK3ePfMFyD .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uK3ePfMFyD .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uK3ePfMFyD .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uK3ePfMFyD .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uK3ePfMFyD .nav-item {
    margin: 0 !important;
  }
}
.cid-uK3ePfMFyD .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uK3ePfMFyD .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uK3ePfMFyD .nav-item .nav-link:hover,
.cid-uK3ePfMFyD .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uK3ePfMFyD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uK3ePfMFyD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uK3ePfMFyD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uK3ePfMFyD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uK3ePfMFyD .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-uK3ePfMFyD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uK3ePfMFyD .offcanvas_box {
    display: none;
  }
}
.cid-uK3ePfMFyD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uK3ePfMFyD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uK3ePfMFyD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uK3ePfMFyD .container {
  display: flex;
  margin: auto;
}
.cid-uK3ePfMFyD .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uK3ePfMFyD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uK3ePfMFyD .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uK3ePfMFyD .navbar-nav {
    margin: 0;
  }
}
.cid-uK3ePfMFyD .dropdown-menu,
.cid-uK3ePfMFyD .navbar.opened {
  background-color: false !important;
}
.cid-uK3ePfMFyD .nav-item:focus,
.cid-uK3ePfMFyD .nav-link:focus {
  outline: none;
}
.cid-uK3ePfMFyD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK3ePfMFyD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3ePfMFyD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK3ePfMFyD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK3ePfMFyD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK3ePfMFyD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK3ePfMFyD .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-uK3ePfMFyD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uK3ePfMFyD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK3ePfMFyD .dropdown-item.active,
.cid-uK3ePfMFyD .dropdown-item:active {
  background-color: transparent;
}
.cid-uK3ePfMFyD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uK3ePfMFyD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK3ePfMFyD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK3ePfMFyD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3ePfMFyD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uK3ePfMFyD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uK3ePfMFyD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d9d8da;
  background: #ff9063;
}
.cid-uK3ePfMFyD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uK3ePfMFyD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK3ePfMFyD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3ePfMFyD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3ePfMFyD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK3ePfMFyD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3ePfMFyD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK3ePfMFyD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK3ePfMFyD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3ePfMFyD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uK3ePfMFyD .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-uK3ePfMFyD .navbar {
    height: 70px;
  }
  .cid-uK3ePfMFyD .navbar.opened {
    height: auto;
  }
  .cid-uK3ePfMFyD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK3ePfMFyD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uK3ePfMFyD .navbar-caption:hover {
  color: #dc5400;
}
@media (min-width: 992px) {
  .cid-uK3ePfMFyD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uK3ePfMFyD .text_widget {
  margin-bottom: 32px;
}
.cid-uK3ePfMFyD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uK3ePfMFyD .text_widget a:hover,
.cid-uK3ePfMFyD .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uK3ePfMFyD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uK3ePfMFyD .navbar-caption {
  color: #050f0f;
}
.cid-uK3ePfMFyD .mbr-section-subtitle,
.cid-uK3ePfMFyD .text_widget,
.cid-uK3ePfMFyD .mbr-section-btn {
  text-align: center;
}
.cid-uK3ePfMFyD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uK3e3Bt2GI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bradenton-florida-car-accident-attorneys.jpg-1296x728.jpg");
}
.cid-uK3e3Bt2GI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3e3Bt2GI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3e3Bt2GI .row {
  margin: 0 -8px;
}
.cid-uK3e3Bt2GI .row .card {
  padding: 0 8px;
}
.cid-uK3e3Bt2GI .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uK3e3Bt2GI .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uK3e3Bt2GI .card-wrapper {
    padding: 24px;
  }
}
.cid-uK3e3Bt2GI .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uK3e3Bt2GI .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uK3e3Bt2GI .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uK3e3Bt2GI .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uK3e3Bt2GI .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK3e3Bt2GI .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uK3e3Bt2GI .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK3e3Bt2GI .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uK3e3Bt2GI .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uK3e3Bt2GI .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uK3e3Bt2GI .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uK3e3Bt2GI .mbr-text,
.cid-uK3e3Bt2GI .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uK3gvymH7n {
  padding-top: 8rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uK3gvymH7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3gvymH7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK3gvymH7n .container {
    padding: 0 24px;
  }
}
.cid-uK3gvymH7n .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uK3gvymH7n .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uK3gvymH7n .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uK3gvymH7n .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uK3gvymH7n .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uK3gvymH7n .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uK3gvymH7n .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uK3gvymH7n .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uK3gvymH7n .mbr-section-title {
  color: #ffffff;
}
.cid-uK3gvymH7n .mbr-text,
.cid-uK3gvymH7n .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uK3gvymH7n .mbr-section-title,
.cid-uK3gvymH7n .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uK3jkrWZX1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3jkrWZX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3jkrWZX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK3jkrWZX1 .container {
    padding: 0 16px;
  }
}
.cid-uK3jkrWZX1 .row {
  position: relative;
  z-index: 1;
}
.cid-uK3jkrWZX1 .card {
  justify-content: flex-end;
}
.cid-uK3jkrWZX1 .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uK3jkrWZX1 .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uK3jkrWZX1 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uK3jkrWZX1 .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uK3jkrWZX1 .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uK3jkrWZX1 .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jkrWZX1 .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uK3jkrWZX1 .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uK3jkrWZX1 .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uK3jkrWZX1 .card-wrapper .card-wrap {
  background-color: #f7f7f7;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uK3jkrWZX1 .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uK3jkrWZX1 .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uK3jkrWZX1 .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uK3jkrWZX1 .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uK3jkrWZX1 .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uK3jkrWZX1 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uK3jkrWZX1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uK3jkrWZX1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uK3jkrWZX1 .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uK3jkrWZX1 .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uK3jkrWZX1 .text-wrapper {
    margin-left: 0;
  }
}
.cid-uK3jkrWZX1 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uK3jkrWZX1 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uK3jkrWZX1 .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uK3jkrWZX1 .mbr-text {
  color: #000000;
}
.cid-uK3jkrWZX1 .card-desc {
  color: #000000;
}
.cid-uK3jkrWZX1 .card-text {
  color: #ffffff;
}
.cid-uK3jkrWZX1 .card-name {
  color: #ffffff;
}
.cid-uK3jkrWZX1 .card-role {
  color: #ffffff;
}
.cid-uK3fAxZo4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3fAxZo4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3fAxZo4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK3fAxZo4H .container {
    padding: 0 30px;
  }
}
.cid-uK3fAxZo4H .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-uK3fAxZo4H .content-wrapper {
    display: block;
  }
}
.cid-uK3fAxZo4H .content-wrapper .card {
  justify-content: center;
}
.cid-uK3fAxZo4H .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uK3fAxZo4H .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uK3fAxZo4H .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uK3fAxZo4H .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uK3fAxZo4H .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uK3fAxZo4H .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uK3fAxZo4H .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-uK3fAxZo4H .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uK3fAxZo4H .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #d9d8da;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uK3fAxZo4H .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uK3fAxZo4H .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uK3fAxZo4H .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uK3fAxZo4H .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uK3fAxZo4H .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #7e3000;
}
@media (max-width: 992px) {
  .cid-uK3fAxZo4H .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uK3fAxZo4H .mbr-section-title {
  color: #144031;
}
.cid-uK3fAxZo4H .mbr-text {
  color: #000000;
}
.cid-uK3fAxZo4H .list {
  color: #144031;
}
.cid-uK3fAxZo4H .mbr-section-title,
.cid-uK3fAxZo4H .mbr-section-btn {
  color: #000000;
}
.cid-uK3fAxZo4H .list,
.cid-uK3fAxZo4H .item-wrap {
  color: #000000;
}
.cid-uK3jOmbORr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uK3jOmbORr .mbr-text {
  color: #000000;
}
.cid-uK3jOmbORr .mbr-section-subtitle {
  color: #000000;
}
.cid-uK3jOmbORr .mbr-section-title {
  color: #ffffff;
}
.cid-uK3jAB8xIt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uK3jAB8xIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3jAB8xIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK3jAB8xIt .container {
    padding: 0 22px;
  }
}
.cid-uK3jAB8xIt .card {
  justify-content: center;
}
.cid-uK3jAB8xIt .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uK3jAB8xIt .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uK3jAB8xIt .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uK3jAB8xIt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK3jAB8xIt .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uK3jAB8xIt .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #f7f7f7;
}
@media (max-width: 1440px) {
  .cid-uK3jAB8xIt .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uK3jAB8xIt .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uK3jAB8xIt .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uK3jAB8xIt .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uK3jAB8xIt .mbr-section-title {
  color: #000000;
}
.cid-uK3jAB8xIt .mbr-text {
  color: #000000;
}
.cid-uK3eecj8tK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-uK3eecj8tK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3eecj8tK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3eecj8tK .google-map {
  height: 30rem;
  position: relative;
}
.cid-uK3eecj8tK .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uK3eecj8tK .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uK3eecj8tK .google-map[data-state] {
  background: #fffff5;
}
.cid-uK3eecj8tK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uK3ef1QdyY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3ef1QdyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3ef1QdyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3ef1QdyY .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #2e96ff;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uK3ef1QdyY .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uK3ef1QdyY .card {
  justify-content: center;
}
.cid-uK3ef1QdyY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK3ef1QdyY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uK3ef1QdyY .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uK3ef1QdyY .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #2e96ff;
}
.cid-uK3ef1QdyY .list-wrapper .list .item-wrap:hover,
.cid-uK3ef1QdyY .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uK3ef1QdyY .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uK3ef1QdyY .mbr-section-title {
  color: #000000;
}
.cid-uK3ef1QdyY .list {
  color: #000000;
}
.cid-uK1hvU3N3W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uK1hvU3N3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK1hvU3N3W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK1hvU3N3W .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uK1hvU3N3W a {
  position: relative;
  width: fit-content;
}
.cid-uK1hvU3N3W a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uK1hvU3N3W a:hover:before {
  width: 0;
}
.cid-uK1hvU3N3W .copyright {
  color: #0844ff;
}
.cid-uK1hvU3N3W .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uK1hvU3N3W .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uK1hvU3N3W .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uK1hvU3N3W .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK1hvU3N3W .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uK1hvU3N3W .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uK1hvU3N3W p {
    text-align: center;
  }
}
.cid-uK3lwo7CH2 {
  background-color: transparent;
}
.cid-uK3lwo7CH2 .navbar-dropdown {
  background-color: #d9d8da !important;
  padding: 0;
}
.cid-uK3lwo7CH2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d9d8da !important;
  background: #d9d8da;
}
.cid-uK3lwo7CH2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK3lwo7CH2 .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uK3lwo7CH2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uK3lwo7CH2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uK3lwo7CH2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uK3lwo7CH2 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uK3lwo7CH2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK3lwo7CH2 .navbar.collapsed {
  justify-content: center;
}
.cid-uK3lwo7CH2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK3lwo7CH2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uK3lwo7CH2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK3lwo7CH2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK3lwo7CH2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK3lwo7CH2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uK3lwo7CH2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uK3lwo7CH2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uK3lwo7CH2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uK3lwo7CH2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK3lwo7CH2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK3lwo7CH2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uK3lwo7CH2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK3lwo7CH2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uK3lwo7CH2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK3lwo7CH2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uK3lwo7CH2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uK3lwo7CH2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uK3lwo7CH2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uK3lwo7CH2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK3lwo7CH2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uK3lwo7CH2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uK3lwo7CH2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uK3lwo7CH2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uK3lwo7CH2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uK3lwo7CH2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uK3lwo7CH2 .menu_box .navbar.opened,
  .cid-uK3lwo7CH2 .menu_box .navbar-collapse {
    background-color: #d9d8da !important;
    transition: all 0s ease 0s;
  }
}
.cid-uK3lwo7CH2 .navbar-dropdown {
  position: relative !important;
}
.cid-uK3lwo7CH2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uK3lwo7CH2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uK3lwo7CH2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uK3lwo7CH2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uK3lwo7CH2 .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uK3lwo7CH2 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uK3lwo7CH2 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uK3lwo7CH2 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uK3lwo7CH2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uK3lwo7CH2 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uK3lwo7CH2 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uK3lwo7CH2 .nav-item .nav-link:hover,
.cid-uK3lwo7CH2 .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uK3lwo7CH2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uK3lwo7CH2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uK3lwo7CH2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uK3lwo7CH2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uK3lwo7CH2 .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-uK3lwo7CH2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uK3lwo7CH2 .offcanvas_box {
    display: none;
  }
}
.cid-uK3lwo7CH2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uK3lwo7CH2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uK3lwo7CH2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uK3lwo7CH2 .container {
  display: flex;
  margin: auto;
}
.cid-uK3lwo7CH2 .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uK3lwo7CH2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uK3lwo7CH2 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uK3lwo7CH2 .navbar-nav {
    margin: 0;
  }
}
.cid-uK3lwo7CH2 .dropdown-menu,
.cid-uK3lwo7CH2 .navbar.opened {
  background-color: false !important;
}
.cid-uK3lwo7CH2 .nav-item:focus,
.cid-uK3lwo7CH2 .nav-link:focus {
  outline: none;
}
.cid-uK3lwo7CH2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK3lwo7CH2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3lwo7CH2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK3lwo7CH2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK3lwo7CH2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK3lwo7CH2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK3lwo7CH2 .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-uK3lwo7CH2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uK3lwo7CH2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK3lwo7CH2 .dropdown-item.active,
.cid-uK3lwo7CH2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uK3lwo7CH2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uK3lwo7CH2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK3lwo7CH2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK3lwo7CH2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3lwo7CH2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uK3lwo7CH2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uK3lwo7CH2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d9d8da;
  background: #ff9063;
}
.cid-uK3lwo7CH2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uK3lwo7CH2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK3lwo7CH2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3lwo7CH2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3lwo7CH2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK3lwo7CH2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3lwo7CH2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK3lwo7CH2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK3lwo7CH2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3lwo7CH2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uK3lwo7CH2 .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-uK3lwo7CH2 .navbar {
    height: 70px;
  }
  .cid-uK3lwo7CH2 .navbar.opened {
    height: auto;
  }
  .cid-uK3lwo7CH2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK3lwo7CH2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uK3lwo7CH2 .navbar-caption:hover {
  color: #dc5400;
}
@media (min-width: 992px) {
  .cid-uK3lwo7CH2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uK3lwo7CH2 .text_widget {
  margin-bottom: 32px;
}
.cid-uK3lwo7CH2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uK3lwo7CH2 .text_widget a:hover,
.cid-uK3lwo7CH2 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uK3lwo7CH2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uK3lwo7CH2 .navbar-caption {
  color: #050f0f;
}
.cid-uK3lwo7CH2 .mbr-section-subtitle,
.cid-uK3lwo7CH2 .text_widget,
.cid-uK3lwo7CH2 .mbr-section-btn {
  text-align: center;
}
.cid-uK3lwo7CH2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uK3lwqY6S6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/auto-glass-basics-explained-auto-glass-in-chicago.jpg-1254x836.jpg");
}
.cid-uK3lwqY6S6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3lwqY6S6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3lwqY6S6 .row {
  margin: 0 -8px;
}
.cid-uK3lwqY6S6 .row .card {
  padding: 0 8px;
}
.cid-uK3lwqY6S6 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uK3lwqY6S6 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uK3lwqY6S6 .card-wrapper {
    padding: 24px;
  }
}
.cid-uK3lwqY6S6 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uK3lwqY6S6 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uK3lwqY6S6 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uK3lwqY6S6 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uK3lwqY6S6 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK3lwqY6S6 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uK3lwqY6S6 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK3lwqY6S6 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uK3lwqY6S6 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uK3lwqY6S6 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uK3lwqY6S6 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uK3lwqY6S6 .mbr-text,
.cid-uK3lwqY6S6 .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uK3lwsqo8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3lwsqo8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3lwsqo8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3lwsqo8l .items-wrapper {
  justify-content: center;
}
.cid-uK3lwsqo8l .mbr-text,
.cid-uK3lwsqo8l .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uK3lwtMBJY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-uK3lwtMBJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3lwtMBJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3lwtMBJY .google-map {
  height: 30rem;
  position: relative;
}
.cid-uK3lwtMBJY .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uK3lwtMBJY .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uK3lwtMBJY .google-map[data-state] {
  background: #fffff5;
}
.cid-uK3lwtMBJY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uK3lwwgOKQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3lwwgOKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3lwwgOKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3lwwgOKQ .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #2e96ff;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uK3lwwgOKQ .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uK3lwwgOKQ .card {
  justify-content: center;
}
.cid-uK3lwwgOKQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK3lwwgOKQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uK3lwwgOKQ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uK3lwwgOKQ .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #2e96ff;
}
.cid-uK3lwwgOKQ .list-wrapper .list .item-wrap:hover,
.cid-uK3lwwgOKQ .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uK3lwwgOKQ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uK3lwwgOKQ .mbr-section-title {
  color: #000000;
}
.cid-uK3lwwgOKQ .list {
  color: #000000;
}
.cid-uK3lwzX6i9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uK3lwzX6i9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3lwzX6i9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3lwzX6i9 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uK3lwzX6i9 a {
  position: relative;
  width: fit-content;
}
.cid-uK3lwzX6i9 a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uK3lwzX6i9 a:hover:before {
  width: 0;
}
.cid-uK3lwzX6i9 .copyright {
  color: #0844ff;
}
.cid-uK3lwzX6i9 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uK3lwzX6i9 .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uK3lwzX6i9 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uK3lwzX6i9 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK3lwzX6i9 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uK3lwzX6i9 .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uK3lwzX6i9 p {
    text-align: center;
  }
}
.cid-uK3m20NtxW {
  background-color: transparent;
}
.cid-uK3m20NtxW .navbar-dropdown {
  background-color: #d9d8da !important;
  padding: 0;
}
.cid-uK3m20NtxW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d9d8da !important;
  background: #d9d8da;
}
.cid-uK3m20NtxW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK3m20NtxW .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uK3m20NtxW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uK3m20NtxW .navbar.opened {
  transition: all 0.3s;
}
.cid-uK3m20NtxW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uK3m20NtxW .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uK3m20NtxW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK3m20NtxW .navbar.collapsed {
  justify-content: center;
}
.cid-uK3m20NtxW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK3m20NtxW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uK3m20NtxW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK3m20NtxW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK3m20NtxW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK3m20NtxW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uK3m20NtxW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uK3m20NtxW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uK3m20NtxW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uK3m20NtxW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK3m20NtxW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK3m20NtxW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uK3m20NtxW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK3m20NtxW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uK3m20NtxW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK3m20NtxW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uK3m20NtxW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uK3m20NtxW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uK3m20NtxW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uK3m20NtxW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK3m20NtxW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uK3m20NtxW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uK3m20NtxW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uK3m20NtxW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uK3m20NtxW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uK3m20NtxW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uK3m20NtxW .menu_box .navbar.opened,
  .cid-uK3m20NtxW .menu_box .navbar-collapse {
    background-color: #d9d8da !important;
    transition: all 0s ease 0s;
  }
}
.cid-uK3m20NtxW .navbar-dropdown {
  position: relative !important;
}
.cid-uK3m20NtxW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uK3m20NtxW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uK3m20NtxW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uK3m20NtxW .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uK3m20NtxW .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uK3m20NtxW .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uK3m20NtxW .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uK3m20NtxW .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uK3m20NtxW .nav-item {
    margin: 0 !important;
  }
}
.cid-uK3m20NtxW .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uK3m20NtxW .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uK3m20NtxW .nav-item .nav-link:hover,
.cid-uK3m20NtxW .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uK3m20NtxW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uK3m20NtxW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uK3m20NtxW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uK3m20NtxW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uK3m20NtxW .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-uK3m20NtxW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uK3m20NtxW .offcanvas_box {
    display: none;
  }
}
.cid-uK3m20NtxW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uK3m20NtxW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uK3m20NtxW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uK3m20NtxW .container {
  display: flex;
  margin: auto;
}
.cid-uK3m20NtxW .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uK3m20NtxW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uK3m20NtxW .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uK3m20NtxW .navbar-nav {
    margin: 0;
  }
}
.cid-uK3m20NtxW .dropdown-menu,
.cid-uK3m20NtxW .navbar.opened {
  background-color: false !important;
}
.cid-uK3m20NtxW .nav-item:focus,
.cid-uK3m20NtxW .nav-link:focus {
  outline: none;
}
.cid-uK3m20NtxW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK3m20NtxW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3m20NtxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK3m20NtxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK3m20NtxW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK3m20NtxW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK3m20NtxW .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-uK3m20NtxW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uK3m20NtxW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK3m20NtxW .dropdown-item.active,
.cid-uK3m20NtxW .dropdown-item:active {
  background-color: transparent;
}
.cid-uK3m20NtxW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uK3m20NtxW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK3m20NtxW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK3m20NtxW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3m20NtxW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uK3m20NtxW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uK3m20NtxW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d9d8da;
  background: #ff9063;
}
.cid-uK3m20NtxW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uK3m20NtxW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK3m20NtxW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3m20NtxW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3m20NtxW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK3m20NtxW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3m20NtxW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK3m20NtxW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK3m20NtxW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3m20NtxW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uK3m20NtxW .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-uK3m20NtxW .navbar {
    height: 70px;
  }
  .cid-uK3m20NtxW .navbar.opened {
    height: auto;
  }
  .cid-uK3m20NtxW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK3m20NtxW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uK3m20NtxW .navbar-caption:hover {
  color: #dc5400;
}
@media (min-width: 992px) {
  .cid-uK3m20NtxW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uK3m20NtxW .text_widget {
  margin-bottom: 32px;
}
.cid-uK3m20NtxW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uK3m20NtxW .text_widget a:hover,
.cid-uK3m20NtxW .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uK3m20NtxW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uK3m20NtxW .navbar-caption {
  color: #050f0f;
}
.cid-uK3m20NtxW .mbr-section-subtitle,
.cid-uK3m20NtxW .text_widget,
.cid-uK3m20NtxW .mbr-section-btn {
  text-align: center;
}
.cid-uK3m20NtxW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uK3m22C7wH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/best-car-accident-lawyers-1.jpg-1170x780.jpg");
}
.cid-uK3m22C7wH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3m22C7wH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3m22C7wH .row {
  margin: 0 -8px;
}
.cid-uK3m22C7wH .row .card {
  padding: 0 8px;
}
.cid-uK3m22C7wH .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uK3m22C7wH .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uK3m22C7wH .card-wrapper {
    padding: 24px;
  }
}
.cid-uK3m22C7wH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uK3m22C7wH .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uK3m22C7wH .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uK3m22C7wH .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uK3m22C7wH .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK3m22C7wH .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uK3m22C7wH .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK3m22C7wH .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uK3m22C7wH .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uK3m22C7wH .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uK3m22C7wH .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uK3m22C7wH .mbr-text,
.cid-uK3m22C7wH .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uK3m240fdB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3m240fdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3m240fdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3m240fdB .items-wrapper {
  justify-content: center;
}
.cid-uK3m240fdB .mbr-text,
.cid-uK3m240fdB .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uK3m25eRRs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-uK3m25eRRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3m25eRRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3m25eRRs .google-map {
  height: 30rem;
  position: relative;
}
.cid-uK3m25eRRs .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uK3m25eRRs .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uK3m25eRRs .google-map[data-state] {
  background: #fffff5;
}
.cid-uK3m25eRRs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uK3m26vEIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3m26vEIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3m26vEIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3m26vEIy .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #2e96ff;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uK3m26vEIy .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uK3m26vEIy .card {
  justify-content: center;
}
.cid-uK3m26vEIy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK3m26vEIy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uK3m26vEIy .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uK3m26vEIy .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #2e96ff;
}
.cid-uK3m26vEIy .list-wrapper .list .item-wrap:hover,
.cid-uK3m26vEIy .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uK3m26vEIy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uK3m26vEIy .mbr-section-title {
  color: #000000;
}
.cid-uK3m26vEIy .list {
  color: #000000;
}
.cid-uK3m27Juyb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uK3m27Juyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3m27Juyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3m27Juyb .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uK3m27Juyb a {
  position: relative;
  width: fit-content;
}
.cid-uK3m27Juyb a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uK3m27Juyb a:hover:before {
  width: 0;
}
.cid-uK3m27Juyb .copyright {
  color: #0844ff;
}
.cid-uK3m27Juyb .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uK3m27Juyb .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uK3m27Juyb .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uK3m27Juyb .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK3m27Juyb .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uK3m27Juyb .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uK3m27Juyb p {
    text-align: center;
  }
}
.cid-uK3krqmtQu {
  background-color: transparent;
}
.cid-uK3krqmtQu .navbar-dropdown {
  background-color: #d9d8da !important;
  padding: 0;
}
.cid-uK3krqmtQu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d9d8da !important;
  background: #d9d8da;
}
.cid-uK3krqmtQu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK3krqmtQu .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uK3krqmtQu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uK3krqmtQu .navbar.opened {
  transition: all 0.3s;
}
.cid-uK3krqmtQu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uK3krqmtQu .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uK3krqmtQu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK3krqmtQu .navbar.collapsed {
  justify-content: center;
}
.cid-uK3krqmtQu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK3krqmtQu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uK3krqmtQu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK3krqmtQu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK3krqmtQu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK3krqmtQu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uK3krqmtQu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uK3krqmtQu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uK3krqmtQu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uK3krqmtQu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK3krqmtQu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK3krqmtQu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uK3krqmtQu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK3krqmtQu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uK3krqmtQu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK3krqmtQu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uK3krqmtQu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uK3krqmtQu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uK3krqmtQu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uK3krqmtQu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK3krqmtQu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uK3krqmtQu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uK3krqmtQu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uK3krqmtQu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uK3krqmtQu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uK3krqmtQu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uK3krqmtQu .menu_box .navbar.opened,
  .cid-uK3krqmtQu .menu_box .navbar-collapse {
    background-color: #d9d8da !important;
    transition: all 0s ease 0s;
  }
}
.cid-uK3krqmtQu .navbar-dropdown {
  position: relative !important;
}
.cid-uK3krqmtQu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uK3krqmtQu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uK3krqmtQu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uK3krqmtQu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uK3krqmtQu .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uK3krqmtQu .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uK3krqmtQu .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uK3krqmtQu .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uK3krqmtQu .nav-item {
    margin: 0 !important;
  }
}
.cid-uK3krqmtQu .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uK3krqmtQu .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uK3krqmtQu .nav-item .nav-link:hover,
.cid-uK3krqmtQu .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uK3krqmtQu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uK3krqmtQu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uK3krqmtQu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uK3krqmtQu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uK3krqmtQu .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-uK3krqmtQu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uK3krqmtQu .offcanvas_box {
    display: none;
  }
}
.cid-uK3krqmtQu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uK3krqmtQu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uK3krqmtQu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uK3krqmtQu .container {
  display: flex;
  margin: auto;
}
.cid-uK3krqmtQu .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uK3krqmtQu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uK3krqmtQu .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uK3krqmtQu .navbar-nav {
    margin: 0;
  }
}
.cid-uK3krqmtQu .dropdown-menu,
.cid-uK3krqmtQu .navbar.opened {
  background-color: false !important;
}
.cid-uK3krqmtQu .nav-item:focus,
.cid-uK3krqmtQu .nav-link:focus {
  outline: none;
}
.cid-uK3krqmtQu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK3krqmtQu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3krqmtQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK3krqmtQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK3krqmtQu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK3krqmtQu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK3krqmtQu .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-uK3krqmtQu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uK3krqmtQu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK3krqmtQu .dropdown-item.active,
.cid-uK3krqmtQu .dropdown-item:active {
  background-color: transparent;
}
.cid-uK3krqmtQu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uK3krqmtQu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK3krqmtQu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK3krqmtQu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3krqmtQu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uK3krqmtQu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uK3krqmtQu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d9d8da;
  background: #ff9063;
}
.cid-uK3krqmtQu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uK3krqmtQu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK3krqmtQu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3krqmtQu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3krqmtQu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK3krqmtQu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3krqmtQu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK3krqmtQu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK3krqmtQu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3krqmtQu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uK3krqmtQu .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-uK3krqmtQu .navbar {
    height: 70px;
  }
  .cid-uK3krqmtQu .navbar.opened {
    height: auto;
  }
  .cid-uK3krqmtQu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK3krqmtQu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uK3krqmtQu .navbar-caption:hover {
  color: #dc5400;
}
@media (min-width: 992px) {
  .cid-uK3krqmtQu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uK3krqmtQu .text_widget {
  margin-bottom: 32px;
}
.cid-uK3krqmtQu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uK3krqmtQu .text_widget a:hover,
.cid-uK3krqmtQu .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uK3krqmtQu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uK3krqmtQu .navbar-caption {
  color: #050f0f;
}
.cid-uK3krqmtQu .mbr-section-subtitle,
.cid-uK3krqmtQu .text_widget,
.cid-uK3krqmtQu .mbr-section-btn {
  text-align: center;
}
.cid-uK3krqmtQu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uK3krtF6Gd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image1.png-1999x1335.png");
}
.cid-uK3krtF6Gd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3krtF6Gd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3krtF6Gd .row {
  margin: 0 -8px;
}
.cid-uK3krtF6Gd .row .card {
  padding: 0 8px;
}
.cid-uK3krtF6Gd .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uK3krtF6Gd .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uK3krtF6Gd .card-wrapper {
    padding: 24px;
  }
}
.cid-uK3krtF6Gd .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uK3krtF6Gd .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uK3krtF6Gd .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uK3krtF6Gd .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uK3krtF6Gd .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK3krtF6Gd .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uK3krtF6Gd .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK3krtF6Gd .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uK3krtF6Gd .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uK3krtF6Gd .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uK3krtF6Gd .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uK3krtF6Gd .mbr-text,
.cid-uK3krtF6Gd .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uK3kA1fJnA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3kA1fJnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3kA1fJnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3kA1fJnA .items-wrapper {
  justify-content: center;
}
.cid-uK3kA1fJnA .mbr-text,
.cid-uK3kA1fJnA .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uK3krCsN0k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-uK3krCsN0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3krCsN0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3krCsN0k .google-map {
  height: 30rem;
  position: relative;
}
.cid-uK3krCsN0k .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uK3krCsN0k .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uK3krCsN0k .google-map[data-state] {
  background: #fffff5;
}
.cid-uK3krCsN0k .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uK3krE6L8p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3krE6L8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3krE6L8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3krE6L8p .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #2e96ff;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uK3krE6L8p .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uK3krE6L8p .card {
  justify-content: center;
}
.cid-uK3krE6L8p .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK3krE6L8p .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uK3krE6L8p .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uK3krE6L8p .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #2e96ff;
}
.cid-uK3krE6L8p .list-wrapper .list .item-wrap:hover,
.cid-uK3krE6L8p .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uK3krE6L8p .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uK3krE6L8p .mbr-section-title {
  color: #000000;
}
.cid-uK3krE6L8p .list {
  color: #000000;
}
.cid-uK3krFp1qr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uK3krFp1qr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3krFp1qr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3krFp1qr .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uK3krFp1qr a {
  position: relative;
  width: fit-content;
}
.cid-uK3krFp1qr a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uK3krFp1qr a:hover:before {
  width: 0;
}
.cid-uK3krFp1qr .copyright {
  color: #0844ff;
}
.cid-uK3krFp1qr .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uK3krFp1qr .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uK3krFp1qr .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uK3krFp1qr .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK3krFp1qr .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uK3krFp1qr .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uK3krFp1qr p {
    text-align: center;
  }
}
.cid-uK3kTHpW1a {
  background-color: transparent;
}
.cid-uK3kTHpW1a .navbar-dropdown {
  background-color: #d9d8da !important;
  padding: 0;
}
.cid-uK3kTHpW1a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d9d8da !important;
  background: #d9d8da;
}
.cid-uK3kTHpW1a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK3kTHpW1a .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uK3kTHpW1a .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uK3kTHpW1a .navbar.opened {
  transition: all 0.3s;
}
.cid-uK3kTHpW1a .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uK3kTHpW1a .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uK3kTHpW1a .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK3kTHpW1a .navbar.collapsed {
  justify-content: center;
}
.cid-uK3kTHpW1a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK3kTHpW1a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uK3kTHpW1a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK3kTHpW1a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK3kTHpW1a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK3kTHpW1a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uK3kTHpW1a .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uK3kTHpW1a .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uK3kTHpW1a .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uK3kTHpW1a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK3kTHpW1a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK3kTHpW1a .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uK3kTHpW1a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK3kTHpW1a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uK3kTHpW1a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK3kTHpW1a .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uK3kTHpW1a .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uK3kTHpW1a .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uK3kTHpW1a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uK3kTHpW1a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK3kTHpW1a .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uK3kTHpW1a .navbar.navbar-short {
  min-height: 60px;
}
.cid-uK3kTHpW1a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uK3kTHpW1a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uK3kTHpW1a .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uK3kTHpW1a .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uK3kTHpW1a .menu_box .navbar.opened,
  .cid-uK3kTHpW1a .menu_box .navbar-collapse {
    background-color: #d9d8da !important;
    transition: all 0s ease 0s;
  }
}
.cid-uK3kTHpW1a .navbar-dropdown {
  position: relative !important;
}
.cid-uK3kTHpW1a .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uK3kTHpW1a .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uK3kTHpW1a .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uK3kTHpW1a .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uK3kTHpW1a .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uK3kTHpW1a .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uK3kTHpW1a .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uK3kTHpW1a .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uK3kTHpW1a .nav-item {
    margin: 0 !important;
  }
}
.cid-uK3kTHpW1a .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uK3kTHpW1a .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uK3kTHpW1a .nav-item .nav-link:hover,
.cid-uK3kTHpW1a .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uK3kTHpW1a .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uK3kTHpW1a .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uK3kTHpW1a .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uK3kTHpW1a .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uK3kTHpW1a .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-uK3kTHpW1a .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uK3kTHpW1a .offcanvas_box {
    display: none;
  }
}
.cid-uK3kTHpW1a .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uK3kTHpW1a .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uK3kTHpW1a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uK3kTHpW1a .container {
  display: flex;
  margin: auto;
}
.cid-uK3kTHpW1a .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uK3kTHpW1a .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uK3kTHpW1a .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uK3kTHpW1a .navbar-nav {
    margin: 0;
  }
}
.cid-uK3kTHpW1a .dropdown-menu,
.cid-uK3kTHpW1a .navbar.opened {
  background-color: false !important;
}
.cid-uK3kTHpW1a .nav-item:focus,
.cid-uK3kTHpW1a .nav-link:focus {
  outline: none;
}
.cid-uK3kTHpW1a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK3kTHpW1a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3kTHpW1a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK3kTHpW1a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK3kTHpW1a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK3kTHpW1a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK3kTHpW1a .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-uK3kTHpW1a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uK3kTHpW1a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK3kTHpW1a .dropdown-item.active,
.cid-uK3kTHpW1a .dropdown-item:active {
  background-color: transparent;
}
.cid-uK3kTHpW1a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uK3kTHpW1a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK3kTHpW1a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK3kTHpW1a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3kTHpW1a ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uK3kTHpW1a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uK3kTHpW1a button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d9d8da;
  background: #ff9063;
}
.cid-uK3kTHpW1a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uK3kTHpW1a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK3kTHpW1a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3kTHpW1a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3kTHpW1a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK3kTHpW1a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3kTHpW1a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK3kTHpW1a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK3kTHpW1a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3kTHpW1a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uK3kTHpW1a .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-uK3kTHpW1a .navbar {
    height: 70px;
  }
  .cid-uK3kTHpW1a .navbar.opened {
    height: auto;
  }
  .cid-uK3kTHpW1a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK3kTHpW1a .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uK3kTHpW1a .navbar-caption:hover {
  color: #dc5400;
}
@media (min-width: 992px) {
  .cid-uK3kTHpW1a .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uK3kTHpW1a .text_widget {
  margin-bottom: 32px;
}
.cid-uK3kTHpW1a .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uK3kTHpW1a .text_widget a:hover,
.cid-uK3kTHpW1a .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uK3kTHpW1a .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uK3kTHpW1a .navbar-caption {
  color: #050f0f;
}
.cid-uK3kTHpW1a .mbr-section-subtitle,
.cid-uK3kTHpW1a .text_widget,
.cid-uK3kTHpW1a .mbr-section-btn {
  text-align: center;
}
.cid-uK3kTHpW1a a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uK3kTJo8HK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/172804052-m-normal-none.jpg-1920x1281.jpg");
}
.cid-uK3kTJo8HK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3kTJo8HK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3kTJo8HK .row {
  margin: 0 -8px;
}
.cid-uK3kTJo8HK .row .card {
  padding: 0 8px;
}
.cid-uK3kTJo8HK .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uK3kTJo8HK .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uK3kTJo8HK .card-wrapper {
    padding: 24px;
  }
}
.cid-uK3kTJo8HK .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uK3kTJo8HK .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uK3kTJo8HK .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uK3kTJo8HK .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uK3kTJo8HK .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK3kTJo8HK .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uK3kTJo8HK .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK3kTJo8HK .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uK3kTJo8HK .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uK3kTJo8HK .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uK3kTJo8HK .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uK3kTJo8HK .mbr-text,
.cid-uK3kTJo8HK .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uK3kTKPTd2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3kTKPTd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3kTKPTd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3kTKPTd2 .items-wrapper {
  justify-content: center;
}
.cid-uK3kTKPTd2 .mbr-text,
.cid-uK3kTKPTd2 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uK3kTM66Jb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-uK3kTM66Jb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3kTM66Jb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3kTM66Jb .google-map {
  height: 30rem;
  position: relative;
}
.cid-uK3kTM66Jb .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uK3kTM66Jb .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uK3kTM66Jb .google-map[data-state] {
  background: #fffff5;
}
.cid-uK3kTM66Jb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uK3kTNCwsV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3kTNCwsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3kTNCwsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3kTNCwsV .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #2e96ff;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uK3kTNCwsV .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uK3kTNCwsV .card {
  justify-content: center;
}
.cid-uK3kTNCwsV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK3kTNCwsV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uK3kTNCwsV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uK3kTNCwsV .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #2e96ff;
}
.cid-uK3kTNCwsV .list-wrapper .list .item-wrap:hover,
.cid-uK3kTNCwsV .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uK3kTNCwsV .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uK3kTNCwsV .mbr-section-title {
  color: #000000;
}
.cid-uK3kTNCwsV .list {
  color: #000000;
}
.cid-uK3kTOWKme {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uK3kTOWKme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3kTOWKme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3kTOWKme .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uK3kTOWKme a {
  position: relative;
  width: fit-content;
}
.cid-uK3kTOWKme a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uK3kTOWKme a:hover:before {
  width: 0;
}
.cid-uK3kTOWKme .copyright {
  color: #0844ff;
}
.cid-uK3kTOWKme .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uK3kTOWKme .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uK3kTOWKme .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uK3kTOWKme .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK3kTOWKme .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uK3kTOWKme .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uK3kTOWKme p {
    text-align: center;
  }
}
.cid-uK3ldMyKHX {
  background-color: transparent;
}
.cid-uK3ldMyKHX .navbar-dropdown {
  background-color: #d9d8da !important;
  padding: 0;
}
.cid-uK3ldMyKHX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d9d8da !important;
  background: #d9d8da;
}
.cid-uK3ldMyKHX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK3ldMyKHX .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uK3ldMyKHX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uK3ldMyKHX .navbar.opened {
  transition: all 0.3s;
}
.cid-uK3ldMyKHX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uK3ldMyKHX .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uK3ldMyKHX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK3ldMyKHX .navbar.collapsed {
  justify-content: center;
}
.cid-uK3ldMyKHX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK3ldMyKHX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uK3ldMyKHX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK3ldMyKHX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK3ldMyKHX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK3ldMyKHX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uK3ldMyKHX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uK3ldMyKHX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uK3ldMyKHX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uK3ldMyKHX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK3ldMyKHX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK3ldMyKHX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uK3ldMyKHX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK3ldMyKHX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uK3ldMyKHX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK3ldMyKHX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uK3ldMyKHX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uK3ldMyKHX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uK3ldMyKHX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uK3ldMyKHX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK3ldMyKHX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uK3ldMyKHX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uK3ldMyKHX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uK3ldMyKHX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uK3ldMyKHX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uK3ldMyKHX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uK3ldMyKHX .menu_box .navbar.opened,
  .cid-uK3ldMyKHX .menu_box .navbar-collapse {
    background-color: #d9d8da !important;
    transition: all 0s ease 0s;
  }
}
.cid-uK3ldMyKHX .navbar-dropdown {
  position: relative !important;
}
.cid-uK3ldMyKHX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uK3ldMyKHX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uK3ldMyKHX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uK3ldMyKHX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uK3ldMyKHX .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uK3ldMyKHX .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uK3ldMyKHX .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uK3ldMyKHX .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uK3ldMyKHX .nav-item {
    margin: 0 !important;
  }
}
.cid-uK3ldMyKHX .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uK3ldMyKHX .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uK3ldMyKHX .nav-item .nav-link:hover,
.cid-uK3ldMyKHX .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uK3ldMyKHX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uK3ldMyKHX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uK3ldMyKHX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uK3ldMyKHX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uK3ldMyKHX .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-uK3ldMyKHX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uK3ldMyKHX .offcanvas_box {
    display: none;
  }
}
.cid-uK3ldMyKHX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uK3ldMyKHX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uK3ldMyKHX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uK3ldMyKHX .container {
  display: flex;
  margin: auto;
}
.cid-uK3ldMyKHX .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uK3ldMyKHX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uK3ldMyKHX .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uK3ldMyKHX .navbar-nav {
    margin: 0;
  }
}
.cid-uK3ldMyKHX .dropdown-menu,
.cid-uK3ldMyKHX .navbar.opened {
  background-color: false !important;
}
.cid-uK3ldMyKHX .nav-item:focus,
.cid-uK3ldMyKHX .nav-link:focus {
  outline: none;
}
.cid-uK3ldMyKHX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK3ldMyKHX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3ldMyKHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK3ldMyKHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK3ldMyKHX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK3ldMyKHX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK3ldMyKHX .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-uK3ldMyKHX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uK3ldMyKHX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK3ldMyKHX .dropdown-item.active,
.cid-uK3ldMyKHX .dropdown-item:active {
  background-color: transparent;
}
.cid-uK3ldMyKHX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uK3ldMyKHX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK3ldMyKHX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK3ldMyKHX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3ldMyKHX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uK3ldMyKHX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uK3ldMyKHX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d9d8da;
  background: #ff9063;
}
.cid-uK3ldMyKHX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uK3ldMyKHX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK3ldMyKHX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3ldMyKHX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3ldMyKHX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK3ldMyKHX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3ldMyKHX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK3ldMyKHX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK3ldMyKHX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3ldMyKHX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uK3ldMyKHX .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-uK3ldMyKHX .navbar {
    height: 70px;
  }
  .cid-uK3ldMyKHX .navbar.opened {
    height: auto;
  }
  .cid-uK3ldMyKHX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK3ldMyKHX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uK3ldMyKHX .navbar-caption:hover {
  color: #dc5400;
}
@media (min-width: 992px) {
  .cid-uK3ldMyKHX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uK3ldMyKHX .text_widget {
  margin-bottom: 32px;
}
.cid-uK3ldMyKHX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uK3ldMyKHX .text_widget a:hover,
.cid-uK3ldMyKHX .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uK3ldMyKHX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uK3ldMyKHX .navbar-caption {
  color: #050f0f;
}
.cid-uK3ldMyKHX .mbr-section-subtitle,
.cid-uK3ldMyKHX .text_widget,
.cid-uK3ldMyKHX .mbr-section-btn {
  text-align: center;
}
.cid-uK3ldMyKHX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uK3ldQ4TWN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fuel-card-for-fleets-6.optimal.jpg-1024x718.jpg-1024x718.jpg");
}
.cid-uK3ldQ4TWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3ldQ4TWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3ldQ4TWN .row {
  margin: 0 -8px;
}
.cid-uK3ldQ4TWN .row .card {
  padding: 0 8px;
}
.cid-uK3ldQ4TWN .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uK3ldQ4TWN .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uK3ldQ4TWN .card-wrapper {
    padding: 24px;
  }
}
.cid-uK3ldQ4TWN .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uK3ldQ4TWN .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uK3ldQ4TWN .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uK3ldQ4TWN .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uK3ldQ4TWN .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK3ldQ4TWN .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uK3ldQ4TWN .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK3ldQ4TWN .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uK3ldQ4TWN .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uK3ldQ4TWN .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uK3ldQ4TWN .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uK3ldQ4TWN .mbr-text,
.cid-uK3ldQ4TWN .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uK3ldSeKUY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3ldSeKUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3ldSeKUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3ldSeKUY .items-wrapper {
  justify-content: center;
}
.cid-uK3ldSeKUY .mbr-text,
.cid-uK3ldSeKUY .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uK3ldUzB18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-uK3ldUzB18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3ldUzB18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3ldUzB18 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uK3ldUzB18 .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uK3ldUzB18 .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uK3ldUzB18 .google-map[data-state] {
  background: #fffff5;
}
.cid-uK3ldUzB18 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uK3ldWVsFi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK3ldWVsFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3ldWVsFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3ldWVsFi .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #2e96ff;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uK3ldWVsFi .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uK3ldWVsFi .card {
  justify-content: center;
}
.cid-uK3ldWVsFi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK3ldWVsFi .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uK3ldWVsFi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uK3ldWVsFi .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #2e96ff;
}
.cid-uK3ldWVsFi .list-wrapper .list .item-wrap:hover,
.cid-uK3ldWVsFi .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uK3ldWVsFi .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uK3ldWVsFi .mbr-section-title {
  color: #000000;
}
.cid-uK3ldWVsFi .list {
  color: #000000;
}
.cid-uK3ldZztlC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uK3ldZztlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3ldZztlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3ldZztlC .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uK3ldZztlC a {
  position: relative;
  width: fit-content;
}
.cid-uK3ldZztlC a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uK3ldZztlC a:hover:before {
  width: 0;
}
.cid-uK3ldZztlC .copyright {
  color: #0844ff;
}
.cid-uK3ldZztlC .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uK3ldZztlC .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uK3ldZztlC .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uK3ldZztlC .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK3ldZztlC .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uK3ldZztlC .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uK3ldZztlC p {
    text-align: center;
  }
}
