body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #997100;
  color: #997100 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffbc00 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffbc00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffbc00;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffbc00;
  border-bottom-color: #ffbc00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffbc00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3e97d1 !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%;
}
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='%23ffbc00' %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;
}
.cid-uT0EL4KoI7 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uT0EL4KoI7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uT0EL4KoI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uT0EL4KoI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT0EL4KoI7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uT0EL4KoI7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uT0EL4KoI7 .menu_box .navbar.opened,
  .cid-uT0EL4KoI7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uT0EL4KoI7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uT0EL4KoI7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uT0EL4KoI7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT0EL4KoI7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uT0EL4KoI7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uT0EL4KoI7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uT0EL4KoI7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uT0EL4KoI7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uT0EL4KoI7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uT0EL4KoI7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uT0EL4KoI7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uT0EL4KoI7 .offcanvas-body .mbr-text,
  .cid-uT0EL4KoI7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uT0EL4KoI7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uT0EL4KoI7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uT0EL4KoI7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uT0EL4KoI7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uT0EL4KoI7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uT0EL4KoI7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uT0EL4KoI7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uT0EL4KoI7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uT0EL4KoI7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT0EL4KoI7 .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-uT0EL4KoI7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uT0EL4KoI7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uT0EL4KoI7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uT0EL4KoI7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uT0EL4KoI7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uT0EL4KoI7 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uT0EL4KoI7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uT0EL4KoI7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uT0EL4KoI7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uT0EL4KoI7 .nav-item .nav-link:hover,
