.btn {
  border-width: 2px;
}
body {
  font-family: Anuphan;
}
.display-1 {
  font-family: 'Anuphan', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Anuphan', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f50e0e !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ededb6 !important;
}
.bg-danger {
  background-color: #d40707 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f50e0e !important;
  border-color: #f50e0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e00909 !important;
  border-color: #e00909 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e00909 !important;
  border-color: #e00909 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
  color: #050600 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #050600 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ededb6 !important;
  border-color: #ededb6 !important;
  color: #848420 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #6f6f1b !important;
  background-color: #e8e8a2 !important;
  border-color: #e8e8a2 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #848420 !important;
  background-color: #e8e8a2 !important;
  border-color: #e8e8a2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d40707 !important;
  border-color: #d40707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #bb0606 !important;
  border-color: #bb0606 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bb0606 !important;
  border-color: #bb0606 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ededed !important;
  border-color: #ededed !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: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f50e0e;
  color: #f50e0e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a50707 !important;
  background-color: transparent !important;
  border-color: #a50707 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f50e0e !important;
  border-color: #f50e0e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cdfb0a;
  color: #cdfb0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8bab03 !important;
  background-color: transparent !important;
  border-color: #8bab03 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #050600 !important;
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: #2a747e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ededb6;
  color: #ededb6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dcdc70 !important;
  background-color: transparent !important;
  border-color: #dcdc70 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #848420 !important;
  background-color: #ededb6 !important;
  border-color: #ededb6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d40707;
  color: #d40707;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #800404 !important;
  background-color: transparent !important;
  border-color: #800404 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d40707 !important;
  border-color: #d40707 !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: #f50e0e !important;
}
.text-secondary {
  color: #cdfb0a !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ededb6 !important;
}
.text-danger {
  color: #d40707 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #970606 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7f9c03 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d9d964 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #710404 !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: #f50e0e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ededb6;
}
.alert-danger {
  background-color: #d40707;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f50e0e;
  border-color: #f50e0e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f50e0e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdd2d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcabab;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anuphan', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #f50e0e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anuphan', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f50e0e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f50e0e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f50e0e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f50e0e;
  border-bottom-color: #f50e0e;
}
.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: #f50e0e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cdfb0a !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='%23f50e0e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uob1SSJz58 {
  background-color: #f6f6f6;
  border: 18px solid #f6f6f6;
}
@media (max-width: 768px) {
  .cid-uob1SSJz58 {
    border: 8px solid #f6f6f6;
  }
}
.cid-uob1SSJz58 .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-uob1SSJz58 .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.cid-uob1SSJz58 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.cid-uob1SSJz58 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .menu_box .navbar.opened,
  .cid-uob1SSJz58 .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uob1SSJz58 .navbar-dropdown {
  position: relative !important;
}
.cid-uob1SSJz58 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uob1SSJz58 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uob1SSJz58 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-uob1SSJz58 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uob1SSJz58 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uob1SSJz58 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uob1SSJz58 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uob1SSJz58 .offcanvas-body .mbr-text,
  .cid-uob1SSJz58 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uob1SSJz58 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed2c03;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uob1SSJz58 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uob1SSJz58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uob1SSJz58 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uob1SSJz58 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uob1SSJz58 li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uob1SSJz58 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uob1SSJz58 .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-uob1SSJz58 .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-uob1SSJz58 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-uob1SSJz58 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uob1SSJz58 .nav-item .nav-link:hover {
  color: #f50e0e !important;
}
.cid-uob1SSJz58 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uob1SSJz58 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uob1SSJz58 .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-uob1SSJz58 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uob1SSJz58 .offcanvas_box {
    display: none;
  }
}
.cid-uob1SSJz58 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uob1SSJz58 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uob1SSJz58 .container {
  display: flex;
  margin: auto;
}
.cid-uob1SSJz58 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uob1SSJz58 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uob1SSJz58 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uob1SSJz58 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .navbar-nav {
    margin: 0;
  }
}
.cid-uob1SSJz58 .dropdown-menu,
.cid-uob1SSJz58 .navbar.opened {
  background-color: false !important;
}
.cid-uob1SSJz58 .nav-item:focus,
.cid-uob1SSJz58 .nav-link:focus {
  outline: none;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uob1SSJz58 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uob1SSJz58 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uob1SSJz58 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uob1SSJz58 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uob1SSJz58 .navbar.opened {
  transition: all 0.3s;
}
.cid-uob1SSJz58 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uob1SSJz58 .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-uob1SSJz58 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uob1SSJz58 .navbar.collapsed {
  justify-content: center;
}
.cid-uob1SSJz58 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uob1SSJz58 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uob1SSJz58 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uob1SSJz58 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uob1SSJz58 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uob1SSJz58 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uob1SSJz58 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uob1SSJz58 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uob1SSJz58 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uob1SSJz58 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uob1SSJz58 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uob1SSJz58 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uob1SSJz58 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uob1SSJz58 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uob1SSJz58 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uob1SSJz58 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uob1SSJz58 .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-uob1SSJz58 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uob1SSJz58 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uob1SSJz58 .dropdown-item.active,
.cid-uob1SSJz58 .dropdown-item:active {
  background-color: transparent;
}
.cid-uob1SSJz58 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uob1SSJz58 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uob1SSJz58 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uob1SSJz58 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uob1SSJz58 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #ffffff;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed2c03;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob1SSJz58 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uob1SSJz58 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uob1SSJz58 .navbar {
    height: 70px;
  }
  .cid-uob1SSJz58 .navbar.opened {
    height: auto;
  }
  .cid-uob1SSJz58 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uob1SSJz58 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uob1SSJz58 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-uob1SSJz58 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uob1SSJz58 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uob1SSJz58 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uob1SSJz58 .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uob1SSJz58 .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uob1SSJz58 .text_widget {
  margin-bottom: 32px;
}
.cid-uob1SSJz58 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uob1SSJz58 .text_widget a:hover {
  color: #f50e0e !important;
}
.cid-uob1SSJz58 .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-uob1SSJz58 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uob1SSJz58 .mbr-section-subtitle,
.cid-uob1SSJz58 .text_widget,
.cid-uob1SSJz58 .mbr-section-btn {
  text-align: left;
}
.cid-uob1SSJz58 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uo8aisIw64 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/managed-it-services9-2000x1334.jpg");
}
.cid-uo8aisIw64 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uo8aisIw64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8aisIw64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8aisIw64 .content-wrap {
  justify-content: center;
}
.cid-uo8aisIw64 .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uo8aisIw64 .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uo8aisIw64 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uo8aisIw64 .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8aisIw64 .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uo8aisIw64 .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uo8aisIw64 .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8aisIw64 .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uo8aisIw64 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uo8aisIw64 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uo8aisIw64 .mbr-section-title {
  color: #150764;
}
.cid-uo8aisIw64 .mbr-text,
.cid-uo8aisIw64 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uo8aisIw64 .mbr-section-title,
.cid-uo8aisIw64 .mbr-section-btn,
.cid-uo8aisIw64 .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uo8hZKdHXh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo8hZKdHXh .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uo8hZKdHXh .container {
    max-width: 1040px;
  }
}
.cid-uo8hZKdHXh .row {
  justify-content: center;
}
.cid-uo8hZKdHXh .item:focus,
.cid-uo8hZKdHXh span:focus {
  outline: none;
}
.cid-uo8hZKdHXh .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uo8hZKdHXh .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uo8hZKdHXh .item {
    width: 100%;
  }
  .cid-uo8hZKdHXh .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-uo8hZKdHXh .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uo8hZKdHXh .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-uo8hZKdHXh .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-uo8hZKdHXh .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-uo8hZKdHXh .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-uo8hZKdHXh .item-wrap {
    padding: 50px;
  }
}
.cid-uo8hZKdHXh .item-content {
  width: 100%;
}
.cid-uo8hZKdHXh .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-uo8hZKdHXh .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-uo8hZKdHXh .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-uo8hZKdHXh .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-uo8hZKdHXh .list-item {
  display: flex;
  align-items: center;
}
.cid-uo8hZKdHXh .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-uo8hZKdHXh .icon-box {
  padding-right: 14px;
}
.cid-uo8hZKdHXh .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-uo8hZKdHXh .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-uo8hZKdHXh .link-container {
    margin-top: 72px;
  }
}
.cid-uo8hZKdHXh .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-uo8hZKdHXh .link-container .link span {
  padding-right: 10px;
}
.cid-uo8i3POVQZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededb6;
}
.cid-uo8i3POVQZ .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-uo8i3POVQZ .content_wrapper:hover .mbr-section-title a {
  color: #cdfb0a !important;
}
.cid-uo8i3POVQZ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uo8i3POVQZ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uo8i3POVQZ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo8i3POVQZ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo8i3POVQZ .mbr-section-btn .btn-secondary-outline .active,
.cid-uo8i3POVQZ .mbr-section-btn .btn-secondary-outline:focus {
  color: #f50e0e !important;
}
.cid-uo8i3POVQZ .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uo8i3POVQZ .image_post {
  display: inline-block;
}
.cid-uo8i3POVQZ .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uo8i3POVQZ .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tBnXUPCVJr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tBnXUPCVJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnXUPCVJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnXUPCVJr img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-tBnXUPCVJr .card-wrapper {
  border: 3px solid #f50e0e;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tBnXUPCVJr .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBnXUPCVJr .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBnXUPCVJr .mbr-section-subtitle {
  background: #f50e0e;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnXUPCVJr .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnXUPCVJr .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f50e0e;
  font-size: 1.5rem;
}
.cid-tBnXUPCVJr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tBnXUPCVJr .mbr-text,
.cid-tBnXUPCVJr .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tBnXUPCVJr .mbr-section-subtitle2,
.cid-tBnXUPCVJr .align-wrapper {
  color: #04492e;
}
.cid-tBnXUPCVJr .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uo8hJPxKJO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededb6;
}
.cid-uo8hJPxKJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8hJPxKJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8hJPxKJO .row {
  align-items: center;
}
.cid-uo8hJPxKJO img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uo8hJPxKJO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uo8hJPxKJO .mbr-section-title {
  color: #000000;
}
.cid-uo8hJPxKJO .mbr-text,
.cid-uo8hJPxKJO .mbr-section-btn {
  color: #000000;
}
.cid-uo89ScFVqt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo89ScFVqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo89ScFVqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo89ScFVqt .items-wrapper {
  justify-content: flex-end;
}
.cid-uo89ScFVqt .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uo89ScFVqt .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uo89ScFVqt .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uo89ScFVqt .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uo89ScFVqt .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uo89ScFVqt .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uo89ScFVqt .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uo89ScFVqt .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uo89ScFVqt .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uo89ScFVqt .content-wrapper {
    padding-left: 0;
  }
}
.cid-uo89ScFVqt .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uo89ScFVqt .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uo89ScFVqt .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uo89ScFVqt .mbr-desc {
  color: #272b2e;
}
.cid-uo89ScFVqt .mbr-section-title {
  color: #272b2e;
}
.cid-uo89ScFVqt .mbr-text,
.cid-uo89ScFVqt .text-wrapper {
  color: #272b2e;
}
.cid-uo89ScFVqt .mbr-section-title,
.cid-uo89ScFVqt .mbr-section-btn {
  text-align: center;
}
.cid-uo2LL9AYD9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2LL9AYD9 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2LL9AYD9 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2LL9AYD9 .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2LL9AYD9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2LL9AYD9 .mbr-text {
  text-align: left;
}
.cid-uo9beuon9l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uo9beuon9l .section-border-item {
  background-color: #2b137d;
  z-index: 1;
}
.cid-uo9beuon9l .img-container {
  position: relative;
}
.cid-uo9beuon9l .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uo9beuon9l .image-wrapper img {
  width: 100%;
  height: 42vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 575px) {
  .cid-uo9beuon9l .image-wrapper img {
    height: auto;
  }
}
.cid-uo2LLNFOPK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2LLNFOPK {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2LLNFOPK {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2LLNFOPK .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2LLNFOPK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2LLNFOPK .mbr-text {
  text-align: left;
}
.cid-tBnZ7XFeqH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ededb6;
}
.cid-tBnZ7XFeqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnZ7XFeqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnZ7XFeqH .card-wrapper {
  border: 3px solid #f50e0e;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tBnZ7XFeqH .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBnZ7XFeqH .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBnZ7XFeqH .card-wrapper .mbr-section-subtitle2 {
  background: #f50e0e;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnZ7XFeqH .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnZ7XFeqH .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f50e0e;
  font-size: 1.5rem;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnZ7XFeqH .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f50e0e;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnZ7XFeqH .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-tBnZ7XFeqH .mbr-section-title {
  color: #000000;
}
.cid-tBnZ7XFeqH .mbr-text,
.cid-tBnZ7XFeqH .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle,
.cid-tBnZ7XFeqH .align-wrapper {
  color: #04492e;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle3,
.cid-tBnZ7XFeqH .align-wrapper2 {
  color: #04492e;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle2,
.cid-tBnZ7XFeqH .align-wrapper2 {
  color: #ffffff;
}
.cid-tBnZ7XFeqH .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-tBnZ7XFeqH .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-uo8hCjdLIZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo8hCjdLIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8hCjdLIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8hCjdLIZ img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uo8hCjdLIZ img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uo8hCjdLIZ .row {
  flex-direction: row-reverse;
}
.cid-uo8hCjdLIZ .row {
  align-items: center;
}
.cid-uo8hCjdLIZ .mbr-section-title {
  color: #000000;
}
.cid-uo8hCjdLIZ .mbr-text,
.cid-uo8hCjdLIZ .mbr-section-btn {
  color: #000000;
}
.cid-uo88vzLn0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededb6;
}
.cid-uo88vzLn0s .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uo88vzLn0s .panel-group {
  border: none;
}
.cid-uo88vzLn0s .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uo88vzLn0s .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uo88vzLn0s .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uo88vzLn0s .panel-body {
    padding: 0rem;
  }
}
.cid-uo88vzLn0s .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo88vzLn0s .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uo88vzLn0s img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uo88vzLn0s img {
    width: 100%;
  }
}
.cid-uo88vzLn0s .container-fluid {
  padding: 0 1rem;
}
.cid-uo88vzLn0s .collapsed span {
  transform: rotate(0deg);
}
.cid-uo88vzLn0s .panel-title {
  display: flex;
  align-items: center;
}
.cid-uo88vzLn0s .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uo88vzLn0s .panel-title-edit {
  color: #000000;
}
.cid-uo88vzLn0s .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uo88vzLn0s .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uo88vzLn0s .panel-title-edit,
.cid-uo88vzLn0s .mbr-iconfont {
  color: #1b2026;
}
.cid-uo88vzLn0s .panel-text {
  color: #777777;
}
.cid-uo88vzLn0s H4 {
  color: #000000;
}
.cid-uo2LKtDJaV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2LKtDJaV {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2LKtDJaV {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2LKtDJaV .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2LKtDJaV .mbr-section-title {
  text-align: center;
}
.cid-uo2LKtDJaV .mbr-text {
  text-align: left;
}
.cid-uo2KF6BrhB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo2KF6BrhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2KF6BrhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2KF6BrhB .video-wrapper iframe {
  width: 100%;
}
.cid-uo2KF6BrhB .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uo2KF6BrhB .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uo2KF6BrhB .video-block {
  position: relative;
  z-index: 1;
}
.cid-uo2KF6BrhB .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uo2KF6BrhB .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uo2KF6BrhB .video-block .image-absolute {
    display: none;
  }
}
.cid-uo2T4jOkJS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2T4jOkJS {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2T4jOkJS {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2T4jOkJS .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2T4jOkJS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2T4jOkJS .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tBnYUulbUC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tBnYUulbUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnYUulbUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnYUulbUC .google-map {
  height: 35rem;
  position: relative;
}
.cid-tBnYUulbUC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tBnYUulbUC .google-map [data-state-details] {
  color: #6b6763;
  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-tBnYUulbUC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBnYUulbUC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBnYUulbUC .mbr-section-title {
  color: #000000;
}
.cid-uo8oN1siFI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ededb6;
}
@media (max-width: 767px) {
  .cid-uo8oN1siFI .content {
    text-align: center;
  }
  .cid-uo8oN1siFI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uo8oN1siFI .logo-subtitle {
  color: #8d97ad;
}
.cid-uo8oN1siFI .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uo8oN1siFI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uo8oN1siFI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uo8oN1siFI .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uo8oN1siFI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uo8oN1siFI .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uo8oN1siFI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uo8oN1siFI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uo8oN1siFI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uo8oN1siFI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uo8oN1siFI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uo8oN1siFI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uo8oN1siFI .list-item {
  display: flex;
}
.cid-uo8oN1siFI .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uo8oN1siFI ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uo8oN1siFI ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uo8oN1siFI ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uo8oN1siFI .logo-subtitle,
.cid-uo8oN1siFI .media-wrap {
  color: #f50e0e;
}
.cid-uo8tmXsfb5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/managed-it-services5-1400x900.jpg");
}
.cid-uo8tmXsfb5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uo8tmXsfb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8tmXsfb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8tmXsfb5 .content-wrap {
  justify-content: center;
}
.cid-uo8tmXsfb5 .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uo8tmXsfb5 .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uo8tmXsfb5 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uo8tmXsfb5 .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8tmXsfb5 .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uo8tmXsfb5 .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uo8tmXsfb5 .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8tmXsfb5 .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uo8tmXsfb5 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uo8tmXsfb5 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uo8tmXsfb5 .mbr-section-title {
  color: #150764;
}
.cid-uo8tmXsfb5 .mbr-text,
.cid-uo8tmXsfb5 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uo8tmXsfb5 .mbr-section-title,
.cid-uo8tmXsfb5 .mbr-section-btn,
.cid-uo8tmXsfb5 .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uo8trYyx2g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uo8trYyx2g .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f50e0e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uo8trYyx2g .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uo8trYyx2g .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uo8trYyx2g .main-title.display-2 {
  line-height: 1.375;
}
.cid-uo8trYyx2g .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uo8trYyx2g .mbr-text {
  color: #606060;
}
.cid-uo8trYyx2g .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uo8trYyx2g .mbr-section-btn {
  margin-top: 24px;
}
.cid-uo8trYyx2g .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uo8trYyx2g .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uo8trYyx2g .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uo8trYyx2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8trYyx2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8trYyx2g .mbr-text,
.cid-uo8trYyx2g .mbr-section-btn {
  color: #000000;
}
.cid-uo2UMx0AZT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uo2UMx0AZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2UMx0AZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2UMx0AZT .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo2UMx0AZT .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo2UMx0AZT .google-map [data-state-details] {
  color: #6b6763;
  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-uo2UMx0AZT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo2UMx0AZT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo2UMx0AZT .mbr-section-title {
  color: #000000;
}
.cid-uo8oN1siFI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ededb6;
}
@media (max-width: 767px) {
  .cid-uo8oN1siFI .content {
    text-align: center;
  }
  .cid-uo8oN1siFI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uo8oN1siFI .logo-subtitle {
  color: #8d97ad;
}
.cid-uo8oN1siFI .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uo8oN1siFI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uo8oN1siFI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uo8oN1siFI .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uo8oN1siFI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uo8oN1siFI .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uo8oN1siFI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uo8oN1siFI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uo8oN1siFI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uo8oN1siFI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uo8oN1siFI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uo8oN1siFI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uo8oN1siFI .list-item {
  display: flex;
}
.cid-uo8oN1siFI .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uo8oN1siFI ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uo8oN1siFI ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uo8oN1siFI ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uo8oN1siFI .logo-subtitle,
.cid-uo8oN1siFI .media-wrap {
  color: #f50e0e;
}
.cid-uob1SSJz58 {
  background-color: #f6f6f6;
  border: 18px solid #f6f6f6;
}
@media (max-width: 768px) {
  .cid-uob1SSJz58 {
    border: 8px solid #f6f6f6;
  }
}
.cid-uob1SSJz58 .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-uob1SSJz58 .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.cid-uob1SSJz58 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.cid-uob1SSJz58 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .menu_box .navbar.opened,
  .cid-uob1SSJz58 .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uob1SSJz58 .navbar-dropdown {
  position: relative !important;
}
.cid-uob1SSJz58 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uob1SSJz58 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uob1SSJz58 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-uob1SSJz58 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uob1SSJz58 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uob1SSJz58 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uob1SSJz58 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uob1SSJz58 .offcanvas-body .mbr-text,
  .cid-uob1SSJz58 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uob1SSJz58 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed2c03;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uob1SSJz58 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uob1SSJz58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uob1SSJz58 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uob1SSJz58 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uob1SSJz58 li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uob1SSJz58 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uob1SSJz58 .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-uob1SSJz58 .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-uob1SSJz58 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-uob1SSJz58 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uob1SSJz58 .nav-item .nav-link:hover {
  color: #f50e0e !important;
}
.cid-uob1SSJz58 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uob1SSJz58 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uob1SSJz58 .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-uob1SSJz58 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uob1SSJz58 .offcanvas_box {
    display: none;
  }
}
.cid-uob1SSJz58 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uob1SSJz58 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uob1SSJz58 .container {
  display: flex;
  margin: auto;
}
.cid-uob1SSJz58 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uob1SSJz58 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uob1SSJz58 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uob1SSJz58 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .navbar-nav {
    margin: 0;
  }
}
.cid-uob1SSJz58 .dropdown-menu,
.cid-uob1SSJz58 .navbar.opened {
  background-color: false !important;
}
.cid-uob1SSJz58 .nav-item:focus,
.cid-uob1SSJz58 .nav-link:focus {
  outline: none;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uob1SSJz58 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uob1SSJz58 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uob1SSJz58 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uob1SSJz58 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uob1SSJz58 .navbar.opened {
  transition: all 0.3s;
}
.cid-uob1SSJz58 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uob1SSJz58 .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-uob1SSJz58 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uob1SSJz58 .navbar.collapsed {
  justify-content: center;
}
.cid-uob1SSJz58 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uob1SSJz58 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uob1SSJz58 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uob1SSJz58 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uob1SSJz58 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uob1SSJz58 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uob1SSJz58 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uob1SSJz58 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uob1SSJz58 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uob1SSJz58 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uob1SSJz58 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uob1SSJz58 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uob1SSJz58 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uob1SSJz58 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uob1SSJz58 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uob1SSJz58 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uob1SSJz58 .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-uob1SSJz58 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uob1SSJz58 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uob1SSJz58 .dropdown-item.active,
.cid-uob1SSJz58 .dropdown-item:active {
  background-color: transparent;
}
.cid-uob1SSJz58 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uob1SSJz58 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uob1SSJz58 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uob1SSJz58 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uob1SSJz58 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #ffffff;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed2c03;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob1SSJz58 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uob1SSJz58 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uob1SSJz58 .navbar {
    height: 70px;
  }
  .cid-uob1SSJz58 .navbar.opened {
    height: auto;
  }
  .cid-uob1SSJz58 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uob1SSJz58 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uob1SSJz58 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-uob1SSJz58 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uob1SSJz58 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uob1SSJz58 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uob1SSJz58 .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uob1SSJz58 .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uob1SSJz58 .text_widget {
  margin-bottom: 32px;
}
.cid-uob1SSJz58 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uob1SSJz58 .text_widget a:hover {
  color: #f50e0e !important;
}
.cid-uob1SSJz58 .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-uob1SSJz58 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uob1SSJz58 .mbr-section-subtitle,
.cid-uob1SSJz58 .text_widget,
.cid-uob1SSJz58 .mbr-section-btn {
  text-align: left;
}
.cid-uob1SSJz58 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uo8ueC9Cw3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/it-support-la-2000x1099.jpg");
}
.cid-uo8ueC9Cw3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uo8ueC9Cw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8ueC9Cw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8ueC9Cw3 .content-wrap {
  justify-content: center;
}
.cid-uo8ueC9Cw3 .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uo8ueC9Cw3 .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uo8ueC9Cw3 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uo8ueC9Cw3 .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8ueC9Cw3 .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uo8ueC9Cw3 .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uo8ueC9Cw3 .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8ueC9Cw3 .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uo8ueC9Cw3 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uo8ueC9Cw3 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uo8ueC9Cw3 .mbr-section-title {
  color: #150764;
}
.cid-uo8ueC9Cw3 .mbr-text,
.cid-uo8ueC9Cw3 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uo8ueC9Cw3 .mbr-section-title,
.cid-uo8ueC9Cw3 .mbr-section-btn,
.cid-uo8ueC9Cw3 .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uo8tL71MIO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uo8tL71MIO .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f50e0e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uo8tL71MIO .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uo8tL71MIO .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uo8tL71MIO .main-title.display-2 {
  line-height: 1.375;
}
.cid-uo8tL71MIO .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uo8tL71MIO .mbr-text {
  color: #606060;
}
.cid-uo8tL71MIO .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uo8tL71MIO .mbr-section-btn {
  margin-top: 24px;
}
.cid-uo8tL71MIO .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uo8tL71MIO .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uo8tL71MIO .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uo8tL71MIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8tL71MIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8tL71MIO .mbr-text,
.cid-uo8tL71MIO .mbr-section-btn {
  color: #000000;
}
.cid-uo2Vg8EaUI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uo2Vg8EaUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2Vg8EaUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2Vg8EaUI .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo2Vg8EaUI .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo2Vg8EaUI .google-map [data-state-details] {
  color: #6b6763;
  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-uo2Vg8EaUI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo2Vg8EaUI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo2Vg8EaUI .mbr-section-title {
  color: #000000;
}
.cid-uo8oN1siFI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ededb6;
}
@media (max-width: 767px) {
  .cid-uo8oN1siFI .content {
    text-align: center;
  }
  .cid-uo8oN1siFI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uo8oN1siFI .logo-subtitle {
  color: #8d97ad;
}
.cid-uo8oN1siFI .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uo8oN1siFI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uo8oN1siFI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uo8oN1siFI .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uo8oN1siFI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uo8oN1siFI .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uo8oN1siFI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uo8oN1siFI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uo8oN1siFI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uo8oN1siFI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uo8oN1siFI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uo8oN1siFI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uo8oN1siFI .list-item {
  display: flex;
}
.cid-uo8oN1siFI .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uo8oN1siFI ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uo8oN1siFI ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uo8oN1siFI ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uo8oN1siFI .logo-subtitle,
.cid-uo8oN1siFI .media-wrap {
  color: #f50e0e;
}
.cid-uob1SSJz58 {
  background-color: #f6f6f6;
  border: 18px solid #f6f6f6;
}
@media (max-width: 768px) {
  .cid-uob1SSJz58 {
    border: 8px solid #f6f6f6;
  }
}
.cid-uob1SSJz58 .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-uob1SSJz58 .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.cid-uob1SSJz58 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.cid-uob1SSJz58 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .menu_box .navbar.opened,
  .cid-uob1SSJz58 .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uob1SSJz58 .navbar-dropdown {
  position: relative !important;
}
.cid-uob1SSJz58 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uob1SSJz58 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uob1SSJz58 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-uob1SSJz58 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uob1SSJz58 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uob1SSJz58 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uob1SSJz58 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uob1SSJz58 .offcanvas-body .mbr-text,
  .cid-uob1SSJz58 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uob1SSJz58 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed2c03;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uob1SSJz58 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uob1SSJz58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uob1SSJz58 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uob1SSJz58 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uob1SSJz58 li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uob1SSJz58 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uob1SSJz58 .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-uob1SSJz58 .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-uob1SSJz58 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-uob1SSJz58 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uob1SSJz58 .nav-item .nav-link:hover {
  color: #f50e0e !important;
}
.cid-uob1SSJz58 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uob1SSJz58 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uob1SSJz58 .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-uob1SSJz58 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uob1SSJz58 .offcanvas_box {
    display: none;
  }
}
.cid-uob1SSJz58 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uob1SSJz58 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uob1SSJz58 .container {
  display: flex;
  margin: auto;
}
.cid-uob1SSJz58 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uob1SSJz58 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uob1SSJz58 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uob1SSJz58 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .navbar-nav {
    margin: 0;
  }
}
.cid-uob1SSJz58 .dropdown-menu,
.cid-uob1SSJz58 .navbar.opened {
  background-color: false !important;
}
.cid-uob1SSJz58 .nav-item:focus,
.cid-uob1SSJz58 .nav-link:focus {
  outline: none;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uob1SSJz58 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uob1SSJz58 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uob1SSJz58 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uob1SSJz58 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uob1SSJz58 .navbar.opened {
  transition: all 0.3s;
}
.cid-uob1SSJz58 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uob1SSJz58 .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-uob1SSJz58 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uob1SSJz58 .navbar.collapsed {
  justify-content: center;
}
.cid-uob1SSJz58 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uob1SSJz58 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uob1SSJz58 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uob1SSJz58 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uob1SSJz58 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uob1SSJz58 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uob1SSJz58 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uob1SSJz58 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uob1SSJz58 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uob1SSJz58 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uob1SSJz58 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uob1SSJz58 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uob1SSJz58 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uob1SSJz58 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uob1SSJz58 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uob1SSJz58 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uob1SSJz58 .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-uob1SSJz58 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uob1SSJz58 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uob1SSJz58 .dropdown-item.active,
.cid-uob1SSJz58 .dropdown-item:active {
  background-color: transparent;
}
.cid-uob1SSJz58 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uob1SSJz58 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uob1SSJz58 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uob1SSJz58 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uob1SSJz58 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #ffffff;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed2c03;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob1SSJz58 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uob1SSJz58 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uob1SSJz58 .navbar {
    height: 70px;
  }
  .cid-uob1SSJz58 .navbar.opened {
    height: auto;
  }
  .cid-uob1SSJz58 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uob1SSJz58 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uob1SSJz58 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-uob1SSJz58 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uob1SSJz58 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uob1SSJz58 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uob1SSJz58 .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uob1SSJz58 .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uob1SSJz58 .text_widget {
  margin-bottom: 32px;
}
.cid-uob1SSJz58 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uob1SSJz58 .text_widget a:hover {
  color: #f50e0e !important;
}
.cid-uob1SSJz58 .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-uob1SSJz58 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uob1SSJz58 .mbr-section-subtitle,
.cid-uob1SSJz58 .text_widget,
.cid-uob1SSJz58 .mbr-section-btn {
  text-align: left;
}
.cid-uob1SSJz58 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uo8tgChqHl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/copier-solutions-what-your-business-can-achieve-with-gray-and-creech-office-solutions-1280x854.jpg");
}
.cid-uo8tgChqHl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uo8tgChqHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8tgChqHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8tgChqHl .content-wrap {
  justify-content: center;
}
.cid-uo8tgChqHl .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uo8tgChqHl .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uo8tgChqHl .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uo8tgChqHl .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8tgChqHl .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uo8tgChqHl .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uo8tgChqHl .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8tgChqHl .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uo8tgChqHl .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uo8tgChqHl .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uo8tgChqHl .mbr-section-title {
  color: #150764;
}
.cid-uo8tgChqHl .mbr-text,
.cid-uo8tgChqHl .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uo8tgChqHl .mbr-section-title,
.cid-uo8tgChqHl .mbr-section-btn,
.cid-uo8tgChqHl .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uo8tgDCpbW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo8tgDCpbW .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uo8tgDCpbW .container {
    max-width: 1040px;
  }
}
.cid-uo8tgDCpbW .row {
  justify-content: center;
}
.cid-uo8tgDCpbW .item:focus,
.cid-uo8tgDCpbW span:focus {
  outline: none;
}
.cid-uo8tgDCpbW .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uo8tgDCpbW .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uo8tgDCpbW .item {
    width: 100%;
  }
  .cid-uo8tgDCpbW .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-uo8tgDCpbW .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uo8tgDCpbW .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-uo8tgDCpbW .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-uo8tgDCpbW .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-uo8tgDCpbW .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-uo8tgDCpbW .item-wrap {
    padding: 50px;
  }
}
.cid-uo8tgDCpbW .item-content {
  width: 100%;
}
.cid-uo8tgDCpbW .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-uo8tgDCpbW .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-uo8tgDCpbW .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-uo8tgDCpbW .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-uo8tgDCpbW .list-item {
  display: flex;
  align-items: center;
}
.cid-uo8tgDCpbW .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-uo8tgDCpbW .icon-box {
  padding-right: 14px;
}
.cid-uo8tgDCpbW .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-uo8tgDCpbW .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-uo8tgDCpbW .link-container {
    margin-top: 72px;
  }
}
.cid-uo8tgDCpbW .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-uo8tgDCpbW .link-container .link span {
  padding-right: 10px;
}
.cid-uo8tgEDdol {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededb6;
}
.cid-uo8tgEDdol .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-uo8tgEDdol .content_wrapper:hover .mbr-section-title a {
  color: #cdfb0a !important;
}
.cid-uo8tgEDdol .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uo8tgEDdol .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uo8tgEDdol .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo8tgEDdol .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo8tgEDdol .mbr-section-btn .btn-secondary-outline .active,
.cid-uo8tgEDdol .mbr-section-btn .btn-secondary-outline:focus {
  color: #f50e0e !important;
}
.cid-uo8tgEDdol .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uo8tgEDdol .image_post {
  display: inline-block;
}
.cid-uo8tgEDdol .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uo8tgEDdol .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uo8tgFFyow {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo8tgFFyow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8tgFFyow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8tgFFyow img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-uo8tgFFyow .card-wrapper {
  border: 3px solid #f50e0e;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo8tgFFyow .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo8tgFFyow .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo8tgFFyow .mbr-section-subtitle {
  background: #f50e0e;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo8tgFFyow .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo8tgFFyow .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f50e0e;
  font-size: 1.5rem;
}
.cid-uo8tgFFyow .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uo8tgFFyow .mbr-text,
.cid-uo8tgFFyow .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo8tgFFyow .mbr-section-subtitle2,
.cid-uo8tgFFyow .align-wrapper {
  color: #04492e;
}
.cid-uo8tgFFyow .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uo8tgGTZcF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededb6;
}
.cid-uo8tgGTZcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8tgGTZcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8tgGTZcF .row {
  align-items: center;
}
.cid-uo8tgGTZcF img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uo8tgGTZcF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uo8tgGTZcF .mbr-section-title {
  color: #000000;
}
.cid-uo8tgGTZcF .mbr-text,
.cid-uo8tgGTZcF .mbr-section-btn {
  color: #000000;
}
.cid-uo8tgHPavM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo8tgHPavM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8tgHPavM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8tgHPavM .items-wrapper {
  justify-content: flex-end;
}
.cid-uo8tgHPavM .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uo8tgHPavM .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uo8tgHPavM .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uo8tgHPavM .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uo8tgHPavM .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uo8tgHPavM .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uo8tgHPavM .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uo8tgHPavM .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uo8tgHPavM .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uo8tgHPavM .content-wrapper {
    padding-left: 0;
  }
}
.cid-uo8tgHPavM .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uo8tgHPavM .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uo8tgHPavM .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uo8tgHPavM .mbr-desc {
  color: #272b2e;
}
.cid-uo8tgHPavM .mbr-section-title {
  color: #272b2e;
}
.cid-uo8tgHPavM .mbr-text,
.cid-uo8tgHPavM .text-wrapper {
  color: #272b2e;
}
.cid-uo8tgHPavM .mbr-section-title,
.cid-uo8tgHPavM .mbr-section-btn {
  text-align: center;
}
.cid-uo8tgIQz9k {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo8tgIQz9k {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo8tgIQz9k {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo8tgIQz9k .mbr-section-subtitle {
  text-align: left;
}
.cid-uo8tgIQz9k .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo8tgIQz9k .mbr-text {
  text-align: left;
}
.cid-uo8tgJHfIy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo8tgJHfIy {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo8tgJHfIy {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo8tgJHfIy .mbr-section-subtitle {
  text-align: left;
}
.cid-uo8tgJHfIy .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo8tgJHfIy .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo8tgKC1pL {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ededb6;
}
.cid-uo8tgKC1pL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8tgKC1pL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8tgKC1pL .card-wrapper {
  border: 3px solid #f50e0e;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo8tgKC1pL .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo8tgKC1pL .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo8tgKC1pL .card-wrapper .mbr-section-subtitle2 {
  background: #f50e0e;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo8tgKC1pL .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo8tgKC1pL .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f50e0e;
  font-size: 1.5rem;
}
.cid-uo8tgKC1pL .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo8tgKC1pL .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f50e0e;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo8tgKC1pL .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-uo8tgKC1pL .mbr-section-title {
  color: #000000;
}
.cid-uo8tgKC1pL .mbr-text,
.cid-uo8tgKC1pL .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo8tgKC1pL .mbr-section-subtitle,
.cid-uo8tgKC1pL .align-wrapper {
  color: #04492e;
}
.cid-uo8tgKC1pL .mbr-section-subtitle3,
.cid-uo8tgKC1pL .align-wrapper2 {
  color: #04492e;
}
.cid-uo8tgKC1pL .mbr-section-subtitle2,
.cid-uo8tgKC1pL .align-wrapper2 {
  color: #ffffff;
}
.cid-uo8tgKC1pL .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-uo8tgKC1pL .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-uo8tgLGqHH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo8tgLGqHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8tgLGqHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8tgLGqHH img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uo8tgLGqHH img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uo8tgLGqHH .row {
  flex-direction: row-reverse;
}
.cid-uo8tgLGqHH .row {
  align-items: center;
}
.cid-uo8tgLGqHH .mbr-section-title {
  color: #000000;
}
.cid-uo8tgLGqHH .mbr-text,
.cid-uo8tgLGqHH .mbr-section-btn {
  color: #000000;
}
.cid-uo8tgMKOH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededb6;
}
.cid-uo8tgMKOH5 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uo8tgMKOH5 .panel-group {
  border: none;
}
.cid-uo8tgMKOH5 .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uo8tgMKOH5 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uo8tgMKOH5 .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uo8tgMKOH5 .panel-body {
    padding: 0rem;
  }
}
.cid-uo8tgMKOH5 .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo8tgMKOH5 .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uo8tgMKOH5 img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uo8tgMKOH5 img {
    width: 100%;
  }
}
.cid-uo8tgMKOH5 .container-fluid {
  padding: 0 1rem;
}
.cid-uo8tgMKOH5 .collapsed span {
  transform: rotate(0deg);
}
.cid-uo8tgMKOH5 .panel-title {
  display: flex;
  align-items: center;
}
.cid-uo8tgMKOH5 .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uo8tgMKOH5 .panel-title-edit {
  color: #000000;
}
.cid-uo8tgMKOH5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uo8tgMKOH5 .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uo8tgMKOH5 .panel-title-edit,
.cid-uo8tgMKOH5 .mbr-iconfont {
  color: #1b2026;
}
.cid-uo8tgMKOH5 .panel-text {
  color: #777777;
}
.cid-uo8tgMKOH5 H4 {
  color: #000000;
}
.cid-uo8tgO40hk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo8tgO40hk {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo8tgO40hk {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo8tgO40hk .mbr-section-subtitle {
  text-align: left;
}
.cid-uo8tgO40hk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo8tgO40hk .mbr-text {
  text-align: left;
}
.cid-uo8tgP7Tha {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo8tgP7Tha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8tgP7Tha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8tgP7Tha .video-wrapper iframe {
  width: 100%;
}
.cid-uo8tgP7Tha .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uo8tgP7Tha .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uo8tgP7Tha .video-block {
  position: relative;
  z-index: 1;
}
.cid-uo8tgP7Tha .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uo8tgP7Tha .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uo8tgP7Tha .video-block .image-absolute {
    display: none;
  }
}
.cid-uo8tgQf2ST {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo8tgQf2ST {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo8tgQf2ST {
    padding-top: 0rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo8tgQf2ST .mbr-section-subtitle {
  text-align: left;
}
.cid-uo8tgQf2ST .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo8tgQf2ST .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo8GbTh1yy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededb6;
}
.cid-uo8GbTh1yy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8GbTh1yy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8GbTh1yy .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uo8GbTh1yy .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uo8GbTh1yy .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uo8GbTh1yy .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uo8GbTh1yy .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uo8GbTh1yy .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uo8GbTh1yy .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ededb6;
}
@media (max-width: 992px) {
  .cid-uo8GbTh1yy .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uo8GbTh1yy .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uo8GbTh1yy .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uo8GbTh1yy .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uo8GbTh1yy .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uo8GbTh1yy .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uo8GbTh1yy .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uo8GbTh1yy .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uo8GbTh1yy .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uo8GbTh1yy .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uo8GbTh1yy .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uo8GbTh1yy .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uo8GbTh1yy .mbr-section-title {
  color: #404349;
}
.cid-uo8GbTh1yy .panel-title-edit {
  color: #000000;
}
.cid-uo8GbTh1yy .panel-text {
  color: #404349;
}
.cid-uo8GbTh1yy .mbr-section-title,
.cid-uo8GbTh1yy .title-wrapper,
.cid-uo8GbTh1yy .tabs-wrapper {
  color: #000000;
}
.cid-uo8GbTh1yy .panel-text,
.cid-uo8GbTh1yy .panel-body {
  color: #000000;
}
.cid-uo8tgRhuY3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uo8tgRhuY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8tgRhuY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8tgRhuY3 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo8tgRhuY3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo8tgRhuY3 .google-map [data-state-details] {
  color: #6b6763;
  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-uo8tgRhuY3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo8tgRhuY3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo8tgRhuY3 .mbr-section-title {
  color: #000000;
}
.cid-uo8tgSsgXt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ededb6;
}
@media (max-width: 767px) {
  .cid-uo8tgSsgXt .content {
    text-align: center;
  }
  .cid-uo8tgSsgXt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uo8tgSsgXt .logo-subtitle {
  color: #8d97ad;
}
.cid-uo8tgSsgXt .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uo8tgSsgXt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uo8tgSsgXt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uo8tgSsgXt .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uo8tgSsgXt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uo8tgSsgXt .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uo8tgSsgXt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uo8tgSsgXt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uo8tgSsgXt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uo8tgSsgXt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uo8tgSsgXt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uo8tgSsgXt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uo8tgSsgXt .list-item {
  display: flex;
}
.cid-uo8tgSsgXt .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uo8tgSsgXt ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uo8tgSsgXt ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uo8tgSsgXt ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uo8tgSsgXt .logo-subtitle,
.cid-uo8tgSsgXt .media-wrap {
  color: #f50e0e;
}
.cid-uob1SSJz58 {
  background-color: #f6f6f6;
  border: 18px solid #f6f6f6;
}
@media (max-width: 768px) {
  .cid-uob1SSJz58 {
    border: 8px solid #f6f6f6;
  }
}
.cid-uob1SSJz58 .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-uob1SSJz58 .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.cid-uob1SSJz58 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.cid-uob1SSJz58 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .menu_box .navbar.opened,
  .cid-uob1SSJz58 .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uob1SSJz58 .navbar-dropdown {
  position: relative !important;
}
.cid-uob1SSJz58 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uob1SSJz58 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uob1SSJz58 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-uob1SSJz58 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uob1SSJz58 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uob1SSJz58 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uob1SSJz58 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uob1SSJz58 .offcanvas-body .mbr-text,
  .cid-uob1SSJz58 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uob1SSJz58 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed2c03;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uob1SSJz58 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uob1SSJz58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uob1SSJz58 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uob1SSJz58 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uob1SSJz58 li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uob1SSJz58 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uob1SSJz58 .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-uob1SSJz58 .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-uob1SSJz58 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-uob1SSJz58 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uob1SSJz58 .nav-item .nav-link:hover {
  color: #f50e0e !important;
}
.cid-uob1SSJz58 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uob1SSJz58 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uob1SSJz58 .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-uob1SSJz58 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uob1SSJz58 .offcanvas_box {
    display: none;
  }
}
.cid-uob1SSJz58 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uob1SSJz58 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uob1SSJz58 .container {
  display: flex;
  margin: auto;
}
.cid-uob1SSJz58 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uob1SSJz58 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uob1SSJz58 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uob1SSJz58 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .navbar-nav {
    margin: 0;
  }
}
.cid-uob1SSJz58 .dropdown-menu,
.cid-uob1SSJz58 .navbar.opened {
  background-color: false !important;
}
.cid-uob1SSJz58 .nav-item:focus,
.cid-uob1SSJz58 .nav-link:focus {
  outline: none;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uob1SSJz58 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uob1SSJz58 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uob1SSJz58 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uob1SSJz58 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uob1SSJz58 .navbar.opened {
  transition: all 0.3s;
}
.cid-uob1SSJz58 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uob1SSJz58 .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-uob1SSJz58 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uob1SSJz58 .navbar.collapsed {
  justify-content: center;
}
.cid-uob1SSJz58 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uob1SSJz58 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uob1SSJz58 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uob1SSJz58 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uob1SSJz58 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uob1SSJz58 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uob1SSJz58 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uob1SSJz58 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uob1SSJz58 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uob1SSJz58 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uob1SSJz58 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uob1SSJz58 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uob1SSJz58 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uob1SSJz58 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uob1SSJz58 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uob1SSJz58 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uob1SSJz58 .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-uob1SSJz58 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uob1SSJz58 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uob1SSJz58 .dropdown-item.active,
.cid-uob1SSJz58 .dropdown-item:active {
  background-color: transparent;
}
.cid-uob1SSJz58 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uob1SSJz58 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uob1SSJz58 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uob1SSJz58 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uob1SSJz58 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #ffffff;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed2c03;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob1SSJz58 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uob1SSJz58 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uob1SSJz58 .navbar {
    height: 70px;
  }
  .cid-uob1SSJz58 .navbar.opened {
    height: auto;
  }
  .cid-uob1SSJz58 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uob1SSJz58 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uob1SSJz58 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-uob1SSJz58 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uob1SSJz58 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uob1SSJz58 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uob1SSJz58 .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uob1SSJz58 .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uob1SSJz58 .text_widget {
  margin-bottom: 32px;
}
.cid-uob1SSJz58 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uob1SSJz58 .text_widget a:hover {
  color: #f50e0e !important;
}
.cid-uob1SSJz58 .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-uob1SSJz58 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uob1SSJz58 .mbr-section-subtitle,
.cid-uob1SSJz58 .text_widget,
.cid-uob1SSJz58 .mbr-section-btn {
  text-align: left;
}
.cid-uob1SSJz58 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uo8JaCyIPH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/managed-it-services-partner-1358x755.jpg");
}
.cid-uo8JaCyIPH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uo8JaCyIPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8JaCyIPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8JaCyIPH .content-wrap {
  justify-content: center;
}
.cid-uo8JaCyIPH .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uo8JaCyIPH .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uo8JaCyIPH .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uo8JaCyIPH .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8JaCyIPH .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uo8JaCyIPH .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uo8JaCyIPH .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8JaCyIPH .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uo8JaCyIPH .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uo8JaCyIPH .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uo8JaCyIPH .mbr-section-title {
  color: #150764;
}
.cid-uo8JaCyIPH .mbr-text,
.cid-uo8JaCyIPH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uo8JaCyIPH .mbr-section-title,
.cid-uo8JaCyIPH .mbr-section-btn,
.cid-uo8JaCyIPH .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uo8JaDLAiQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo8JaDLAiQ .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uo8JaDLAiQ .container {
    max-width: 1040px;
  }
}
.cid-uo8JaDLAiQ .row {
  justify-content: center;
}
.cid-uo8JaDLAiQ .item:focus,
.cid-uo8JaDLAiQ span:focus {
  outline: none;
}
.cid-uo8JaDLAiQ .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uo8JaDLAiQ .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uo8JaDLAiQ .item {
    width: 100%;
  }
  .cid-uo8JaDLAiQ .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-uo8JaDLAiQ .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uo8JaDLAiQ .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-uo8JaDLAiQ .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-uo8JaDLAiQ .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-uo8JaDLAiQ .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-uo8JaDLAiQ .item-wrap {
    padding: 50px;
  }
}
.cid-uo8JaDLAiQ .item-content {
  width: 100%;
}
.cid-uo8JaDLAiQ .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-uo8JaDLAiQ .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-uo8JaDLAiQ .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-uo8JaDLAiQ .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-uo8JaDLAiQ .list-item {
  display: flex;
  align-items: center;
}
.cid-uo8JaDLAiQ .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-uo8JaDLAiQ .icon-box {
  padding-right: 14px;
}
.cid-uo8JaDLAiQ .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-uo8JaDLAiQ .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-uo8JaDLAiQ .link-container {
    margin-top: 72px;
  }
}
.cid-uo8JaDLAiQ .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-uo8JaDLAiQ .link-container .link span {
  padding-right: 10px;
}
.cid-uo8JaEZI4u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededb6;
}
.cid-uo8JaEZI4u .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-uo8JaEZI4u .content_wrapper:hover .mbr-section-title a {
  color: #cdfb0a !important;
}
.cid-uo8JaEZI4u .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uo8JaEZI4u .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uo8JaEZI4u .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo8JaEZI4u .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo8JaEZI4u .mbr-section-btn .btn-secondary-outline .active,
.cid-uo8JaEZI4u .mbr-section-btn .btn-secondary-outline:focus {
  color: #f50e0e !important;
}
.cid-uo8JaEZI4u .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uo8JaEZI4u .image_post {
  display: inline-block;
}
.cid-uo8JaEZI4u .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uo8JaEZI4u .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uo8JaFYDkh {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo8JaFYDkh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8JaFYDkh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8JaFYDkh img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-uo8JaFYDkh .card-wrapper {
  border: 3px solid #f50e0e;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo8JaFYDkh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo8JaFYDkh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo8JaFYDkh .mbr-section-subtitle {
  background: #f50e0e;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo8JaFYDkh .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo8JaFYDkh .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f50e0e;
  font-size: 1.5rem;
}
.cid-uo8JaFYDkh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uo8JaFYDkh .mbr-text,
.cid-uo8JaFYDkh .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo8JaFYDkh .mbr-section-subtitle2,
.cid-uo8JaFYDkh .align-wrapper {
  color: #04492e;
}
.cid-uo8JaFYDkh .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uo8JaHnJ0J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededb6;
}
.cid-uo8JaHnJ0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8JaHnJ0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8JaHnJ0J .row {
  align-items: center;
}
.cid-uo8JaHnJ0J img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uo8JaHnJ0J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uo8JaHnJ0J .mbr-section-title {
  color: #000000;
}
.cid-uo8JaHnJ0J .mbr-text,
.cid-uo8JaHnJ0J .mbr-section-btn {
  color: #000000;
}
.cid-uo8JaIrl6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo8JaIrl6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8JaIrl6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8JaIrl6l .items-wrapper {
  justify-content: flex-end;
}
.cid-uo8JaIrl6l .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uo8JaIrl6l .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uo8JaIrl6l .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uo8JaIrl6l .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uo8JaIrl6l .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uo8JaIrl6l .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uo8JaIrl6l .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uo8JaIrl6l .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uo8JaIrl6l .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uo8JaIrl6l .content-wrapper {
    padding-left: 0;
  }
}
.cid-uo8JaIrl6l .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uo8JaIrl6l .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uo8JaIrl6l .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uo8JaIrl6l .mbr-desc {
  color: #272b2e;
}
.cid-uo8JaIrl6l .mbr-section-title {
  color: #272b2e;
}
.cid-uo8JaIrl6l .mbr-text,
.cid-uo8JaIrl6l .text-wrapper {
  color: #272b2e;
}
.cid-uo8JaIrl6l .mbr-section-title,
.cid-uo8JaIrl6l .mbr-section-btn {
  text-align: center;
}
.cid-uo8JaJN6vx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo8JaJN6vx {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo8JaJN6vx {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo8JaJN6vx .mbr-section-subtitle {
  text-align: left;
}
.cid-uo8JaJN6vx .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo8JaJN6vx .mbr-text {
  text-align: left;
}
.cid-uo8JaKSje3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo8JaKSje3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo8JaKSje3 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo8JaKSje3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uo8JaKSje3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo8JaKSje3 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo8JaM04AS {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ededb6;
}
.cid-uo8JaM04AS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8JaM04AS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8JaM04AS .card-wrapper {
  border: 3px solid #f50e0e;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo8JaM04AS .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo8JaM04AS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo8JaM04AS .card-wrapper .mbr-section-subtitle2 {
  background: #f50e0e;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo8JaM04AS .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo8JaM04AS .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f50e0e;
  font-size: 1.5rem;
}
.cid-uo8JaM04AS .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo8JaM04AS .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f50e0e;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo8JaM04AS .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-uo8JaM04AS .mbr-section-title {
  color: #000000;
}
.cid-uo8JaM04AS .mbr-text,
.cid-uo8JaM04AS .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo8JaM04AS .mbr-section-subtitle,
.cid-uo8JaM04AS .align-wrapper {
  color: #04492e;
}
.cid-uo8JaM04AS .mbr-section-subtitle3,
.cid-uo8JaM04AS .align-wrapper2 {
  color: #04492e;
}
.cid-uo8JaM04AS .mbr-section-subtitle2,
.cid-uo8JaM04AS .align-wrapper2 {
  color: #ffffff;
}
.cid-uo8JaM04AS .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-uo8JaM04AS .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-uo8JaNgE27 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo8JaNgE27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8JaNgE27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8JaNgE27 img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uo8JaNgE27 img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uo8JaNgE27 .row {
  flex-direction: row-reverse;
}
.cid-uo8JaNgE27 .row {
  align-items: center;
}
.cid-uo8JaNgE27 .mbr-section-title {
  color: #000000;
}
.cid-uo8JaNgE27 .mbr-text,
.cid-uo8JaNgE27 .mbr-section-btn {
  color: #000000;
}
.cid-uo8JaODDk2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededb6;
}
.cid-uo8JaODDk2 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uo8JaODDk2 .panel-group {
  border: none;
}
.cid-uo8JaODDk2 .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uo8JaODDk2 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uo8JaODDk2 .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uo8JaODDk2 .panel-body {
    padding: 0rem;
  }
}
.cid-uo8JaODDk2 .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo8JaODDk2 .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uo8JaODDk2 img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uo8JaODDk2 img {
    width: 100%;
  }
}
.cid-uo8JaODDk2 .container-fluid {
  padding: 0 1rem;
}
.cid-uo8JaODDk2 .collapsed span {
  transform: rotate(0deg);
}
.cid-uo8JaODDk2 .panel-title {
  display: flex;
  align-items: center;
}
.cid-uo8JaODDk2 .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uo8JaODDk2 .panel-title-edit {
  color: #000000;
}
.cid-uo8JaODDk2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uo8JaODDk2 .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uo8JaODDk2 .panel-title-edit,
.cid-uo8JaODDk2 .mbr-iconfont {
  color: #1b2026;
}
.cid-uo8JaODDk2 .panel-text {
  color: #777777;
}
.cid-uo8JaODDk2 H4 {
  color: #000000;
}
.cid-uo8JaQDoH6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo8JaQDoH6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo8JaQDoH6 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo8JaQDoH6 .mbr-section-subtitle {
  text-align: left;
}
.cid-uo8JaQDoH6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo8JaQDoH6 .mbr-text {
  text-align: left;
}
.cid-uo8JaS2z9G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo8JaS2z9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8JaS2z9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8JaS2z9G .video-wrapper iframe {
  width: 100%;
}
.cid-uo8JaS2z9G .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uo8JaS2z9G .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uo8JaS2z9G .video-block {
  position: relative;
  z-index: 1;
}
.cid-uo8JaS2z9G .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uo8JaS2z9G .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uo8JaS2z9G .video-block .image-absolute {
    display: none;
  }
}
.cid-uo8JaTtARU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo8JaTtARU {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo8JaTtARU {
    padding-top: 0rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo8JaTtARU .mbr-section-subtitle {
  text-align: left;
}
.cid-uo8JaTtARU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo8JaTtARU .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo8JaUQwC5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededb6;
}
.cid-uo8JaUQwC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8JaUQwC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8JaUQwC5 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uo8JaUQwC5 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uo8JaUQwC5 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uo8JaUQwC5 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uo8JaUQwC5 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uo8JaUQwC5 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uo8JaUQwC5 .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ededb6;
}
@media (max-width: 992px) {
  .cid-uo8JaUQwC5 .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uo8JaUQwC5 .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uo8JaUQwC5 .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uo8JaUQwC5 .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uo8JaUQwC5 .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uo8JaUQwC5 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uo8JaUQwC5 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uo8JaUQwC5 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uo8JaUQwC5 .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uo8JaUQwC5 .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uo8JaUQwC5 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uo8JaUQwC5 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uo8JaUQwC5 .mbr-section-title {
  color: #404349;
}
.cid-uo8JaUQwC5 .panel-title-edit {
  color: #000000;
}
.cid-uo8JaUQwC5 .panel-text {
  color: #404349;
}
.cid-uo8JaUQwC5 .mbr-section-title,
.cid-uo8JaUQwC5 .title-wrapper,
.cid-uo8JaUQwC5 .tabs-wrapper {
  color: #000000;
}
.cid-uo8JaUQwC5 .panel-text,
.cid-uo8JaUQwC5 .panel-body {
  color: #000000;
}
.cid-uo8JaWtmia {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uo8JaWtmia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8JaWtmia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8JaWtmia .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo8JaWtmia .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo8JaWtmia .google-map [data-state-details] {
  color: #6b6763;
  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-uo8JaWtmia .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo8JaWtmia .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo8JaWtmia .mbr-section-title {
  color: #000000;
}
.cid-uo8Jb0ITPB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ededb6;
}
@media (max-width: 767px) {
  .cid-uo8Jb0ITPB .content {
    text-align: center;
  }
  .cid-uo8Jb0ITPB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uo8Jb0ITPB .logo-subtitle {
  color: #8d97ad;
}
.cid-uo8Jb0ITPB .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uo8Jb0ITPB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uo8Jb0ITPB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uo8Jb0ITPB .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uo8Jb0ITPB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uo8Jb0ITPB .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uo8Jb0ITPB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uo8Jb0ITPB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uo8Jb0ITPB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uo8Jb0ITPB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uo8Jb0ITPB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uo8Jb0ITPB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uo8Jb0ITPB .list-item {
  display: flex;
}
.cid-uo8Jb0ITPB .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uo8Jb0ITPB ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uo8Jb0ITPB ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uo8Jb0ITPB ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uo8Jb0ITPB .logo-subtitle,
.cid-uo8Jb0ITPB .media-wrap {
  color: #f50e0e;
}
.cid-uob1SSJz58 {
  background-color: #f6f6f6;
  border: 18px solid #f6f6f6;
}
@media (max-width: 768px) {
  .cid-uob1SSJz58 {
    border: 8px solid #f6f6f6;
  }
}
.cid-uob1SSJz58 .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-uob1SSJz58 .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.cid-uob1SSJz58 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.cid-uob1SSJz58 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .menu_box .navbar.opened,
  .cid-uob1SSJz58 .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uob1SSJz58 .navbar-dropdown {
  position: relative !important;
}
.cid-uob1SSJz58 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uob1SSJz58 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uob1SSJz58 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-uob1SSJz58 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uob1SSJz58 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uob1SSJz58 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uob1SSJz58 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uob1SSJz58 .offcanvas-body .mbr-text,
  .cid-uob1SSJz58 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uob1SSJz58 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed2c03;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uob1SSJz58 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uob1SSJz58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uob1SSJz58 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uob1SSJz58 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uob1SSJz58 li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uob1SSJz58 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uob1SSJz58 .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-uob1SSJz58 .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-uob1SSJz58 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-uob1SSJz58 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uob1SSJz58 .nav-item .nav-link:hover {
  color: #f50e0e !important;
}
.cid-uob1SSJz58 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uob1SSJz58 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uob1SSJz58 .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-uob1SSJz58 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uob1SSJz58 .offcanvas_box {
    display: none;
  }
}
.cid-uob1SSJz58 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uob1SSJz58 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uob1SSJz58 .container {
  display: flex;
  margin: auto;
}
.cid-uob1SSJz58 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uob1SSJz58 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uob1SSJz58 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uob1SSJz58 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .navbar-nav {
    margin: 0;
  }
}
.cid-uob1SSJz58 .dropdown-menu,
.cid-uob1SSJz58 .navbar.opened {
  background-color: false !important;
}
.cid-uob1SSJz58 .nav-item:focus,
.cid-uob1SSJz58 .nav-link:focus {
  outline: none;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uob1SSJz58 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uob1SSJz58 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uob1SSJz58 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uob1SSJz58 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uob1SSJz58 .navbar.opened {
  transition: all 0.3s;
}
.cid-uob1SSJz58 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uob1SSJz58 .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-uob1SSJz58 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uob1SSJz58 .navbar.collapsed {
  justify-content: center;
}
.cid-uob1SSJz58 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uob1SSJz58 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uob1SSJz58 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uob1SSJz58 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uob1SSJz58 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uob1SSJz58 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uob1SSJz58 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uob1SSJz58 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uob1SSJz58 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uob1SSJz58 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uob1SSJz58 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uob1SSJz58 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uob1SSJz58 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uob1SSJz58 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uob1SSJz58 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uob1SSJz58 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uob1SSJz58 .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-uob1SSJz58 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uob1SSJz58 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uob1SSJz58 .dropdown-item.active,
.cid-uob1SSJz58 .dropdown-item:active {
  background-color: transparent;
}
.cid-uob1SSJz58 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uob1SSJz58 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uob1SSJz58 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uob1SSJz58 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uob1SSJz58 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #ffffff;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed2c03;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob1SSJz58 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uob1SSJz58 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uob1SSJz58 .navbar {
    height: 70px;
  }
  .cid-uob1SSJz58 .navbar.opened {
    height: auto;
  }
  .cid-uob1SSJz58 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uob1SSJz58 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uob1SSJz58 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-uob1SSJz58 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uob1SSJz58 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uob1SSJz58 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uob1SSJz58 .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uob1SSJz58 .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uob1SSJz58 .text_widget {
  margin-bottom: 32px;
}
.cid-uob1SSJz58 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uob1SSJz58 .text_widget a:hover {
  color: #f50e0e !important;
}
.cid-uob1SSJz58 .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-uob1SSJz58 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uob1SSJz58 .mbr-section-subtitle,
.cid-uob1SSJz58 .text_widget,
.cid-uob1SSJz58 .mbr-section-btn {
  text-align: left;
}
.cid-uob1SSJz58 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uo8LGrDwoO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/depositphotos-71050437-l-1-1920x960.jpg");
}
.cid-uo8LGrDwoO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uo8LGrDwoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8LGrDwoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8LGrDwoO .content-wrap {
  justify-content: center;
}
.cid-uo8LGrDwoO .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uo8LGrDwoO .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uo8LGrDwoO .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uo8LGrDwoO .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8LGrDwoO .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uo8LGrDwoO .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uo8LGrDwoO .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo8LGrDwoO .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uo8LGrDwoO .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uo8LGrDwoO .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uo8LGrDwoO .mbr-section-title {
  color: #150764;
}
.cid-uo8LGrDwoO .mbr-text,
.cid-uo8LGrDwoO .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uo8LGrDwoO .mbr-section-title,
.cid-uo8LGrDwoO .mbr-section-btn,
.cid-uo8LGrDwoO .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uo8LGt1OFA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo8LGt1OFA .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uo8LGt1OFA .container {
    max-width: 1040px;
  }
}
.cid-uo8LGt1OFA .row {
  justify-content: center;
}
.cid-uo8LGt1OFA .item:focus,
.cid-uo8LGt1OFA span:focus {
  outline: none;
}
.cid-uo8LGt1OFA .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uo8LGt1OFA .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uo8LGt1OFA .item {
    width: 100%;
  }
  .cid-uo8LGt1OFA .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-uo8LGt1OFA .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uo8LGt1OFA .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-uo8LGt1OFA .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-uo8LGt1OFA .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-uo8LGt1OFA .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-uo8LGt1OFA .item-wrap {
    padding: 50px;
  }
}
.cid-uo8LGt1OFA .item-content {
  width: 100%;
}
.cid-uo8LGt1OFA .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-uo8LGt1OFA .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-uo8LGt1OFA .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-uo8LGt1OFA .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-uo8LGt1OFA .list-item {
  display: flex;
  align-items: center;
}
.cid-uo8LGt1OFA .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-uo8LGt1OFA .icon-box {
  padding-right: 14px;
}
.cid-uo8LGt1OFA .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-uo8LGt1OFA .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-uo8LGt1OFA .link-container {
    margin-top: 72px;
  }
}
.cid-uo8LGt1OFA .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-uo8LGt1OFA .link-container .link span {
  padding-right: 10px;
}
.cid-uo8LGu5DhY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededb6;
}
.cid-uo8LGu5DhY .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-uo8LGu5DhY .content_wrapper:hover .mbr-section-title a {
  color: #cdfb0a !important;
}
.cid-uo8LGu5DhY .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uo8LGu5DhY .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uo8LGu5DhY .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo8LGu5DhY .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo8LGu5DhY .mbr-section-btn .btn-secondary-outline .active,
.cid-uo8LGu5DhY .mbr-section-btn .btn-secondary-outline:focus {
  color: #f50e0e !important;
}
.cid-uo8LGu5DhY .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uo8LGu5DhY .image_post {
  display: inline-block;
}
.cid-uo8LGu5DhY .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uo8LGu5DhY .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uo8LGv5etN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo8LGv5etN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8LGv5etN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8LGv5etN img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-uo8LGv5etN .card-wrapper {
  border: 3px solid #f50e0e;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo8LGv5etN .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo8LGv5etN .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo8LGv5etN .mbr-section-subtitle {
  background: #f50e0e;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo8LGv5etN .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo8LGv5etN .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f50e0e;
  font-size: 1.5rem;
}
.cid-uo8LGv5etN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uo8LGv5etN .mbr-text,
.cid-uo8LGv5etN .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo8LGv5etN .mbr-section-subtitle2,
.cid-uo8LGv5etN .align-wrapper {
  color: #04492e;
}
.cid-uo8LGv5etN .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uo8LGw9nfb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededb6;
}
.cid-uo8LGw9nfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8LGw9nfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8LGw9nfb .row {
  align-items: center;
}
.cid-uo8LGw9nfb img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uo8LGw9nfb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uo8LGw9nfb .mbr-section-title {
  color: #000000;
}
.cid-uo8LGw9nfb .mbr-text,
.cid-uo8LGw9nfb .mbr-section-btn {
  color: #000000;
}
.cid-uo8LGwYU1F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo8LGwYU1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8LGwYU1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8LGwYU1F .items-wrapper {
  justify-content: flex-end;
}
.cid-uo8LGwYU1F .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uo8LGwYU1F .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uo8LGwYU1F .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uo8LGwYU1F .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uo8LGwYU1F .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uo8LGwYU1F .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uo8LGwYU1F .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uo8LGwYU1F .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uo8LGwYU1F .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uo8LGwYU1F .content-wrapper {
    padding-left: 0;
  }
}
.cid-uo8LGwYU1F .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uo8LGwYU1F .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uo8LGwYU1F .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uo8LGwYU1F .mbr-desc {
  color: #272b2e;
}
.cid-uo8LGwYU1F .mbr-section-title {
  color: #272b2e;
}
.cid-uo8LGwYU1F .mbr-text,
.cid-uo8LGwYU1F .text-wrapper {
  color: #272b2e;
}
.cid-uo8LGwYU1F .mbr-section-title,
.cid-uo8LGwYU1F .mbr-section-btn {
  text-align: center;
}
.cid-uo8LGxTKXR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo8LGxTKXR {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo8LGxTKXR {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo8LGxTKXR .mbr-section-subtitle {
  text-align: left;
}
.cid-uo8LGxTKXR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo8LGxTKXR .mbr-text {
  text-align: left;
}
.cid-uo8LGzMYM8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo8LGzMYM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8LGzMYM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8LGzMYM8 .card-wrapper {
  border: 3px solid #f50e0e;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo8LGzMYM8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo8LGzMYM8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo8LGzMYM8 .card-wrapper .mbr-section-subtitle2 {
  background: #f50e0e;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo8LGzMYM8 .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo8LGzMYM8 .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f50e0e;
  font-size: 1.5rem;
}
.cid-uo8LGzMYM8 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo8LGzMYM8 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f50e0e;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo8LGzMYM8 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-uo8LGzMYM8 .mbr-section-title {
  color: #000000;
}
.cid-uo8LGzMYM8 .mbr-text,
.cid-uo8LGzMYM8 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo8LGzMYM8 .mbr-section-subtitle,
.cid-uo8LGzMYM8 .align-wrapper {
  color: #04492e;
}
.cid-uo8LGzMYM8 .mbr-section-subtitle3,
.cid-uo8LGzMYM8 .align-wrapper2 {
  color: #04492e;
}
.cid-uo8LGzMYM8 .mbr-section-subtitle2,
.cid-uo8LGzMYM8 .align-wrapper2 {
  color: #ffffff;
}
.cid-uo8LGzMYM8 .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-uo8LGzMYM8 .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-uo8LGyMv4E {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo8LGyMv4E {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo8LGyMv4E {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo8LGyMv4E .mbr-section-subtitle {
  text-align: left;
}
.cid-uo8LGyMv4E .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo8LGyMv4E .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo8LGAVYki {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo8LGAVYki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8LGAVYki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8LGAVYki img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uo8LGAVYki img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uo8LGAVYki .row {
  flex-direction: row-reverse;
}
.cid-uo8LGAVYki .row {
  align-items: center;
}
.cid-uo8LGAVYki .mbr-section-title {
  color: #000000;
}
.cid-uo8LGAVYki .mbr-text,
.cid-uo8LGAVYki .mbr-section-btn {
  color: #000000;
}
.cid-uo8LGDOwvA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo8LGDOwvA {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo8LGDOwvA {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo8LGDOwvA .mbr-section-subtitle {
  text-align: left;
}
.cid-uo8LGDOwvA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo8LGDOwvA .mbr-text {
  text-align: left;
}
.cid-uo8LGBVeEe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededb6;
}
.cid-uo8LGBVeEe .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uo8LGBVeEe .panel-group {
  border: none;
}
.cid-uo8LGBVeEe .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uo8LGBVeEe .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uo8LGBVeEe .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uo8LGBVeEe .panel-body {
    padding: 0rem;
  }
}
.cid-uo8LGBVeEe .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo8LGBVeEe .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uo8LGBVeEe img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uo8LGBVeEe img {
    width: 100%;
  }
}
.cid-uo8LGBVeEe .container-fluid {
  padding: 0 1rem;
}
.cid-uo8LGBVeEe .collapsed span {
  transform: rotate(0deg);
}
.cid-uo8LGBVeEe .panel-title {
  display: flex;
  align-items: center;
}
.cid-uo8LGBVeEe .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uo8LGBVeEe .panel-title-edit {
  color: #000000;
}
.cid-uo8LGBVeEe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uo8LGBVeEe .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uo8LGBVeEe .panel-title-edit,
.cid-uo8LGBVeEe .mbr-iconfont {
  color: #1b2026;
}
.cid-uo8LGBVeEe .panel-text {
  color: #777777;
}
.cid-uo8LGBVeEe H4 {
  color: #000000;
}
.cid-uo8LGIjpHk {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo8LGIjpHk {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo8LGIjpHk {
    padding-top: 0.9rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo8LGIjpHk .mbr-section-subtitle {
  text-align: left;
}
.cid-uo8LGIjpHk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo8LGIjpHk .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo8LGJPtDk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededb6;
}
.cid-uo8LGJPtDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8LGJPtDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8LGJPtDk .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uo8LGJPtDk .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uo8LGJPtDk .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uo8LGJPtDk .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uo8LGJPtDk .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uo8LGJPtDk .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uo8LGJPtDk .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ededb6;
}
@media (max-width: 992px) {
  .cid-uo8LGJPtDk .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uo8LGJPtDk .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uo8LGJPtDk .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uo8LGJPtDk .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uo8LGJPtDk .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uo8LGJPtDk .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uo8LGJPtDk .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uo8LGJPtDk .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uo8LGJPtDk .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uo8LGJPtDk .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uo8LGJPtDk .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uo8LGJPtDk .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uo8LGJPtDk .mbr-section-title {
  color: #404349;
}
.cid-uo8LGJPtDk .panel-title-edit {
  color: #000000;
}
.cid-uo8LGJPtDk .panel-text {
  color: #404349;
}
.cid-uo8LGJPtDk .mbr-section-title,
.cid-uo8LGJPtDk .title-wrapper,
.cid-uo8LGJPtDk .tabs-wrapper {
  color: #000000;
}
.cid-uo8LGJPtDk .panel-text,
.cid-uo8LGJPtDk .panel-body {
  color: #000000;
}
.cid-uo8LGMqbbJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uo8LGMqbbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8LGMqbbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8LGMqbbJ .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo8LGMqbbJ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo8LGMqbbJ .google-map [data-state-details] {
  color: #6b6763;
  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-uo8LGMqbbJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo8LGMqbbJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo8LGMqbbJ .mbr-section-title {
  color: #000000;
}
.cid-uo8LGOAifl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ededb6;
}
@media (max-width: 767px) {
  .cid-uo8LGOAifl .content {
    text-align: center;
  }
  .cid-uo8LGOAifl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uo8LGOAifl .logo-subtitle {
  color: #8d97ad;
}
.cid-uo8LGOAifl .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uo8LGOAifl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uo8LGOAifl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uo8LGOAifl .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uo8LGOAifl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uo8LGOAifl .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uo8LGOAifl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uo8LGOAifl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uo8LGOAifl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uo8LGOAifl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uo8LGOAifl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uo8LGOAifl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uo8LGOAifl .list-item {
  display: flex;
}
.cid-uo8LGOAifl .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uo8LGOAifl ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uo8LGOAifl ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uo8LGOAifl ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uo8LGOAifl .logo-subtitle,
.cid-uo8LGOAifl .media-wrap {
  color: #f50e0e;
}
.cid-uob1SSJz58 {
  background-color: #f6f6f6;
  border: 18px solid #f6f6f6;
}
@media (max-width: 768px) {
  .cid-uob1SSJz58 {
    border: 8px solid #f6f6f6;
  }
}
.cid-uob1SSJz58 .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-uob1SSJz58 .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.cid-uob1SSJz58 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.cid-uob1SSJz58 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .menu_box .navbar.opened,
  .cid-uob1SSJz58 .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uob1SSJz58 .navbar-dropdown {
  position: relative !important;
}
.cid-uob1SSJz58 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uob1SSJz58 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uob1SSJz58 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-uob1SSJz58 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uob1SSJz58 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uob1SSJz58 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uob1SSJz58 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uob1SSJz58 .offcanvas-body .mbr-text,
  .cid-uob1SSJz58 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uob1SSJz58 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed2c03;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uob1SSJz58 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uob1SSJz58 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uob1SSJz58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uob1SSJz58 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uob1SSJz58 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uob1SSJz58 li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uob1SSJz58 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uob1SSJz58 .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-uob1SSJz58 .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-uob1SSJz58 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-uob1SSJz58 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uob1SSJz58 .nav-item .nav-link:hover {
  color: #f50e0e !important;
}
.cid-uob1SSJz58 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uob1SSJz58 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uob1SSJz58 .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-uob1SSJz58 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uob1SSJz58 .offcanvas_box {
    display: none;
  }
}
.cid-uob1SSJz58 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uob1SSJz58 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uob1SSJz58 .container {
  display: flex;
  margin: auto;
}
.cid-uob1SSJz58 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uob1SSJz58 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uob1SSJz58 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uob1SSJz58 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .navbar-nav {
    margin: 0;
  }
}
.cid-uob1SSJz58 .dropdown-menu,
.cid-uob1SSJz58 .navbar.opened {
  background-color: false !important;
}
.cid-uob1SSJz58 .nav-item:focus,
.cid-uob1SSJz58 .nav-link:focus {
  outline: none;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uob1SSJz58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uob1SSJz58 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uob1SSJz58 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uob1SSJz58 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uob1SSJz58 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uob1SSJz58 .navbar.opened {
  transition: all 0.3s;
}
.cid-uob1SSJz58 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uob1SSJz58 .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-uob1SSJz58 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uob1SSJz58 .navbar.collapsed {
  justify-content: center;
}
.cid-uob1SSJz58 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uob1SSJz58 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uob1SSJz58 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uob1SSJz58 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uob1SSJz58 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uob1SSJz58 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uob1SSJz58 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uob1SSJz58 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uob1SSJz58 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uob1SSJz58 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uob1SSJz58 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uob1SSJz58 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uob1SSJz58 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uob1SSJz58 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uob1SSJz58 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uob1SSJz58 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uob1SSJz58 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uob1SSJz58 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uob1SSJz58 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uob1SSJz58 .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-uob1SSJz58 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uob1SSJz58 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uob1SSJz58 .dropdown-item.active,
.cid-uob1SSJz58 .dropdown-item:active {
  background-color: transparent;
}
.cid-uob1SSJz58 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uob1SSJz58 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uob1SSJz58 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uob1SSJz58 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uob1SSJz58 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uob1SSJz58 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #ffffff;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed2c03;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob1SSJz58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uob1SSJz58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob1SSJz58 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uob1SSJz58 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uob1SSJz58 .navbar {
    height: 70px;
  }
  .cid-uob1SSJz58 .navbar.opened {
    height: auto;
  }
  .cid-uob1SSJz58 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uob1SSJz58 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uob1SSJz58 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-uob1SSJz58 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uob1SSJz58 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uob1SSJz58 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uob1SSJz58 .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uob1SSJz58 .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-uob1SSJz58 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uob1SSJz58 .text_widget {
  margin-bottom: 32px;
}
.cid-uob1SSJz58 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uob1SSJz58 .text_widget a:hover {
  color: #f50e0e !important;
}
.cid-uob1SSJz58 .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-uob1SSJz58 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uob1SSJz58 .mbr-section-subtitle,
.cid-uob1SSJz58 .text_widget,
.cid-uob1SSJz58 .mbr-section-btn {
  text-align: left;
}
.cid-uob1SSJz58 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
