body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 7.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.5rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.32rem;
    font-size: calc( 3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((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.3 * (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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f32541 !important;
}
.bg-success {
  background-color: #1b899d !important;
}
.bg-info {
  background-color: #6d88cd !important;
}
.bg-warning {
  background-color: #ffff27 !important;
}
.bg-danger {
  background-color: #f87587 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f32541 !important;
  border-color: #f32541 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b70a22 !important;
  border-color: #b70a22 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b70a22 !important;
  border-color: #b70a22 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f32541 !important;
  border-color: #f32541 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b70a22 !important;
  border-color: #b70a22 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b70a22 !important;
  border-color: #b70a22 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6d88cd !important;
  border-color: #6d88cd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3a59a9 !important;
  border-color: #3a59a9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3a59a9 !important;
  border-color: #3a59a9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1b899d !important;
  border-color: #1b899d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0e4853 !important;
  border-color: #0e4853 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e4853 !important;
  border-color: #0e4853 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffff27 !important;
  border-color: #ffff27 !important;
  color: #272700 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #cfcf00 !important;
  border-color: #cfcf00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #272700 !important;
  background-color: #cfcf00 !important;
  border-color: #cfcf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f87587 !important;
  border-color: #f87587 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f4223f !important;
  border-color: #f4223f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f4223f !important;
  border-color: #f4223f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #282828 !important;
  border-color: #282828 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f32541;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b70a22 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f32541 !important;
  border-color: #f32541 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f32541;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b70a22 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f32541 !important;
  border-color: #f32541 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d88cd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3a59a9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d88cd !important;
  border-color: #6d88cd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b899d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0e4853 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1b899d !important;
  border-color: #1b899d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffff27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cfcf00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #272700 !important;
  background-color: #ffff27 !important;
  border-color: #ffff27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f87587;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f4223f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f87587 !important;
  border-color: #f87587 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #282828;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #282828 !important;
  border-color: #282828 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f32541 !important;
}
.text-secondary {
  color: #f32541 !important;
}
.text-success {
  color: #1b899d !important;
}
.text-info {
  color: #6d88cd !important;
}
.text-warning {
  color: #ffff27 !important;
}
.text-danger {
  color: #f87587 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #282828 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a9091f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a9091f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0c3d46 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #36539e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c0c000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f31433 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f32541;
}
.nav-tabs .nav-link:not(.active) {
  color: #282828;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d88cd;
}
.alert-warning {
  background-color: #ffff27;
}
.alert-danger {
  background-color: #f87587;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f32541;
  border-color: #f32541;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f32541;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fee6ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #56cce2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffff3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f32541 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f32541;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f32541;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f32541;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f32541;
  border-bottom-color: #f32541;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f32541 !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: #f32541 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f32541' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t84vxMnINN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t84vxMnINN nav.navbar {
  position: fixed;
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .menu_box .navbar.opened,
  .cid-t84vxMnINN .menu_box .navbar-collapse {
    background-color: #ffff27 !important;
    transition: all 0s ease 0s;
  }
}
@media (min-width: 992px) {
  .cid-t84vxMnINN .menu_box .menu1 {
    display: none;
  }
}
.cid-t84vxMnINN .hamburger-container {
  position: relative;
  margin-left: 20px;
}
.cid-t84vxMnINN .hamburger-container .hamburger-text {
  position: absolute;
}
.cid-t84vxMnINN .hamburger-container .menu,
.cid-t84vxMnINN .hamburger-container .menu1 {
  top: 15px;
  left: -40px;
}
.cid-t84vxMnINN .hamburger-container .close {
  display: none;
}
.cid-t84vxMnINN .hamburger-container .close1 {
  top: 5px;
  left: -60px;
}
.cid-t84vxMnINN nav.opened .hamburger-container .menu,
.cid-t84vxMnINN nav.opened .hamburger-container .menu1 {
  display: none;
}
.cid-t84vxMnINN nav.opened .hamburger-container .close {
  top: 20px;
  left: -40px;
  display: block;
}
.cid-t84vxMnINN .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-t84vxMnINN .navbar-dropdown.navbar-short .navbar-logo img {
  height: 6.6;
}
@media (min-width: 992px) {
  .cid-t84vxMnINN .nav-item {
    position: relative;
  }
  .cid-t84vxMnINN .nav-item a {
    opacity: .5;
  }
  .cid-t84vxMnINN .nav-item a:hover,
  .cid-t84vxMnINN .nav-item a:focus {
    opacity: 1;
  }
  .cid-t84vxMnINN .nav-item:not(:first-child):before {
    content: "";
    top: 2px;
    left: -10px;
    position: absolute;
    background-color: #282828;
    width: 2px;
    height: 20px;
    transform: rotate(30deg);
  }
  .cid-t84vxMnINN .offcanvas {
    padding: 30px 60px 35px;
    width: 100%;
    background-color: #ffff27;
  }
  .cid-t84vxMnINN .offcanvas_image img {
    width: auto;
    height: 6.6;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t84vxMnINN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t84vxMnINN .offcanvas-header .btn-close {
    top: -70px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-weight: 400;
    opacity: 1;
    color: #282828;
  }
  .cid-t84vxMnINN .offcanvas-body {
    padding: 60px 60px 0 60px;
  }
  .cid-t84vxMnINN .offcanvas-body .mbr-text,
  .cid-t84vxMnINN .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t84vxMnINN .offcanvas-body .link-container {
    margin-top: 140px;
  }
  .cid-t84vxMnINN .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t84vxMnINN .offcanvas-body .list {
    list-style: none;
    padding-left: 0;
  }
  .cid-t84vxMnINN .offcanvas-body .list li {
    transition: all linear .3s;
  }
  .cid-t84vxMnINN .offcanvas-body .list li:hover {
    opacity: .5;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    align-self: center;
    border-radius: 50%;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas:hover {
    background-color: #ffff27;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 2px;
    background-color: #282828;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 22px;
    transition: all 0.2s;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-t84vxMnINN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t84vxMnINN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t84vxMnINN .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-t84vxMnINN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t84vxMnINN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-t84vxMnINN .lg_brand {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-t84vxMnINN .offcanvas-body .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1400px) {
  .cid-t84vxMnINN .offcanvas-body {
    padding: 130px 130px 0 130px;
  }
}
.cid-t84vxMnINN .navbar-caption {
  font-weight: 400;
  color: #6870d1;
}
.cid-t84vxMnINN .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: #ffff27;
}
@media (min-width: 992px) {
  .cid-t84vxMnINN .navbar {
    padding: 0 34px 0 0;
  }
}
.cid-t84vxMnINN .navbar.opened {
  transition: all 0.3s;
}
.cid-t84vxMnINN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t84vxMnINN .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-t84vxMnINN .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t84vxMnINN .navbar.collapsed {
  justify-content: center;
}
.cid-t84vxMnINN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t84vxMnINN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t84vxMnINN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t84vxMnINN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t84vxMnINN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t84vxMnINN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t84vxMnINN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t84vxMnINN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-t84vxMnINN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t84vxMnINN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t84vxMnINN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t84vxMnINN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t84vxMnINN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t84vxMnINN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t84vxMnINN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t84vxMnINN .navbar ul.navbar-nav .mbr-text {
    line-height: 1 !important;
  }
  .cid-t84vxMnINN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t84vxMnINN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t84vxMnINN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t84vxMnINN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t84vxMnINN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t84vxMnINN .navbar.navbar-short {
  min-height: 120px;
}
.cid-t84vxMnINN .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 10px 0;
}
.cid-t84vxMnINN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  min-width: 300px;
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
.cid-t84vxMnINN .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-t84vxMnINN .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .nav-item {
    margin: 0 !important;
  }
}
.cid-t84vxMnINN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t84vxMnINN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t84vxMnINN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t84vxMnINN .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-t84vxMnINN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t84vxMnINN .offcanvas_box {
    display: none;
  }
}
.cid-t84vxMnINN .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t84vxMnINN .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t84vxMnINN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t84vxMnINN .nav-link {
  position: relative;
}
.cid-t84vxMnINN .container {
  display: flex;
  margin: auto;
}
.cid-t84vxMnINN .iconfont-wrapper {
  color: #282828;
  font-size: 22px;
  margin-right: 25px;
  margin-bottom: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t84vxMnINN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t84vxMnINN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t84vxMnINN .navbar-nav {
    margin: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t84vxMnINN .navbar-nav {
    margin-left: 400px;
  }
}
.cid-t84vxMnINN .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t84vxMnINN .nav-item:focus,
.cid-t84vxMnINN .nav-link:focus {
  outline: none;
}
.cid-t84vxMnINN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t84vxMnINN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t84vxMnINN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t84vxMnINN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t84vxMnINN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t84vxMnINN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t84vxMnINN .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-t84vxMnINN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t84vxMnINN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t84vxMnINN .dropdown-item.active,
.cid-t84vxMnINN .dropdown-item:active {
  background-color: transparent;
}
.cid-t84vxMnINN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t84vxMnINN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t84vxMnINN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t84vxMnINN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff27;
}
.cid-t84vxMnINN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t84vxMnINN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t84vxMnINN ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t84vxMnINN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t84vxMnINN button.navbar-toggler {
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffff27;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 8px;
  margin-top: 14px;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 19px;
  transition: all 0.15s;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 19px;
  transition: all 0.15s;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 19px;
  transition: all 0.2s;
}
.cid-t84vxMnINN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t84vxMnINN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t84vxMnINN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t84vxMnINN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t84vxMnINN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t84vxMnINN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t84vxMnINN .navbar {
    height: 70px;
  }
  .cid-t84vxMnINN .navbar.opened {
    height: auto;
  }
  .cid-t84vxMnINN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t84vxMnINN .mbr-section-subtitle {
  color: #6870d1;
}
.cid-t84vxMnINN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-t84vxMnINN .btn {
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-t84vxMnINN .btn:hover {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-t84vz2JTD2 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a4fab;
}
.cid-t84vz2JTD2 .row {
  flex-direction: row-reverse;
}
.cid-t84vz2JTD2 .container-fluid {
  padding: 0;
}
.cid-t84vz2JTD2 .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-t84vz2JTD2 .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-t84vz2JTD2 .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-t84vz2JTD2 .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-t84vz2JTD2 .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-t84vz2JTD2 .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t84vz2JTD2 .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-t84vz2JTD2 .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-t84vz2JTD2 .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-t84vz2JTD2 .card-subtitle {
  color: #ffffff;
}
.cid-t84vz2JTD2 .mbr-text,
.cid-t84vz2JTD2 .mbr-section-btn {
  color: #ffffff;
}
.cid-t84vHqcHE5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffff27;
}
.cid-t84vHqcHE5 .row {
  min-height: 400px;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .cid-t84vHqcHE5 .row {
    padding: 46px 34px;
  }
}
.cid-ujPDlz9Bfu {
  background-color: #ffffff;
}
.cid-ujPDlz9Bfu .container-fluid {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
}
.cid-ujPDlz9Bfu .stiker {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-ujPDlz9Bfu .stiker {
    position: sticky;
    top: 160px;
    z-index: 6;
    background-color: #fff;
    color: #282828;
  }
}
@media (min-width: 992px) {
  .cid-ujPDlz9Bfu .stiker {
    padding-top: 7rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujPDlz9Bfu .mbr-section-head {
    padding-left: 44px;
    position: sticky;
    top: 160px;
  }
}
.cid-ujPDlz9Bfu .wrap {
  padding-top: 7rem;
  padding-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-ujPDlz9Bfu .wrap {
    padding-right: 44px;
    padding-left: 80px;
  }
}
.cid-ujPDlz9Bfu .content {
  background: #fafafa;
}
.cid-ujPDlz9Bfu .item-content {
  padding: 12px 0;
}
.cid-ujPDlz9Bfu img,
.cid-ujPDlz9Bfu .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ujPDlz9Bfu img,
  .cid-ujPDlz9Bfu .item-img {
    max-height: 250px;
  }
}
.cid-ujPDlz9Bfu .item:focus,
.cid-ujPDlz9Bfu span:focus {
  outline: none;
}
.cid-ujPDlz9Bfu .item-wrap {
  padding-right: 23px;
  padding-left: 23px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-ujPDlz9Bfu .item-wrap {
    padding-right: 39px;
    padding-left: 39px;
  }
}
.cid-ujPDlz9Bfu .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujPDlz9Bfu .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-ujPDlz9Bfu .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-ujPDlz9Bfu .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-ujPDlz9Bfu .bottom {
  margin-bottom: 120px;
}
.cid-ujPFKlte9D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4768b9;
}
.cid-ujPFKlte9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujPFKlte9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujPFKlte9D .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-ujPFKlte9D .title-wrapper .mbr-section-title span {
  color: #2a4fab;
}
@media (max-width: 992px) {
  .cid-ujPFKlte9D .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-ujPFKlte9D .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujPFKlte9D .item {
    margin-bottom: 16px;
  }
}
.cid-ujPFKlte9D .item:last-child {
  margin-bottom: 0;
}
.cid-ujPFKlte9D .item:hover .item-wrapper .item-img img,
.cid-ujPFKlte9D .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ujPFKlte9D .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujPFKlte9D .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-ujPFKlte9D .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-ujPFKlte9D .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-ujPFKlte9D .item .item-wrapper .item-content .item-title_1,
.cid-ujPFKlte9D .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-ujPFKlte9D .item .item-wrapper .item-content .item-text_1,
.cid-ujPFKlte9D .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-ujPFKlte9D .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujPFKlte9D .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujPFKlte9D .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-ujPFKlte9D .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ujPFKlte9D .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ujPFKlte9D .item .card_1 {
  background-color: #ffff4f;
}
.cid-ujPFKlte9D .item .card_2 {
  background-color: #ffff27;
}
.cid-ujPFKlte9D .mbr-section-title {
  color: #212529;
}
.cid-ujPFKlte9D .item-title_1 {
  color: #4768b9;
}
.cid-ujPFKlte9D .item-title_2 {
  color: #030303;
}
.cid-ujPFKlte9D .item-text_1 {
  color: #f5a11b;
}
.cid-ujPFKlte9D .item-text_2 {
  color: #ff543d;
}
.cid-ujPFKlte9D .item-text_1,
.cid-ujPFKlte9D .mbr-section-btn {
  color: #030303;
}
.cid-ujPFKlte9D .item-text_2,
.cid-ujPFKlte9D .mbr-section-btn {
  color: #030303;
}
.cid-ujPElFhqSH {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4768b9;
}
.cid-ujPElFhqSH .container-fluid {
  padding: 0;
}
.cid-ujPElFhqSH .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-ujPElFhqSH .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujPElFhqSH .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-ujPElFhqSH .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-ujPElFhqSH .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #ffff79;
}
@media (min-width: 768px) {
  .cid-ujPElFhqSH .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujPElFhqSH .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-ujPElFhqSH .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-ujPElFhqSH .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-ujPElFhqSH .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ujPElFhqSH .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-ujPElFhqSH .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-ujPElFhqSH .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-ujPElFhqSH .mbr-text,
.cid-ujPElFhqSH .link-title {
  color: #ffffff;
}
.cid-ujPElFhqSH .card-subtitle {
  color: #ffffff;
}
.cid-ujPI4bPWzJ {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a4fab;
}
.cid-ujPI4bPWzJ .rowReverse {
  flex-direction: row-reverse;
}
.cid-ujPI4bPWzJ .container-fluid {
  padding: 0;
}
.cid-ujPI4bPWzJ .content-wrapper .text {
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .cid-ujPI4bPWzJ .content-wrapper .text {
    padding: 140px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujPI4bPWzJ .content-wrapper .text {
    padding: 140px 100px;
  }
}
@media (min-width: 1400px) {
  .cid-ujPI4bPWzJ .content-wrapper .text {
    padding: 140px 190px 80px;
  }
}
@media (min-width: 992px) {
  .cid-ujPI4bPWzJ .content-wrapper .image-wrapper {
    min-height: 630px;
  }
}
.cid-ujPI4bPWzJ .content-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ujPI4bPWzJ .content-wrapper .image-wrapper img {
    min-height: 630px;
  }
}
.cid-ujPI4bPWzJ .icon {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .cid-ujPI4bPWzJ .icon {
    padding-left: 65px;
    padding-right: 105px;
  }
}
.cid-ujPI4bPWzJ .card {
  padding-left: 0;
  padding-right: 0;
}
.cid-ujPI4bPWzJ .card-title {
  color: #ffffff;
}
.cid-ujPI4bPWzJ .mbr-text,
.cid-ujPI4bPWzJ .mbr-section-btn {
  color: #ffffff;
}
.cid-ujPM90qz2A {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffff79;
}
.cid-ujPM90qz2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujPM90qz2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujPM90qz2A .contects {
  line-height: 2;
}
.cid-ujPLPNtB7k {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #2a4fab, #ffff79);
}
.cid-ujPLPNtB7k .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ujPLPNtB7k .mbr-text,
.cid-ujPLPNtB7k .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-ujPLPNtB7k .mbr-section-title,
.cid-ujPLPNtB7k .line {
  color: #232323;
}
.cid-ujPLPNtB7k .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-ujPLPNtB7k .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ujPLPNtB7k .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ujPLPNtB7k .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujPLPNtB7k .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujPLPNtB7k h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ujPLPNtB7k h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ujPLPNtB7k .mbr-section-subtitle,
.cid-ujPLPNtB7k .align {
  text-align: left;
  color: #ffffff;
}
.cid-ujPLnUGd6c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-ujPLnUGd6c .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-t84vxMnINN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t84vxMnINN nav.navbar {
  position: fixed;
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .menu_box .navbar.opened,
  .cid-t84vxMnINN .menu_box .navbar-collapse {
    background-color: #ffff27 !important;
    transition: all 0s ease 0s;
  }
}
@media (min-width: 992px) {
  .cid-t84vxMnINN .menu_box .menu1 {
    display: none;
  }
}
.cid-t84vxMnINN .hamburger-container {
  position: relative;
  margin-left: 20px;
}
.cid-t84vxMnINN .hamburger-container .hamburger-text {
  position: absolute;
}
.cid-t84vxMnINN .hamburger-container .menu,
.cid-t84vxMnINN .hamburger-container .menu1 {
  top: 15px;
  left: -40px;
}
.cid-t84vxMnINN .hamburger-container .close {
  display: none;
}
.cid-t84vxMnINN .hamburger-container .close1 {
  top: 5px;
  left: -60px;
}
.cid-t84vxMnINN nav.opened .hamburger-container .menu,
.cid-t84vxMnINN nav.opened .hamburger-container .menu1 {
  display: none;
}
.cid-t84vxMnINN nav.opened .hamburger-container .close {
  top: 20px;
  left: -40px;
  display: block;
}
.cid-t84vxMnINN .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-t84vxMnINN .navbar-dropdown.navbar-short .navbar-logo img {
  height: 6.6;
}
@media (min-width: 992px) {
  .cid-t84vxMnINN .nav-item {
    position: relative;
  }
  .cid-t84vxMnINN .nav-item a {
    opacity: .5;
  }
  .cid-t84vxMnINN .nav-item a:hover,
  .cid-t84vxMnINN .nav-item a:focus {
    opacity: 1;
  }
  .cid-t84vxMnINN .nav-item:not(:first-child):before {
    content: "";
    top: 2px;
    left: -10px;
    position: absolute;
    background-color: #282828;
    width: 2px;
    height: 20px;
    transform: rotate(30deg);
  }
  .cid-t84vxMnINN .offcanvas {
    padding: 30px 60px 35px;
    width: 100%;
    background-color: #ffff27;
  }
  .cid-t84vxMnINN .offcanvas_image img {
    width: auto;
    height: 6.6;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t84vxMnINN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t84vxMnINN .offcanvas-header .btn-close {
    top: -70px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-weight: 400;
    opacity: 1;
    color: #282828;
  }
  .cid-t84vxMnINN .offcanvas-body {
    padding: 60px 60px 0 60px;
  }
  .cid-t84vxMnINN .offcanvas-body .mbr-text,
  .cid-t84vxMnINN .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t84vxMnINN .offcanvas-body .link-container {
    margin-top: 140px;
  }
  .cid-t84vxMnINN .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t84vxMnINN .offcanvas-body .list {
    list-style: none;
    padding-left: 0;
  }
  .cid-t84vxMnINN .offcanvas-body .list li {
    transition: all linear .3s;
  }
  .cid-t84vxMnINN .offcanvas-body .list li:hover {
    opacity: .5;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    align-self: center;
    border-radius: 50%;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas:hover {
    background-color: #ffff27;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 2px;
    background-color: #282828;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 22px;
    transition: all 0.2s;
  }
  .cid-t84vxMnINN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-t84vxMnINN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t84vxMnINN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t84vxMnINN .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-t84vxMnINN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t84vxMnINN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-t84vxMnINN .lg_brand {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-t84vxMnINN .offcanvas-body .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1400px) {
  .cid-t84vxMnINN .offcanvas-body {
    padding: 130px 130px 0 130px;
  }
}
.cid-t84vxMnINN .navbar-caption {
  font-weight: 400;
  color: #6870d1;
}
.cid-t84vxMnINN .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: #ffff27;
}
@media (min-width: 992px) {
  .cid-t84vxMnINN .navbar {
    padding: 0 34px 0 0;
  }
}
.cid-t84vxMnINN .navbar.opened {
  transition: all 0.3s;
}
.cid-t84vxMnINN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t84vxMnINN .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-t84vxMnINN .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t84vxMnINN .navbar.collapsed {
  justify-content: center;
}
.cid-t84vxMnINN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t84vxMnINN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t84vxMnINN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t84vxMnINN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t84vxMnINN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t84vxMnINN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t84vxMnINN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t84vxMnINN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-t84vxMnINN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t84vxMnINN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t84vxMnINN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t84vxMnINN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t84vxMnINN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t84vxMnINN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t84vxMnINN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t84vxMnINN .navbar ul.navbar-nav .mbr-text {
    line-height: 1 !important;
  }
  .cid-t84vxMnINN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t84vxMnINN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t84vxMnINN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t84vxMnINN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t84vxMnINN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t84vxMnINN .navbar.navbar-short {
  min-height: 120px;
}
.cid-t84vxMnINN .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 10px 0;
}
.cid-t84vxMnINN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  min-width: 300px;
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
.cid-t84vxMnINN .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-t84vxMnINN .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .nav-item {
    margin: 0 !important;
  }
}
.cid-t84vxMnINN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t84vxMnINN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t84vxMnINN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t84vxMnINN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t84vxMnINN .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-t84vxMnINN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t84vxMnINN .offcanvas_box {
    display: none;
  }
}
.cid-t84vxMnINN .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t84vxMnINN .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t84vxMnINN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t84vxMnINN .nav-link {
  position: relative;
}
.cid-t84vxMnINN .container {
  display: flex;
  margin: auto;
}
.cid-t84vxMnINN .iconfont-wrapper {
  color: #282828;
  font-size: 22px;
  margin-right: 25px;
  margin-bottom: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t84vxMnINN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t84vxMnINN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t84vxMnINN .navbar-nav {
    margin: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t84vxMnINN .navbar-nav {
    margin-left: 400px;
  }
}
.cid-t84vxMnINN .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t84vxMnINN .nav-item:focus,
.cid-t84vxMnINN .nav-link:focus {
  outline: none;
}
.cid-t84vxMnINN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t84vxMnINN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t84vxMnINN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t84vxMnINN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t84vxMnINN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t84vxMnINN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t84vxMnINN .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-t84vxMnINN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t84vxMnINN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t84vxMnINN .dropdown-item.active,
.cid-t84vxMnINN .dropdown-item:active {
  background-color: transparent;
}
.cid-t84vxMnINN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t84vxMnINN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t84vxMnINN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t84vxMnINN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff27;
}
.cid-t84vxMnINN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t84vxMnINN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t84vxMnINN ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t84vxMnINN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t84vxMnINN button.navbar-toggler {
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffff27;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 8px;
  margin-top: 14px;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 19px;
  transition: all 0.15s;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 19px;
  transition: all 0.15s;
}
.cid-t84vxMnINN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 19px;
  transition: all 0.2s;
}
.cid-t84vxMnINN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t84vxMnINN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t84vxMnINN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t84vxMnINN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t84vxMnINN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t84vxMnINN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t84vxMnINN .navbar {
    height: 70px;
  }
  .cid-t84vxMnINN .navbar.opened {
    height: auto;
  }
  .cid-t84vxMnINN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t84vxMnINN .mbr-section-subtitle {
  color: #6870d1;
}
.cid-t84vxMnINN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-t84vxMnINN .btn {
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-t84vxMnINN .btn:hover {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-ujPPI6Do0O {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ujPPI6Do0O .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-ujPPI6Do0O .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-ujPPI6Do0O .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #4768b9;
  z-index: 1;
}
.cid-ujPPI6Do0O .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-ujPPI6Do0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujPPI6Do0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujPPI6Do0O .row {
  position: relative;
  z-index: 2;
}
.cid-ujPPI6Do0O .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ujPPI6Do0O .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-ujPPI6Do0O .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-ujPPI6Do0O .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-ujPPI6Do0O .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-ujPPI6Do0O .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujPPI6Do0O .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujPPI6Do0O .image-wrapper {
    margin-top: 46px;
  }
}
.cid-ujPPI6Do0O .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujPPI6Do0O .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-ujPPI6Do0O .mbr-section-title {
  color: #ffffff;
}
.cid-ujPPI6Do0O .mbr-text {
  color: #51565c;
}
.cid-ujPPI6Do0O .mbr-text,
.cid-ujPPI6Do0O .text-wrapper {
  color: #ffffff;
}
.cid-ujPQgSObNq {
  overflow: hidden;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.cid-ujPQgSObNq .container-fluid {
  padding: 0;
}
.cid-ujPQgSObNq .wrapper-text {
  padding: 100px 1rem;
}
@media (min-width: 768px) {
  .cid-ujPQgSObNq .wrapper-text {
    padding: 70px 80px;
  }
}
@media (min-width: 992px) {
  .cid-ujPQgSObNq .wrapper-text {
    padding: 130px 128px;
  }
}
.cid-ujPQgSObNq .text {
  background: #ffff27;
}
@media (min-width: 992px) {
  .cid-ujPQgSObNq .text {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-ujPQgSObNq .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-ujPQgSObNq .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-ujPQgSObNq .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
@media (max-width: 991px) {
  .cid-ujPQgSObNq .bg {
    height: 420px;
  }
}
.cid-ujPQk3zixz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4768b9;
}
.cid-ujPQk3zixz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujPQk3zixz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujPQk3zixz .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujPQk3zixz .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ujPQk3zixz .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujPQk3zixz .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ujPQk3zixz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujPQk3zixz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujPQk3zixz .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujPQk3zixz .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-ujPQk3zixz .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-ujPQk3zixz .image-wrapper {
    padding-left: 0;
  }
}
.cid-ujPQk3zixz .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-ujPQk3zixz .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-ujPQk3zixz .mbr-section-title {
  color: #000000;
}
.cid-ujPQk3zixz .mbr-desc {
  color: #000000;
}
.cid-ujPQk3zixz .mbr-text {
  color: #ffffff;
}
.cid-ujPQk3zixz .mbr-section-title,
.cid-ujPQk3zixz .mbr-section-btn {
  color: #ffffff;
}
.cid-ujPQt976CQ {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #ffff4f, #4768b9);
}
.cid-ujPQt976CQ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ujPQt976CQ .mbr-text,
.cid-ujPQt976CQ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-ujPQt976CQ .mbr-section-title,
.cid-ujPQt976CQ .line {
  color: #232323;
}
.cid-ujPQt976CQ .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-ujPQt976CQ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ujPQt976CQ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ujPQt976CQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujPQt976CQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujPQt976CQ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ujPQt976CQ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ujPQt976CQ .mbr-section-subtitle,
.cid-ujPQt976CQ .align {
  text-align: left;
  color: #282828;
}
.cid-ujPLnUGd6c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-ujPLnUGd6c .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-ujPUj6qUfR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujPUj6qUfR nav.navbar {
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujPUj6qUfR .menu_box .navbar.opened,
  .cid-ujPUj6qUfR .menu_box .navbar-collapse {
    background-color: #ffff27 !important;
    transition: all 0s ease 0s;
  }
}
@media (min-width: 992px) {
  .cid-ujPUj6qUfR .menu_box .menu1 {
    display: none;
  }
}
.cid-ujPUj6qUfR .hamburger-container {
  position: relative;
  margin-left: 20px;
}
.cid-ujPUj6qUfR .hamburger-container .hamburger-text {
  position: absolute;
}
.cid-ujPUj6qUfR .hamburger-container .menu,
.cid-ujPUj6qUfR .hamburger-container .menu1 {
  top: 15px;
  left: -40px;
}
.cid-ujPUj6qUfR .hamburger-container .close {
  display: none;
}
.cid-ujPUj6qUfR .hamburger-container .close1 {
  top: 5px;
  left: -60px;
}
.cid-ujPUj6qUfR nav.opened .hamburger-container .menu,
.cid-ujPUj6qUfR nav.opened .hamburger-container .menu1 {
  display: none;
}
.cid-ujPUj6qUfR nav.opened .hamburger-container .close {
  top: 20px;
  left: -40px;
  display: block;
}
.cid-ujPUj6qUfR .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ujPUj6qUfR .navbar-dropdown.navbar-short .navbar-logo img {
  height: 6.6;
}
@media (min-width: 992px) {
  .cid-ujPUj6qUfR .nav-item {
    position: relative;
  }
  .cid-ujPUj6qUfR .nav-item a {
    opacity: .5;
  }
  .cid-ujPUj6qUfR .nav-item a:hover,
  .cid-ujPUj6qUfR .nav-item a:focus {
    opacity: 1;
  }
  .cid-ujPUj6qUfR .nav-item:not(:first-child):before {
    content: "";
    top: 2px;
    left: -10px;
    position: absolute;
    background-color: #282828;
    width: 2px;
    height: 20px;
    transform: rotate(30deg);
  }
  .cid-ujPUj6qUfR .offcanvas {
    padding: 30px 60px 35px;
    width: 100%;
    background-color: #ffff27;
  }
  .cid-ujPUj6qUfR .offcanvas_image img {
    width: auto;
    height: 6.6;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujPUj6qUfR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujPUj6qUfR .offcanvas-header .btn-close {
    top: -70px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-weight: 400;
    opacity: 1;
    color: #282828;
  }
  .cid-ujPUj6qUfR .offcanvas-body {
    padding: 60px 60px 0 60px;
  }
  .cid-ujPUj6qUfR .offcanvas-body .mbr-text,
  .cid-ujPUj6qUfR .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujPUj6qUfR .offcanvas-body .link-container {
    margin-top: 140px;
  }
  .cid-ujPUj6qUfR .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujPUj6qUfR .offcanvas-body .list {
    list-style: none;
    padding-left: 0;
  }
  .cid-ujPUj6qUfR .offcanvas-body .list li {
    transition: all linear .3s;
  }
  .cid-ujPUj6qUfR .offcanvas-body .list li:hover {
    opacity: .5;
  }
  .cid-ujPUj6qUfR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    align-self: center;
    border-radius: 50%;
  }
  .cid-ujPUj6qUfR .offcanvas_box button.btn_offcanvas:hover {
    background-color: #ffff27;
  }
  .cid-ujPUj6qUfR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 2px;
    background-color: #282828;
  }
  .cid-ujPUj6qUfR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 22px;
    transition: all 0.2s;
  }
  .cid-ujPUj6qUfR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-ujPUj6qUfR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujPUj6qUfR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujPUj6qUfR .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-ujPUj6qUfR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujPUj6qUfR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-ujPUj6qUfR .lg_brand {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-ujPUj6qUfR .offcanvas-body .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1400px) {
  .cid-ujPUj6qUfR .offcanvas-body {
    padding: 130px 130px 0 130px;
  }
}
.cid-ujPUj6qUfR .navbar-caption {
  font-weight: 400;
  color: #6870d1;
}
.cid-ujPUj6qUfR .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: #ffff27;
}
@media (min-width: 992px) {
  .cid-ujPUj6qUfR .navbar {
    padding: 0 34px 0 0;
  }
}
.cid-ujPUj6qUfR .navbar.opened {
  transition: all 0.3s;
}
.cid-ujPUj6qUfR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujPUj6qUfR .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-ujPUj6qUfR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujPUj6qUfR .navbar.collapsed {
  justify-content: center;
}
.cid-ujPUj6qUfR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujPUj6qUfR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujPUj6qUfR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujPUj6qUfR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujPUj6qUfR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujPUj6qUfR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujPUj6qUfR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujPUj6qUfR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujPUj6qUfR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujPUj6qUfR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujPUj6qUfR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujPUj6qUfR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujPUj6qUfR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujPUj6qUfR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujPUj6qUfR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujPUj6qUfR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujPUj6qUfR .navbar ul.navbar-nav .mbr-text {
    line-height: 1 !important;
  }
  .cid-ujPUj6qUfR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujPUj6qUfR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujPUj6qUfR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujPUj6qUfR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujPUj6qUfR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujPUj6qUfR .navbar.navbar-short {
  min-height: 120px;
}
.cid-ujPUj6qUfR .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 10px 0;
}
.cid-ujPUj6qUfR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  min-width: 300px;
}
@media (max-width: 991px) {
  .cid-ujPUj6qUfR .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
.cid-ujPUj6qUfR .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-ujPUj6qUfR .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-ujPUj6qUfR .nav-item {
    margin: 0 !important;
  }
}
.cid-ujPUj6qUfR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujPUj6qUfR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-ujPUj6qUfR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujPUj6qUfR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujPUj6qUfR .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-ujPUj6qUfR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujPUj6qUfR .offcanvas_box {
    display: none;
  }
}
.cid-ujPUj6qUfR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujPUj6qUfR .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujPUj6qUfR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujPUj6qUfR .nav-link {
  position: relative;
}
.cid-ujPUj6qUfR .container {
  display: flex;
  margin: auto;
}
.cid-ujPUj6qUfR .iconfont-wrapper {
  color: #282828;
  font-size: 22px;
  margin-right: 25px;
  margin-bottom: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujPUj6qUfR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujPUj6qUfR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-ujPUj6qUfR .navbar-nav {
    margin: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-ujPUj6qUfR .navbar-nav {
    margin-left: 400px;
  }
}
.cid-ujPUj6qUfR .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-ujPUj6qUfR .nav-item:focus,
.cid-ujPUj6qUfR .nav-link:focus {
  outline: none;
}
.cid-ujPUj6qUfR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujPUj6qUfR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujPUj6qUfR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujPUj6qUfR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujPUj6qUfR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujPUj6qUfR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujPUj6qUfR .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-ujPUj6qUfR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujPUj6qUfR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujPUj6qUfR .dropdown-item.active,
.cid-ujPUj6qUfR .dropdown-item:active {
  background-color: transparent;
}
.cid-ujPUj6qUfR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujPUj6qUfR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujPUj6qUfR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujPUj6qUfR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff27;
}
.cid-ujPUj6qUfR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujPUj6qUfR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujPUj6qUfR ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujPUj6qUfR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujPUj6qUfR button.navbar-toggler {
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffff27;
}
.cid-ujPUj6qUfR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 8px;
  margin-top: 14px;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ujPUj6qUfR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-ujPUj6qUfR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 19px;
  transition: all 0.15s;
}
.cid-ujPUj6qUfR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 19px;
  transition: all 0.15s;
}
.cid-ujPUj6qUfR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 19px;
  transition: all 0.2s;
}
.cid-ujPUj6qUfR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujPUj6qUfR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujPUj6qUfR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujPUj6qUfR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujPUj6qUfR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujPUj6qUfR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujPUj6qUfR .navbar {
    height: 70px;
  }
  .cid-ujPUj6qUfR .navbar.opened {
    height: auto;
  }
  .cid-ujPUj6qUfR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujPUj6qUfR .mbr-section-subtitle {
  color: #6870d1;
}
.cid-ujPUj6qUfR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ujPUj6qUfR .btn {
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-ujPUj6qUfR .btn:hover {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-ujPUj78Ajl {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ujPUj78Ajl .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-ujPUj78Ajl .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-ujPUj78Ajl .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #4768b9;
  z-index: 1;
}
.cid-ujPUj78Ajl .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-ujPUj78Ajl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujPUj78Ajl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujPUj78Ajl .row {
  position: relative;
  z-index: 2;
}
.cid-ujPUj78Ajl .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ujPUj78Ajl .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-ujPUj78Ajl .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-ujPUj78Ajl .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-ujPUj78Ajl .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-ujPUj78Ajl .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujPUj78Ajl .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujPUj78Ajl .image-wrapper {
    margin-top: 46px;
  }
}
.cid-ujPUj78Ajl .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujPUj78Ajl .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-ujPUj78Ajl .mbr-section-title {
  color: #ffffff;
}
.cid-ujPUj78Ajl .mbr-text {
  color: #51565c;
}
.cid-ujPUj78Ajl .mbr-text,
.cid-ujPUj78Ajl .text-wrapper {
  color: #ffffff;
}
.cid-ujPUj7IN89 {
  overflow: hidden;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.cid-ujPUj7IN89 .container-fluid {
  padding: 0;
}
.cid-ujPUj7IN89 .wrapper-text {
  padding: 100px 1rem;
}
@media (min-width: 768px) {
  .cid-ujPUj7IN89 .wrapper-text {
    padding: 70px 80px;
  }
}
@media (min-width: 992px) {
  .cid-ujPUj7IN89 .wrapper-text {
    padding: 130px 128px;
  }
}
.cid-ujPUj7IN89 .text {
  background: #ffff27;
}
@media (min-width: 992px) {
  .cid-ujPUj7IN89 .text {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-ujPUj7IN89 .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-ujPUj7IN89 .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-ujPUj7IN89 .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
@media (max-width: 991px) {
  .cid-ujPUj7IN89 .bg {
    height: 420px;
  }
}
.cid-ujPUj8fro6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4768b9;
}
.cid-ujPUj8fro6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujPUj8fro6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujPUj8fro6 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujPUj8fro6 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ujPUj8fro6 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujPUj8fro6 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ujPUj8fro6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujPUj8fro6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujPUj8fro6 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujPUj8fro6 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-ujPUj8fro6 .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-ujPUj8fro6 .image-wrapper {
    padding-left: 0;
  }
}
.cid-ujPUj8fro6 .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-ujPUj8fro6 .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-ujPUj8fro6 .mbr-section-title {
  color: #000000;
}
.cid-ujPUj8fro6 .mbr-desc {
  color: #000000;
}
.cid-ujPUj8fro6 .mbr-text {
  color: #ffffff;
}
.cid-ujPUj8fro6 .mbr-section-title,
.cid-ujPUj8fro6 .mbr-section-btn {
  color: #ffffff;
}
.cid-ujPUj8IUQc {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #ffff4f, #4768b9);
}
.cid-ujPUj8IUQc .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ujPUj8IUQc .mbr-text,
.cid-ujPUj8IUQc .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-ujPUj8IUQc .mbr-section-title,
.cid-ujPUj8IUQc .line {
  color: #232323;
}
.cid-ujPUj8IUQc .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-ujPUj8IUQc .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ujPUj8IUQc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ujPUj8IUQc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujPUj8IUQc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujPUj8IUQc h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ujPUj8IUQc h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ujPUj8IUQc .mbr-section-subtitle,
.cid-ujPUj8IUQc .align {
  text-align: left;
  color: #282828;
}
.cid-ujPUj9jUcN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-ujPUj9jUcN .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-ujPUjNlRxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujPUjNlRxq nav.navbar {
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujPUjNlRxq .menu_box .navbar.opened,
  .cid-ujPUjNlRxq .menu_box .navbar-collapse {
    background-color: #ffff27 !important;
    transition: all 0s ease 0s;
  }
}
@media (min-width: 992px) {
  .cid-ujPUjNlRxq .menu_box .menu1 {
    display: none;
  }
}
.cid-ujPUjNlRxq .hamburger-container {
  position: relative;
  margin-left: 20px;
}
.cid-ujPUjNlRxq .hamburger-container .hamburger-text {
  position: absolute;
}
.cid-ujPUjNlRxq .hamburger-container .menu,
.cid-ujPUjNlRxq .hamburger-container .menu1 {
  top: 15px;
  left: -40px;
}
.cid-ujPUjNlRxq .hamburger-container .close {
  display: none;
}
.cid-ujPUjNlRxq .hamburger-container .close1 {
  top: 5px;
  left: -60px;
}
.cid-ujPUjNlRxq nav.opened .hamburger-container .menu,
.cid-ujPUjNlRxq nav.opened .hamburger-container .menu1 {
  display: none;
}
.cid-ujPUjNlRxq nav.opened .hamburger-container .close {
  top: 20px;
  left: -40px;
  display: block;
}
.cid-ujPUjNlRxq .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ujPUjNlRxq .navbar-dropdown.navbar-short .navbar-logo img {
  height: 6.6;
}
@media (min-width: 992px) {
  .cid-ujPUjNlRxq .nav-item {
    position: relative;
  }
  .cid-ujPUjNlRxq .nav-item a {
    opacity: .5;
  }
  .cid-ujPUjNlRxq .nav-item a:hover,
  .cid-ujPUjNlRxq .nav-item a:focus {
    opacity: 1;
  }
  .cid-ujPUjNlRxq .nav-item:not(:first-child):before {
    content: "";
    top: 2px;
    left: -10px;
    position: absolute;
    background-color: #282828;
    width: 2px;
    height: 20px;
    transform: rotate(30deg);
  }
  .cid-ujPUjNlRxq .offcanvas {
    padding: 30px 60px 35px;
    width: 100%;
    background-color: #ffff27;
  }
  .cid-ujPUjNlRxq .offcanvas_image img {
    width: auto;
    height: 6.6;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujPUjNlRxq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujPUjNlRxq .offcanvas-header .btn-close {
    top: -70px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-weight: 400;
    opacity: 1;
    color: #282828;
  }
  .cid-ujPUjNlRxq .offcanvas-body {
    padding: 60px 60px 0 60px;
  }
  .cid-ujPUjNlRxq .offcanvas-body .mbr-text,
  .cid-ujPUjNlRxq .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ujPUjNlRxq .offcanvas-body .link-container {
    margin-top: 140px;
  }
  .cid-ujPUjNlRxq .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ujPUjNlRxq .offcanvas-body .list {
    list-style: none;
    padding-left: 0;
  }
  .cid-ujPUjNlRxq .offcanvas-body .list li {
    transition: all linear .3s;
  }
  .cid-ujPUjNlRxq .offcanvas-body .list li:hover {
    opacity: .5;
  }
  .cid-ujPUjNlRxq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    align-self: center;
    border-radius: 50%;
  }
  .cid-ujPUjNlRxq .offcanvas_box button.btn_offcanvas:hover {
    background-color: #ffff27;
  }
  .cid-ujPUjNlRxq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 2px;
    background-color: #282828;
  }
  .cid-ujPUjNlRxq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 22px;
    transition: all 0.2s;
  }
  .cid-ujPUjNlRxq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-ujPUjNlRxq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujPUjNlRxq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujPUjNlRxq .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-ujPUjNlRxq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujPUjNlRxq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-ujPUjNlRxq .lg_brand {
    margin: 0 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-ujPUjNlRxq .offcanvas-body .list {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1400px) {
  .cid-ujPUjNlRxq .offcanvas-body {
    padding: 130px 130px 0 130px;
  }
}
.cid-ujPUjNlRxq .navbar-caption {
  font-weight: 400;
  color: #6870d1;
}
.cid-ujPUjNlRxq .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: #ffff27;
}
@media (min-width: 992px) {
  .cid-ujPUjNlRxq .navbar {
    padding: 0 34px 0 0;
  }
}
.cid-ujPUjNlRxq .navbar.opened {
  transition: all 0.3s;
}
.cid-ujPUjNlRxq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujPUjNlRxq .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-ujPUjNlRxq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujPUjNlRxq .navbar.collapsed {
  justify-content: center;
}
.cid-ujPUjNlRxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujPUjNlRxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujPUjNlRxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujPUjNlRxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujPUjNlRxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujPUjNlRxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujPUjNlRxq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujPUjNlRxq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujPUjNlRxq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujPUjNlRxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujPUjNlRxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujPUjNlRxq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujPUjNlRxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujPUjNlRxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujPUjNlRxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujPUjNlRxq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujPUjNlRxq .navbar ul.navbar-nav .mbr-text {
    line-height: 1 !important;
  }
  .cid-ujPUjNlRxq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujPUjNlRxq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujPUjNlRxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujPUjNlRxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujPUjNlRxq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujPUjNlRxq .navbar.navbar-short {
  min-height: 120px;
}
.cid-ujPUjNlRxq .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 10px 0;
}
.cid-ujPUjNlRxq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  min-width: 300px;
}
@media (max-width: 991px) {
  .cid-ujPUjNlRxq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
.cid-ujPUjNlRxq .nav-item {
  margin: 4px 10px;
}
@media (min-width: 1200px) {
  .cid-ujPUjNlRxq .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-ujPUjNlRxq .nav-item {
    margin: 0 !important;
  }
}
.cid-ujPUjNlRxq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujPUjNlRxq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-ujPUjNlRxq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujPUjNlRxq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujPUjNlRxq .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-ujPUjNlRxq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujPUjNlRxq .offcanvas_box {
    display: none;
  }
}
.cid-ujPUjNlRxq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujPUjNlRxq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujPUjNlRxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujPUjNlRxq .nav-link {
  position: relative;
}
.cid-ujPUjNlRxq .container {
  display: flex;
  margin: auto;
}
.cid-ujPUjNlRxq .iconfont-wrapper {
  color: #282828;
  font-size: 22px;
  margin-right: 25px;
  margin-bottom: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujPUjNlRxq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujPUjNlRxq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-ujPUjNlRxq .navbar-nav {
    margin: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-ujPUjNlRxq .navbar-nav {
    margin-left: 400px;
  }
}
.cid-ujPUjNlRxq .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-ujPUjNlRxq .nav-item:focus,
.cid-ujPUjNlRxq .nav-link:focus {
  outline: none;
}
.cid-ujPUjNlRxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujPUjNlRxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujPUjNlRxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujPUjNlRxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujPUjNlRxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujPUjNlRxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujPUjNlRxq .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-ujPUjNlRxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujPUjNlRxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujPUjNlRxq .dropdown-item.active,
.cid-ujPUjNlRxq .dropdown-item:active {
  background-color: transparent;
}
.cid-ujPUjNlRxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujPUjNlRxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujPUjNlRxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujPUjNlRxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff27;
}
.cid-ujPUjNlRxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujPUjNlRxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujPUjNlRxq ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujPUjNlRxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujPUjNlRxq button.navbar-toggler {
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffff27;
}
.cid-ujPUjNlRxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 8px;
  margin-top: 14px;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ujPUjNlRxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-ujPUjNlRxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 19px;
  transition: all 0.15s;
}
.cid-ujPUjNlRxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 19px;
  transition: all 0.15s;
}
.cid-ujPUjNlRxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 19px;
  transition: all 0.2s;
}
.cid-ujPUjNlRxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujPUjNlRxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujPUjNlRxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujPUjNlRxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujPUjNlRxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujPUjNlRxq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujPUjNlRxq .navbar {
    height: 70px;
  }
  .cid-ujPUjNlRxq .navbar.opened {
    height: auto;
  }
  .cid-ujPUjNlRxq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujPUjNlRxq .mbr-section-subtitle {
  color: #6870d1;
}
.cid-ujPUjNlRxq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ujPUjNlRxq .btn {
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-ujPUjNlRxq .btn:hover {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-ujPUjO35qf {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ujPUjO35qf .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-ujPUjO35qf .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-ujPUjO35qf .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #4768b9;
  z-index: 1;
}
.cid-ujPUjO35qf .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-ujPUjO35qf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujPUjO35qf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujPUjO35qf .row {
  position: relative;
  z-index: 2;
}
.cid-ujPUjO35qf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ujPUjO35qf .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-ujPUjO35qf .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-ujPUjO35qf .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-ujPUjO35qf .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-ujPUjO35qf .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujPUjO35qf .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujPUjO35qf .image-wrapper {
    margin-top: 46px;
  }
}
.cid-ujPUjO35qf .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujPUjO35qf .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-ujPUjO35qf .mbr-section-title {
  color: #ffffff;
}
.cid-ujPUjO35qf .mbr-text {
  color: #51565c;
}
.cid-ujPUjO35qf .mbr-text,
.cid-ujPUjO35qf .text-wrapper {
  color: #ffffff;
}
.cid-ujPUjOtVIo {
  overflow: hidden;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.cid-ujPUjOtVIo .container-fluid {
  padding: 0;
}
.cid-ujPUjOtVIo .wrapper-text {
  padding: 100px 1rem;
}
@media (min-width: 768px) {
  .cid-ujPUjOtVIo .wrapper-text {
    padding: 70px 80px;
  }
}
@media (min-width: 992px) {
  .cid-ujPUjOtVIo .wrapper-text {
    padding: 130px 128px;
  }
}
.cid-ujPUjOtVIo .text {
  background: #ffff27;
}
@media (min-width: 992px) {
  .cid-ujPUjOtVIo .text {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-ujPUjOtVIo .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-ujPUjOtVIo .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-ujPUjOtVIo .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
@media (max-width: 991px) {
  .cid-ujPUjOtVIo .bg {
    height: 420px;
  }
}
.cid-ujPUjOWGO0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4768b9;
}
.cid-ujPUjOWGO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujPUjOWGO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujPUjOWGO0 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujPUjOWGO0 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ujPUjOWGO0 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujPUjOWGO0 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ujPUjOWGO0 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujPUjOWGO0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujPUjOWGO0 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujPUjOWGO0 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-ujPUjOWGO0 .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-ujPUjOWGO0 .image-wrapper {
    padding-left: 0;
  }
}
.cid-ujPUjOWGO0 .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-ujPUjOWGO0 .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-ujPUjOWGO0 .mbr-section-title {
  color: #000000;
}
.cid-ujPUjOWGO0 .mbr-desc {
  color: #000000;
}
.cid-ujPUjOWGO0 .mbr-text {
  color: #ffffff;
}
.cid-ujPUjOWGO0 .mbr-section-title,
.cid-ujPUjOWGO0 .mbr-section-btn {
  color: #ffffff;
}
.cid-ujPUjPqtC1 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #ffff4f, #4768b9);
}
.cid-ujPUjPqtC1 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ujPUjPqtC1 .mbr-text,
.cid-ujPUjPqtC1 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-ujPUjPqtC1 .mbr-section-title,
.cid-ujPUjPqtC1 .line {
  color: #232323;
}
.cid-ujPUjPqtC1 .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-ujPUjPqtC1 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ujPUjPqtC1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ujPUjPqtC1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujPUjPqtC1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujPUjPqtC1 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ujPUjPqtC1 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ujPUjPqtC1 .mbr-section-subtitle,
.cid-ujPUjPqtC1 .align {
  text-align: left;
  color: #282828;
}
.cid-ujPUjPTf5L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-ujPUjPTf5L .media-container-row .mbr-text {
  color: #fffcee;
}