.cid-uT0EL4KoI7 .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uT0EL4KoI7 .nav-item .nav-link:hover::before,
.cid-uT0EL4KoI7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uT0EL4KoI7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uT0EL4KoI7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uT0EL4KoI7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uT0EL4KoI7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT0EL4KoI7 .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-uT0EL4KoI7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uT0EL4KoI7 .offcanvas_box {
    display: none;
  }
}
.cid-uT0EL4KoI7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uT0EL4KoI7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uT0EL4KoI7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uT0EL4KoI7 .container {
  display: flex;
  margin: auto;
}
.cid-uT0EL4KoI7 .iconfont-wrapper {
  color: #30262b;
  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-uT0EL4KoI7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uT0EL4KoI7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uT0EL4KoI7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uT0EL4KoI7 .navbar-nav {
    margin: 0;
  }
}
.cid-uT0EL4KoI7 .dropdown-menu,
.cid-uT0EL4KoI7 .navbar.opened {
  background-color: false !important;
}
.cid-uT0EL4KoI7 .nav-item:focus,
.cid-uT0EL4KoI7 .nav-link:focus {
  outline: none;
}
.cid-uT0EL4KoI7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT0EL4KoI7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT0EL4KoI7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT0EL4KoI7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0EL4KoI7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT0EL4KoI7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT0EL4KoI7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uT0EL4KoI7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uT0EL4KoI7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uT0EL4KoI7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uT0EL4KoI7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uT0EL4KoI7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uT0EL4KoI7 .navbar.collapsed {
  justify-content: center;
}
.cid-uT0EL4KoI7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT0EL4KoI7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uT0EL4KoI7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT0EL4KoI7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT0EL4KoI7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT0EL4KoI7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uT0EL4KoI7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uT0EL4KoI7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uT0EL4KoI7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uT0EL4KoI7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT0EL4KoI7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT0EL4KoI7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uT0EL4KoI7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT0EL4KoI7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uT0EL4KoI7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT0EL4KoI7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uT0EL4KoI7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uT0EL4KoI7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uT0EL4KoI7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uT0EL4KoI7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT0EL4KoI7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uT0EL4KoI7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT0EL4KoI7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT0EL4KoI7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT0EL4KoI7 .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-uT0EL4KoI7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uT0EL4KoI7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT0EL4KoI7 .dropdown-item.active,
.cid-uT0EL4KoI7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uT0EL4KoI7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uT0EL4KoI7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT0EL4KoI7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT0EL4KoI7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT0EL4KoI7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uT0EL4KoI7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT0EL4KoI7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-uT0EL4KoI7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uT0EL4KoI7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT0EL4KoI7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0EL4KoI7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0EL4KoI7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT0EL4KoI7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0EL4KoI7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT0EL4KoI7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT0EL4KoI7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0EL4KoI7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT0EL4KoI7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT0EL4KoI7 .navbar {
    height: 70px;
  }
  .cid-uT0EL4KoI7 .navbar.opened {
    height: auto;
  }
  .cid-uT0EL4KoI7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT0EL4KoI7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uT0EL4KoI7 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uT0EL4KoI7 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uT0EL4KoI7 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uT0EL4KoI7 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uT0EL4KoI7 .navbar-caption:hover {
  color: #ffbc00;
}
@media (min-width: 992px) {
  .cid-uT0EL4KoI7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uT0EL4KoI7 .text_widget {
  margin-bottom: 32px;
}
.cid-uT0EL4KoI7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uT0EL4KoI7 .text_widget a:hover,
.cid-uT0EL4KoI7 .text_widget a:focus {
  opacity: .8;
}
.cid-uT0EL4KoI7 .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uT0EL4KoI7 .navbar-caption {
  color: #30262b;
}
.cid-uT0EL4KoI7 .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uT0EL4KoI7 .mbr-section-subtitle,
.cid-uT0EL4KoI7 .text_widget,
.cid-uT0EL4KoI7 .mbr-section-btn {
  text-align: center;
}
.cid-uT0EL4KoI7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRX6Gd94b3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRX6Gd94b3 .mbr-text {
  text-align: left;
}
.cid-uRX7D9PORb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRX7D9PORb .mbr-text {
  text-align: left;
}
.cid-uRRjkdCqxx {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uRRjkdCqxx .mbr-title {
  text-align: left;
}
.cid-uRRf7cJdS8 {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-uRRf7cJdS8 .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uRRf7cJdS8 .image-block {
    width: 100% !important;
  }
}
.cid-uRRgZH1rrQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRRgZH1rrQ .mbr-text {
  text-align: center;
}
.cid-uS91xTBlvN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uS91xTBlvN .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uS91xTBlvN .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uS91xTBlvN .mbr-text {
  color: #272727;
}
.cid-uS8SMVkdmT {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-uS8SMVkdmT .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uS8SMVkdmT .image-block {
    width: 100% !important;
  }
}
.cid-uSZZbv8t2S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSZZbv8t2S .mbr-text {
  text-align: center;
}
.cid-uS90jQYHH2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uS90jQYHH2 .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uS90jQYHH2 .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uS90jQYHH2 .mbr-text {
  color: #272727;
}
.cid-uS92syqJiG {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-uS92syqJiG .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uS92syqJiG .image-block {
    width: 100% !important;
  }
}
.cid-uSZZde84wm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSZZde84wm .mbr-text {
  text-align: center;
}
.cid-uS92Sh0keK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS92Sh0keK .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uS92Sh0keK .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uS92Sh0keK .mbr-text {
  color: #272727;
}
.cid-uS968PT4Nn {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 45px;
}
.cid-uS968PT4Nn .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uS968PT4Nn .image-block {
    width: 100% !important;
  }
}
.cid-uSZZfeB040 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSZZfeB040 .mbr-text {
  text-align: center;
}
.cid-uTctqYChNn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTctqYChNn .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uTctqYChNn .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uTctqYChNn .mbr-text {
  color: #272727;
}
.cid-uT0ZOTAPHe {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-uT0ZOTAPHe .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uT0ZOTAPHe .image-block {
    width: 100% !important;
  }
}
.cid-uT10dg6rle {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT10dg6rle .mbr-text {
  text-align: center;
}
.cid-uWtLvYTYEo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWtLvYTYEo .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uWtLvYTYEo .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uWtLvYTYEo .mbr-text {
  color: #272727;
}
.cid-uS986JWPmd {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 30px;
}
.cid-uS986JWPmd .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uS986JWPmd .image-block {
    width: 100% !important;
  }
}
.cid-uSZZg4hQMG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSZZg4hQMG .mbr-text {
  text-align: center;
}
.cid-uS996szf29 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uS996szf29 .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uS996szf29 .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uS996szf29 .mbr-text {
  color: #272727;
}
.cid-uSZR3CtPNj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSZR3CtPNj .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uSZR3CtPNj .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uSZR3CtPNj .mbr-text {
  color: #272727;
}
.cid-uSZRn2VJKi {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-uSZRn2VJKi .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uSZRn2VJKi .image-block {
    width: 100% !important;
  }
}
.cid-uSZZhpR0qU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSZZhpR0qU .mbr-text {
  text-align: center;
}
.cid-uSZRKMMnj5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSZRKMMnj5 .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uSZRKMMnj5 .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uSZRKMMnj5 .mbr-text {
  color: #272727;
}
.cid-uSZXApeUSc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSZXApeUSc .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uSZXApeUSc .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uSZXApeUSc .mbr-text {
  color: #272727;
}
.cid-uSZYzwThxk {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-uSZYzwThxk .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uSZYzwThxk .image-block {
    width: 100% !important;
  }
}
.cid-uSZZJaGo1s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSZZJaGo1s .mbr-text {
  text-align: center;
}
.cid-uSZZOFPVpG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSZZOFPVpG .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uSZZOFPVpG .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uSZZOFPVpG .mbr-text {
  color: #272727;
}
.cid-uT08sByWT9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT08sByWT9 .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uT08sByWT9 .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uT08sByWT9 .mbr-text {
  color: #272727;
}
.cid-rzMwAwMR92 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rzMwAwMR92 a:link {
  text-decoration: none;
}
.cid-rzMwAwMR92 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rzMwAwMR92 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzMwAwMR92 .inner-text {
  line-height: 3em;
}
.cid-rzMwAwMR92 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMwAwMR92 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMwAwMR92 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzMwAwMR92 .content-text,
.cid-rzMwAwMR92 .inner-text {
  color: #c1c1c1;
}
.cid-uT0FG7D4h7 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uT0FG7D4h7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uT0FG7D4h7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uT0FG7D4h7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT0FG7D4h7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uT0FG7D4h7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uT0FG7D4h7 .menu_box .navbar.opened,
  .cid-uT0FG7D4h7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uT0FG7D4h7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uT0FG7D4h7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uT0FG7D4h7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT0FG7D4h7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uT0FG7D4h7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uT0FG7D4h7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uT0FG7D4h7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uT0FG7D4h7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uT0FG7D4h7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uT0FG7D4h7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uT0FG7D4h7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uT0FG7D4h7 .offcanvas-body .mbr-text,
  .cid-uT0FG7D4h7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uT0FG7D4h7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uT0FG7D4h7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uT0FG7D4h7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uT0FG7D4h7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uT0FG7D4h7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uT0FG7D4h7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uT0FG7D4h7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uT0FG7D4h7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uT0FG7D4h7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT0FG7D4h7 .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-uT0FG7D4h7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uT0FG7D4h7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uT0FG7D4h7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uT0FG7D4h7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uT0FG7D4h7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uT0FG7D4h7 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uT0FG7D4h7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uT0FG7D4h7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uT0FG7D4h7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uT0FG7D4h7 .nav-item .nav-link:hover,
.cid-uT0FG7D4h7 .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uT0FG7D4h7 .nav-item .nav-link:hover::before,
.cid-uT0FG7D4h7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uT0FG7D4h7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uT0FG7D4h7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uT0FG7D4h7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uT0FG7D4h7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT0FG7D4h7 .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-uT0FG7D4h7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uT0FG7D4h7 .offcanvas_box {
    display: none;
  }
}
.cid-uT0FG7D4h7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uT0FG7D4h7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uT0FG7D4h7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uT0FG7D4h7 .container {
  display: flex;
  margin: auto;
}
.cid-uT0FG7D4h7 .iconfont-wrapper {
  color: #30262b;
  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-uT0FG7D4h7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uT0FG7D4h7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uT0FG7D4h7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uT0FG7D4h7 .navbar-nav {
    margin: 0;
  }
}
.cid-uT0FG7D4h7 .dropdown-menu,
.cid-uT0FG7D4h7 .navbar.opened {
  background-color: false !important;
}
.cid-uT0FG7D4h7 .nav-item:focus,
.cid-uT0FG7D4h7 .nav-link:focus {
  outline: none;
}
.cid-uT0FG7D4h7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT0FG7D4h7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT0FG7D4h7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT0FG7D4h7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0FG7D4h7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT0FG7D4h7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT0FG7D4h7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uT0FG7D4h7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uT0FG7D4h7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uT0FG7D4h7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uT0FG7D4h7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uT0FG7D4h7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uT0FG7D4h7 .navbar.collapsed {
  justify-content: center;
}
.cid-uT0FG7D4h7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT0FG7D4h7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uT0FG7D4h7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT0FG7D4h7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT0FG7D4h7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT0FG7D4h7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uT0FG7D4h7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uT0FG7D4h7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uT0FG7D4h7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uT0FG7D4h7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT0FG7D4h7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT0FG7D4h7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uT0FG7D4h7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT0FG7D4h7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uT0FG7D4h7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT0FG7D4h7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uT0FG7D4h7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uT0FG7D4h7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uT0FG7D4h7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uT0FG7D4h7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT0FG7D4h7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uT0FG7D4h7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT0FG7D4h7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT0FG7D4h7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT0FG7D4h7 .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-uT0FG7D4h7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uT0FG7D4h7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT0FG7D4h7 .dropdown-item.active,
.cid-uT0FG7D4h7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uT0FG7D4h7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uT0FG7D4h7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT0FG7D4h7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT0FG7D4h7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT0FG7D4h7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uT0FG7D4h7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT0FG7D4h7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-uT0FG7D4h7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uT0FG7D4h7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT0FG7D4h7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0FG7D4h7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0FG7D4h7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT0FG7D4h7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0FG7D4h7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT0FG7D4h7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT0FG7D4h7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0FG7D4h7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT0FG7D4h7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT0FG7D4h7 .navbar {
    height: 70px;
  }
  .cid-uT0FG7D4h7 .navbar.opened {
    height: auto;
  }
  .cid-uT0FG7D4h7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT0FG7D4h7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uT0FG7D4h7 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uT0FG7D4h7 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uT0FG7D4h7 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uT0FG7D4h7 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uT0FG7D4h7 .navbar-caption:hover {
  color: #ffbc00;
}
@media (min-width: 992px) {
  .cid-uT0FG7D4h7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uT0FG7D4h7 .text_widget {
  margin-bottom: 32px;
}
.cid-uT0FG7D4h7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uT0FG7D4h7 .text_widget a:hover,
.cid-uT0FG7D4h7 .text_widget a:focus {
  opacity: .8;
}
.cid-uT0FG7D4h7 .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uT0FG7D4h7 .navbar-caption {
  color: #30262b;
}
.cid-uT0FG7D4h7 .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uT0FG7D4h7 .mbr-section-subtitle,
.cid-uT0FG7D4h7 .text_widget,
.cid-uT0FG7D4h7 .mbr-section-btn {
  text-align: center;
}
.cid-uT0FG7D4h7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRY5Myer6l {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRY5Myer6l .mbr-text {
  text-align: left;
}
.cid-uRTSX7CKls {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRTSX7CKls .mbr-text {
  text-align: center;
}
.cid-uRTSrC8INI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTSrC8INI .card-box {
  padding: 0rem;
}
.cid-uRTSrC8INI .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uRTSrC8INI h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uRTSrC8INI p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uRTSrC8INI .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uRTSrC8INI .mbr-text {
  color: #879a9f;
}
.cid-uS8y7zmyIY {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uS8y7zmyIY .mbr-text {
  text-align: center;
}
.cid-uRTRY0mTCc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTRY0mTCc .card-box {
  padding: 0rem;
}
.cid-uRTRY0mTCc .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uRTRY0mTCc h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uRTRY0mTCc p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uRTRY0mTCc .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uRTRY0mTCc .mbr-text {
  color: #879a9f;
}
.cid-uRTThDJcgT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTThDJcgT .mbr-text {
  text-align: center;
}
.cid-uRTRvK6PzG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTRvK6PzG .card-box {
  padding: 0rem;
}
.cid-uRTRvK6PzG .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uRTRvK6PzG h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uRTRvK6PzG p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uRTRvK6PzG .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uRTRvK6PzG .mbr-text {
  color: #879a9f;
}
.cid-uRTTodnAQP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTTodnAQP .mbr-text {
  text-align: center;
}
.cid-uRTQ2vEoYh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTQ2vEoYh .card-box {
  padding: 0rem;
}
.cid-uRTQ2vEoYh .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uRTQ2vEoYh h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uRTQ2vEoYh p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uRTQ2vEoYh .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uRTQ2vEoYh .mbr-text {
  color: #879a9f;
}
.cid-uRTTsFtF6V {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRTTsFtF6V .mbr-text {
  text-align: center;
}
.cid-uRTP4ovUrz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTP4ovUrz .card-box {
  padding: 0rem;
}
.cid-uRTP4ovUrz .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uRTP4ovUrz h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uRTP4ovUrz p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uRTP4ovUrz .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uRTP4ovUrz .mbr-text {
  color: #879a9f;
}
.cid-uS8rpnlcEO {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uS8rpnlcEO .mbr-text {
  text-align: center;
}
.cid-uRTNsJnUGi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTNsJnUGi .card-box {
  padding: 0rem;
}
.cid-uRTNsJnUGi .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uRTNsJnUGi h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uRTNsJnUGi p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uRTNsJnUGi .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uRTNsJnUGi .mbr-text {
  color: #879a9f;
}
.cid-uRTU1RJifC {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRTU1RJifC .mbr-text {
  text-align: center;
}
.cid-uT0WDrsjAW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT0WDrsjAW .card-box {
  padding: 0rem;
}
.cid-uT0WDrsjAW .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uT0WDrsjAW h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uT0WDrsjAW p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uT0WDrsjAW .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uT0WDrsjAW .mbr-text {
  color: #879a9f;
}
.cid-uT0u290OXM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT0u290OXM .mbr-text {
  text-align: center;
}
.cid-uRTKi1nO7E {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTKi1nO7E .card-box {
  padding: 0rem;
}
.cid-uRTKi1nO7E .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uRTKi1nO7E h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uRTKi1nO7E p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uRTKi1nO7E .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uRTKi1nO7E .mbr-text {
  color: #879a9f;
}
.cid-uRTUiRMaHF {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRTUiRMaHF .mbr-text {
  text-align: center;
}
.cid-uRTJbLfw3z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTJbLfw3z .card-box {
  padding: 0rem;
}
.cid-uRTJbLfw3z .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uRTJbLfw3z h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uRTJbLfw3z p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uRTJbLfw3z .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uRTJbLfw3z .mbr-text {
  color: #879a9f;
}
.cid-uT0az8kcUm {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uT0az8kcUm .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uT0az8kcUm .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-uT0az8kcUm .mbr-text {
  color: #272727;
}
.cid-uRTU3UTTIU {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRTU3UTTIU .mbr-text {
  text-align: center;
}
.cid-uRTIeZfmQc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTIeZfmQc .card-box {
  padding: 0rem;
}
.cid-uRTIeZfmQc .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uRTIeZfmQc h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uRTIeZfmQc p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uRTIeZfmQc .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uRTIeZfmQc .mbr-text {
  color: #879a9f;
}
.cid-uRTU4RcuHt {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRTU4RcuHt .mbr-text {
  text-align: center;
}
.cid-uRTH9EAuU8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTH9EAuU8 .card-box {
  padding: 0rem;
}
.cid-uRTH9EAuU8 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uRTH9EAuU8 h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uRTH9EAuU8 p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uRTH9EAuU8 .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uRTH9EAuU8 .mbr-text {
  color: #879a9f;
}
.cid-uRTU5LGT2T {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRTU5LGT2T .mbr-text {
  text-align: center;
}
.cid-uRTDLMafBK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTDLMafBK .card-box {
  padding: 0rem;
}
.cid-uRTDLMafBK .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uRTDLMafBK h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uRTDLMafBK p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uRTDLMafBK .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uRTDLMafBK .mbr-text {
  color: #879a9f;
}
.cid-uRY7hFmv5m {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRY7hFmv5m .mbr-text {
  text-align: center;
}
.cid-uRY7Z5WxGx {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uRY7Z5WxGx .mbr-text {
  text-align: center;
}
.cid-uRTUDHf5Ze {
  background: #ffffff;
}
.cid-uRTUDHf5Ze .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTUDHf5Ze .image-block {
    width: 100% !important;
  }
}
.cid-uRY8sgWwcV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRY8sgWwcV .mbr-text {
  text-align: center;
}
.cid-uRTVYYO8zx {
  background: #ffffff;
}
.cid-uRTVYYO8zx .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTVYYO8zx .image-block {
    width: 100% !important;
  }
}
.cid-uRY91bKjd6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRY91bKjd6 .mbr-text {
  text-align: center;
}
.cid-uRTWxE4zJ7 {
  background: #ffffff;
}
.cid-uRTWxE4zJ7 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTWxE4zJ7 .image-block {
    width: 100% !important;
  }
}
.cid-uRY9IR0MSU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRY9IR0MSU .mbr-text {
  text-align: center;
}
.cid-uRTWJULkPr {
  background: #ffffff;
}
.cid-uRTWJULkPr .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTWJULkPr .image-block {
    width: 100% !important;
  }
}
.cid-uRYa6o6dqJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRYa6o6dqJ .mbr-text {
  text-align: center;
}
.cid-uRTWZ5D1ba {
  background: #ffffff;
}
.cid-uRTWZ5D1ba .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTWZ5D1ba .image-block {
    width: 100% !important;
  }
}
.cid-uS3YKKgS4q {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS3YKKgS4q .mbr-text {
  text-align: center;
}
.cid-uRTXagksT6 {
  background: #ffffff;
}
.cid-uRTXagksT6 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTXagksT6 .image-block {
    width: 100% !important;
  }
}
.cid-uS3YSUY7E7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS3YSUY7E7 .mbr-text {
  text-align: center;
}
.cid-uRTXnlCXSL {
  background: #ffffff;
}
.cid-uRTXnlCXSL .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTXnlCXSL .image-block {
    width: 100% !important;
  }
}
.cid-uS3YZ1Z1Dh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS3YZ1Z1Dh .mbr-text {
  text-align: center;
}
.cid-uRTXzjAeBb {
  background: #ffffff;
}
.cid-uRTXzjAeBb .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTXzjAeBb .image-block {
    width: 100% !important;
  }
}
.cid-uS3Z4KWSbD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS3Z4KWSbD .mbr-text {
  text-align: center;
}
.cid-uRTXJqZM6T {
  background: #ffffff;
}
.cid-uRTXJqZM6T .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTXJqZM6T .image-block {
    width: 100% !important;
  }
}
.cid-uS3Zc9kWQV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS3Zc9kWQV .mbr-text {
  text-align: center;
}
.cid-uRTXSX0PPf {
  background: #ffffff;
}
.cid-uRTXSX0PPf .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTXSX0PPf .image-block {
    width: 100% !important;
  }
}
.cid-uS3ZraFEiI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS3ZraFEiI .mbr-text {
  text-align: center;
}
.cid-uRTY34pnDy {
  background: #ffffff;
}
.cid-uRTY34pnDy .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTY34pnDy .image-block {
    width: 100% !important;
  }
}
.cid-uS3ZDXXW11 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS3ZDXXW11 .mbr-text {
  text-align: center;
}
.cid-uRTZxDbpSq {
  background: #ffffff;
}
.cid-uRTZxDbpSq .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTZxDbpSq .image-block {
    width: 100% !important;
  }
}
.cid-uS3ZLK8Bnm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS3ZLK8Bnm .mbr-text {
  text-align: center;
}
.cid-uRTZLsIauG {
  background: #ffffff;
}
.cid-uRTZLsIauG .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRTZLsIauG .image-block {
    width: 100% !important;
  }
}
.cid-uS3ZSaC9Qk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS3ZSaC9Qk .mbr-text {
  text-align: center;
}
.cid-uRU02YWMgU {
  background: #ffffff;
}
.cid-uRU02YWMgU .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRU02YWMgU .image-block {
    width: 100% !important;
  }
}
.cid-uS3ZZwASAd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS3ZZwASAd .mbr-text {
  text-align: center;
}
.cid-uRU0hH5Sfn {
  background: #ffffff;
}
.cid-uRU0hH5Sfn .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRU0hH5Sfn .image-block {
    width: 100% !important;
  }
}
.cid-uS408MFgYp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS408MFgYp .mbr-text {
  text-align: center;
}
.cid-uRU0tIke41 {
  background: #ffffff;
}
.cid-uRU0tIke41 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRU0tIke41 .image-block {
    width: 100% !important;
  }
}
.cid-uS40ewYYpL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS40ewYYpL .mbr-text {
  text-align: center;
}
.cid-uRWQ8jgFrX {
  background: #ffffff;
}
.cid-uRWQ8jgFrX .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWQ8jgFrX .image-block {
    width: 100% !important;
  }
}
.cid-uS40kB4iHA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS40kB4iHA .mbr-text {
  text-align: center;
}
.cid-uRWQzuWYlZ {
  background: #ffffff;
}
.cid-uRWQzuWYlZ .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWQzuWYlZ .image-block {
    width: 100% !important;
  }
}
.cid-uS40qv9Fd7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS40qv9Fd7 .mbr-text {
  text-align: center;
}
.cid-uRWQPLxEtK {
  background: #ffffff;
}
.cid-uRWQPLxEtK .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWQPLxEtK .image-block {
    width: 100% !important;
  }
}
.cid-uS40zOiRY7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS40zOiRY7 .mbr-text {
  text-align: center;
}
.cid-uRWR8gFyCK {
  background: #ffffff;
}
.cid-uRWR8gFyCK .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWR8gFyCK .image-block {
    width: 100% !important;
  }
}
.cid-uS40H6rkVT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS40H6rkVT .mbr-text {
  text-align: center;
}
.cid-uRWRGXuz9A {
  background: #ffffff;
}
.cid-uRWRGXuz9A .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWRGXuz9A .image-block {
    width: 100% !important;
  }
}
.cid-uS40MWNlxN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS40MWNlxN .mbr-text {
  text-align: center;
}
.cid-uRWRVNcwRa {
  background: #ffffff;
}
.cid-uRWRVNcwRa .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWRVNcwRa .image-block {
    width: 100% !important;
  }
}
.cid-uS40T80GxD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS40T80GxD .mbr-text {
  text-align: center;
}
.cid-uRWS8mpb5N {
  background: #ffffff;
}
.cid-uRWS8mpb5N .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWS8mpb5N .image-block {
    width: 100% !important;
  }
}
.cid-uS40ZZDJDN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS40ZZDJDN .mbr-text {
  text-align: center;
}
.cid-uRWSl9snL1 {
  background: #ffffff;
}
.cid-uRWSl9snL1 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWSl9snL1 .image-block {
    width: 100% !important;
  }
}
.cid-uS416ctQHn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS416ctQHn .mbr-text {
  text-align: center;
}
.cid-uRWSxPnnlT {
  background: #ffffff;
}
.cid-uRWSxPnnlT .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWSxPnnlT .image-block {
    width: 100% !important;
  }
}
.cid-uS41bsEqNQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS41bsEqNQ .mbr-text {
  text-align: center;
}
.cid-uRWSIth774 {
  background: #ffffff;
}
.cid-uRWSIth774 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWSIth774 .image-block {
    width: 100% !important;
  }
}
.cid-uS41hl6qle {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS41hl6qle .mbr-text {
  text-align: center;
}
.cid-uRWSSUs8aF {
  background: #ffffff;
}
.cid-uRWSSUs8aF .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWSSUs8aF .image-block {
    width: 100% !important;
  }
}
.cid-uS41nm29A9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS41nm29A9 .mbr-text {
  text-align: center;
}
.cid-uRWTx59vk3 {
  background: #ffffff;
}
.cid-uRWTx59vk3 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWTx59vk3 .image-block {
    width: 100% !important;
  }
}
.cid-uS41tzduUJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS41tzduUJ .mbr-text {
  text-align: center;
}
.cid-uRWTUBrVe3 {
  background: #ffffff;
}
.cid-uRWTUBrVe3 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWTUBrVe3 .image-block {
    width: 100% !important;
  }
}
.cid-uS41CLTooI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS41CLTooI .mbr-text {
  text-align: center;
}
.cid-uRWUd1aHvK {
  background: #ffffff;
}
.cid-uRWUd1aHvK .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWUd1aHvK .image-block {
    width: 100% !important;
  }
}
.cid-uS41N6u7UJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS41N6u7UJ .mbr-text {
  text-align: center;
}
.cid-uRWUoZETjU {
  background: #ffffff;
}
.cid-uRWUoZETjU .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWUoZETjU .image-block {
    width: 100% !important;
  }
}
.cid-uS41UD5GvZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS41UD5GvZ .mbr-text {
  text-align: center;
}
.cid-uRWUE4I0TH {
  background: #ffffff;
}
.cid-uRWUE4I0TH .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWUE4I0TH .image-block {
    width: 100% !important;
  }
}
.cid-uS4200MAiv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS4200MAiv .mbr-text {
  text-align: center;
}
.cid-uRWURznht7 {
  background: #ffffff;
}
.cid-uRWURznht7 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWURznht7 .image-block {
    width: 100% !important;
  }
}
.cid-uS426HQ6IF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS426HQ6IF .mbr-text {
  text-align: center;
}
.cid-uRWV2OJT79 {
  background: #ffffff;
}
.cid-uRWV2OJT79 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWV2OJT79 .image-block {
    width: 100% !important;
  }
}
.cid-uS42e4k5cB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS42e4k5cB .mbr-text {
  text-align: center;
}
.cid-uRWVeqYwFr {
  background: #ffffff;
}
.cid-uRWVeqYwFr .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWVeqYwFr .image-block {
    width: 100% !important;
  }
}
.cid-uS42kIZIo2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS42kIZIo2 .mbr-text {
  text-align: center;
}
.cid-uRWVpKm5Jz {
  background: #ffffff;
}
.cid-uRWVpKm5Jz .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWVpKm5Jz .image-block {
    width: 100% !important;
  }
}
.cid-uS42pIWiMF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS42pIWiMF .mbr-text {
  text-align: center;
}
.cid-uRWVFTmHpb {
  background: #ffffff;
}
.cid-uRWVFTmHpb .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWVFTmHpb .image-block {
    width: 100% !important;
  }
}
.cid-uS42vDXNfN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS42vDXNfN .mbr-text {
  text-align: center;
}
.cid-uRWVRXcupl {
  background: #ffffff;
}
.cid-uRWVRXcupl .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWVRXcupl .image-block {
    width: 100% !important;
  }
}
.cid-uS42BkUTgY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS42BkUTgY .mbr-text {
  text-align: center;
}
.cid-uRWW338VqE {
  background: #ffffff;
}
.cid-uRWW338VqE .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uRWW338VqE .image-block {
    width: 100% !important;
  }
}
.cid-uT0FpgB74f {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uT0FpgB74f .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uT0FpgB74f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uT0FpgB74f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT0FpgB74f .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uT0FpgB74f .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uT0FpgB74f .menu_box .navbar.opened,
  .cid-uT0FpgB74f .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uT0FpgB74f nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uT0FpgB74f .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uT0FpgB74f .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT0FpgB74f .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uT0FpgB74f .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uT0FpgB74f .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uT0FpgB74f .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uT0FpgB74f .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uT0FpgB74f .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uT0FpgB74f .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uT0FpgB74f .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uT0FpgB74f .offcanvas-body .mbr-text,
  .cid-uT0FpgB74f .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uT0FpgB74f .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uT0FpgB74f .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uT0FpgB74f .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uT0FpgB74f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uT0FpgB74f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uT0FpgB74f .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uT0FpgB74f .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uT0FpgB74f ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uT0FpgB74f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT0FpgB74f .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-uT0FpgB74f .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uT0FpgB74f li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uT0FpgB74f .lg_brand {
    margin: 0 1rem;
  }
  .cid-uT0FpgB74f .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uT0FpgB74f .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uT0FpgB74f .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uT0FpgB74f .nav-item {
    margin: 0 !important;
  }
}
.cid-uT0FpgB74f .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uT0FpgB74f .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uT0FpgB74f .nav-item .nav-link:hover,
.cid-uT0FpgB74f .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uT0FpgB74f .nav-item .nav-link:hover::before,
.cid-uT0FpgB74f .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uT0FpgB74f .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uT0FpgB74f .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uT0FpgB74f .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uT0FpgB74f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT0FpgB74f .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-uT0FpgB74f .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uT0FpgB74f .offcanvas_box {
    display: none;
  }
}
.cid-uT0FpgB74f .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uT0FpgB74f .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uT0FpgB74f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uT0FpgB74f .container {
  display: flex;
  margin: auto;
}
.cid-uT0FpgB74f .iconfont-wrapper {
  color: #30262b;
  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-uT0FpgB74f .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uT0FpgB74f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uT0FpgB74f .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uT0FpgB74f .navbar-nav {
    margin: 0;
  }
}
.cid-uT0FpgB74f .dropdown-menu,
.cid-uT0FpgB74f .navbar.opened {
  background-color: false !important;
}
.cid-uT0FpgB74f .nav-item:focus,
.cid-uT0FpgB74f .nav-link:focus {
  outline: none;
}
.cid-uT0FpgB74f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT0FpgB74f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT0FpgB74f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT0FpgB74f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0FpgB74f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT0FpgB74f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT0FpgB74f .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uT0FpgB74f .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uT0FpgB74f .navbar.opened {
  transition: all 0.3s;
}
.cid-uT0FpgB74f .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uT0FpgB74f .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uT0FpgB74f .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uT0FpgB74f .navbar.collapsed {
  justify-content: center;
}
.cid-uT0FpgB74f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT0FpgB74f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uT0FpgB74f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT0FpgB74f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT0FpgB74f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT0FpgB74f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uT0FpgB74f .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uT0FpgB74f .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uT0FpgB74f .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uT0FpgB74f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT0FpgB74f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT0FpgB74f .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uT0FpgB74f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT0FpgB74f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uT0FpgB74f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT0FpgB74f .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uT0FpgB74f .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uT0FpgB74f .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uT0FpgB74f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uT0FpgB74f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT0FpgB74f .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uT0FpgB74f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT0FpgB74f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT0FpgB74f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT0FpgB74f .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-uT0FpgB74f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uT0FpgB74f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT0FpgB74f .dropdown-item.active,
.cid-uT0FpgB74f .dropdown-item:active {
  background-color: transparent;
}
.cid-uT0FpgB74f .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uT0FpgB74f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT0FpgB74f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT0FpgB74f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT0FpgB74f ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uT0FpgB74f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT0FpgB74f button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-uT0FpgB74f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uT0FpgB74f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT0FpgB74f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0FpgB74f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0FpgB74f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT0FpgB74f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0FpgB74f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT0FpgB74f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT0FpgB74f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0FpgB74f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT0FpgB74f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT0FpgB74f .navbar {
    height: 70px;
  }
  .cid-uT0FpgB74f .navbar.opened {
    height: auto;
  }
  .cid-uT0FpgB74f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT0FpgB74f .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uT0FpgB74f .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uT0FpgB74f .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uT0FpgB74f .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uT0FpgB74f .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uT0FpgB74f .navbar-caption:hover {
  color: #ffbc00;
}
@media (min-width: 992px) {
  .cid-uT0FpgB74f .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uT0FpgB74f .text_widget {
  margin-bottom: 32px;
}
.cid-uT0FpgB74f .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uT0FpgB74f .text_widget a:hover,
.cid-uT0FpgB74f .text_widget a:focus {
  opacity: .8;
}
.cid-uT0FpgB74f .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uT0FpgB74f .navbar-caption {
  color: #30262b;
}
.cid-uT0FpgB74f .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uT0FpgB74f .mbr-section-subtitle,
.cid-uT0FpgB74f .text_widget,
.cid-uT0FpgB74f .mbr-section-btn {
  text-align: center;
}
.cid-uT0FpgB74f a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uS47HhYBE9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS47HhYBE9 .mbr-text {
  text-align: center;
}
.cid-uRX5lDJIsg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uRX5lDJIsg .main-heading-content {
  margin-bottom: 5rem;
}
.cid-uRX5lDJIsg .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uRX5lDJIsg .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uRX5lDJIsg .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
}
.cid-uRX5lDJIsg textarea.form-control {
  min-height: 154px;
}
.cid-uRX5lDJIsg .google-map {
  width: 100%;
  height: 30rem;
}
.cid-uRX5lDJIsg .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uRX5lDJIsg a:link {
  text-decoration: none;
}
.cid-uRX5lDJIsg .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uRX5lDJIsg .mbr-section-title,
.cid-uRX5lDJIsg .underline {
  text-align: center;
  color: #232323;
}
.cid-uT0Fx7zJmc {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uT0Fx7zJmc .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uT0Fx7zJmc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uT0Fx7zJmc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT0Fx7zJmc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uT0Fx7zJmc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uT0Fx7zJmc .menu_box .navbar.opened,
  .cid-uT0Fx7zJmc .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uT0Fx7zJmc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uT0Fx7zJmc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uT0Fx7zJmc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT0Fx7zJmc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uT0Fx7zJmc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uT0Fx7zJmc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uT0Fx7zJmc .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-uT0Fx7zJmc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uT0Fx7zJmc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uT0Fx7zJmc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uT0Fx7zJmc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uT0Fx7zJmc .offcanvas-body .mbr-text,
  .cid-uT0Fx7zJmc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uT0Fx7zJmc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uT0Fx7zJmc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uT0Fx7zJmc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-uT0Fx7zJmc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uT0Fx7zJmc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uT0Fx7zJmc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uT0Fx7zJmc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uT0Fx7zJmc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uT0Fx7zJmc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT0Fx7zJmc .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-uT0Fx7zJmc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uT0Fx7zJmc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uT0Fx7zJmc .lg_brand {
    margin: 0 1rem;
  }
  .cid-uT0Fx7zJmc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uT0Fx7zJmc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uT0Fx7zJmc .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uT0Fx7zJmc .nav-item {
    margin: 0 !important;
  }
}
.cid-uT0Fx7zJmc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uT0Fx7zJmc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-uT0Fx7zJmc .nav-item .nav-link:hover,
.cid-uT0Fx7zJmc .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-uT0Fx7zJmc .nav-item .nav-link:hover::before,
.cid-uT0Fx7zJmc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uT0Fx7zJmc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uT0Fx7zJmc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uT0Fx7zJmc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uT0Fx7zJmc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT0Fx7zJmc .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-uT0Fx7zJmc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uT0Fx7zJmc .offcanvas_box {
    display: none;
  }
}
.cid-uT0Fx7zJmc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uT0Fx7zJmc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uT0Fx7zJmc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uT0Fx7zJmc .container {
  display: flex;
  margin: auto;
}
.cid-uT0Fx7zJmc .iconfont-wrapper {
  color: #30262b;
  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-uT0Fx7zJmc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uT0Fx7zJmc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uT0Fx7zJmc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uT0Fx7zJmc .navbar-nav {
    margin: 0;
  }
}
.cid-uT0Fx7zJmc .dropdown-menu,
.cid-uT0Fx7zJmc .navbar.opened {
  background-color: false !important;
}
.cid-uT0Fx7zJmc .nav-item:focus,
.cid-uT0Fx7zJmc .nav-link:focus {
  outline: none;
}
.cid-uT0Fx7zJmc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT0Fx7zJmc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT0Fx7zJmc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT0Fx7zJmc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0Fx7zJmc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT0Fx7zJmc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT0Fx7zJmc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uT0Fx7zJmc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uT0Fx7zJmc .navbar.opened {
  transition: all 0.3s;
}
.cid-uT0Fx7zJmc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uT0Fx7zJmc .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uT0Fx7zJmc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uT0Fx7zJmc .navbar.collapsed {
  justify-content: center;
}
.cid-uT0Fx7zJmc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT0Fx7zJmc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uT0Fx7zJmc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT0Fx7zJmc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT0Fx7zJmc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT0Fx7zJmc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uT0Fx7zJmc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uT0Fx7zJmc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uT0Fx7zJmc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uT0Fx7zJmc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT0Fx7zJmc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT0Fx7zJmc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uT0Fx7zJmc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT0Fx7zJmc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uT0Fx7zJmc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT0Fx7zJmc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uT0Fx7zJmc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uT0Fx7zJmc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uT0Fx7zJmc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uT0Fx7zJmc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT0Fx7zJmc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uT0Fx7zJmc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT0Fx7zJmc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT0Fx7zJmc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT0Fx7zJmc .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-uT0Fx7zJmc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uT0Fx7zJmc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT0Fx7zJmc .dropdown-item.active,
.cid-uT0Fx7zJmc .dropdown-item:active {
  background-color: transparent;
}
.cid-uT0Fx7zJmc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uT0Fx7zJmc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT0Fx7zJmc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT0Fx7zJmc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT0Fx7zJmc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uT0Fx7zJmc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT0Fx7zJmc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-uT0Fx7zJmc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-uT0Fx7zJmc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT0Fx7zJmc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0Fx7zJmc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0Fx7zJmc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT0Fx7zJmc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0Fx7zJmc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT0Fx7zJmc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT0Fx7zJmc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0Fx7zJmc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT0Fx7zJmc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT0Fx7zJmc .navbar {
    height: 70px;
  }
  .cid-uT0Fx7zJmc .navbar.opened {
    height: auto;
  }
  .cid-uT0Fx7zJmc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT0Fx7zJmc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uT0Fx7zJmc .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uT0Fx7zJmc .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uT0Fx7zJmc .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uT0Fx7zJmc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-uT0Fx7zJmc .navbar-caption:hover {
  color: #ffbc00;
}
@media (min-width: 992px) {
  .cid-uT0Fx7zJmc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uT0Fx7zJmc .text_widget {
  margin-bottom: 32px;
}
.cid-uT0Fx7zJmc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uT0Fx7zJmc .text_widget a:hover,
.cid-uT0Fx7zJmc .text_widget a:focus {
  opacity: .8;
}
.cid-uT0Fx7zJmc .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uT0Fx7zJmc .navbar-caption {
  color: #30262b;
}
.cid-uT0Fx7zJmc .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uT0Fx7zJmc .mbr-section-subtitle,
.cid-uT0Fx7zJmc .text_widget,
.cid-uT0Fx7zJmc .mbr-section-btn {
  text-align: center;
}
.cid-uT0Fx7zJmc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRXeQyxf5v {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRXeQyxf5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXeQyxf5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXeQyxf5v .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRXeQyxf5v .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uRXeQyxf5v .container {
    padding: 0 20px;
  }
}
.cid-uRXeQyxf5v .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRXeQyxf5v .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRXeQyxf5v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRXeQyxf5v .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRXeQyxf5v .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uRXeQyxf5v .text-wrapper .list {
  margin: 0;
  padding-left: 22px;
}
.cid-uRXeQyxf5v .text-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uRXeQyxf5v .mbr-section-title {
  color: #15171a;
}
.cid-uRXeQyxf5v .mbr-text {
  color: #15171a;
}
.cid-uRXeQyxf5v .list {
  color: #15171a;
}
.cid-uRXeQyxf5v .mbr-text P {
  text-align: left;
}
.cid-uRXwWTh3qJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRXwWTh3qJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXwWTh3qJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXwWTh3qJ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRXwWTh3qJ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRXwWTh3qJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRXwWTh3qJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRXwWTh3qJ .mbr-text,
.cid-uRXwWTh3qJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uRXwWTh3qJ .card-title,
.cid-uRXwWTh3qJ .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRXwWTh3qJ .mbr-text,
.cid-uRXwWTh3qJ .mbr-section-btn P {
  text-align: left;
}
.cid-uRXRhcF7OK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRXRhcF7OK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXRhcF7OK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXRhcF7OK .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRXRhcF7OK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRXRhcF7OK .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRXRhcF7OK .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRXRhcF7OK .mbr-text,
.cid-uRXRhcF7OK .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uRXRhcF7OK .card-title,
.cid-uRXRhcF7OK .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRXRhcF7OK .mbr-text,
.cid-uRXRhcF7OK .mbr-section-btn P {
  text-align: left;
}
.cid-uRXuQ7zqJg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRXuQ7zqJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXuQ7zqJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXuQ7zqJg .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRXuQ7zqJg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRXuQ7zqJg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRXuQ7zqJg .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRXuQ7zqJg .mbr-text,
.cid-uRXuQ7zqJg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRXuQ7zqJg .card-title,
.cid-uRXuQ7zqJg .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRXT80xgK1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRXT80xgK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXT80xgK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXT80xgK1 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRXT80xgK1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRXT80xgK1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRXT80xgK1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRXT80xgK1 .mbr-text,
.cid-uRXT80xgK1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uRXT80xgK1 .card-title,
.cid-uRXT80xgK1 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRXT80xgK1 .mbr-text,
.cid-uRXT80xgK1 .mbr-section-btn P {
  text-align: left;
}
.cid-uRXXVILZBD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRXXVILZBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXXVILZBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXXVILZBD .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRXXVILZBD .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRXXVILZBD .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRXXVILZBD .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRXXVILZBD .mbr-text,
.cid-uRXXVILZBD .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uRXXVILZBD .card-title,
.cid-uRXXVILZBD .card-box {
  text-align: left;
  color: #000000;
}
.cid-uRXXVILZBD .mbr-text,
.cid-uRXXVILZBD .mbr-section-btn P {
  text-align: left;
}
.cid-uT0E2fbfW6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT0E2fbfW6 .mbr-text {
  text-align: center;
}
.cid-uT0Dc8xv06 {
  background: #ffffff;
}
.cid-uT0Dc8xv06 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uT0Dc8xv06 .image-block {
    width: 100% !important;
  }
}
.cid-uT0Jxucdcm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT0Jxucdcm .mbr-text {
  text-align: center;
}
.cid-uT0Jz7E80y {
  background: #ffffff;
}
.cid-uT0Jz7E80y .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uT0Jz7E80y .image-block {
    width: 100% !important;
  }
}
.cid-uT0KeHci4G {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT0KeHci4G .mbr-text {
  text-align: center;
}
.cid-uT0KfJMd1u {
  background: #ffffff;
}
.cid-uT0KfJMd1u .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uT0KfJMd1u .image-block {
    width: 100% !important;
  }
}
.cid-uT0NXzBr2Y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT0NXzBr2Y .mbr-text {
  text-align: center;
}
.cid-uT0NY5NfJH {
  background: #ffffff;
}
.cid-uT0NY5NfJH .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uT0NY5NfJH .image-block {
    width: 100% !important;
  }
}
.cid-uT0OJAFuCT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT0OJAFuCT .mbr-text {
  text-align: center;
}
.cid-uT0OKpIaeZ {
  background: #ffffff;
}
.cid-uT0OKpIaeZ .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uT0OKpIaeZ .image-block {
    width: 100% !important;
  }
}
.cid-uT0PkxmPNZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT0PkxmPNZ .mbr-text {
  text-align: center;
}
.cid-uT0Pl6s0q0 {
  background: #ffffff;
}
.cid-uT0Pl6s0q0 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uT0Pl6s0q0 .image-block {
    width: 100% !important;
  }
}
.cid-uT0PQp0usS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT0PQp0usS .mbr-text {
  text-align: center;
}
.cid-uT0PRbHpSD {
  background: #ffffff;
}
.cid-uT0PRbHpSD .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uT0PRbHpSD .image-block {
    width: 100% !important;
  }
}
.cid-uT10uCHdz8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT10uCHdz8 .mbr-text {
  text-align: center;
}
.cid-uT10x1MJnz {
  background: #ffffff;
}
.cid-uT10x1MJnz .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uT10x1MJnz .image-block {
    width: 100% !important;
  }
}
