body {
  font-family: 'Brygada 1918', serif;
}
.display-1 {
  font-family: 'Brygada 1918', serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Brygada 1918', serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Brygada 1918', serif;
  font-size: 2.0625rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.578125rem;
}
.display-7 {
  font-family: 'Brygada 1918', serif;
  font-size: 1.5625rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.65rem;
    font-size: calc( 1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0071bc !important;
}
.bg-success {
  background-color: #405d5d !important;
}
.bg-info {
  background-color: #bbd5e4 !important;
}
.bg-warning {
  background-color: #e3ba52 !important;
}
.bg-danger {
  background-color: #e5673b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0071bc !important;
  border-color: #0071bc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #003d65 !important;
  border-color: #003d65 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003d65 !important;
  border-color: #003d65 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2a2a2a !important;
  border-color: #2a2a2a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbd5e4 !important;
  border-color: #bbd5e4 !important;
  color: #2d5973 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #7dafcb !important;
  border-color: #7dafcb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #2d5973 !important;
  background-color: #7dafcb !important;
  border-color: #7dafcb !important;
}
.btn-success,
.btn-success:active {
  background-color: #405d5d !important;
  border-color: #405d5d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1d2a2a !important;
  border-color: #1d2a2a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1d2a2a !important;
  border-color: #1d2a2a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e3ba52 !important;
  border-color: #e3ba52 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #bf921f !important;
  border-color: #bf921f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bf921f !important;
  border-color: #bf921f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e5673b !important;
  border-color: #e5673b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b23f18 !important;
  border-color: #b23f18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b23f18 !important;
  border-color: #b23f18 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0071bc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #003d65 !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: #0071bc !important;
  border-color: #0071bc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #555555;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2a2a2a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbd5e4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7dafcb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #2d5973 !important;
  background-color: #bbd5e4 !important;
  border-color: #bbd5e4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #405d5d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1d2a2a !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: #405d5d !important;
  border-color: #405d5d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e3ba52;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf921f !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: #e3ba52 !important;
  border-color: #e3ba52 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5673b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b23f18 !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: #e5673b !important;
  border-color: #e5673b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: 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: #0071bc !important;
}
.text-secondary {
  color: #555555 !important;
}
.text-success {
  color: #405d5d !important;
}
.text-info {
  color: #bbd5e4 !important;
}
.text-warning {
  color: #e3ba52 !important;
}
.text-danger {
  color: #e5673b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003456 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #222222 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #162121 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #72a8c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b2881d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a43b16 !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: #0071bc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbd5e4;
}
.alert-warning {
  background-color: #e3ba52;
}
.alert-danger {
  background-color: #e5673b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0071bc;
  border-color: #0071bc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0071bc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3db1ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #79a3a3;
}
.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: #fdf3ef;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0071bc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0071bc;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0071bc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0071bc;
}
.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: #0071bc;
  border-bottom-color: #0071bc;
}
.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: #0071bc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #555555 !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='%230071bc' %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-tz8vIKtlAz .navbar-dropdown {
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tz8vIKtlAz .menu_box .navbar.opened,
  .cid-tz8vIKtlAz .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tz8vIKtlAz .navbar-dropdown {
  position: relative !important;
}
.cid-tz8vIKtlAz nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tz8vIKtlAz .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tz8vIKtlAz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tz8vIKtlAz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tz8vIKtlAz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tz8vIKtlAz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tz8vIKtlAz .offcanvas-body .mbr-text,
  .cid-tz8vIKtlAz .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tz8vIKtlAz .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tz8vIKtlAz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tz8vIKtlAz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-tz8vIKtlAz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tz8vIKtlAz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tz8vIKtlAz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tz8vIKtlAz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tz8vIKtlAz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tz8vIKtlAz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tz8vIKtlAz .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-tz8vIKtlAz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tz8vIKtlAz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tz8vIKtlAz li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tz8vIKtlAz li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tz8vIKtlAz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tz8vIKtlAz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tz8vIKtlAz .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tz8vIKtlAz .nav-item {
    margin: 0 !important;
  }
}
.cid-tz8vIKtlAz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tz8vIKtlAz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tz8vIKtlAz .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tz8vIKtlAz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tz8vIKtlAz .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-tz8vIKtlAz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tz8vIKtlAz .offcanvas_box {
    display: none;
  }
}
.cid-tz8vIKtlAz .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tz8vIKtlAz .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tz8vIKtlAz .dropdown .dropdown-item:hover {
  color: #79a4be !important;
}
.cid-tz8vIKtlAz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz8vIKtlAz .nav-link {
  position: relative;
}
.cid-tz8vIKtlAz .container {
  display: flex;
  margin: auto;
}
.cid-tz8vIKtlAz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #79a4be;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tz8vIKtlAz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tz8vIKtlAz .iconfont-wrapper:hover {
  background-color: #6898b6;
}
.cid-tz8vIKtlAz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tz8vIKtlAz .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tz8vIKtlAz .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tz8vIKtlAz .dropdown-menu,
.cid-tz8vIKtlAz .navbar.opened {
  background: #ffffff !important;
}
.cid-tz8vIKtlAz .nav-item:focus,
.cid-tz8vIKtlAz .nav-link:focus {
  outline: none;
}
.cid-tz8vIKtlAz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz8vIKtlAz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz8vIKtlAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz8vIKtlAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz8vIKtlAz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz8vIKtlAz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz8vIKtlAz .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tz8vIKtlAz .navbar.opened {
  transition: all 0.3s;
}
.cid-tz8vIKtlAz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tz8vIKtlAz .navbar .navbar-logo img {
  width: auto;
}
.cid-tz8vIKtlAz .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tz8vIKtlAz .navbar.collapsed {
  justify-content: center;
}
.cid-tz8vIKtlAz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz8vIKtlAz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz8vIKtlAz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tz8vIKtlAz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz8vIKtlAz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz8vIKtlAz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz8vIKtlAz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tz8vIKtlAz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tz8vIKtlAz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tz8vIKtlAz .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tz8vIKtlAz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz8vIKtlAz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz8vIKtlAz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tz8vIKtlAz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz8vIKtlAz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz8vIKtlAz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz8vIKtlAz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tz8vIKtlAz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tz8vIKtlAz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tz8vIKtlAz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz8vIKtlAz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz8vIKtlAz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tz8vIKtlAz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz8vIKtlAz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz8vIKtlAz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz8vIKtlAz .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-tz8vIKtlAz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz8vIKtlAz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz8vIKtlAz .dropdown-item.active,
.cid-tz8vIKtlAz .dropdown-item:active {
  background-color: transparent;
}
.cid-tz8vIKtlAz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz8vIKtlAz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz8vIKtlAz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz8vIKtlAz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tz8vIKtlAz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz8vIKtlAz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz8vIKtlAz ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tz8vIKtlAz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz8vIKtlAz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tz8vIKtlAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-tz8vIKtlAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz8vIKtlAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz8vIKtlAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz8vIKtlAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz8vIKtlAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz8vIKtlAz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz8vIKtlAz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz8vIKtlAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz8vIKtlAz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tz8vIKtlAz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz8vIKtlAz .navbar {
    height: 70px;
  }
  .cid-tz8vIKtlAz .navbar.opened {
    height: auto;
  }
  .cid-tz8vIKtlAz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz8vIKtlAz .mbr-section-subtitle {
  color: #202020;
}
.cid-tz8vIKtlAz .mbr-text {
  color: #0071bc;
}
.cid-tzuqEhf9S5 {
  background-color: #ffffff;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-tzuqEhf9S5 .carousel {
  width: 100%;
}
.cid-tzuqEhf9S5 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tzuqEhf9S5 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tzuqEhf9S5 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tzuqEhf9S5 .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tzuqEhf9S5 .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tzuqEhf9S5 .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tzuqEhf9S5 .mbr-section-btn {
  margin-top: 42px;
}
.cid-tzuqEhf9S5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tzuqEhf9S5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tzuqEhf9S5 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tzuqEhf9S5 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tzuqEhf9S5 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tzuqEhf9S5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tzuqEhf9S5 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tzuqEhf9S5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tzuqEhf9S5 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tzuqEhf9S5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tzuqEhf9S5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tzuqEhf9S5 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tzuqEhf9S5 .carousel-control {
    display: none !important;
  }
}
.cid-tzuqEhf9S5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tzuqEhf9S5 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tzuqEhf9S5 .carousel-indicators li.active,
.cid-tzuqEhf9S5 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tzuqEhf9S5 .carousel-indicators li::after,
.cid-tzuqEhf9S5 .carousel-indicators li::before {
  content: none;
}
.cid-tzuqEhf9S5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tzuqEhf9S5 .carousel-indicators {
    display: none !important;
  }
}
.cid-tzuqEhf9S5 .mbr-section-text,
.cid-tzuqEhf9S5 .mbr-section-btn {
  text-align: center;
}
.cid-tz8rI1U1lg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tz8rI1U1lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8rI1U1lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8rI1U1lg .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tz8rI1U1lg .card {
    margin-bottom: 2rem!important;
  }
  .cid-tz8rI1U1lg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tz8rI1U1lg .link-wrap {
    align-items: center;
  }
}
.cid-tz8rI1U1lg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tz8rI1U1lg .card-title,
.cid-tz8rI1U1lg .card-box {
  color: #0071bc;
}
.cid-tz8rI1U1lg .mbr-text,
.cid-tz8rI1U1lg .link-wrap,
.cid-tz8rI1U1lg .mbr-section-btn {
  color: #000000;
}
.cid-tz8rUktMZx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-tz8rUktMZx .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tz8rUktMZx .main_header {
    padding-top: 66px;
  }
  .cid-tz8rUktMZx .main_header > .row {
    flex-direction: column;
  }
  .cid-tz8rUktMZx .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tz8rUktMZx .mbr-section-title {
  color: #0071bc;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-tz8rUktMZx .mbr-section-title {
    text-align: center;
  }
}
.cid-tz8rUktMZx .mbr-text {
  margin: 25px 0;
}
.cid-tz8rUktMZx .bgImage {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tz8rUktMZx .bgImage {
    height: 65vh;
  }
}
.cid-tz8rUktMZx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tz8rUktMZx .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tz8rUktMZx .linkBtn a:after,
.cid-tz8rUktMZx .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tz8rUktMZx .linkBtn a:before {
  left: 0;
}
.cid-tz8rUktMZx .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tz8rUktMZx .linkBtn a:hover:before,
.cid-tz8rUktMZx .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tzoFobkQm3 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #79a4be;
}
.cid-tzoFobkQm3 .main_header {
  margin: 25px 0 44px;
}
.cid-tzoFobkQm3 .mbr-section-title {
  color: #0071bc;
  margin-bottom: 13px;
}
.cid-tzoFobkQm3 .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-tzoFobkQm3 .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tzoFobkQm3 .card_wrapper {
    padding: 0 15px;
  }
}
.cid-tzoFobkQm3 .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-tzoFobkQm3 .line {
  border-bottom: 1px solid #eae8e4;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-tzoFobkQm3 .card_title {
  color: #0071bc;
  line-height: 1.2727em;
}
.cid-tzoFobkQm3 .card_price {
  color: #ffffff;
}
.cid-tzoFobkQm3 .card_text {
  color: #ffffff;
}
.cid-tzoTv2n0EC {
  background-color: #ffffff;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-tzoTv2n0EC .carousel {
  width: 100%;
}
.cid-tzoTv2n0EC .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tzoTv2n0EC .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tzoTv2n0EC .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tzoTv2n0EC .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tzoTv2n0EC .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tzoTv2n0EC .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tzoTv2n0EC .mbr-section-btn {
  margin-top: 42px;
}
.cid-tzoTv2n0EC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tzoTv2n0EC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tzoTv2n0EC .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tzoTv2n0EC .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tzoTv2n0EC .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tzoTv2n0EC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tzoTv2n0EC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tzoTv2n0EC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tzoTv2n0EC .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tzoTv2n0EC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tzoTv2n0EC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tzoTv2n0EC .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tzoTv2n0EC .carousel-control {
    display: none !important;
  }
}
.cid-tzoTv2n0EC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tzoTv2n0EC .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tzoTv2n0EC .carousel-indicators li.active,
.cid-tzoTv2n0EC .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tzoTv2n0EC .carousel-indicators li::after,
.cid-tzoTv2n0EC .carousel-indicators li::before {
  content: none;
}
.cid-tzoTv2n0EC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tzoTv2n0EC .carousel-indicators {
    display: none !important;
  }
}
.cid-tzoTv2n0EC .mbr-section-text,
.cid-tzoTv2n0EC .mbr-section-btn {
  text-align: center;
}
.cid-tzp0k8HS4I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #29abe2;
}
.cid-tzp0k8HS4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzp0k8HS4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzp0k8HS4I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzp0k8HS4I .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzp0k8HS4I .row {
    text-align: center;
  }
  .cid-tzp0k8HS4I .social-row {
    justify-content: center;
  }
}
.cid-tzp0k8HS4I .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tzp0k8HS4I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzp0k8HS4I .list {
    margin-bottom: 0rem;
  }
}
.cid-tzp0k8HS4I .mbr-text {
  color: #ffffff;
}
.cid-tzp0k8HS4I .mbr-iconfont {
  color: black;
}
.cid-tzp0k8HS4I .mbr-section-subtitle {
  color: #000000;
}
.cid-tzp0k8HS4I .copyright {
  color: #000000;
}
.cid-tzp0k8HS4I H5 {
  color: #ffffff;
}
.cid-tzpmYvqy7w .navbar-dropdown {
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzpmYvqy7w .menu_box .navbar.opened,
  .cid-tzpmYvqy7w .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzpmYvqy7w .navbar-dropdown {
  position: relative !important;
}
.cid-tzpmYvqy7w nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzpmYvqy7w .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tzpmYvqy7w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzpmYvqy7w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzpmYvqy7w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzpmYvqy7w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzpmYvqy7w .offcanvas-body .mbr-text,
  .cid-tzpmYvqy7w .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tzpmYvqy7w .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tzpmYvqy7w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tzpmYvqy7w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-tzpmYvqy7w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzpmYvqy7w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzpmYvqy7w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzpmYvqy7w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tzpmYvqy7w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzpmYvqy7w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzpmYvqy7w .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-tzpmYvqy7w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzpmYvqy7w li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tzpmYvqy7w li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tzpmYvqy7w li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tzpmYvqy7w .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzpmYvqy7w .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzpmYvqy7w .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tzpmYvqy7w .nav-item {
    margin: 0 !important;
  }
}
.cid-tzpmYvqy7w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tzpmYvqy7w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tzpmYvqy7w .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tzpmYvqy7w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzpmYvqy7w .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-tzpmYvqy7w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzpmYvqy7w .offcanvas_box {
    display: none;
  }
}
.cid-tzpmYvqy7w .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tzpmYvqy7w .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzpmYvqy7w .dropdown .dropdown-item:hover {
  color: #79a4be !important;
}
.cid-tzpmYvqy7w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzpmYvqy7w .nav-link {
  position: relative;
}
.cid-tzpmYvqy7w .container {
  display: flex;
  margin: auto;
}
.cid-tzpmYvqy7w .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #79a4be;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzpmYvqy7w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzpmYvqy7w .iconfont-wrapper:hover {
  background-color: #6898b6;
}
.cid-tzpmYvqy7w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tzpmYvqy7w .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tzpmYvqy7w .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tzpmYvqy7w .dropdown-menu,
.cid-tzpmYvqy7w .navbar.opened {
  background: #ffffff !important;
}
.cid-tzpmYvqy7w .nav-item:focus,
.cid-tzpmYvqy7w .nav-link:focus {
  outline: none;
}
.cid-tzpmYvqy7w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzpmYvqy7w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzpmYvqy7w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzpmYvqy7w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzpmYvqy7w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzpmYvqy7w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzpmYvqy7w .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tzpmYvqy7w .navbar.opened {
  transition: all 0.3s;
}
.cid-tzpmYvqy7w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzpmYvqy7w .navbar .navbar-logo img {
  width: auto;
}
.cid-tzpmYvqy7w .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tzpmYvqy7w .navbar.collapsed {
  justify-content: center;
}
.cid-tzpmYvqy7w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzpmYvqy7w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzpmYvqy7w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzpmYvqy7w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzpmYvqy7w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzpmYvqy7w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzpmYvqy7w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzpmYvqy7w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzpmYvqy7w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzpmYvqy7w .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tzpmYvqy7w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzpmYvqy7w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzpmYvqy7w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzpmYvqy7w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzpmYvqy7w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzpmYvqy7w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzpmYvqy7w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzpmYvqy7w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzpmYvqy7w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzpmYvqy7w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzpmYvqy7w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzpmYvqy7w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzpmYvqy7w .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzpmYvqy7w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzpmYvqy7w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzpmYvqy7w .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-tzpmYvqy7w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzpmYvqy7w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzpmYvqy7w .dropdown-item.active,
.cid-tzpmYvqy7w .dropdown-item:active {
  background-color: transparent;
}
.cid-tzpmYvqy7w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzpmYvqy7w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzpmYvqy7w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzpmYvqy7w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzpmYvqy7w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzpmYvqy7w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzpmYvqy7w ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tzpmYvqy7w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzpmYvqy7w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tzpmYvqy7w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-tzpmYvqy7w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzpmYvqy7w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzpmYvqy7w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzpmYvqy7w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzpmYvqy7w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzpmYvqy7w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzpmYvqy7w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzpmYvqy7w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzpmYvqy7w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzpmYvqy7w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzpmYvqy7w .navbar {
    height: 70px;
  }
  .cid-tzpmYvqy7w .navbar.opened {
    height: auto;
  }
  .cid-tzpmYvqy7w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzpmYvqy7w .mbr-section-subtitle {
  color: #202020;
}
.cid-tzpmYvqy7w .mbr-text {
  color: #0071bc;
}
.cid-tzpnkhATGi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzpnkhATGi .card-title {
  color: #0071bc;
}
.cid-tzpnkhATGi .map-wrapper {
  margin-bottom: 70px;
}
.cid-tzpnkhATGi .google-map {
  height: 540px;
  position: relative;
}
.cid-tzpnkhATGi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tzpnkhATGi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tzpnkhATGi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tzpnkhATGi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tzpnkhATGi .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-tzpnkhATGi .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-tzpnkhATGi .card_text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tzpnkhATGi .card_box {
    padding: 0 2rem;
  }
}
.cid-tzpnkhATGi .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #0071bc;
}
.cid-tzpmYxA8g0 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #79a4be;
}
.cid-tzpmYxA8g0 .main_header {
  margin: 25px 0 44px;
}
.cid-tzpmYxA8g0 .mbr-section-title {
  color: #0071bc;
  margin-bottom: 13px;
}
.cid-tzpmYxA8g0 .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-tzpmYxA8g0 .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tzpmYxA8g0 .card_wrapper {
    padding: 0 15px;
  }
}
.cid-tzpmYxA8g0 .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-tzpmYxA8g0 .line {
  border-bottom: 1px solid #eae8e4;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-tzpmYxA8g0 .card_title {
  color: #0071bc;
  line-height: 1.2727em;
}
.cid-tzpmYxA8g0 .card_price {
  color: #ffffff;
}
.cid-tzpmYxA8g0 .card_text {
  color: #ffffff;
}
.cid-tzpmYyMzLb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #29abe2;
}
.cid-tzpmYyMzLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzpmYyMzLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzpmYyMzLb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzpmYyMzLb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzpmYyMzLb .row {
    text-align: center;
  }
  .cid-tzpmYyMzLb .social-row {
    justify-content: center;
  }
}
.cid-tzpmYyMzLb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tzpmYyMzLb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzpmYyMzLb .list {
    margin-bottom: 0rem;
  }
}
.cid-tzpmYyMzLb .mbr-text {
  color: #ffffff;
}
.cid-tzpmYyMzLb .mbr-iconfont {
  color: black;
}
.cid-tzpmYyMzLb .mbr-section-subtitle {
  color: #000000;
}
.cid-tzpmYyMzLb .copyright {
  color: #000000;
}
.cid-tzpmYyMzLb H5 {
  color: #ffffff;
}
.cid-tzppbgZ94g .navbar-dropdown {
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzppbgZ94g .menu_box .navbar.opened,
  .cid-tzppbgZ94g .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzppbgZ94g .navbar-dropdown {
  position: relative !important;
}
.cid-tzppbgZ94g nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzppbgZ94g .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tzppbgZ94g .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzppbgZ94g .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzppbgZ94g .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzppbgZ94g .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzppbgZ94g .offcanvas-body .mbr-text,
  .cid-tzppbgZ94g .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tzppbgZ94g .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tzppbgZ94g .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tzppbgZ94g .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-tzppbgZ94g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzppbgZ94g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzppbgZ94g .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzppbgZ94g .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tzppbgZ94g ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzppbgZ94g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzppbgZ94g .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-tzppbgZ94g .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzppbgZ94g li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tzppbgZ94g li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tzppbgZ94g li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tzppbgZ94g .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzppbgZ94g .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzppbgZ94g .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tzppbgZ94g .nav-item {
    margin: 0 !important;
  }
}
.cid-tzppbgZ94g .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tzppbgZ94g .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tzppbgZ94g .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tzppbgZ94g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzppbgZ94g .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-tzppbgZ94g .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzppbgZ94g .offcanvas_box {
    display: none;
  }
}
.cid-tzppbgZ94g .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tzppbgZ94g .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzppbgZ94g .dropdown .dropdown-item:hover {
  color: #79a4be !important;
}
.cid-tzppbgZ94g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzppbgZ94g .nav-link {
  position: relative;
}
.cid-tzppbgZ94g .container {
  display: flex;
  margin: auto;
}
.cid-tzppbgZ94g .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #79a4be;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzppbgZ94g .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzppbgZ94g .iconfont-wrapper:hover {
  background-color: #6898b6;
}
.cid-tzppbgZ94g .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tzppbgZ94g .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tzppbgZ94g .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tzppbgZ94g .dropdown-menu,
.cid-tzppbgZ94g .navbar.opened {
  background: #ffffff !important;
}
.cid-tzppbgZ94g .nav-item:focus,
.cid-tzppbgZ94g .nav-link:focus {
  outline: none;
}
.cid-tzppbgZ94g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzppbgZ94g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzppbgZ94g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzppbgZ94g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzppbgZ94g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzppbgZ94g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzppbgZ94g .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tzppbgZ94g .navbar.opened {
  transition: all 0.3s;
}
.cid-tzppbgZ94g .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzppbgZ94g .navbar .navbar-logo img {
  width: auto;
}
.cid-tzppbgZ94g .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tzppbgZ94g .navbar.collapsed {
  justify-content: center;
}
.cid-tzppbgZ94g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzppbgZ94g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzppbgZ94g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzppbgZ94g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzppbgZ94g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzppbgZ94g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzppbgZ94g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzppbgZ94g .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzppbgZ94g .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzppbgZ94g .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tzppbgZ94g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzppbgZ94g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzppbgZ94g .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzppbgZ94g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzppbgZ94g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzppbgZ94g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzppbgZ94g .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzppbgZ94g .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzppbgZ94g .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzppbgZ94g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzppbgZ94g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzppbgZ94g .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzppbgZ94g .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzppbgZ94g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzppbgZ94g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzppbgZ94g .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-tzppbgZ94g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzppbgZ94g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzppbgZ94g .dropdown-item.active,
.cid-tzppbgZ94g .dropdown-item:active {
  background-color: transparent;
}
.cid-tzppbgZ94g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzppbgZ94g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzppbgZ94g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzppbgZ94g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzppbgZ94g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzppbgZ94g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzppbgZ94g ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tzppbgZ94g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzppbgZ94g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tzppbgZ94g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-tzppbgZ94g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzppbgZ94g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzppbgZ94g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzppbgZ94g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzppbgZ94g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzppbgZ94g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzppbgZ94g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzppbgZ94g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzppbgZ94g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzppbgZ94g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzppbgZ94g .navbar {
    height: 70px;
  }
  .cid-tzppbgZ94g .navbar.opened {
    height: auto;
  }
  .cid-tzppbgZ94g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzppbgZ94g .mbr-section-subtitle {
  color: #202020;
}
.cid-tzppbgZ94g .mbr-text {
  color: #0071bc;
}
.cid-tzppUu15hM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tzppUu15hM .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tzppUu15hM .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-tzppUu15hM .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tzppUu15hM .card_info {
  margin-bottom: 12px;
}
.cid-tzppUu15hM .card_date {
  color: #555555;
}
.cid-tzppUu15hM .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #0071bc;
  text-align: center;
}
.cid-tzppUu15hM .card_text {
  margin-top: 4px;
}
.cid-tzppUu15hM .item-img {
  margin-bottom: 30px;
}
.cid-tzppUu15hM .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-tzppUu15hM .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tzppUu15hM .linkBtn a:after,
.cid-tzppUu15hM .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tzppUu15hM .linkBtn a:before {
  left: 0;
}
.cid-tzppUu15hM .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tzppUu15hM .linkBtn a:hover:before,
.cid-tzppUu15hM .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tzppUu15hM .card_text,
.cid-tzppUu15hM .linkBtn {
  text-align: center;
}
.cid-tzpq1bgP8p {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzpq1bgP8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzpq1bgP8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzpq1bgP8p .timeline-element {
  position: relative;
}
.cid-tzpq1bgP8p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tzpq1bgP8p .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #0071bc;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tzpq1bgP8p .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tzpq1bgP8p .iconBackground {
    left: 50%;
  }
}
.cid-tzpq1bgP8p .row:after {
  content: "";
  position: absolute;
  background-color: #0071bc;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-tzpq1bgP8p .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tzpq1bgP8p .row:after {
    left: 50%;
  }
}
.cid-tzpq1bgP8p .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-tzpq1bgP8p .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-tzpq1bgP8p .timeline-date-wrapper,
  .cid-tzpq1bgP8p .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tzpq1bgP8p .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tzpq1bgP8p .timeline-date-wrapper,
  .cid-tzpq1bgP8p .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzpq1bgP8p .timeline-date-wrapper,
  .cid-tzpq1bgP8p .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-tzpq1bgP8p .mbr-text {
  text-align: left;
}
.cid-tzpq1bgP8p .mbr-section-title {
  color: #0071bc;
}
.cid-tDWsy2IkUi {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #bbd5e4;
}
.cid-tDWsy2IkUi .mbr-section-title {
  color: #202020;
}
.cid-tDWsy2IkUi .mbr-text {
  margin: 25px 0;
  color: #0071bc;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-tDWsy2IkUi .content_box {
  position: relative;
}
.cid-tDWsy2IkUi .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-tDWsy2IkUi .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-tzppbl2Xjt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #29abe2;
}
.cid-tzppbl2Xjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzppbl2Xjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzppbl2Xjt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzppbl2Xjt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzppbl2Xjt .row {
    text-align: center;
  }
  .cid-tzppbl2Xjt .social-row {
    justify-content: center;
  }
}
.cid-tzppbl2Xjt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tzppbl2Xjt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzppbl2Xjt .list {
    margin-bottom: 0rem;
  }
}
.cid-tzppbl2Xjt .mbr-text {
  color: #ffffff;
}
.cid-tzppbl2Xjt .mbr-iconfont {
  color: black;
}
.cid-tzppbl2Xjt .mbr-section-subtitle {
  color: #000000;
}
.cid-tzppbl2Xjt .copyright {
  color: #000000;
}
.cid-tzppbl2Xjt H5 {
  color: #ffffff;
}
.cid-tzpRAsdKII .navbar-dropdown {
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzpRAsdKII .menu_box .navbar.opened,
  .cid-tzpRAsdKII .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzpRAsdKII .navbar-dropdown {
  position: relative !important;
}
.cid-tzpRAsdKII nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzpRAsdKII .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tzpRAsdKII .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzpRAsdKII .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzpRAsdKII .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzpRAsdKII .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzpRAsdKII .offcanvas-body .mbr-text,
  .cid-tzpRAsdKII .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tzpRAsdKII .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tzpRAsdKII .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tzpRAsdKII .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-tzpRAsdKII .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzpRAsdKII .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzpRAsdKII .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzpRAsdKII .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tzpRAsdKII ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzpRAsdKII .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzpRAsdKII .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-tzpRAsdKII .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzpRAsdKII li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tzpRAsdKII li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tzpRAsdKII li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tzpRAsdKII .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzpRAsdKII .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzpRAsdKII .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tzpRAsdKII .nav-item {
    margin: 0 !important;
  }
}
.cid-tzpRAsdKII .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tzpRAsdKII .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tzpRAsdKII .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tzpRAsdKII .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzpRAsdKII .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-tzpRAsdKII .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzpRAsdKII .offcanvas_box {
    display: none;
  }
}
.cid-tzpRAsdKII .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tzpRAsdKII .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzpRAsdKII .dropdown .dropdown-item:hover {
  color: #79a4be !important;
}
.cid-tzpRAsdKII .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzpRAsdKII .nav-link {
  position: relative;
}
.cid-tzpRAsdKII .container {
  display: flex;
  margin: auto;
}
.cid-tzpRAsdKII .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #79a4be;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzpRAsdKII .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzpRAsdKII .iconfont-wrapper:hover {
  background-color: #6898b6;
}
.cid-tzpRAsdKII .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tzpRAsdKII .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tzpRAsdKII .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tzpRAsdKII .dropdown-menu,
.cid-tzpRAsdKII .navbar.opened {
  background: #ffffff !important;
}
.cid-tzpRAsdKII .nav-item:focus,
.cid-tzpRAsdKII .nav-link:focus {
  outline: none;
}
.cid-tzpRAsdKII .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzpRAsdKII .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzpRAsdKII .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzpRAsdKII .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzpRAsdKII .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzpRAsdKII .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzpRAsdKII .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tzpRAsdKII .navbar.opened {
  transition: all 0.3s;
}
.cid-tzpRAsdKII .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzpRAsdKII .navbar .navbar-logo img {
  width: auto;
}
.cid-tzpRAsdKII .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tzpRAsdKII .navbar.collapsed {
  justify-content: center;
}
.cid-tzpRAsdKII .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzpRAsdKII .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzpRAsdKII .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzpRAsdKII .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzpRAsdKII .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzpRAsdKII .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzpRAsdKII .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzpRAsdKII .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzpRAsdKII .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzpRAsdKII .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tzpRAsdKII .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzpRAsdKII .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzpRAsdKII .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzpRAsdKII .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzpRAsdKII .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzpRAsdKII .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzpRAsdKII .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzpRAsdKII .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzpRAsdKII .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzpRAsdKII .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzpRAsdKII .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzpRAsdKII .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzpRAsdKII .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzpRAsdKII .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzpRAsdKII .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzpRAsdKII .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-tzpRAsdKII .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzpRAsdKII .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzpRAsdKII .dropdown-item.active,
.cid-tzpRAsdKII .dropdown-item:active {
  background-color: transparent;
}
.cid-tzpRAsdKII .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzpRAsdKII .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzpRAsdKII .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzpRAsdKII .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzpRAsdKII .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzpRAsdKII .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzpRAsdKII ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tzpRAsdKII .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzpRAsdKII button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tzpRAsdKII button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-tzpRAsdKII button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzpRAsdKII button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzpRAsdKII button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzpRAsdKII button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzpRAsdKII nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzpRAsdKII nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzpRAsdKII nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzpRAsdKII nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzpRAsdKII a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzpRAsdKII .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzpRAsdKII .navbar {
    height: 70px;
  }
  .cid-tzpRAsdKII .navbar.opened {
    height: auto;
  }
  .cid-tzpRAsdKII .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzpRAsdKII .mbr-section-subtitle {
  color: #202020;
}
.cid-tzpRAsdKII .mbr-text {
  color: #0071bc;
}
.cid-tzpS6ujgIf {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/64223222-l-2000x1333.jpeg");
}
.cid-tzpS6ujgIf .image-wrapper,
.cid-tzpS6ujgIf img {
  width: 100%;
  object-fit: contain;
}
.cid-tzpS6ujgIf img {
  display: inline-block;
  width: 6rem;
}
.cid-tzpS6ujgIf .mbr-section-title {
  margin: 25px 0;
}
.cid-tzpS6ujgIf .mbr-text {
  margin-bottom: 19px;
}
.cid-tzpSd52aXZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzpSd52aXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzpSd52aXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzpSd52aXZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tzpSd52aXZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tzpSd52aXZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0071bc;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tzpSd52aXZ H3 {
  color: #0071bc;
}
.cid-tzpUnupEBm {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tzpUnupEBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzpUnupEBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzpUnupEBm ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tzpUnupEBm li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tzpUnupEBm ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tzpUnupEBm H3 {
  color: #0071bc;
}
.cid-tDWkJB3Sb4 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #bbd5e4;
}
.cid-tDWkJB3Sb4 .mbr-section-title {
  color: #202020;
}
.cid-tDWkJB3Sb4 .mbr-text {
  margin: 25px 0;
  color: #0071bc;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-tDWkJB3Sb4 .content_box {
  position: relative;
}
.cid-tDWkJB3Sb4 .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-tDWkJB3Sb4 .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-tzudHWbbz3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dddddd;
}
.cid-tzudHWbbz3 .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-tzudHWbbz3 .item-img {
  width: 150px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-tzudHWbbz3 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-tzudHWbbz3 .item {
  margin-bottom: 70px;
}
.cid-tzudHWbbz3 .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-tzudHWbbz3 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-tzudHWbbz3 .mbr-text {
  margin-bottom: 18px;
}
.cid-tzudHWbbz3 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tzudHWbbz3 .linkBtn a:after,
.cid-tzudHWbbz3 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tzudHWbbz3 .linkBtn a:before {
  left: 0;
}
.cid-tzudHWbbz3 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tzudHWbbz3 .linkBtn a:hover:before,
.cid-tzudHWbbz3 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tzudHWbbz3 .item-title,
.cid-tzudHWbbz3 .image_wrapper {
  color: #0071bc;
}
.cid-tzpS8IXr6f {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #ffffff;
}
.cid-tzpS8IXr6f .content_box {
  position: relative;
}
.cid-tzpS8IXr6f .content_box .shape {
  position: absolute;
  z-index: 1;
  bottom: 2px;
  left: 50%;
}
.cid-tzpS8IXr6f .content_box .shape img {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}
.cid-tzpS8IXr6f .main_header {
  position: relative;
  z-index: 5;
  padding: 0 12px;
  margin: 0 4%;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .cid-tzpS8IXr6f .main_header {
    margin: 0;
  }
}
.cid-tzpS8IXr6f .mbr-section-title {
  color: #0071bc;
  margin: 25px 0;
}
.cid-tzpS8IXr6f .mbr-section-subtitle {
  margin-bottom: 11px;
  line-height: 1.2727em;
  color: #0071bc;
}
.cid-tzpS8IXr6f .mbr-text {
  margin-bottom: 25px;
}
.cid-tzpS8IXr6f .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #d9e8f1;
  z-index: 0;
}
.cid-tzpS8IXr6f img {
  width: 100%;
  object-fit: cover;
}
.cid-tzpS8IXr6f .image_left,
.cid-tzpS8IXr6f .image_right {
  display: block;
  position: relative;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tzpS8IXr6f .image_left {
    padding-top: 150px;
  }
}
.cid-tzpS8IXr6f .image_right {
  right: 0;
  left: auto;
}
.cid-tzpS8IXr6f .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tzpS8IXr6f .linkBtn a:after,
.cid-tzpS8IXr6f .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tzpS8IXr6f .linkBtn a:before {
  left: 0;
}
.cid-tzpS8IXr6f .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tzpS8IXr6f .linkBtn a:hover:before,
.cid-tzpS8IXr6f .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tzpRAtUM0r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #29abe2;
}
.cid-tzpRAtUM0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzpRAtUM0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzpRAtUM0r .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzpRAtUM0r .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzpRAtUM0r .row {
    text-align: center;
  }
  .cid-tzpRAtUM0r .social-row {
    justify-content: center;
  }
}
.cid-tzpRAtUM0r .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tzpRAtUM0r .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzpRAtUM0r .list {
    margin-bottom: 0rem;
  }
}
.cid-tzpRAtUM0r .mbr-text {
  color: #ffffff;
}
.cid-tzpRAtUM0r .mbr-iconfont {
  color: black;
}
.cid-tzpRAtUM0r .mbr-section-subtitle {
  color: #000000;
}
.cid-tzpRAtUM0r .copyright {
  color: #000000;
}
.cid-tzpRAtUM0r H5 {
  color: #ffffff;
}
.cid-tzpXpikm21 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzpXpikm21 .menu_box .navbar.opened,
  .cid-tzpXpikm21 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzpXpikm21 .navbar-dropdown {
  position: relative !important;
}
.cid-tzpXpikm21 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzpXpikm21 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tzpXpikm21 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzpXpikm21 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzpXpikm21 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzpXpikm21 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzpXpikm21 .offcanvas-body .mbr-text,
  .cid-tzpXpikm21 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tzpXpikm21 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tzpXpikm21 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tzpXpikm21 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-tzpXpikm21 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzpXpikm21 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzpXpikm21 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzpXpikm21 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tzpXpikm21 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzpXpikm21 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzpXpikm21 .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-tzpXpikm21 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzpXpikm21 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tzpXpikm21 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tzpXpikm21 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tzpXpikm21 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzpXpikm21 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzpXpikm21 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tzpXpikm21 .nav-item {
    margin: 0 !important;
  }
}
.cid-tzpXpikm21 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tzpXpikm21 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tzpXpikm21 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tzpXpikm21 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzpXpikm21 .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-tzpXpikm21 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzpXpikm21 .offcanvas_box {
    display: none;
  }
}
.cid-tzpXpikm21 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tzpXpikm21 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzpXpikm21 .dropdown .dropdown-item:hover {
  color: #79a4be !important;
}
.cid-tzpXpikm21 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzpXpikm21 .nav-link {
  position: relative;
}
.cid-tzpXpikm21 .container {
  display: flex;
  margin: auto;
}
.cid-tzpXpikm21 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #79a4be;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzpXpikm21 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzpXpikm21 .iconfont-wrapper:hover {
  background-color: #6898b6;
}
.cid-tzpXpikm21 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tzpXpikm21 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tzpXpikm21 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tzpXpikm21 .dropdown-menu,
.cid-tzpXpikm21 .navbar.opened {
  background: #ffffff !important;
}
.cid-tzpXpikm21 .nav-item:focus,
.cid-tzpXpikm21 .nav-link:focus {
  outline: none;
}
.cid-tzpXpikm21 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzpXpikm21 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzpXpikm21 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzpXpikm21 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzpXpikm21 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzpXpikm21 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzpXpikm21 .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tzpXpikm21 .navbar.opened {
  transition: all 0.3s;
}
.cid-tzpXpikm21 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzpXpikm21 .navbar .navbar-logo img {
  width: auto;
}
.cid-tzpXpikm21 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tzpXpikm21 .navbar.collapsed {
  justify-content: center;
}
.cid-tzpXpikm21 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzpXpikm21 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzpXpikm21 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzpXpikm21 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzpXpikm21 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzpXpikm21 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzpXpikm21 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzpXpikm21 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzpXpikm21 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzpXpikm21 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tzpXpikm21 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzpXpikm21 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzpXpikm21 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzpXpikm21 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzpXpikm21 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzpXpikm21 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzpXpikm21 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzpXpikm21 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzpXpikm21 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzpXpikm21 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzpXpikm21 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzpXpikm21 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzpXpikm21 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzpXpikm21 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzpXpikm21 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzpXpikm21 .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-tzpXpikm21 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzpXpikm21 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzpXpikm21 .dropdown-item.active,
.cid-tzpXpikm21 .dropdown-item:active {
  background-color: transparent;
}
.cid-tzpXpikm21 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzpXpikm21 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzpXpikm21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzpXpikm21 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzpXpikm21 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzpXpikm21 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzpXpikm21 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tzpXpikm21 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzpXpikm21 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-tzpXpikm21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-tzpXpikm21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzpXpikm21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzpXpikm21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzpXpikm21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzpXpikm21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzpXpikm21 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzpXpikm21 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzpXpikm21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzpXpikm21 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzpXpikm21 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzpXpikm21 .navbar {
    height: 70px;
  }
  .cid-tzpXpikm21 .navbar.opened {
    height: auto;
  }
  .cid-tzpXpikm21 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzpXpikm21 .mbr-section-subtitle {
  color: #202020;
}
.cid-tzpXpikm21 .mbr-text {
  color: #0071bc;
}
.cid-tzpXpiSZFG {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/186866879-l-2000x1333.jpeg");
}
.cid-tzpXpiSZFG .image-wrapper,
.cid-tzpXpiSZFG img {
  width: 100%;
  object-fit: contain;
}
.cid-tzpXpiSZFG img {
  display: inline-block;
  width: 6rem;
}
.cid-tzpXpiSZFG .mbr-section-title {
  margin: 25px 0;
}
.cid-tzpXpiSZFG .mbr-text {
  margin-bottom: 19px;
}
.cid-tzpXpiSZFG .mbr-section-title,
.cid-tzpXpiSZFG .image-wrapper {
  color: #ffffff;
}
.cid-tzpZbbf3WT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzpZbbf3WT img,
.cid-tzpZbbf3WT .item-img {
  width: 100%;
}
.cid-tzpZbbf3WT .item:focus,
.cid-tzpZbbf3WT span:focus {
  outline: none;
}
.cid-tzpZbbf3WT .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tzpZbbf3WT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tzpZbbf3WT .item {
  padding: 0;
  margin: 0;
}
.cid-tzpZbbf3WT .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzpZbbf3WT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzpZbbf3WT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzpZbbf3WT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzpZbbf3WT .mbr-section-title {
  color: #0071bc;
}
.cid-tzqnezzoRC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzqnezzoRC img,
.cid-tzqnezzoRC .item-img {
  width: 100%;
}
.cid-tzqnezzoRC .item:focus,
.cid-tzqnezzoRC span:focus {
  outline: none;
}
.cid-tzqnezzoRC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tzqnezzoRC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tzqnezzoRC .item {
  padding: 0;
  margin: 0;
}
.cid-tzqnezzoRC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzqnezzoRC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzqnezzoRC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzqnezzoRC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzqnezzoRC .mbr-section-title {
  color: #232323;
}
.cid-tzuZ514ic6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzuZ514ic6 img,
.cid-tzuZ514ic6 .item-img {
  width: 100%;
}
.cid-tzuZ514ic6 .item:focus,
.cid-tzuZ514ic6 span:focus {
  outline: none;
}
.cid-tzuZ514ic6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tzuZ514ic6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tzuZ514ic6 .item {
  padding: 0;
  margin: 0;
}
.cid-tzuZ514ic6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzuZ514ic6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzuZ514ic6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzuZ514ic6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzuZ514ic6 .mbr-section-title {
  color: #232323;
}
.cid-tzv0nGEB0V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzv0nGEB0V img,
.cid-tzv0nGEB0V .item-img {
  width: 100%;
}
.cid-tzv0nGEB0V .item:focus,
.cid-tzv0nGEB0V span:focus {
  outline: none;
}
.cid-tzv0nGEB0V .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tzv0nGEB0V .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tzv0nGEB0V .item {
  padding: 0;
  margin: 0;
}
.cid-tzv0nGEB0V .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzv0nGEB0V .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzv0nGEB0V .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzv0nGEB0V .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzv0nGEB0V .mbr-section-title {
  color: #232323;
}
.cid-tzv0ZsbD11 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzv0ZsbD11 img,
.cid-tzv0ZsbD11 .item-img {
  width: 100%;
}
.cid-tzv0ZsbD11 .item:focus,
.cid-tzv0ZsbD11 span:focus {
  outline: none;
}
.cid-tzv0ZsbD11 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tzv0ZsbD11 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tzv0ZsbD11 .item {
  padding: 0;
  margin: 0;
}
.cid-tzv0ZsbD11 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzv0ZsbD11 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzv0ZsbD11 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzv0ZsbD11 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzv0ZsbD11 .mbr-section-title {
  color: #232323;
}
.cid-tzpZhuE3CO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #ffffff;
}
.cid-tzpZhuE3CO .content_box {
  padding: 12px 15%;
  background-color: #d9e8f1;
}
.cid-tzpZhuE3CO .content_card {
  text-align: center;
  width: 100%;
}
.cid-tzpZhuE3CO .mbr-section-title {
  color: #0071bc;
  margin-bottom: 15px;
}
.cid-tzpZhuE3CO .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-tzpZhuE3CO img,
.cid-tzpZhuE3CO .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-tzpZhuE3CO .item,
.cid-tzpZhuE3CO .item_block {
  margin-bottom: 30px;
}
.cid-tzpZhuE3CO .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  overflow: visible;
  position: relative;
}
.cid-tzpZhuE3CO .item-wrapper:hover .card_box {
  clip-path: inset(15px 15px 15px 15px);
  opacity: 1;
}
.cid-tzpZhuE3CO .item-wrapper:hover .card_title {
  transition-delay: .1s;
  opacity: 1;
  transform: translateY(0);
}
.cid-tzpZhuE3CO .item-wrapper:hover .card_text {
  transition-delay: .2s;
  opacity: 1;
  transform: translateY(0);
}
.cid-tzpZhuE3CO .item-wrapper:hover .icons_card {
  transition-delay: .3s;
  opacity: 1;
  transform: translateY(0);
}
.cid-tzpZhuE3CO .card_title,
.cid-tzpZhuE3CO .card_text,
.cid-tzpZhuE3CO .icons_card {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 0.44s cubic-bezier(0.54, 0.32, 0.05, 0.96), transform 0.44s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}
.cid-tzpZhuE3CO .mbr-text,
.cid-tzpZhuE3CO .card_text {
  color: #202020;
}
.cid-tzpZhuE3CO .icons_card {
  margin-top: 17px;
  height: 26px;
  width: 100%;
}
.cid-tzpZhuE3CO .iconfont-wrapper {
  color: #202020;
  font-size: 1.1rem;
  margin-right: 10px;
  width: 1.1rem;
  height: 1.1rem;
  transition: all 0.2s ease-in-out;
}
.cid-tzpZhuE3CO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzpZhuE3CO .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-tzpZhuE3CO .linkBtn {
  margin-top: 35px;
  width: 100%;
}
.cid-tzpZhuE3CO .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tzpZhuE3CO .linkBtn a:after,
.cid-tzpZhuE3CO .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tzpZhuE3CO .linkBtn a:before {
  left: 0;
}
.cid-tzpZhuE3CO .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tzpZhuE3CO .linkBtn a:hover:before,
.cid-tzpZhuE3CO .linkBtn a:hover:after {
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .cid-tzpZhuE3CO .card_title,
  .cid-tzpZhuE3CO .card_text,
  .cid-tzpZhuE3CO .icons_card {
    transform: translateY(0);
    opacity: 1;
  }
  .cid-tzpZhuE3CO .card_box {
    opacity: 1;
    background-color: rgba(217, 232, 241, 0.87);
  }
}
.cid-tDWhW9seHt {
  background-color: #ffffff;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-tDWhW9seHt .carousel {
  width: 100%;
}
.cid-tDWhW9seHt .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tDWhW9seHt .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tDWhW9seHt .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tDWhW9seHt .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tDWhW9seHt .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tDWhW9seHt .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tDWhW9seHt .mbr-section-btn {
  margin-top: 42px;
}
.cid-tDWhW9seHt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tDWhW9seHt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tDWhW9seHt .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tDWhW9seHt .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tDWhW9seHt .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tDWhW9seHt .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tDWhW9seHt .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tDWhW9seHt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tDWhW9seHt .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tDWhW9seHt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tDWhW9seHt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tDWhW9seHt .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tDWhW9seHt .carousel-control {
    display: none !important;
  }
}
.cid-tDWhW9seHt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tDWhW9seHt .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tDWhW9seHt .carousel-indicators li.active,
.cid-tDWhW9seHt .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tDWhW9seHt .carousel-indicators li::after,
.cid-tDWhW9seHt .carousel-indicators li::before {
  content: none;
}
.cid-tDWhW9seHt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDWhW9seHt .carousel-indicators {
    display: none !important;
  }
}
.cid-tDWhW9seHt .mbr-section-text,
.cid-tDWhW9seHt .mbr-section-btn {
  text-align: center;
}
.cid-tzpXpkzpcC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #29abe2;
}
.cid-tzpXpkzpcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzpXpkzpcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzpXpkzpcC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tzpXpkzpcC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzpXpkzpcC .row {
    text-align: center;
  }
  .cid-tzpXpkzpcC .social-row {
    justify-content: center;
  }
}
.cid-tzpXpkzpcC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tzpXpkzpcC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzpXpkzpcC .list {
    margin-bottom: 0rem;
  }
}
.cid-tzpXpkzpcC .mbr-text {
  color: #ffffff;
}
.cid-tzpXpkzpcC .mbr-iconfont {
  color: black;
}
.cid-tzpXpkzpcC .mbr-section-subtitle {
  color: #000000;
}
.cid-tzpXpkzpcC .copyright {
  color: #000000;
}
.cid-tzpXpkzpcC H5 {
  color: #ffffff;
}
.cid-uDjvKubHA9 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDjvKubHA9 .menu_box .navbar.opened,
  .cid-uDjvKubHA9 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDjvKubHA9 .navbar-dropdown {
  position: relative !important;
}
.cid-uDjvKubHA9 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDjvKubHA9 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uDjvKubHA9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDjvKubHA9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDjvKubHA9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDjvKubHA9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDjvKubHA9 .offcanvas-body .mbr-text,
  .cid-uDjvKubHA9 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uDjvKubHA9 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uDjvKubHA9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDjvKubHA9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uDjvKubHA9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDjvKubHA9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDjvKubHA9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDjvKubHA9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDjvKubHA9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDjvKubHA9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDjvKubHA9 .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-uDjvKubHA9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDjvKubHA9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uDjvKubHA9 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uDjvKubHA9 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uDjvKubHA9 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uDjvKubHA9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDjvKubHA9 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uDjvKubHA9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uDjvKubHA9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDjvKubHA9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uDjvKubHA9 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDjvKubHA9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDjvKubHA9 .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-uDjvKubHA9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDjvKubHA9 .offcanvas_box {
    display: none;
  }
}
.cid-uDjvKubHA9 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uDjvKubHA9 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDjvKubHA9 .dropdown .dropdown-item:hover {
  color: #79a4be !important;
}
.cid-uDjvKubHA9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDjvKubHA9 .nav-link {
  position: relative;
}
.cid-uDjvKubHA9 .container {
  display: flex;
  margin: auto;
}
.cid-uDjvKubHA9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #79a4be;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uDjvKubHA9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDjvKubHA9 .iconfont-wrapper:hover {
  background-color: #6898b6;
}
.cid-uDjvKubHA9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uDjvKubHA9 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uDjvKubHA9 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uDjvKubHA9 .dropdown-menu,
.cid-uDjvKubHA9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uDjvKubHA9 .nav-item:focus,
.cid-uDjvKubHA9 .nav-link:focus {
  outline: none;
}
.cid-uDjvKubHA9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDjvKubHA9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDjvKubHA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDjvKubHA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDjvKubHA9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDjvKubHA9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDjvKubHA9 .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uDjvKubHA9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDjvKubHA9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDjvKubHA9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDjvKubHA9 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uDjvKubHA9 .navbar.collapsed {
  justify-content: center;
}
.cid-uDjvKubHA9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDjvKubHA9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDjvKubHA9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDjvKubHA9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDjvKubHA9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDjvKubHA9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDjvKubHA9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDjvKubHA9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDjvKubHA9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDjvKubHA9 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uDjvKubHA9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDjvKubHA9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDjvKubHA9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDjvKubHA9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDjvKubHA9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDjvKubHA9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDjvKubHA9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDjvKubHA9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDjvKubHA9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDjvKubHA9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDjvKubHA9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDjvKubHA9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDjvKubHA9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDjvKubHA9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDjvKubHA9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDjvKubHA9 .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-uDjvKubHA9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDjvKubHA9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDjvKubHA9 .dropdown-item.active,
.cid-uDjvKubHA9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDjvKubHA9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDjvKubHA9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDjvKubHA9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDjvKubHA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDjvKubHA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDjvKubHA9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDjvKubHA9 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uDjvKubHA9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDjvKubHA9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uDjvKubHA9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uDjvKubHA9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDjvKubHA9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDjvKubHA9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDjvKubHA9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDjvKubHA9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDjvKubHA9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDjvKubHA9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDjvKubHA9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDjvKubHA9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDjvKubHA9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDjvKubHA9 .navbar {
    height: 70px;
  }
  .cid-uDjvKubHA9 .navbar.opened {
    height: auto;
  }
  .cid-uDjvKubHA9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDjvKubHA9 .mbr-section-subtitle {
  color: #202020;
}
.cid-uDjvKubHA9 .mbr-text {
  color: #0071bc;
}
.cid-uDjvKuKeCt {
  background-color: #ffffff;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uDjvKuKeCt .carousel {
  width: 100%;
}
.cid-uDjvKuKeCt .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uDjvKuKeCt .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uDjvKuKeCt .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uDjvKuKeCt .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-uDjvKuKeCt .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-uDjvKuKeCt .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-uDjvKuKeCt .mbr-section-btn {
  margin-top: 42px;
}
.cid-uDjvKuKeCt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uDjvKuKeCt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uDjvKuKeCt .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-uDjvKuKeCt .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-uDjvKuKeCt .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uDjvKuKeCt .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uDjvKuKeCt .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uDjvKuKeCt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uDjvKuKeCt .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-uDjvKuKeCt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-uDjvKuKeCt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-uDjvKuKeCt .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-uDjvKuKeCt .carousel-control {
    display: none !important;
  }
}
.cid-uDjvKuKeCt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-uDjvKuKeCt .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-uDjvKuKeCt .carousel-indicators li.active,
.cid-uDjvKuKeCt .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-uDjvKuKeCt .carousel-indicators li::after,
.cid-uDjvKuKeCt .carousel-indicators li::before {
  content: none;
}
.cid-uDjvKuKeCt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDjvKuKeCt .carousel-indicators {
    display: none !important;
  }
}
.cid-uDjvKuKeCt .mbr-section-text,
.cid-uDjvKuKeCt .mbr-section-btn {
  text-align: center;
}
.cid-uDSrKoMjoI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDSrKoMjoI img,
.cid-uDSrKoMjoI .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uDSrKoMjoI .item:focus,
.cid-uDSrKoMjoI span:focus {
  outline: none;
}
.cid-uDSrKoMjoI .item-wrapper {
  position: relative;
}
.cid-uDSrKoMjoI .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uDSrKoMjoI .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDSrKoMjoI .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uDSrKoMjoI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDSrKoMjoI .mbr-section-title {
  color: #232323;
}
.cid-uDSrKoMjoI .mbr-text,
.cid-uDSrKoMjoI .mbr-section-btn {
  text-align: center;
}
.cid-uDSrKoMjoI .item-title {
  text-align: center;
}
.cid-uDSrKoMjoI .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uDSrKoMjoI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uDSrKoMjoI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uDSrKoMjoI .embla__button--next,
.cid-uDSrKoMjoI .embla__button--prev {
  display: flex;
}
.cid-uDSrKoMjoI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uDSrKoMjoI .embla__button {
    display: none;
  }
}
.cid-uDSrKoMjoI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDSrKoMjoI .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uDSrKoMjoI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDSrKoMjoI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDSrKoMjoI .embla__button {
    top: auto;
  }
}
.cid-uDSrKoMjoI .embla {
  position: relative;
  width: 100%;
}
.cid-uDSrKoMjoI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uDSrKoMjoI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDSrKoMjoI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDSrKoMjoI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDSYbJWxS7 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDSYbJWxS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDSYbJWxS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDSYbJWxS7 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uDSYbJWxS7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDSYbJWxS7 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uDSYbJWxS7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDSYbJWxS7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDSYbJWxS7 .mbr-section-title {
  color: #f3ad13;
}
.cid-uDSYbJWxS7 .mbr-text,
.cid-uDSYbJWxS7 .mbr-section-btn {
  color: #000000;
}
.cid-uDSYbJWxS7 img {
  width: 100%;
  height: 100%;
}
.cid-uEKgy96iM4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0071bc;
}
.cid-uEKgy96iM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKgy96iM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKgy96iM4 .mbr-section-title {
  color: #ffffff;
}
.cid-uEKF9bbCRJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0071bc;
}
.cid-uEKF9bbCRJ .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-uEKF9bbCRJ .item-img {
  width: 150px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-uEKF9bbCRJ img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-uEKF9bbCRJ .item {
  margin-bottom: 70px;
}
.cid-uEKF9bbCRJ .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-uEKF9bbCRJ .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-uEKF9bbCRJ .mbr-text {
  margin-bottom: 18px;
}
.cid-uEKF9bbCRJ .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uEKF9bbCRJ .linkBtn a:after,
.cid-uEKF9bbCRJ .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uEKF9bbCRJ .linkBtn a:before {
  left: 0;
}
.cid-uEKF9bbCRJ .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uEKF9bbCRJ .linkBtn a:hover:before,
.cid-uEKF9bbCRJ .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uEKF9bbCRJ .item-title,
.cid-uEKF9bbCRJ .image_wrapper {
  color: #f3ad13;
}
.cid-uEKF9bbCRJ .mbr-text,
.cid-uEKF9bbCRJ .linkBtn {
  color: #ffffff;
}
.cid-uDZ3WkvZKr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uDZ3WkvZKr .mbr-text,
.cid-uDZ3WkvZKr .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uDZ3WkvZKr .mbr-text,
  .cid-uDZ3WkvZKr .mbr-section-title {
    text-align: center;
  }
}
.cid-uDZ3WkvZKr a.btn {
  height: 100%;
  margin: 0;
}
.cid-uDZ3WkvZKr .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-uDZ3WkvZKr .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uDZ3WkvZKr .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uDZ3WkvZKr .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uDZ3WkvZKr .justify-content-center {
  align-items: center;
}
.cid-uE0S7XFtWp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/5-1920x1080.jpeg");
}
.cid-uE0S7XFtWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0S7XFtWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0S7XFtWp .mbr-text,
.cid-uE0S7XFtWp .mbr-section-btn {
  color: #232323;
}
.cid-uE0S7XFtWp .card-title,
.cid-uE0S7XFtWp .card-box {
  color: #f3ad13;
}
.cid-uE0S7XFtWp .mbr-text,
.cid-uE0S7XFtWp .link-wrap {
  color: #ffffff;
}
.cid-uDjvKwCqcW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #29abe2;
}
.cid-uDjvKwCqcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDjvKwCqcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDjvKwCqcW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDjvKwCqcW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDjvKwCqcW .row {
    text-align: center;
  }
  .cid-uDjvKwCqcW .social-row {
    justify-content: center;
  }
}
.cid-uDjvKwCqcW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uDjvKwCqcW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDjvKwCqcW .list {
    margin-bottom: 0rem;
  }
}
.cid-uDjvKwCqcW .mbr-text {
  color: #ffffff;
}
.cid-uDjvKwCqcW .mbr-iconfont {
  color: black;
}
.cid-uDjvKwCqcW .mbr-section-subtitle {
  color: #000000;
}
.cid-uDjvKwCqcW .copyright {
  color: #000000;
}
.cid-uDjvKwCqcW H5 {
  color: #ffffff;
}
.cid-uDZgzwpO90 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDZgzwpO90 .menu_box .navbar.opened,
  .cid-uDZgzwpO90 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDZgzwpO90 .navbar-dropdown {
  position: relative !important;
}
.cid-uDZgzwpO90 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDZgzwpO90 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uDZgzwpO90 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDZgzwpO90 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDZgzwpO90 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDZgzwpO90 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDZgzwpO90 .offcanvas-body .mbr-text,
  .cid-uDZgzwpO90 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uDZgzwpO90 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uDZgzwpO90 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDZgzwpO90 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uDZgzwpO90 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDZgzwpO90 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDZgzwpO90 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDZgzwpO90 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDZgzwpO90 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDZgzwpO90 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDZgzwpO90 .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-uDZgzwpO90 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDZgzwpO90 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uDZgzwpO90 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uDZgzwpO90 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uDZgzwpO90 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uDZgzwpO90 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDZgzwpO90 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uDZgzwpO90 .nav-item {
    margin: 0 !important;
  }
}
.cid-uDZgzwpO90 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDZgzwpO90 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uDZgzwpO90 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDZgzwpO90 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDZgzwpO90 .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-uDZgzwpO90 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDZgzwpO90 .offcanvas_box {
    display: none;
  }
}
.cid-uDZgzwpO90 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uDZgzwpO90 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDZgzwpO90 .dropdown .dropdown-item:hover {
  color: #79a4be !important;
}
.cid-uDZgzwpO90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDZgzwpO90 .nav-link {
  position: relative;
}
.cid-uDZgzwpO90 .container {
  display: flex;
  margin: auto;
}
.cid-uDZgzwpO90 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #79a4be;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uDZgzwpO90 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDZgzwpO90 .iconfont-wrapper:hover {
  background-color: #6898b6;
}
.cid-uDZgzwpO90 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uDZgzwpO90 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uDZgzwpO90 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uDZgzwpO90 .dropdown-menu,
.cid-uDZgzwpO90 .navbar.opened {
  background: #ffffff !important;
}
.cid-uDZgzwpO90 .nav-item:focus,
.cid-uDZgzwpO90 .nav-link:focus {
  outline: none;
}
.cid-uDZgzwpO90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDZgzwpO90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDZgzwpO90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDZgzwpO90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDZgzwpO90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDZgzwpO90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDZgzwpO90 .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uDZgzwpO90 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDZgzwpO90 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDZgzwpO90 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDZgzwpO90 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uDZgzwpO90 .navbar.collapsed {
  justify-content: center;
}
.cid-uDZgzwpO90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDZgzwpO90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDZgzwpO90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDZgzwpO90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDZgzwpO90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDZgzwpO90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDZgzwpO90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDZgzwpO90 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDZgzwpO90 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDZgzwpO90 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uDZgzwpO90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDZgzwpO90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDZgzwpO90 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDZgzwpO90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDZgzwpO90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDZgzwpO90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDZgzwpO90 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDZgzwpO90 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDZgzwpO90 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDZgzwpO90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDZgzwpO90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDZgzwpO90 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDZgzwpO90 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDZgzwpO90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDZgzwpO90 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDZgzwpO90 .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-uDZgzwpO90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDZgzwpO90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDZgzwpO90 .dropdown-item.active,
.cid-uDZgzwpO90 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDZgzwpO90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDZgzwpO90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDZgzwpO90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDZgzwpO90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDZgzwpO90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDZgzwpO90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDZgzwpO90 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uDZgzwpO90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDZgzwpO90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uDZgzwpO90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uDZgzwpO90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDZgzwpO90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDZgzwpO90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDZgzwpO90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDZgzwpO90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDZgzwpO90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDZgzwpO90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDZgzwpO90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDZgzwpO90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDZgzwpO90 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDZgzwpO90 .navbar {
    height: 70px;
  }
  .cid-uDZgzwpO90 .navbar.opened {
    height: auto;
  }
  .cid-uDZgzwpO90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDZgzwpO90 .mbr-section-subtitle {
  color: #202020;
}
.cid-uDZgzwpO90 .mbr-text {
  color: #0071bc;
}
.cid-uDZuY1D9TK {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-o-1-1638x1080.jpeg");
}
.cid-uDZuY1D9TK .image-wrapper,
.cid-uDZuY1D9TK img {
  width: 100%;
  object-fit: contain;
}
.cid-uDZuY1D9TK img {
  display: inline-block;
  width: 6rem;
}
.cid-uDZuY1D9TK .mbr-section-title {
  margin: 25px 0;
}
.cid-uDZuY1D9TK .mbr-text {
  margin-bottom: 19px;
}
.cid-uEKE1lXQAw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0071bc;
}
.cid-uEKE1lXQAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKE1lXQAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKE1lXQAw .mbr-section-title {
  color: #ffffff;
}
.cid-uEKE1PwHog {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0071bc;
}
.cid-uEKE1PwHog .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-uEKE1PwHog .item-img {
  width: 150px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-uEKE1PwHog img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-uEKE1PwHog .item {
  margin-bottom: 70px;
}
.cid-uEKE1PwHog .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-uEKE1PwHog .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-uEKE1PwHog .mbr-text {
  margin-bottom: 18px;
}
.cid-uEKE1PwHog .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uEKE1PwHog .linkBtn a:after,
.cid-uEKE1PwHog .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uEKE1PwHog .linkBtn a:before {
  left: 0;
}
.cid-uEKE1PwHog .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uEKE1PwHog .linkBtn a:hover:before,
.cid-uEKE1PwHog .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uEKE1PwHog .item-title,
.cid-uEKE1PwHog .image_wrapper {
  color: #f3ad13;
}
.cid-uEKE1PwHog .mbr-text,
.cid-uEKE1PwHog .linkBtn {
  color: #ffffff;
}
.cid-uDZuW3aLDT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDZuW3aLDT img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 800px) {
  .cid-uDZuW3aLDT img {
    height: auto;
  }
}
.cid-uE06KfWrOk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uE06KfWrOk img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 800px) {
  .cid-uE06KfWrOk img {
    height: auto;
  }
}
.cid-uE0jH1bpcW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3ad13;
}
.cid-uDZAP7eF3S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDZAP7eF3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZAP7eF3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDZAP7eF3S ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uDZAP7eF3S li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uDZAP7eF3S ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0071bc;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uDZAP7eF3S H3 {
  color: #0071bc;
}
.cid-uE0bsaSNTg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uE0bsaSNTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0bsaSNTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0bsaSNTg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uE0bsaSNTg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uE0bsaSNTg ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0071bc;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uE0bsaSNTg H3 {
  color: #0071bc;
}
.cid-uE0h0xrTBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d9e8f1;
}
.cid-uE0h0xrTBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0h0xrTBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0h0xrTBF .mbr-text {
  color: #000000;
}
.cid-uE0h0xrTBF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uE0h0xrTBF .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uE0h0xrTBF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uE0h0xrTBF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uE0h0xrTBF .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uE0h0xrTBF .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uE0h0xrTBF .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uE0h0xrTBF .mbr-section-title {
  color: #000000;
}
.cid-uE0h0xrTBF .card-text,
.cid-uE0h0xrTBF .item .mbr-section-btn {
  text-align: left;
}
.cid-uE0h0xrTBF .card-title,
.cid-uE0h0xrTBF .iconfont-wrapper {
  text-align: left;
  color: #0071bc;
}
.cid-uE0h0xrTBF .mbr-section-subtitle,
.cid-uE0h0xrTBF .main-button {
  text-align: left;
  color: #000000;
}
.cid-uE0h0xrTBF .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uE0h0xrTBF .item-content .item-footer {
  margin-top: auto;
}
.cid-uE0h0xrTBF .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uE0h0xrTBF .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uE0h0xrTBF .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uE0h0xrTBF .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uDZgzBJJld {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uDZgzBJJld .mbr-text,
.cid-uDZgzBJJld .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uDZgzBJJld .mbr-text,
  .cid-uDZgzBJJld .mbr-section-title {
    text-align: center;
  }
}
.cid-uDZgzBJJld a.btn {
  height: 100%;
  margin: 0;
}
.cid-uDZgzBJJld .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-uDZgzBJJld .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uDZgzBJJld .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uDZgzBJJld .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uDZgzBJJld .justify-content-center {
  align-items: center;
}
.cid-uDZgzC6ruJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #29abe2;
}
.cid-uDZgzC6ruJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZgzC6ruJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDZgzC6ruJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDZgzC6ruJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDZgzC6ruJ .row {
    text-align: center;
  }
  .cid-uDZgzC6ruJ .social-row {
    justify-content: center;
  }
}
.cid-uDZgzC6ruJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uDZgzC6ruJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDZgzC6ruJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uDZgzC6ruJ .mbr-text {
  color: #ffffff;
}
.cid-uDZgzC6ruJ .mbr-iconfont {
  color: black;
}
.cid-uDZgzC6ruJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uDZgzC6ruJ .copyright {
  color: #000000;
}
.cid-uDZgzC6ruJ H5 {
  color: #ffffff;
}
