body {
  font-family: 'Kiwi Maru', serif;
}
.display-1 {
  font-family: 'Kiwi Maru', serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Kiwi Maru', serif;
  font-size: 2.8rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1.2rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1.8rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1.2rem;
  line-height: 1.55;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2.4rem;
  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: #fe458a !important;
}
.bg-success {
  background-color: #84b134 !important;
}
.bg-info {
  background-color: #f9eb72 !important;
}
.bg-warning {
  background-color: #ff9966 !important;
}
.bg-danger {
  background-color: #fd72a2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fe458a !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #eb0158 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #eb0158 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #1d1d1b !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ebeae2 !important;
  color: #7a7654 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c8c5af !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #7a7654 !important;
  background-color: #c8c5af !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9eb72 !important;
  color: #685d04 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #141201 !important;
  background-color: #f5df1f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #685d04 !important;
  background-color: #f5df1f !important;
}
.btn-success,
.btn-success:active {
  background-color: #84b134 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #526e20 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #526e20 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fd72a2 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fc1d6a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fc1d6a !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #fe458a !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d1d1b !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fe458a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #eb0158 !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: #fe458a !important;
  border-color: #fe458a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebeae2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c8c5af !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7654 !important;
  background-color: #ebeae2 !important;
  border-color: #ebeae2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9eb72;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f5df1f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #685d04 !important;
  background-color: #f9eb72 !important;
  border-color: #f9eb72 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #84b134;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #526e20 !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: #84b134 !important;
  border-color: #84b134 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fd72a2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fc1d6a !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: #fd72a2 !important;
  border-color: #fd72a2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d1d1b;
}
.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: #1d1d1b !important;
  border-color: #1d1d1b !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: #fe458a !important;
}
.text-secondary {
  color: #ebeae2 !important;
}
.text-success {
  color: #84b134 !important;
}
.text-info {
  color: #f9eb72 !important;
}
.text-warning {
  color: #ff9966 !important;
}
.text-danger {
  color: #fd72a2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1d1d1b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #dc0153 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1bea6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #49621d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f5dd10 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff5500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fc0d60 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fe458a;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d1d1b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9eb72;
}
.alert-warning {
  background-color: #ff9966;
}
.alert-danger {
  background-color: #fd72a2;
}
.btn {
  border-radius: 60px;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 60px;
}
.mbr-gallery-filter li a {
  border-radius: 60px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fe458a;
  border-color: #fe458a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 60px !important;
}
a,
a:hover {
  color: #fe458a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bedc88;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kiwi Maru', serif;
  font-size: 1.2rem;
  line-height: 1.45;
  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: #fe458a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kiwi Maru', serif;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #fe458a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 60px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 60px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fe458a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fe458a;
}
.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: #fe458a;
  border-bottom-color: #fe458a;
}
.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: #fe458a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ebeae2 !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='%23fe458a' %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-uIwhCuRF0e {
  background-color: transparent;
}
.cid-uIwhCuRF0e .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uIwhCuRF0e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uIwhCuRF0e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwhCuRF0e .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIwhCuRF0e .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIwhCuRF0e .menu_box .navbar.opened,
  .cid-uIwhCuRF0e .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIwhCuRF0e .navbar-dropdown {
  position: relative !important;
}
.cid-uIwhCuRF0e .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uIwhCuRF0e .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwhCuRF0e .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIwhCuRF0e .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIwhCuRF0e .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIwhCuRF0e .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uIwhCuRF0e .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIwhCuRF0e .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIwhCuRF0e .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIwhCuRF0e .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIwhCuRF0e .offcanvas-body .mbr-text,
  .cid-uIwhCuRF0e .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIwhCuRF0e .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIwhCuRF0e .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIwhCuRF0e .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uIwhCuRF0e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIwhCuRF0e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIwhCuRF0e .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIwhCuRF0e .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIwhCuRF0e ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIwhCuRF0e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwhCuRF0e .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-uIwhCuRF0e .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIwhCuRF0e li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIwhCuRF0e .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIwhCuRF0e .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uIwhCuRF0e .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIwhCuRF0e .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uIwhCuRF0e .nav-item {
    margin: 0 !important;
  }
}
.cid-uIwhCuRF0e .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIwhCuRF0e .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIwhCuRF0e .nav-item .nav-link:hover::before,
.cid-uIwhCuRF0e .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIwhCuRF0e .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIwhCuRF0e .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIwhCuRF0e .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIwhCuRF0e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwhCuRF0e .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-uIwhCuRF0e .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIwhCuRF0e .offcanvas_box {
    display: none;
  }
}
.cid-uIwhCuRF0e .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIwhCuRF0e .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIwhCuRF0e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIwhCuRF0e .container {
  display: flex;
  margin: auto;
}
.cid-uIwhCuRF0e .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIwhCuRF0e .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIwhCuRF0e .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIwhCuRF0e .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIwhCuRF0e .navbar-nav {
    margin: 0;
  }
}
.cid-uIwhCuRF0e .dropdown-menu,
.cid-uIwhCuRF0e .navbar.opened {
  background-color: false !important;
}
.cid-uIwhCuRF0e .nav-item:focus,
.cid-uIwhCuRF0e .nav-link:focus {
  outline: none;
}
.cid-uIwhCuRF0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwhCuRF0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwhCuRF0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwhCuRF0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwhCuRF0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwhCuRF0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwhCuRF0e .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIwhCuRF0e .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIwhCuRF0e .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwhCuRF0e .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIwhCuRF0e .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uIwhCuRF0e .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uIwhCuRF0e .navbar.collapsed {
  justify-content: center;
}
.cid-uIwhCuRF0e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwhCuRF0e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwhCuRF0e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwhCuRF0e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwhCuRF0e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwhCuRF0e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIwhCuRF0e .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIwhCuRF0e .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIwhCuRF0e .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIwhCuRF0e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwhCuRF0e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwhCuRF0e .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIwhCuRF0e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwhCuRF0e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIwhCuRF0e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwhCuRF0e .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIwhCuRF0e .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIwhCuRF0e .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIwhCuRF0e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIwhCuRF0e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwhCuRF0e .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIwhCuRF0e .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwhCuRF0e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwhCuRF0e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwhCuRF0e .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-uIwhCuRF0e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIwhCuRF0e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwhCuRF0e .dropdown-item.active,
.cid-uIwhCuRF0e .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwhCuRF0e .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uIwhCuRF0e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwhCuRF0e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwhCuRF0e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwhCuRF0e ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIwhCuRF0e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwhCuRF0e button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uIwhCuRF0e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIwhCuRF0e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwhCuRF0e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwhCuRF0e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwhCuRF0e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwhCuRF0e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwhCuRF0e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwhCuRF0e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwhCuRF0e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwhCuRF0e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIwhCuRF0e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwhCuRF0e .navbar {
    height: 70px;
  }
  .cid-uIwhCuRF0e .navbar.opened {
    height: auto;
  }
  .cid-uIwhCuRF0e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwhCuRF0e .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uIwhCuRF0e .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uIwhCuRF0e .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIwhCuRF0e .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uIwhCuRF0e .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uIwhCuRF0e .navbar-caption:hover {
  color: #fe458a;
}
@media (min-width: 992px) {
  .cid-uIwhCuRF0e .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIwhCuRF0e .text_widget {
  margin-bottom: 32px;
}
.cid-uIwhCuRF0e .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIwhCuRF0e .text_widget a:hover,
.cid-uIwhCuRF0e .text_widget a:focus {
  opacity: .8;
}
.cid-uIwhCuRF0e .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIwhCuRF0e .navbar-caption {
  color: #ffffff;
}
.cid-uIwhCuRF0e .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uIwhCuRF0e .mbr-section-subtitle,
.cid-uIwhCuRF0e .text_widget,
.cid-uIwhCuRF0e .mbr-section-btn {
  text-align: center;
}
.cid-uIwhCuRF0e a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEiODRgS9S {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f5fbfb;
}
.cid-uEiODRgS9S img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uEiODRgS9S .mbr-text,
.cid-uEiODRgS9S .mbr-section-btn {
  color: #000000;
}
.cid-uEiODRgS9S H3 {
  color: #57468b;
}
.cid-uEiODRgS9S H1 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uEiODRgS9S img {
    width: 100%!important;
  }
}
.cid-uIwi58s4UY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #71818e;
}
.cid-uIwi58s4UY .row {
  justify-content: flex-start;
}
.cid-uIwi58s4UY .mbr-section-title {
  color: #000000;
}
.cid-uIwi58s4UY .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uIwi58s4UY .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uIwi58s4UY .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uIwi58s4UY .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uIwi58s4UY .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uIwi58s4UY .mbr-text {
    margin-top: 20px;
  }
}
.cid-uEiP9t011R {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f5fbfb;
}
.cid-uEiP9t011R .row {
  flex-direction: row-reverse;
}
.cid-uEiP9t011R .top {
  z-index: 5;
}
.cid-uEiP9t011R .img-col {
  position: relative;
}
.cid-uEiP9t011R .img1 {
  position: absolute;
  max-width: 60%;
  top: 0rem;
  right: 1rem;
}
.cid-uEiP9t011R .img2 {
  max-width: 90%;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .cid-uEiP9t011R .img2 {
    padding-top: 5rem;
  }
}
.cid-uEiP9t011R img {
  width: 100%;
}
.cid-uEiP9t011R .text-wrapper {
  z-index: 11;
}
.cid-uEiP9t011R .wrapper {
  display: flex;
}
.cid-uEiP9t011R .row {
  align-items: center;
}
.cid-uEiP9t011R .animate__fadeInUp:before {
  background: #f5fbfb;
}
.cid-uEiP9t011R .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #fe458a;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uEiP9t011R .wrapper {
    flex-direction: column;
  }
  .cid-uEiP9t011R .iconfont-wrapper {
    margin: auto;
  }
  .cid-uEiP9t011R .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-uEiP9t011R .mbr-section-title {
  color: #000000;
}
.cid-uEiP9t011R .mbr-text,
.cid-uEiP9t011R .mbr-section-btn {
  color: #000000;
}
.cid-uEiP9t011R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEiP9t011R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEiPjfX8VS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
.cid-uEiPjfX8VS .wrapper {
  background: #71818e;
}
.cid-uEiPjfX8VS .mbr-text {
  color: #000000;
}
.cid-uEiPjfX8VS .mbr-section-title {
  color: #000000;
}
.cid-uEiSDOqgf6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f5fbfb;
}
.cid-uEiSDOqgf6 .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uEiSDOqgf6 .card {
  background: transparent;
}
.cid-uEiSDOqgf6 .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uEiSDOqgf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEiSDOqgf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEiSDOqgf6 .mbr-text.text1 {
  color: #000000;
}
.cid-uEiSDOqgf6 .mbr-section-title {
  color: #000000;
}
.cid-uEiPoTUvik {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gasoline-station-fuel-pump-scaled-2000x1325.jpg");
}
.cid-uEiPoTUvik .wrapper {
  background: #71818e;
}
.cid-uEiPoTUvik .mbr-text {
  color: #000000;
}
.cid-uEiPoTUvik .mbr-section-title {
  color: #000000;
}
.cid-uIwjeSzhSo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
.cid-uIwjeSzhSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwjeSzhSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwjeSzhSo .mbr-section-title {
  color: #000000;
}
.cid-uIwjeSzhSo .mbr-subtitle {
  color: #000000;
}
.cid-uIwjussW6v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #71818e;
}
.cid-uIwjussW6v .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uIwjussW6v .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uIwjussW6v .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uIwjussW6v .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uIwjussW6v .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uIwjussW6v .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uIwjussW6v .margin {
  margin-right: 14px;
}
.cid-uIwjussW6v .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uIwjussW6v .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uIwjussW6v .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uIwjussW6v .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uIwjussW6v .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uIwjussW6v .socicon-bg-mail {
  background-color: #134785;
}
.cid-uIwjussW6v .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #fe458a;
  cursor: pointer;
}
.cid-uIwjussW6v .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uIwjussW6v .btn-social:hover {
  color: #fff;
}
.cid-uIwjussW6v .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uIwjussW6v img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uIwjussW6v .mbr-social-likes {
  max-width: 454px;
}
.cid-uIwjussW6v .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-uIwjussW6v .card-subtitle {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uIwjussW6v .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uIwjussW6v .card-title,
.cid-uIwjussW6v .card-subtitle,
.cid-uIwjussW6v .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uIwjussW6v .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uIwjussW6v .al {
    flex-direction: column;
  }
  .cid-uIwjussW6v .shadow {
    padding: 39px 36px;
  }
  .cid-uIwjussW6v img {
    padding-bottom: 20px;
  }
  .cid-uIwjussW6v .card-title,
  .cid-uIwjussW6v .card-subtitle,
  .cid-uIwjussW6v .card-text,
  .cid-uIwjussW6v .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uIwjussW6v .shadow {
    padding: 35px 15px;
  }
}
.cid-uIwjussW6v .mbr-iconfont {
  margin-left: 0;
}
.cid-uIwjussW6v .card-text,
.cid-uIwjussW6v .mbr-social-likes {
  color: #000000;
}
.cid-uIwjLYzXdj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
@media (min-width: 992px) {
  .cid-uIwjLYzXdj .container {
    padding: 60px;
  }
}
.cid-uIwjLYzXdj .wrapper {
  background-color: #000000;
}
.cid-uIwjLYzXdj .sect {
  display: flex;
  align-items: center;
}
.cid-uIwjLYzXdj .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-uIwjLYzXdj .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-uIwjLYzXdj .r.mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-uIwjLYzXdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwjLYzXdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwjLYzXdj .l.mbr-text {
  color: #ffffff;
}
.cid-uIwkB9jCXs {
  background-color: transparent;
}
.cid-uIwkB9jCXs .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uIwkB9jCXs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uIwkB9jCXs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwkB9jCXs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIwkB9jCXs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIwkB9jCXs .menu_box .navbar.opened,
  .cid-uIwkB9jCXs .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIwkB9jCXs .navbar-dropdown {
  position: relative !important;
}
.cid-uIwkB9jCXs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uIwkB9jCXs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwkB9jCXs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIwkB9jCXs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIwkB9jCXs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIwkB9jCXs .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uIwkB9jCXs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIwkB9jCXs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIwkB9jCXs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIwkB9jCXs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIwkB9jCXs .offcanvas-body .mbr-text,
  .cid-uIwkB9jCXs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIwkB9jCXs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIwkB9jCXs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIwkB9jCXs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uIwkB9jCXs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIwkB9jCXs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIwkB9jCXs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIwkB9jCXs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIwkB9jCXs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIwkB9jCXs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwkB9jCXs .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-uIwkB9jCXs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIwkB9jCXs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIwkB9jCXs .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIwkB9jCXs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uIwkB9jCXs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIwkB9jCXs .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uIwkB9jCXs .nav-item {
    margin: 0 !important;
  }
}
.cid-uIwkB9jCXs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIwkB9jCXs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIwkB9jCXs .nav-item .nav-link:hover::before,
.cid-uIwkB9jCXs .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIwkB9jCXs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIwkB9jCXs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIwkB9jCXs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIwkB9jCXs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwkB9jCXs .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-uIwkB9jCXs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIwkB9jCXs .offcanvas_box {
    display: none;
  }
}
.cid-uIwkB9jCXs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIwkB9jCXs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIwkB9jCXs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIwkB9jCXs .container {
  display: flex;
  margin: auto;
}
.cid-uIwkB9jCXs .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIwkB9jCXs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIwkB9jCXs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIwkB9jCXs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIwkB9jCXs .navbar-nav {
    margin: 0;
  }
}
.cid-uIwkB9jCXs .dropdown-menu,
.cid-uIwkB9jCXs .navbar.opened {
  background-color: false !important;
}
.cid-uIwkB9jCXs .nav-item:focus,
.cid-uIwkB9jCXs .nav-link:focus {
  outline: none;
}
.cid-uIwkB9jCXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwkB9jCXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwkB9jCXs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwkB9jCXs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwkB9jCXs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwkB9jCXs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwkB9jCXs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIwkB9jCXs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIwkB9jCXs .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwkB9jCXs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIwkB9jCXs .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uIwkB9jCXs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uIwkB9jCXs .navbar.collapsed {
  justify-content: center;
}
.cid-uIwkB9jCXs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwkB9jCXs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwkB9jCXs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwkB9jCXs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwkB9jCXs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwkB9jCXs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIwkB9jCXs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIwkB9jCXs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIwkB9jCXs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIwkB9jCXs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwkB9jCXs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwkB9jCXs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIwkB9jCXs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwkB9jCXs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIwkB9jCXs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwkB9jCXs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIwkB9jCXs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIwkB9jCXs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIwkB9jCXs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIwkB9jCXs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwkB9jCXs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIwkB9jCXs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwkB9jCXs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwkB9jCXs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwkB9jCXs .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-uIwkB9jCXs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIwkB9jCXs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwkB9jCXs .dropdown-item.active,
.cid-uIwkB9jCXs .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwkB9jCXs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uIwkB9jCXs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwkB9jCXs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwkB9jCXs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwkB9jCXs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIwkB9jCXs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwkB9jCXs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uIwkB9jCXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIwkB9jCXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwkB9jCXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwkB9jCXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwkB9jCXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwkB9jCXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwkB9jCXs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwkB9jCXs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwkB9jCXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwkB9jCXs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIwkB9jCXs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwkB9jCXs .navbar {
    height: 70px;
  }
  .cid-uIwkB9jCXs .navbar.opened {
    height: auto;
  }
  .cid-uIwkB9jCXs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwkB9jCXs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uIwkB9jCXs .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uIwkB9jCXs .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIwkB9jCXs .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uIwkB9jCXs .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uIwkB9jCXs .navbar-caption:hover {
  color: #fe458a;
}
@media (min-width: 992px) {
  .cid-uIwkB9jCXs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIwkB9jCXs .text_widget {
  margin-bottom: 32px;
}
.cid-uIwkB9jCXs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIwkB9jCXs .text_widget a:hover,
.cid-uIwkB9jCXs .text_widget a:focus {
  opacity: .8;
}
.cid-uIwkB9jCXs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIwkB9jCXs .navbar-caption {
  color: #ffffff;
}
.cid-uIwkB9jCXs .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uIwkB9jCXs .mbr-section-subtitle,
.cid-uIwkB9jCXs .text_widget,
.cid-uIwkB9jCXs .mbr-section-btn {
  text-align: center;
}
.cid-uIwkB9jCXs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIwkBbaXBM {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f5fbfb;
}
.cid-uIwkBbaXBM img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uIwkBbaXBM .mbr-text,
.cid-uIwkBbaXBM .mbr-section-btn {
  color: #000000;
}
.cid-uIwkBbaXBM H3 {
  color: #57468b;
}
.cid-uIwkBbaXBM H1 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwkBbaXBM img {
    width: 100%!important;
  }
}
.cid-uIwkBhmHrB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
.cid-uIwkBhmHrB .wrapper {
  background: #71818e;
}
.cid-uIwkBhmHrB .mbr-text {
  color: #000000;
}
.cid-uIwkBhmHrB .mbr-section-title {
  color: #000000;
}
.cid-uIwkBlLyXC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
@media (min-width: 992px) {
  .cid-uIwkBlLyXC .container {
    padding: 60px;
  }
}
.cid-uIwkBlLyXC .wrapper {
  background-color: #000000;
}
.cid-uIwkBlLyXC .sect {
  display: flex;
  align-items: center;
}
.cid-uIwkBlLyXC .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-uIwkBlLyXC .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-uIwkBlLyXC .r.mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-uIwkBlLyXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwkBlLyXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwkBlLyXC .l.mbr-text {
  color: #ffffff;
}
.cid-uIwlSO5SSW {
  background-color: transparent;
}
.cid-uIwlSO5SSW .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uIwlSO5SSW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uIwlSO5SSW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwlSO5SSW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIwlSO5SSW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIwlSO5SSW .menu_box .navbar.opened,
  .cid-uIwlSO5SSW .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIwlSO5SSW .navbar-dropdown {
  position: relative !important;
}
.cid-uIwlSO5SSW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uIwlSO5SSW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwlSO5SSW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIwlSO5SSW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIwlSO5SSW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIwlSO5SSW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uIwlSO5SSW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIwlSO5SSW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIwlSO5SSW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIwlSO5SSW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIwlSO5SSW .offcanvas-body .mbr-text,
  .cid-uIwlSO5SSW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIwlSO5SSW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIwlSO5SSW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIwlSO5SSW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uIwlSO5SSW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIwlSO5SSW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIwlSO5SSW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIwlSO5SSW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIwlSO5SSW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIwlSO5SSW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwlSO5SSW .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-uIwlSO5SSW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIwlSO5SSW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIwlSO5SSW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIwlSO5SSW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uIwlSO5SSW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIwlSO5SSW .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uIwlSO5SSW .nav-item {
    margin: 0 !important;
  }
}
.cid-uIwlSO5SSW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIwlSO5SSW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIwlSO5SSW .nav-item .nav-link:hover::before,
.cid-uIwlSO5SSW .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIwlSO5SSW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIwlSO5SSW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIwlSO5SSW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIwlSO5SSW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwlSO5SSW .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-uIwlSO5SSW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIwlSO5SSW .offcanvas_box {
    display: none;
  }
}
.cid-uIwlSO5SSW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIwlSO5SSW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIwlSO5SSW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIwlSO5SSW .container {
  display: flex;
  margin: auto;
}
.cid-uIwlSO5SSW .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIwlSO5SSW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIwlSO5SSW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIwlSO5SSW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIwlSO5SSW .navbar-nav {
    margin: 0;
  }
}
.cid-uIwlSO5SSW .dropdown-menu,
.cid-uIwlSO5SSW .navbar.opened {
  background-color: false !important;
}
.cid-uIwlSO5SSW .nav-item:focus,
.cid-uIwlSO5SSW .nav-link:focus {
  outline: none;
}
.cid-uIwlSO5SSW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwlSO5SSW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwlSO5SSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwlSO5SSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwlSO5SSW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwlSO5SSW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwlSO5SSW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIwlSO5SSW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIwlSO5SSW .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwlSO5SSW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIwlSO5SSW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uIwlSO5SSW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uIwlSO5SSW .navbar.collapsed {
  justify-content: center;
}
.cid-uIwlSO5SSW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwlSO5SSW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwlSO5SSW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwlSO5SSW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwlSO5SSW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwlSO5SSW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIwlSO5SSW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIwlSO5SSW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIwlSO5SSW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIwlSO5SSW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwlSO5SSW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwlSO5SSW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIwlSO5SSW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwlSO5SSW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIwlSO5SSW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwlSO5SSW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIwlSO5SSW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIwlSO5SSW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIwlSO5SSW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIwlSO5SSW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwlSO5SSW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIwlSO5SSW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwlSO5SSW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwlSO5SSW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwlSO5SSW .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-uIwlSO5SSW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIwlSO5SSW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwlSO5SSW .dropdown-item.active,
.cid-uIwlSO5SSW .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwlSO5SSW .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uIwlSO5SSW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwlSO5SSW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwlSO5SSW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwlSO5SSW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIwlSO5SSW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwlSO5SSW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uIwlSO5SSW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIwlSO5SSW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwlSO5SSW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwlSO5SSW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwlSO5SSW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwlSO5SSW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwlSO5SSW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwlSO5SSW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwlSO5SSW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwlSO5SSW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIwlSO5SSW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwlSO5SSW .navbar {
    height: 70px;
  }
  .cid-uIwlSO5SSW .navbar.opened {
    height: auto;
  }
  .cid-uIwlSO5SSW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwlSO5SSW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uIwlSO5SSW .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uIwlSO5SSW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIwlSO5SSW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uIwlSO5SSW .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uIwlSO5SSW .navbar-caption:hover {
  color: #fe458a;
}
@media (min-width: 992px) {
  .cid-uIwlSO5SSW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIwlSO5SSW .text_widget {
  margin-bottom: 32px;
}
.cid-uIwlSO5SSW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIwlSO5SSW .text_widget a:hover,
.cid-uIwlSO5SSW .text_widget a:focus {
  opacity: .8;
}
.cid-uIwlSO5SSW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIwlSO5SSW .navbar-caption {
  color: #ffffff;
}
.cid-uIwlSO5SSW .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uIwlSO5SSW .mbr-section-subtitle,
.cid-uIwlSO5SSW .text_widget,
.cid-uIwlSO5SSW .mbr-section-btn {
  text-align: center;
}
.cid-uIwlSO5SSW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIwlSPPHPq {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f5fbfb;
}
.cid-uIwlSPPHPq img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uIwlSPPHPq .mbr-text,
.cid-uIwlSPPHPq .mbr-section-btn {
  color: #000000;
}
.cid-uIwlSPPHPq H3 {
  color: #57468b;
}
.cid-uIwlSPPHPq H1 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwlSPPHPq img {
    width: 100%!important;
  }
}
.cid-uIwlSR5twm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
.cid-uIwlSR5twm .wrapper {
  background: #71818e;
}
.cid-uIwlSR5twm .mbr-text {
  color: #000000;
}
.cid-uIwlSR5twm .mbr-section-title {
  color: #000000;
}
.cid-uIwlSSkOpm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
@media (min-width: 992px) {
  .cid-uIwlSSkOpm .container {
    padding: 60px;
  }
}
.cid-uIwlSSkOpm .wrapper {
  background-color: #000000;
}
.cid-uIwlSSkOpm .sect {
  display: flex;
  align-items: center;
}
.cid-uIwlSSkOpm .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-uIwlSSkOpm .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-uIwlSSkOpm .r.mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-uIwlSSkOpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwlSSkOpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwlSSkOpm .l.mbr-text {
  color: #ffffff;
}
.cid-uIwmU2pV03 {
  background-color: transparent;
}
.cid-uIwmU2pV03 .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uIwmU2pV03 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uIwmU2pV03 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwmU2pV03 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIwmU2pV03 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIwmU2pV03 .menu_box .navbar.opened,
  .cid-uIwmU2pV03 .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIwmU2pV03 .navbar-dropdown {
  position: relative !important;
}
.cid-uIwmU2pV03 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uIwmU2pV03 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwmU2pV03 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIwmU2pV03 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIwmU2pV03 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIwmU2pV03 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uIwmU2pV03 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIwmU2pV03 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIwmU2pV03 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIwmU2pV03 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIwmU2pV03 .offcanvas-body .mbr-text,
  .cid-uIwmU2pV03 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIwmU2pV03 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIwmU2pV03 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIwmU2pV03 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uIwmU2pV03 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIwmU2pV03 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIwmU2pV03 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIwmU2pV03 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIwmU2pV03 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIwmU2pV03 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwmU2pV03 .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-uIwmU2pV03 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIwmU2pV03 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIwmU2pV03 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIwmU2pV03 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uIwmU2pV03 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIwmU2pV03 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uIwmU2pV03 .nav-item {
    margin: 0 !important;
  }
}
.cid-uIwmU2pV03 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIwmU2pV03 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIwmU2pV03 .nav-item .nav-link:hover::before,
.cid-uIwmU2pV03 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIwmU2pV03 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIwmU2pV03 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIwmU2pV03 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIwmU2pV03 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwmU2pV03 .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-uIwmU2pV03 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIwmU2pV03 .offcanvas_box {
    display: none;
  }
}
.cid-uIwmU2pV03 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIwmU2pV03 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIwmU2pV03 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIwmU2pV03 .container {
  display: flex;
  margin: auto;
}
.cid-uIwmU2pV03 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIwmU2pV03 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIwmU2pV03 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIwmU2pV03 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIwmU2pV03 .navbar-nav {
    margin: 0;
  }
}
.cid-uIwmU2pV03 .dropdown-menu,
.cid-uIwmU2pV03 .navbar.opened {
  background-color: false !important;
}
.cid-uIwmU2pV03 .nav-item:focus,
.cid-uIwmU2pV03 .nav-link:focus {
  outline: none;
}
.cid-uIwmU2pV03 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwmU2pV03 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwmU2pV03 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwmU2pV03 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwmU2pV03 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwmU2pV03 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwmU2pV03 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIwmU2pV03 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIwmU2pV03 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwmU2pV03 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIwmU2pV03 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uIwmU2pV03 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uIwmU2pV03 .navbar.collapsed {
  justify-content: center;
}
.cid-uIwmU2pV03 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwmU2pV03 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwmU2pV03 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwmU2pV03 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwmU2pV03 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwmU2pV03 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIwmU2pV03 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIwmU2pV03 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIwmU2pV03 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIwmU2pV03 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwmU2pV03 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwmU2pV03 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIwmU2pV03 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwmU2pV03 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIwmU2pV03 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwmU2pV03 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIwmU2pV03 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIwmU2pV03 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIwmU2pV03 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIwmU2pV03 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwmU2pV03 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIwmU2pV03 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwmU2pV03 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwmU2pV03 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwmU2pV03 .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-uIwmU2pV03 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIwmU2pV03 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwmU2pV03 .dropdown-item.active,
.cid-uIwmU2pV03 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwmU2pV03 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uIwmU2pV03 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwmU2pV03 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwmU2pV03 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwmU2pV03 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIwmU2pV03 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwmU2pV03 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uIwmU2pV03 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIwmU2pV03 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwmU2pV03 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwmU2pV03 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwmU2pV03 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwmU2pV03 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwmU2pV03 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwmU2pV03 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwmU2pV03 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwmU2pV03 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIwmU2pV03 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwmU2pV03 .navbar {
    height: 70px;
  }
  .cid-uIwmU2pV03 .navbar.opened {
    height: auto;
  }
  .cid-uIwmU2pV03 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwmU2pV03 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uIwmU2pV03 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uIwmU2pV03 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIwmU2pV03 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uIwmU2pV03 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uIwmU2pV03 .navbar-caption:hover {
  color: #fe458a;
}
@media (min-width: 992px) {
  .cid-uIwmU2pV03 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIwmU2pV03 .text_widget {
  margin-bottom: 32px;
}
.cid-uIwmU2pV03 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIwmU2pV03 .text_widget a:hover,
.cid-uIwmU2pV03 .text_widget a:focus {
  opacity: .8;
}
.cid-uIwmU2pV03 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIwmU2pV03 .navbar-caption {
  color: #ffffff;
}
.cid-uIwmU2pV03 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uIwmU2pV03 .mbr-section-subtitle,
.cid-uIwmU2pV03 .text_widget,
.cid-uIwmU2pV03 .mbr-section-btn {
  text-align: center;
}
.cid-uIwmU2pV03 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIwmU4bEeQ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f5fbfb;
}
.cid-uIwmU4bEeQ img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uIwmU4bEeQ .mbr-text,
.cid-uIwmU4bEeQ .mbr-section-btn {
  color: #000000;
}
.cid-uIwmU4bEeQ H3 {
  color: #57468b;
}
.cid-uIwmU4bEeQ H1 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwmU4bEeQ img {
    width: 100%!important;
  }
}
.cid-uIwmU5CaVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
.cid-uIwmU5CaVE .wrapper {
  background: #71818e;
}
.cid-uIwmU5CaVE .mbr-text {
  color: #000000;
}
.cid-uIwmU5CaVE .mbr-section-title {
  color: #000000;
}
.cid-uIwmU6YP6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
@media (min-width: 992px) {
  .cid-uIwmU6YP6x .container {
    padding: 60px;
  }
}
.cid-uIwmU6YP6x .wrapper {
  background-color: #000000;
}
.cid-uIwmU6YP6x .sect {
  display: flex;
  align-items: center;
}
.cid-uIwmU6YP6x .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-uIwmU6YP6x .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-uIwmU6YP6x .r.mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-uIwmU6YP6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwmU6YP6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwmU6YP6x .l.mbr-text {
  color: #ffffff;
}
.cid-uIwp4SzUJB {
  background-color: transparent;
}
.cid-uIwp4SzUJB .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uIwp4SzUJB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uIwp4SzUJB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwp4SzUJB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIwp4SzUJB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIwp4SzUJB .menu_box .navbar.opened,
  .cid-uIwp4SzUJB .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIwp4SzUJB .navbar-dropdown {
  position: relative !important;
}
.cid-uIwp4SzUJB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uIwp4SzUJB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwp4SzUJB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIwp4SzUJB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIwp4SzUJB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIwp4SzUJB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uIwp4SzUJB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIwp4SzUJB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIwp4SzUJB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIwp4SzUJB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIwp4SzUJB .offcanvas-body .mbr-text,
  .cid-uIwp4SzUJB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIwp4SzUJB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIwp4SzUJB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIwp4SzUJB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uIwp4SzUJB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIwp4SzUJB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIwp4SzUJB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIwp4SzUJB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIwp4SzUJB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIwp4SzUJB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwp4SzUJB .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-uIwp4SzUJB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIwp4SzUJB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIwp4SzUJB .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIwp4SzUJB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uIwp4SzUJB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIwp4SzUJB .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uIwp4SzUJB .nav-item {
    margin: 0 !important;
  }
}
.cid-uIwp4SzUJB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIwp4SzUJB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIwp4SzUJB .nav-item .nav-link:hover::before,
.cid-uIwp4SzUJB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIwp4SzUJB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIwp4SzUJB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIwp4SzUJB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIwp4SzUJB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwp4SzUJB .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-uIwp4SzUJB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIwp4SzUJB .offcanvas_box {
    display: none;
  }
}
.cid-uIwp4SzUJB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIwp4SzUJB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIwp4SzUJB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIwp4SzUJB .container {
  display: flex;
  margin: auto;
}
.cid-uIwp4SzUJB .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIwp4SzUJB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIwp4SzUJB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIwp4SzUJB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIwp4SzUJB .navbar-nav {
    margin: 0;
  }
}
.cid-uIwp4SzUJB .dropdown-menu,
.cid-uIwp4SzUJB .navbar.opened {
  background-color: false !important;
}
.cid-uIwp4SzUJB .nav-item:focus,
.cid-uIwp4SzUJB .nav-link:focus {
  outline: none;
}
.cid-uIwp4SzUJB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwp4SzUJB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwp4SzUJB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwp4SzUJB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwp4SzUJB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwp4SzUJB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwp4SzUJB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIwp4SzUJB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIwp4SzUJB .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwp4SzUJB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIwp4SzUJB .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uIwp4SzUJB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uIwp4SzUJB .navbar.collapsed {
  justify-content: center;
}
.cid-uIwp4SzUJB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwp4SzUJB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwp4SzUJB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwp4SzUJB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwp4SzUJB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwp4SzUJB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIwp4SzUJB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIwp4SzUJB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIwp4SzUJB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIwp4SzUJB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwp4SzUJB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwp4SzUJB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIwp4SzUJB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwp4SzUJB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIwp4SzUJB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwp4SzUJB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIwp4SzUJB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIwp4SzUJB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIwp4SzUJB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIwp4SzUJB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwp4SzUJB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIwp4SzUJB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwp4SzUJB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwp4SzUJB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwp4SzUJB .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-uIwp4SzUJB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIwp4SzUJB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwp4SzUJB .dropdown-item.active,
.cid-uIwp4SzUJB .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwp4SzUJB .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uIwp4SzUJB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwp4SzUJB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwp4SzUJB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwp4SzUJB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIwp4SzUJB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwp4SzUJB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uIwp4SzUJB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIwp4SzUJB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwp4SzUJB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwp4SzUJB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwp4SzUJB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwp4SzUJB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwp4SzUJB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwp4SzUJB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwp4SzUJB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwp4SzUJB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIwp4SzUJB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwp4SzUJB .navbar {
    height: 70px;
  }
  .cid-uIwp4SzUJB .navbar.opened {
    height: auto;
  }
  .cid-uIwp4SzUJB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwp4SzUJB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uIwp4SzUJB .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uIwp4SzUJB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIwp4SzUJB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uIwp4SzUJB .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uIwp4SzUJB .navbar-caption:hover {
  color: #fe458a;
}
@media (min-width: 992px) {
  .cid-uIwp4SzUJB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIwp4SzUJB .text_widget {
  margin-bottom: 32px;
}
.cid-uIwp4SzUJB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIwp4SzUJB .text_widget a:hover,
.cid-uIwp4SzUJB .text_widget a:focus {
  opacity: .8;
}
.cid-uIwp4SzUJB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIwp4SzUJB .navbar-caption {
  color: #ffffff;
}
.cid-uIwp4SzUJB .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uIwp4SzUJB .mbr-section-subtitle,
.cid-uIwp4SzUJB .text_widget,
.cid-uIwp4SzUJB .mbr-section-btn {
  text-align: center;
}
.cid-uIwp4SzUJB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIwp4UB4ea {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f5fbfb;
}
.cid-uIwp4UB4ea img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uIwp4UB4ea .mbr-text,
.cid-uIwp4UB4ea .mbr-section-btn {
  color: #000000;
}
.cid-uIwp4UB4ea H3 {
  color: #57468b;
}
.cid-uIwp4UB4ea H1 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwp4UB4ea img {
    width: 100%!important;
  }
}
.cid-uIwp4W5JK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
.cid-uIwp4W5JK5 .wrapper {
  background: #71818e;
}
.cid-uIwp4W5JK5 .mbr-text {
  color: #000000;
}
.cid-uIwp4W5JK5 .mbr-section-title {
  color: #000000;
}
.cid-uIwp4XflFt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
@media (min-width: 992px) {
  .cid-uIwp4XflFt .container {
    padding: 60px;
  }
}
.cid-uIwp4XflFt .wrapper {
  background-color: #000000;
}
.cid-uIwp4XflFt .sect {
  display: flex;
  align-items: center;
}
.cid-uIwp4XflFt .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-uIwp4XflFt .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-uIwp4XflFt .r.mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-uIwp4XflFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwp4XflFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwp4XflFt .l.mbr-text {
  color: #ffffff;
}
.cid-uIwpT07IGe {
  background-color: transparent;
}
.cid-uIwpT07IGe .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uIwpT07IGe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uIwpT07IGe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwpT07IGe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIwpT07IGe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIwpT07IGe .menu_box .navbar.opened,
  .cid-uIwpT07IGe .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIwpT07IGe .navbar-dropdown {
  position: relative !important;
}
.cid-uIwpT07IGe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uIwpT07IGe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwpT07IGe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIwpT07IGe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIwpT07IGe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIwpT07IGe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uIwpT07IGe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIwpT07IGe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIwpT07IGe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIwpT07IGe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIwpT07IGe .offcanvas-body .mbr-text,
  .cid-uIwpT07IGe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIwpT07IGe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIwpT07IGe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIwpT07IGe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uIwpT07IGe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIwpT07IGe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIwpT07IGe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIwpT07IGe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIwpT07IGe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIwpT07IGe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwpT07IGe .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-uIwpT07IGe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIwpT07IGe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIwpT07IGe .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIwpT07IGe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uIwpT07IGe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIwpT07IGe .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uIwpT07IGe .nav-item {
    margin: 0 !important;
  }
}
.cid-uIwpT07IGe .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIwpT07IGe .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIwpT07IGe .nav-item .nav-link:hover::before,
.cid-uIwpT07IGe .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIwpT07IGe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIwpT07IGe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIwpT07IGe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIwpT07IGe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwpT07IGe .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-uIwpT07IGe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIwpT07IGe .offcanvas_box {
    display: none;
  }
}
.cid-uIwpT07IGe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIwpT07IGe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIwpT07IGe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIwpT07IGe .container {
  display: flex;
  margin: auto;
}
.cid-uIwpT07IGe .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIwpT07IGe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIwpT07IGe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIwpT07IGe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIwpT07IGe .navbar-nav {
    margin: 0;
  }
}
.cid-uIwpT07IGe .dropdown-menu,
.cid-uIwpT07IGe .navbar.opened {
  background-color: false !important;
}
.cid-uIwpT07IGe .nav-item:focus,
.cid-uIwpT07IGe .nav-link:focus {
  outline: none;
}
.cid-uIwpT07IGe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwpT07IGe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwpT07IGe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwpT07IGe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwpT07IGe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwpT07IGe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwpT07IGe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIwpT07IGe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIwpT07IGe .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwpT07IGe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIwpT07IGe .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uIwpT07IGe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uIwpT07IGe .navbar.collapsed {
  justify-content: center;
}
.cid-uIwpT07IGe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwpT07IGe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwpT07IGe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwpT07IGe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwpT07IGe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwpT07IGe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIwpT07IGe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIwpT07IGe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIwpT07IGe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIwpT07IGe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwpT07IGe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwpT07IGe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIwpT07IGe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwpT07IGe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIwpT07IGe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwpT07IGe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIwpT07IGe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIwpT07IGe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIwpT07IGe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIwpT07IGe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwpT07IGe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIwpT07IGe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwpT07IGe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwpT07IGe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwpT07IGe .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-uIwpT07IGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIwpT07IGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwpT07IGe .dropdown-item.active,
.cid-uIwpT07IGe .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwpT07IGe .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uIwpT07IGe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwpT07IGe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwpT07IGe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwpT07IGe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIwpT07IGe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwpT07IGe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uIwpT07IGe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIwpT07IGe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwpT07IGe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwpT07IGe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwpT07IGe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwpT07IGe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwpT07IGe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwpT07IGe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwpT07IGe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwpT07IGe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIwpT07IGe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwpT07IGe .navbar {
    height: 70px;
  }
  .cid-uIwpT07IGe .navbar.opened {
    height: auto;
  }
  .cid-uIwpT07IGe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwpT07IGe .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uIwpT07IGe .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uIwpT07IGe .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uIwpT07IGe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uIwpT07IGe .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uIwpT07IGe .navbar-caption:hover {
  color: #fe458a;
}
@media (min-width: 992px) {
  .cid-uIwpT07IGe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIwpT07IGe .text_widget {
  margin-bottom: 32px;
}
.cid-uIwpT07IGe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIwpT07IGe .text_widget a:hover,
.cid-uIwpT07IGe .text_widget a:focus {
  opacity: .8;
}
.cid-uIwpT07IGe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIwpT07IGe .navbar-caption {
  color: #ffffff;
}
.cid-uIwpT07IGe .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uIwpT07IGe .mbr-section-subtitle,
.cid-uIwpT07IGe .text_widget,
.cid-uIwpT07IGe .mbr-section-btn {
  text-align: center;
}
.cid-uIwpT07IGe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIwpT28ip3 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f5fbfb;
}
.cid-uIwpT28ip3 img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uIwpT28ip3 .mbr-text,
.cid-uIwpT28ip3 .mbr-section-btn {
  color: #000000;
}
.cid-uIwpT28ip3 H3 {
  color: #57468b;
}
.cid-uIwpT28ip3 H1 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIwpT28ip3 img {
    width: 100%!important;
  }
}
.cid-uIwpT3tqpW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
.cid-uIwpT3tqpW .wrapper {
  background: #71818e;
}
.cid-uIwpT3tqpW .mbr-text {
  color: #000000;
}
.cid-uIwpT3tqpW .mbr-section-title {
  color: #000000;
}
.cid-uIwpT4BeDR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fbfb;
}
@media (min-width: 992px) {
  .cid-uIwpT4BeDR .container {
    padding: 60px;
  }
}
.cid-uIwpT4BeDR .wrapper {
  background-color: #000000;
}
.cid-uIwpT4BeDR .sect {
  display: flex;
  align-items: center;
}
.cid-uIwpT4BeDR .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-uIwpT4BeDR .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-uIwpT4BeDR .r.mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-uIwpT4BeDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwpT4BeDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwpT4BeDR .l.mbr-text {
  color: #ffffff;
}
